Combined Code
frame 1 {
function mySiteLink() {
getURL('http://www.girlgamesclub.com', '_blank');
}
function mySiteLink2() {
getURL('http://www.wangweigong.com', '_blank');
}
stop();
_root.goalText._x = 25.3;
_root.goalText._y = -71.09999999999999;
_root.bgDashboard1._x = 89.15000000000001;
_root.bgDashboard1._y = -71.2;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = -85.09999999999999;
_root.dollarText1._x = 117.7;
_root.dollarText1._y = -71.15000000000001;
_root.scoreText._x = 606.05;
_root.scoreText._y = -106.85;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = -78.5;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = -85.09999999999999;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = -78.84999999999999;
_global.pausePlay = 0;
_global.soundFx = 1;
_global.music = 1;
_root.shopSelect = 0;
_root.badgesSelect = 0;
_root.popupPlay = 0;
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.score = _root.gameData.data.scoreGame;
_root.customerServedTotal = _root.gameData.data.customerServedTotalGame;
_root.date = _root.gameData.data.levelGame;
_root.stoveLevel = _root.gameData.data.stoveLevelGame;
_root.microwaveLevel = _root.gameData.data.microwaveLevelGame;
_root.grillLevel = _root.gameData.data.grillLevelGame;
_root.juicerLevel = _root.gameData.data.juicerLevelGame;
_root.phoneOrderActive = _root.gameData.data.phoneOrderActiveGame;
_root.extraTrayActive = _root.gameData.data.extraTrayActiveGame;
_root.kitchenCounterType = _root.gameData.data.kitchenCounterGame;
_root.wallType = _root.gameData.data.wallTypeGame;
_root.gameData.data.getStartedBadge = _root.gameData.data.getStartedBadgeGame;
_root.gameData.data.gotStarBadge = _root.gameData.data.gotStarBadgeGame;
_root.gameData.data.masterChefBadge = _root.gameData.data.masterChefBadgeGame;
_root.gameData.data.burningPanBadge = _root.gameData.data.burningPanBadgeGame;
_root.gameData.data.aKingBadge = _root.gameData.data.aKingBadgeGame;
_root.gameData.data.halfWayBadge = _root.gameData.data.halfWayBadgeGame;
_root.gameData.data.becomeAmanagerBadge = _root.gameData.data.becomeAmanagerBadgeGame;
_root.gameData.data.theConstructorBadge = _root.gameData.data.theConstructorBadgeGame;
var rightClick = new ContextMenu();
rightClick.hideBuiltInItems();
_root.menu = rightClick;
var mySiteLink = new ContextMenuItem('Girlgamesclub.com', mySiteLink);
rightClick.customItems.push(mySiteLink);
var mySiteLink2 = new ContextMenuItem('Wangweigong.com', mySiteLink2);
rightClick.customItems.push(mySiteLink2);
fscommand('fullscreen', 'true');
fscommand('allowscale', 'true');
fscommand('showmenu', 'false');
}
button 12 {
on (press) {
getURL('http://www..com', '_blank');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
movieClip 13 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance logoIngame of movieClip 13 {
onClipEvent (enterFrame) {
if (_root.gameStop == 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
movieClip 17 {
}
movieClip 20 {
}
button 25 {
on (press) {
if (_root.shopSelect == 0 & _root.badgesSelect == 0) {
_global.pausePlay = 0;
_root.restaurantClose = 0;
_root.goalText._alpha = 100;
_root.dollarText1._alpha = 100;
_root.goalCountText._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = 41.5;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = 34.9;
_root.scoreText._x = 606.05;
_root.scoreText._y = 13.15;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = 26.85;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 41.15;
_root.goalReached.gotoAndStop(1);
_root.clock.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
if (music == 1) {
_root.inGame1Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel1');
}
_root.levelScreen.gotoAndStop(1);
}
}
}
movieClip 26 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 29 {
on (press) {
if (_root.shopSelect == 0 & _root.badgesSelect == 0) {
_root.shopSelect = 1;
_root.shopScreen.gotoAndStop(2);
_root.nextlevelMusic.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 32 {
on (press) {
if (_root.shopSelect == 0 & _root.badgesSelect == 0) {
_root.badgesSelect = 1;
_root.badgesScreen.gotoAndStop(2);
_root.nextlevelMusic.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 36 {
on (press) {
if (_root.shopSelect == 0 & _root.badgesSelect == 0) {
_global.pausePlay = 0;
_root.restaurantClose = 0;
_root.goalText._alpha = 100;
_root.dollarText1._alpha = 100;
_root.goalCountText._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = 41.5;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = 34.9;
_root.scoreText._x = 606.05;
_root.scoreText._y = 13.15;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = 26.85;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 41.15;
_root.goalReached.gotoAndStop(1);
_root.clock.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
if (music == 1) {
_root.inGame1Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.levelScreen.gotoAndStop(1);
}
}
}
movieClip 38 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 42 {
on (press) {
if (_root.shopSelect == 0 & _root.badgesSelect == 0) {
_global.pausePlay = 0;
_root.restaurantClose = 0;
_root.goalText._alpha = 100;
_root.dollarText1._alpha = 100;
_root.goalCountText._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = 41.5;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = 34.9;
_root.scoreText._x = 606.05;
_root.scoreText._y = 13.15;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = 26.85;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 41.15;
_root.goalReached.gotoAndStop(1);
_root.clock.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
if (music == 1) {
_root.inGame1Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel3');
}
_root.levelScreen.gotoAndStop(1);
}
}
}
movieClip 43 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 47 {
on (press) {
if (_root.shopSelect == 0 & _root.badgesSelect == 0) {
_global.pausePlay = 0;
_root.restaurantClose = 0;
_root.goalText._alpha = 100;
_root.dollarText1._alpha = 100;
_root.goalCountText._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = 41.5;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = 34.9;
_root.scoreText._x = 606.05;
_root.scoreText._y = 13.15;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = 26.85;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 41.15;
_root.goalReached.gotoAndStop(1);
_root.clock.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
if (music == 1) {
_root.inGame1Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel4');
}
_root.levelScreen.gotoAndStop(1);
}
}
}
movieClip 48 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 52 {
on (press) {
if (_root.shopSelect == 0 & _root.badgesSelect == 0) {
_global.pausePlay = 0;
_root.restaurantClose = 0;
_root.goalText._alpha = 100;
_root.dollarText1._alpha = 100;
_root.goalCountText._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = 41.5;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = 34.9;
_root.scoreText._x = 606.05;
_root.scoreText._y = 13.15;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = 26.85;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 41.15;
_root.goalReached.gotoAndStop(1);
_root.clock.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
if (music == 1) {
_root.inGame1Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel5');
}
_root.levelScreen.gotoAndStop(1);
}
}
}
movieClip 53 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 57 {
on (press) {
if (_root.shopSelect == 0 & _root.badgesSelect == 0) {
_global.pausePlay = 0;
_root.restaurantClose = 0;
_root.goalText._alpha = 100;
_root.dollarText1._alpha = 100;
_root.goalCountText._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = 41.5;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = 34.9;
_root.scoreText._x = 606.05;
_root.scoreText._y = 13.15;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = 26.85;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 41.15;
_root.goalReached.gotoAndStop(1);
_root.clock.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
if (music == 1) {
_root.inGame1Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel6');
}
_root.levelScreen.gotoAndStop(1);
}
}
}
movieClip 58 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 62 {
on (press) {
if (_root.shopSelect == 0 & _root.badgesSelect == 0) {
_global.pausePlay = 0;
_root.restaurantClose = 0;
_root.goalText._alpha = 100;
_root.dollarText1._alpha = 100;
_root.goalCountText._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = 41.5;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = 34.9;
_root.scoreText._x = 606.05;
_root.scoreText._y = 13.15;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = 26.85;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 41.15;
_root.goalReached.gotoAndStop(1);
_root.clock.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
if (music == 1) {
_root.inGame1Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel7');
}
_root.levelScreen.gotoAndStop(1);
}
}
}
movieClip 63 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 67 {
on (press) {
if (_root.shopSelect == 0 & _root.badgesSelect == 0) {
_global.pausePlay = 0;
_root.restaurantClose = 0;
_root.goalText._alpha = 100;
_root.dollarText1._alpha = 100;
_root.goalCountText._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = 41.5;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = 34.9;
_root.scoreText._x = 606.05;
_root.scoreText._y = 13.15;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = 26.85;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 41.15;
_root.goalReached.gotoAndStop(1);
_root.clock.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
if (music == 1) {
_root.inGame2Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel8');
}
_root.levelScreen.gotoAndStop(1);
}
}
}
movieClip 68 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 72 {
on (press) {
if (_root.shopSelect == 0 & _root.badgesSelect == 0) {
_global.pausePlay = 0;
_root.restaurantClose = 0;
_root.goalText._alpha = 100;
_root.dollarText1._alpha = 100;
_root.goalCountText._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = 41.5;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = 34.9;
_root.scoreText._x = 606.05;
_root.scoreText._y = 13.15;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = 26.85;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 41.15;
_root.goalReached.gotoAndStop(1);
_root.clock.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
if (music == 1) {
_root.inGame2Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel10');
}
_root.levelScreen.gotoAndStop(1);
}
}
}
movieClip 73 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 77 {
on (press) {
if (_root.shopSelect == 0 & _root.badgesSelect == 0) {
_global.pausePlay = 0;
_root.restaurantClose = 0;
_root.goalText._alpha = 100;
_root.dollarText1._alpha = 100;
_root.goalCountText._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = 41.5;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = 34.9;
_root.scoreText._x = 606.05;
_root.scoreText._y = 13.15;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = 26.85;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 41.15;
_root.goalReached.gotoAndStop(1);
_root.clock.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
if (music == 1) {
_root.inGame2Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel11');
}
_root.levelScreen.gotoAndStop(1);
}
}
}
movieClip 78 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 82 {
on (press) {
if (_root.shopSelect == 0 & _root.badgesSelect == 0) {
_global.pausePlay = 0;
_root.restaurantClose = 0;
_root.goalText._alpha = 100;
_root.dollarText1._alpha = 100;
_root.goalCountText._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = 41.5;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = 34.9;
_root.scoreText._x = 606.05;
_root.scoreText._y = 13.15;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = 26.85;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 41.15;
_root.goalReached.gotoAndStop(1);
_root.clock.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
if (music == 1) {
_root.inGame2Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel12');
}
_root.levelScreen.gotoAndStop(1);
}
}
}
movieClip 83 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 87 {
on (press) {
if (_root.shopSelect == 0 & _root.badgesSelect == 0) {
_global.pausePlay = 0;
_root.restaurantClose = 0;
_root.goalText._alpha = 100;
_root.dollarText1._alpha = 100;
_root.goalCountText._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = 41.5;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = 34.9;
_root.scoreText._x = 606.05;
_root.scoreText._y = 13.15;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = 26.85;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 41.15;
_root.goalReached.gotoAndStop(1);
_root.clock.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
if (music == 1) {
_root.inGame2Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel13');
}
_root.levelScreen.gotoAndStop(1);
}
}
}
movieClip 88 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 92 {
on (press) {
if (_root.shopSelect == 0 & _root.badgesSelect == 0) {
_global.pausePlay = 0;
_root.restaurantClose = 0;
_root.goalText._alpha = 100;
_root.dollarText1._alpha = 100;
_root.goalCountText._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = 41.5;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = 34.9;
_root.scoreText._x = 606.05;
_root.scoreText._y = 13.15;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = 26.85;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 41.15;
_root.goalReached.gotoAndStop(1);
_root.clock.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
if (music == 1) {
_root.inGame2Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel15');
}
_root.levelScreen.gotoAndStop(1);
}
}
}
movieClip 93 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 97 {
on (press) {
if (_root.shopSelect == 0 & _root.badgesSelect == 0) {
_global.pausePlay = 0;
_root.restaurantClose = 0;
_root.goalText._alpha = 100;
_root.dollarText1._alpha = 100;
_root.goalCountText._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = 41.5;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = 34.9;
_root.scoreText._x = 606.05;
_root.scoreText._y = 13.15;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = 26.85;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 41.15;
_root.goalReached.gotoAndStop(1);
_root.clock.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
if (music == 1) {
_root.inGame2Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel9');
}
_root.levelScreen.gotoAndStop(1);
}
}
}
movieClip 98 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 102 {
on (press) {
if (_root.shopSelect == 0 & _root.badgesSelect == 0) {
_global.pausePlay = 0;
_root.restaurantClose = 0;
_root.goalText._alpha = 100;
_root.dollarText1._alpha = 100;
_root.goalCountText._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = 41.5;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = 34.9;
_root.scoreText._x = 606.05;
_root.scoreText._y = 13.15;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = 26.85;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 41.15;
_root.goalReached.gotoAndStop(1);
_root.clock.gotoAndStop(1);
_root.etcMusic.gotoAndStop(1);
if (music == 1) {
_root.inGame2Music.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
tellTarget ('_parent') {
_parent.gotoAndStop('playLevel14');
}
_root.levelScreen.gotoAndStop(1);
}
}
}
movieClip 103 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 105 {
}
// unknown tag 88 length 59
button 110 {
on (release) {
_root.getURL('http://www.girlgamesclub.com/', '_blank');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
movieClip 111 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.goalText._alpha = 0;
_root.dollarText1._alpha = 0;
_root.goalCountText._alpha = 0;
_root.customerServedText._alpha = 0;
_root.bgDashboard1._alpha = 0;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 568.15;
_root.bgDashboard2._y = 37;
_root.scoreText._alpha = 100;
_root.dollarText2._alpha = 100;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 36.65;
_root.scoreTotalText._alpha = 100;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = 22.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = -46.35;
if (music == 1) {
_root.etcMusic.gotoAndStop(2);
}
}
instance of movieClip 26 {
onClipEvent (enterFrame) {
if (_root.date == 0) {
this.gotoAndStop(2);
}
if (_root.level1Complete == 1) {
this.gotoAndStop(3);
}
}
}
instance of movieClip 38 {
onClipEvent (enterFrame) {
if (_root.date == 2) {
this.gotoAndStop(2);
}
if (_root.level2Complete == 1) {
this.gotoAndStop(3);
} else {
if (_root.date < 2 & _root.level2Complete == 0) {
this.gotoAndStop(1);
}
}
}
}
instance of movieClip 43 {
onClipEvent (enterFrame) {
if (_root.date == 3) {
this.gotoAndStop(2);
}
if (_root.level3Complete == 1) {
this.gotoAndStop(3);
} else {
if (_root.date < 3 & _root.level3Complete == 0) {
this.gotoAndStop(1);
}
}
}
}
instance of movieClip 48 {
onClipEvent (enterFrame) {
if (_root.date == 4) {
this.gotoAndStop(2);
}
if (_root.level4Complete == 1) {
this.gotoAndStop(3);
} else {
if (_root.date < 4 & _root.level4Complete == 0) {
this.gotoAndStop(1);
}
}
}
}
instance of movieClip 53 {
onClipEvent (enterFrame) {
if (_root.date == 5) {
this.gotoAndStop(2);
}
if (_root.level5Complete == 1) {
this.gotoAndStop(3);
} else {
if (_root.date < 5 & _root.level5Complete == 0) {
this.gotoAndStop(1);
}
}
}
}
instance of movieClip 58 {
onClipEvent (enterFrame) {
if (_root.date == 6) {
this.gotoAndStop(2);
}
if (_root.level6Complete == 1) {
this.gotoAndStop(3);
} else {
if (_root.date < 6 & _root.level6Complete == 0) {
this.gotoAndStop(1);
}
}
}
}
instance of movieClip 63 {
onClipEvent (enterFrame) {
if (_root.date == 7) {
this.gotoAndStop(2);
}
if (_root.level7Complete == 1) {
this.gotoAndStop(3);
} else {
if (_root.date < 7 & _root.level7Complete == 0) {
this.gotoAndStop(1);
}
}
}
}
instance of movieClip 68 {
onClipEvent (enterFrame) {
if (_root.date == 8) {
this.gotoAndStop(2);
}
if (_root.level8Complete == 1) {
this.gotoAndStop(3);
} else {
if (_root.date < 8 & _root.level8Complete == 0) {
this.gotoAndStop(1);
}
}
}
}
instance of movieClip 73 {
onClipEvent (enterFrame) {
if (_root.date == 10) {
this.gotoAndStop(2);
}
if (_root.level10Complete == 1) {
this.gotoAndStop(3);
} else {
if (_root.date < 10 & _root.level10Complete == 0) {
this.gotoAndStop(1);
}
}
}
}
instance of movieClip 78 {
onClipEvent (enterFrame) {
if (_root.date == 11) {
this.gotoAndStop(2);
}
if (_root.level11Complete == 1) {
this.gotoAndStop(3);
} else {
if (_root.date < 11 & _root.level11Complete == 0) {
this.gotoAndStop(1);
}
}
}
}
instance of movieClip 83 {
onClipEvent (enterFrame) {
if (_root.date == 12) {
this.gotoAndStop(2);
}
if (_root.level12Complete == 1) {
this.gotoAndStop(3);
} else {
if (_root.date < 12 & _root.level12Complete == 0) {
this.gotoAndStop(1);
}
}
}
}
instance of movieClip 88 {
onClipEvent (enterFrame) {
if (_root.date == 13) {
this.gotoAndStop(2);
}
if (_root.level13Complete == 1) {
this.gotoAndStop(3);
} else {
if (_root.date < 13 & _root.level13Complete == 0) {
this.gotoAndStop(1);
}
}
}
}
instance of movieClip 93 {
onClipEvent (enterFrame) {
if (_root.date == 15) {
this.gotoAndStop(2);
}
if (_root.level15Complete == 1) {
this.gotoAndStop(3);
} else {
if (_root.date < 15 & _root.level15Complete == 0) {
this.gotoAndStop(1);
}
}
}
}
instance of movieClip 98 {
onClipEvent (enterFrame) {
if (_root.date == 9) {
this.gotoAndStop(2);
}
if (_root.level9Complete == 1) {
this.gotoAndStop(3);
} else {
if (_root.date < 9 & _root.level9Complete == 0) {
this.gotoAndStop(1);
}
}
}
}
instance of movieClip 103 {
onClipEvent (enterFrame) {
if (_root.date == 14) {
this.gotoAndStop(2);
}
if (_root.level14Complete == 1) {
this.gotoAndStop(3);
} else {
if (_root.date < 14 & _root.level14Complete == 0) {
this.gotoAndStop(1);
}
}
}
}
}
movieClip 114 {
}
movieClip 116 {
}
// unknown tag 88 length 229
button 125 {
on (press) {
_root.shopScreen.upgradePreview.gotoAndStop('stove');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
button 128 {
on (press) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.gameData.data.scoreGame -= 200;
_root.gameData.data.stoveLevelGame = 2;
_root.score -= 200;
_root.stoveLevel = 2;
if (_root.theConstructorBadge == 0) {
if (_root.stoveLevel == 2 & _root.microwaveLevel == 2 & _root.grillLevel == 2 & _root.juicerLevel == 2) {
_root.gameData.data.theConstructorBadgeGame = 1;
_root.theConstructorBadge = 1;
_root.badgesEarnScreen.gotoAndStop('theConstructor');
}
}
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 133 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 138 {
on (press) {
_root.shopScreen.upgradePreview.gotoAndStop('microwave');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
button 139 {
on (press) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.gameData.data.scoreGame -= 180;
_root.gameData.data.microwaveLevelGame = 2;
_root.score -= 180;
_root.microwaveLevel = 2;
if (_root.theConstructorBadge == 0) {
if (_root.stoveLevel == 2 & _root.microwaveLevel == 2 & _root.grillLevel == 2 & _root.juicerLevel == 2) {
_root.gameData.data.theConstructorBadgeGame = 1;
_root.theConstructorBadge = 1;
_root.badgesEarnScreen.gotoAndStop('theConstructor');
}
}
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 143 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 147 {
on (press) {
_root.shopScreen.upgradePreview.gotoAndStop('grill');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
button 148 {
on (press) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.gameData.data.scoreGame -= 180;
_root.gameData.data.grillLevelGame = 2;
_root.score -= 180;
_root.grillLevel = 2;
if (_root.theConstructorBadge == 0) {
if (_root.stoveLevel == 2 & _root.microwaveLevel == 2 & _root.grillLevel == 2 & _root.juicerLevel == 2) {
_root.gameData.data.theConstructorBadgeGame = 1;
_root.theConstructorBadge = 1;
_root.badgesEarnScreen.gotoAndStop('theConstructor');
}
}
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 152 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 157 {
on (press) {
_root.shopScreen.upgradePreview.gotoAndStop('juiceMaker');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
button 158 {
on (press) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.gameData.data.scoreGame -= 160;
_root.gameData.data.juicerLevelGame = 2;
_root.score -= 160;
_root.juicerLevel = 2;
if (_root.theConstructorBadge == 0) {
if (_root.stoveLevel == 2 & _root.microwaveLevel == 2 & _root.grillLevel == 2 & _root.juicerLevel == 2) {
_root.gameData.data.theConstructorBadgeGame = 1;
_root.theConstructorBadge = 1;
_root.badgesEarnScreen.gotoAndStop('theConstructor');
}
}
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 162 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 167 {
on (press) {
_root.shopScreen.upgradePreview.gotoAndStop('delivery');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
button 168 {
on (press) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.gameData.data.scoreGame -= 140;
_root.gameData.data.phoneOrderActiveGame = 1;
_root.score -= 140;
_root.phoneOrderActive = 1;
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 173 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 178 {
on (press) {
_root.shopScreen.upgradePreview.gotoAndStop('counter2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
button 179 {
on (press) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.gameData.data.scoreGame -= 80;
_root.gameData.data.kitchenCounterGame = 3;
_root.score -= 80;
_root.kitchenCounterType = 3;
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 183 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 187 {
on (press) {
_root.shopScreen.upgradePreview.gotoAndStop('counter3');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
button 188 {
on (press) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.gameData.data.scoreGame -= 80;
_root.gameData.data.kitchenCounterGame = 4;
_root.score -= 80;
_root.kitchenCounterType = 4;
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 192 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 199 {
}
movieClip 201 {
}
movieClip 203 {
}
movieClip 204 {
}
movieClip 207 {
}
movieClip 209 {
}
movieClip 211 {
}
movieClip 212 {
}
movieClip 213 {
}
movieClip 214 {
}
movieClip 215 {
frame 3200 {
_root.window1Left.window2.gotoAndStop(2);
}
}
movieClip 218 {
}
movieClip 219 {
}
movieClip 220 {
}
movieClip 222 {
}
movieClip 224 {
}
movieClip 225 {
frame 3200 {
_root.window2Right.window2.gotoAndStop(2);
}
}
movieClip 228 {
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 225 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
button 231 {
on (press) {
_root.shopScreen.upgradePreview.gotoAndStop('kitchen1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
button 232 {
on (press) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.gameData.data.scoreGame -= 120;
_root.gameData.data.wallTypeGame = 2;
_root.score -= 120;
_root.wallType = 2;
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 236 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 242 {
}
movieClip 245 {
}
movieClip 247 {
}
movieClip 248 {
frame 3200 {
_root.window1Left.window3.gotoAndStop(2);
}
}
movieClip 252 {
frame 3200 {
_root.window2Right.window3.gotoAndStop(2);
}
}
movieClip 255 {
instance of movieClip 248 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 252 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
button 256 {
on (press) {
_root.shopScreen.upgradePreview.gotoAndStop('kitchen2');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
button 257 {
on (press) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.gameData.data.scoreGame -= 120;
_root.gameData.data.wallTypeGame = 3;
_root.score -= 120;
_root.wallType = 3;
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 260 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 266 {
}
movieClip 269 {
}
movieClip 271 {
}
movieClip 272 {
frame 3200 {
_root.window1Left.window4.gotoAndStop(2);
}
}
movieClip 276 {
frame 3200 {
_root.window2Right.window4.gotoAndStop(2);
}
}
movieClip 279 {
instance window4 of movieClip 272 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 276 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
button 280 {
on (press) {
_root.shopScreen.upgradePreview.gotoAndStop('kitchen3');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
button 281 {
on (press) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.gameData.data.scoreGame -= 120;
_root.gameData.data.wallTypeGame = 4;
_root.score -= 120;
_root.wallType = 4;
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 284 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 285 {
on (press) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.gameData.data.scoreGame -= 160;
_root.gameData.data.juicerLevelGame = 2;
_root.score -= 160;
_root.juicerLevel = 2;
if (_root.superToolsBadge == 0) {
if (_root.stoveLevel == 2 & _root.microwaveLevel == 2 & _root.grillLevel == 2 & _root.juicerLevel == 2) {
_root.superToolsBadge = 1;
_root.badgesEarnScreen.gotoAndStop('superTools');
_root.gameData.data.superToolsBadgeGame = 1;
}
}
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 289 {
}
button 293 {
on (press) {
_root.shopScreen.upgradePreview.gotoAndStop('addTray');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
button 294 {
on (press) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.gameData.data.scoreGame -= 140;
_root.gameData.data.extraTrayActiveGame = 1;
_root.score -= 140;
_root.extraTrayActive = 1;
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 300 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 305 {
on (press) {
_root.shopScreen.upgradePreview.gotoAndStop('counter1');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
button 306 {
on (press) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.gameData.data.scoreGame -= 80;
_root.gameData.data.kitchenCounterGame = 2;
_root.score -= 80;
_root.kitchenCounterType = 2;
_root.gameData.flush();
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
movieClip 310 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 311 {
instance of movieClip 133 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.stoveLevel = _root.gameData.data.stoveLevelGame;
if (_root.stoveLevel == 1 & _root.score >= 200) {
this.gotoAndStop(1);
}
if (_root.stoveLevel == 1 & _root.score < 200) {
this.gotoAndStop(3);
}
if (_root.stoveLevel == 2) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 143 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.microwaveLevel = _root.gameData.data.microwaveLevelGame;
if (_root.microwaveLevel == 1 & _root.score >= 180) {
this.gotoAndStop(1);
}
if (_root.microwaveLevel == 1 & _root.score < 180) {
this.gotoAndStop(3);
}
if (_root.microwaveLevel == 2) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 152 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.grillLevel = _root.gameData.data.grillLevelGame;
if (_root.grillLevel == 1 & _root.score >= 180) {
this.gotoAndStop(1);
}
if (_root.grillLevel == 1 & _root.score < 180) {
this.gotoAndStop(3);
}
if (_root.grillLevel == 2) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 162 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.juicerLevel = _root.gameData.data.juicerLevelGame;
if (_root.juicerLevel == 1 & _root.score >= 160) {
this.gotoAndStop(1);
}
if (_root.juicerLevel == 1 & _root.score < 160) {
this.gotoAndStop(3);
}
if (_root.juicerLevel == 2) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 173 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.phoneOrderActive = _root.gameData.data.phoneOrderActiveGame;
if (_root.phoneOrderActive == 0 & _root.score >= 140) {
this.gotoAndStop(1);
}
if (_root.phoneOrderActive == 0 & _root.score < 140) {
this.gotoAndStop(3);
}
if (_root.phoneOrderActive == 1) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 183 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.kitchenCounterType = _root.gameData.data.kitchenCounterGame;
if (_root.kitchenCounterType != 3 & _root.score >= 80) {
this.gotoAndStop(1);
}
if (_root.kitchenCounterType != 3 & _root.score < 80) {
this.gotoAndStop(3);
}
if (_root.kitchenCounterType == 3) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 192 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.kitchenCounterType = _root.gameData.data.kitchenCounterGame;
if (_root.kitchenCounterType != 4 & _root.score >= 80) {
this.gotoAndStop(1);
}
if (_root.kitchenCounterType != 4 & _root.score < 80) {
this.gotoAndStop(3);
}
if (_root.kitchenCounterType == 4) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 236 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.wallType = _root.gameData.data.wallTypeGame;
if (_root.wallType != 2 & _root.score >= 120) {
this.gotoAndStop(1);
}
if (_root.wallType != 2 & _root.score < 120) {
this.gotoAndStop(3);
}
if (_root.wallType == 2) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 260 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.wallType = _root.gameData.data.wallTypeGame;
if (_root.wallType != 3 & _root.score >= 120) {
this.gotoAndStop(1);
}
if (_root.wallType != 3 & _root.score < 120) {
this.gotoAndStop(3);
}
if (_root.wallType == 3) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 284 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.wallType = _root.gameData.data.wallTypeGame;
if (_root.wallType != 4 & _root.score >= 120) {
this.gotoAndStop(1);
}
if (_root.wallType != 4 & _root.score < 120) {
this.gotoAndStop(3);
}
if (_root.wallType == 4) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 300 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.extraTrayActive = _root.gameData.data.extraTrayActiveGame;
if (_root.extraTrayActive == 0 & _root.score >= 140) {
this.gotoAndStop(1);
}
if (_root.extraTrayActive == 0 & _root.score < 140) {
this.gotoAndStop(3);
}
if (_root.extraTrayActive == 1) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 310 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.kitchenCounterType = _root.gameData.data.kitchenCounterGame;
if (_root.kitchenCounterType != 2 & _root.score >= 80) {
this.gotoAndStop(1);
}
if (_root.kitchenCounterType != 2 & _root.score < 80) {
this.gotoAndStop(3);
}
if (_root.kitchenCounterType == 2) {
this.gotoAndStop(2);
}
}
}
}
button 314 {
on (press) {
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 568.15;
_root.bgDashboard2._y = 35.5;
_root.dollarText2._alpha = 100;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 35.15;
_root.scoreText._x = 476.4;
_root.scoreText._y = 36;
_root.scoreTotalText._alpha = 100;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = 20.85;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = -46.35;
_root.shopSelect = 0;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
movieClip 352 {
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();
}
}
movieClip 354 {
}
movieClip 357 {
}
movieClip 359 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.scoreText._alpha = 100;
_root.scoreText._x = 90.95;
_root.scoreText._y = 67.8;
_root.dollarText2._alpha = 100;
_root.dollarText2._x = 176.85;
_root.dollarText2._y = 95.8;
_root.scoreTotalText._alpha = 100;
_root.scoreTotalText._x = 73.59999999999999;
_root.scoreTotalText._y = 81.5;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 127.5;
_root.bgDashboard2._y = 96.15000000000001;
scrolling = function () {
var v6 = _root.shopScreen.scrollTrack._height;
var v3 = _root.shopScreen.contentMain._height;
var v4 = _root.shopScreen.scrollFace._height;
var v5 = _root.shopScreen.maskedView._height;
_root.shopScreen.scrollFace._y = _root.shopScreen.scrollTrack._y;
var initPosition = _root.shopScreen.scrollFace._y;
var initContentPos = _root.shopScreen.contentMain._y;
var finalContentPos = _root.shopScreen.maskHeight - v3 + initContentPos;
var left = _root.shopScreen.scrollTrack._x;
var top = _root.shopScreen.scrollTrack._y;
var right = _root.shopScreen.scrollTrack._x;
var bottom = _root.shopScreen.scrollTrack._height - v4 + _root.shopScreen.scrollTrack._y;
var dy = 0;
var speed = 10;
var moveVal = (v3 - v5) / (v6 - v4);
_root.shopScreen.scrollFace.onPress = function () {
var v3 = this._y;
startDrag(this, false, left, top, right, bottom);
this.onMouseMove = function () {
dy = Math.abs(initPosition - this._y);
_root.shopScreen.contentMain._y = Math.round(dy * -1 * moveVal + initContentPos);
};
};
_root.shopScreen.scrollFace.onMouseUp = function () {
stopDrag();
delete this.onMouseMove;
};
if (_root.shopScreen.contentHeight < _root.shopScreen.maskHeight) {
_root.shopScreen.scrollFace._visible = false;
} else {
_root.shopScreen.scrollFace._visible = true;
}
btnUp.onPress = function () {
this.onEnterFrame = function () {
if (_root.shopScreen.contentMain._y + speed < _root.shopScreen.maskedView._y) {
if (_root.shopScreen.scrollFace._y <= top) {
_root.shopScreen.scrollFace._y = top;
} else {
_root.shopScreen.scrollFace._y -= speed / moveVal;
}
_root.shopScreen.contentMain._y += speed;
} else {
_root.shopScreen.scrollFace._y = top;
_root.shopScreen.contentMain._y = _root.shopScreen.maskedView._y;
delete this.onEnterFrame;
}
};
};
btnUp.onDragOut = function () {
delete this.onEnterFrame;
};
btnUp.onRelease = function () {
delete this.onEnterFrame;
};
btnDown.onPress = function () {
this.onEnterFrame = function () {
if (_root.shopScreen.contentMain._y - speed > finalContentPos) {
if (_root.shopScreen.scrollFace._y >= bottom) {
_root.shopScreen.scrollFace._y = bottom;
} else {
_root.shopScreen.scrollFace._y += speed / moveVal;
}
_root.shopScreen.contentMain._y -= speed;
} else {
_root.shopScreen.scrollFace._y = bottom;
_root.shopScreen.contentMain._y = finalContentPos;
delete this.onEnterFrame;
}
};
};
btnDown.onRelease = function () {
delete this.onEnterFrame;
};
btnDown.onDragOut = function () {
delete this.onEnterFrame;
};
};
scrolling();
}
}
movieClip 363 {
}
button 364 {
on (press) {
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 568.15;
_root.bgDashboard2._y = 35.5;
_root.dollarText2._alpha = 100;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 35.15;
_root.scoreText._alpha = 100;
_root.scoreText._x = 476.4;
_root.scoreText._y = 36;
_root.scoreTotalText._alpha = 100;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = 20.85;
_root.scoreLevelText._alpha = 100;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = -46.35;
_root.badgesSelect = 0;
_root.badgesScreen.badgeShow.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
movieClip 366 {
}
movieClip 371 {
}
movieClip 376 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 383 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 390 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 397 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 404 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 411 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 418 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 425 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 427 {
frame 1 {
stop();
}
frame 2 {
stop();
_root.scoreText._alpha = 0;
_root.goalText._alpha = 0;
_root.goalCountText._alpha = 0;
_root.dollarText1._alpha = 0;
_root.dollarText2._alpha = 0;
_root.scoreText._alpha = 0;
_root.scoreLevelText._alpha = 0;
_root.scoreTotalText._alpha = 0;
_root.bgDashboard2._alpha = 0;
}
instance of movieClip 376 {
onClipEvent (enterFrame) {
if (_root.getStartedBadge == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 383 {
onClipEvent (enterFrame) {
if (_root.gotStarBadge == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 390 {
onClipEvent (enterFrame) {
if (_root.masterChefBadge == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 397 {
onClipEvent (enterFrame) {
if (_root.burningPanBadge == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 404 {
onClipEvent (enterFrame) {
if (_root.aKingBadge == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 411 {
onClipEvent (enterFrame) {
if (_root.halfWayBadge == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 418 {
onClipEvent (enterFrame) {
if (_root.becomeAmanagerBadge == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 425 {
onClipEvent (enterFrame) {
if (_root.theConstructorBadge == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 429 {
}
movieClip 431 {
}
movieClip 433 {
}
movieClip 435 {
}
movieClip 438 {
}
button 444 {
on (press) {
if (pausePlay == 0) {
_global.pausePlay = 1;
_root.goalText._alpha = 0;
_root.servedText._alpha = 0;
_root.goalCountText._alpha = 0;
_root.customerServedText._alpha = 0;
_root.dollarText1._alpha = 0;
_root.dollarText2._alpha = 0;
_root.bgDashboard1._alpha = 0;
_root.bgDashboard2._alpha = 0;
_root.bgDashboard3._alpha = 0;
_root.scoreText._alpha = 0;
_root.scoreTotalText._alpha = 0;
_root.scoreLevelText._alpha = 0;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.pauseScreen.gotoAndStop(2);
nextFrame();
}
}
}
movieClip 445 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance pauseOption of movieClip 445 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
button 448 {
on (press) {
if (pausePlay == 0) {
if (soundFx == 1) {
_global.soundFx = 0;
nextFrame();
}
}
}
}
button 451 {
on (press) {
if (pausePlay == 0) {
if (soundFx == 0) {
_global.soundFx = 1;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
prevFrame();
}
}
}
}
movieClip 452 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance soundFxOption of movieClip 452 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (soundFx == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
button 455 {
on (press) {
if (pausePlay == 0) {
if (music == 1) {
_global.music = 0;
_root.inGame1Music.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
nextFrame();
}
}
}
button 458 {
on (press) {
if (pausePlay == 0) {
if (music == 0) {
_global.music = 1;
_root.inGame1Music.gotoAndStop(2);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
prevFrame();
}
}
}
movieClip 459 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance musicOption of movieClip 459 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (music == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
button 462 {
on (press) {
if (pausePlay == 0) {
_quality = 'MEDIUM';
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
}
button 465 {
on (press) {
if (pausePlay == 0) {
_quality = 'HIGH';
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
prevFrame();
}
}
}
movieClip 466 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance qualityOption of movieClip 466 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
}
button 468 {
on (release) {
getURL('http://www.girlgamesclub.com', '_blank');
}
}
movieClip 477 {
}
movieClip 479 {
}
movieClip 481 {
}
movieClip 484 {
}
movieClip 487 {
}
movieClip 489 {
}
movieClip 491 {
}
movieClip 493 {
}
movieClip 498 {
}
movieClip 500 {
}
movieClip 506 {
}
movieClip 508 {
}
movieClip 513 {
}
movieClip 514 {
}
movieClip 515 {
}
movieClip 516 {
}
movieClip 522 {
}
movieClip 523 {
frame 1 {
stepp = 0;
step2 = 0;
}
instance loaderbar of movieClip 522 {
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();
_root.goalText._x = 25.3;
_root.goalText._y = -71.09999999999999;
_root.bgDashboard1._x = 89.15000000000001;
_root.bgDashboard1._y = -71.2;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = -85.09999999999999;
_root.dollarText1._x = 117.7;
_root.dollarText1._y = -71.15000000000001;
_root.scoreText._x = 606.05;
_root.scoreText._y = -106.85;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = -78.5;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = -85.09999999999999;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = -78.84999999999999;
_root.pauseOption._x = 17;
_root.pauseOption._y = -61.65;
_root.musicOption._x = 17;
_root.musicOption._y = 16.35;
_root.soundFxOption._x = 43.4;
_root.soundFxOption._y = 16.35;
_root.qualityOption._x = 69.8;
_root.qualityOption._y = 16.35;
if (_url.substring(0, 4) != 'file') {
x = new LoadVars();
x.id = 'dinerchef2';
x.ui = _url;
x.sendAndLoad('http://track.g-bot.net/track.php', x, 'POST');
}
}
movieClip 525 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 3 {
gotoAndStop(1);
}
}
movieClip 528 {
frame 1 {
play();
}
frame 3 {
_root.introMusic.gotoAndStop(1);
}
}
movieClip 530 {
frame 1 {
play();
}
frame 10 {
_root.introMusic.gotoAndStop(1);
}
}
movieClip 532 {
frame 1 {
play();
}
frame 4 {
_root.introMusic.gotoAndStop(1);
}
}
movieClip 534 {
frame 1 {
play();
}
frame 4 {
_root.introMusic.gotoAndStop(1);
}
}
movieClip 535 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 538 {
}
movieClip 545 {
}
movieClip 550 {
}
movieClip 552 {
}
movieClip 557 {
frame 1 {
if (soundFx == 1) {
_root.introMusic.gotoAndStop('searching1');
}
}
frame 2 {
if (soundFx == 1) {
_root.introMusic.gotoAndStop('searching2');
}
}
frame 18 {
if (soundFx == 1) {
_root.introMusic.gotoAndStop('titleIn');
}
}
frame 27 {
if (soundFx == 1) {
_root.introMusic.gotoAndStop('titleIn');
}
}
frame 36 {
if (soundFx == 1) {
_root.introMusic.gotoAndStop('titleIn');
}
}
frame 46 {
if (soundFx == 1) {
_root.introMusic.gotoAndStop('2Popped');
}
}
frame 59 {
_parent.nextFrame();
}
}
frame 3 {
stop();
if (music == 1) {
_root.titleMusic.gotoAndStop(2);
}
}
movieClip 559 {
frame 1 {
stop();
var menuMusicSound = new Sound();
menuMusicSound.attachSound('menuMusic');
menuMusicSound.stop();
}
frame 2 {
stop();
var menuMusicSound = new Sound();
menuMusicSound.attachSound('menuMusic');
menuMusicSound.start(0, 99999);
}
}
instance titleMusic of movieClip 559 {
onClipEvent (enterFrame) {
if (music == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
button 564 {
on (press) {
if (_root.popupPlay == 0) {
getURL('http://www.facebook.com/pages/Girl-Games-Club/115332691830237', '_blank');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 567 {
on (press) {
if (_root.popupPlay == 0) {
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.gameData = SharedObject.getLocal('dinercheftwo');
if (_root.gameData.data.scoreGame == undefined) {
_root.gameData.data.scoreGame = _root.score;
_root.score = 0;
_root.gameData.flush();
}
if (_root.gameData.data.levelGame == undefined || _root.gameData.data.levelGame == 0) {
_root.gameData.data.levelGame = _root.date;
_root.gameData.data.levelGame = 0;
_root.date = 0;
_root.score = 0;
_root.customerServedTotal = 0;
_root.stoveLevel = 1;
_root.microwaveLevel = 1;
_root.grillLevel = 1;
_root.juicerLevel = 1;
_root.phoneOrderActive = 0;
_root.extraTrayActive = 0;
_root.kitchenCounterType = 1;
_root.wallType = 1;
_root.scoreLevel = 0;
_root.getStartedBadge = 0;
_root.gotStarBadge = 0;
_root.masterChefBadge = 0;
_root.burningPanBadge = 0;
_root.aKingBadge = 0;
_root.halfWayBadge = 0;
_root.becomeAmanagerBadge = 0;
_root.theConstructorBadge = 0;
_root.popupPlay = 1;
_root.popup.gotoAndStop(2);
} else {
if (_root.gameData.data.levelGame > 1 || _root.date > 1) {
nextFrame();
}
}
if (_root.gameData.data.customerServedTotalGame == undefined) {
_root.gameData.data.customerServedTotalGame = _root.customerServedTotal;
_root.gameData.data.customerServedTotalGame = 0;
_root.customerServedTotal = 0;
}
if (_root.gameData.data.stoveLevelGame == undefined) {
_root.gameData.data.stoveLevelGame = _root.stoveLevel;
_root.gameData.data.stoveLevelGame = 1;
_root.stoveLevel = 1;
}
if (_root.gameData.data.microwaveLevelGame == undefined) {
_root.gameData.data.microwaveLevelGame = _root.microwaveLevel;
_root.gameData.data.microwaveLevelGame = 1;
_root.microwaveLevel = 1;
}
if (_root.gameData.data.grillLevelGame == undefined) {
_root.gameData.data.grillLevelGame = _root.grillLevel;
_root.gameData.data.grillLevelGame = 1;
_root.grillLevel = 1;
}
if (_root.gameData.data.juicerLevelGame == undefined) {
_root.gameData.data.juicerLevelGame = _root.juicerLevel;
_root.gameData.data.juicerLevelGame = 1;
_root.juicerLevel = 1;
}
if (_root.gameData.data.phoneOrderActiveGame == undefined) {
_root.gameData.data.phoneOrderActiveGame = _root.phoneOrderActive;
_root.gameData.data.phoneOrderActiveGame = 0;
_root.phoneOrderActive = 0;
}
if (_root.gameData.data.extraTrayActiveGame == undefined) {
_root.gameData.data.extraTrayActiveGame = _root.extraTrayActive;
_root.gameData.data.extraTrayActiveGame = 0;
_root.extraTrayActive = 0;
}
if (_root.gameData.data.kitchenCounterGame == undefined) {
_root.gameData.data.kitchenCounterGame = _root.kitchenCounter;
_root.gameData.data.kitchenCounterGame = 1;
_root.kitchenCounter = 1;
}
if (_root.gameData.data.wallTypeGame == undefined) {
_root.gameData.data.wallTypeGame = _root.wallType;
_root.gameData.data.wallTypeGame = 1;
_root.wallType = 1;
}
if (_root.gameData.data.getStartedBadgeGame == undefined) {
_root.gameData.data.getStartedBadgeGame = _root.getStartedBadge;
_root.gameData.data.getStartedBadgeGame = 0;
_root.getStartedBadge = 0;
}
if (_root.gameData.data.gotStarBadgeGame == undefined) {
_root.gameData.data.gotStarBadgeGame = _root.gotStarBadge;
_root.gameData.data.gotStarBadgeGame = 0;
_root.gotStarBadge = 0;
}
if (_root.gameData.data.masterChefBadgeGame == undefined) {
_root.gameData.data.masterChefBadgeGame = _root.masterChefBadge;
_root.gameData.data.masterChefBadgeGame = 0;
_root.masterChefBadge = 0;
}
if (_root.gameData.data.burningPanBadgeGame == undefined) {
_root.gameData.data.burningPanBadgeGame = _root.burningPanBadge;
_root.gameData.data.burningPanBadgeGame = 0;
_root.burningPanBadge = 0;
}
if (_root.gameData.data.aKingBadgeGame == undefined) {
_root.gameData.data.aKingBadgeGame = _root.aKingBadge;
_root.gameData.data.aKingBadgeGame = 0;
_root.aKingBadge = 0;
}
if (_root.gameData.data.halfWayBadgeGame == undefined) {
_root.gameData.data.halfWayBadgeGame = _root.halfWayBadge;
_root.gameData.data.halfWayBadgeGame = 0;
_root.halfWayBadge = 0;
}
if (_root.gameData.data.becomeAmanagerBadgeGame == undefined) {
_root.gameData.data.becomeAmanagerBadgeGame = _root.becomeAmanagerBadge;
_root.gameData.data.becomeAmanagerBadgeGame = 0;
_root.becomeAmanagerBadge = 0;
}
if (_root.gameData.data.theConstructorBadgeGame == undefined) {
_root.gameData.data.theConstructorBadgeGame = _root.theConstructorBadge;
_root.gameData.data.theConstructorBadgeGame = 0;
_root.theConstructorBadge = 0;
}
}
}
}
button 570 {
on (press) {
if (_root.popupPlay == 0) {
getURL('http://www.wangweigong.com', '_blank');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 573 {
on (press) {
if (_root.popupPlay == 0) {
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop('highScores');
}
}
}
button 576 {
on (press) {
if (_root.popupPlay == 0) {
getURL('http://www.girlgamesclub.com', '_blank');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
// unknown tag 88 length 138
button 581 {
on (press) {
if (_root.popupPlay == 0) {
getURL('http://www.girlgamesclub.com/exclusive_games.html', '_blank');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 582 {
on (release) {
if (_root.popupPlay == 0) {
_root.getURL('http://www.girlgamesclub.com/', '_blank');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
movieClip 585 {
}
// unknown tag 88 length 79
button 588 {
on (press) {
_root.popupPlay = 0;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_parent.gotoAndStop('tutorial');
_root.popup.gotoAndStop(1);
}
}
movieClip 589 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 591 {
}
frame 4 {
stop();
_root.scoreTotalText._x = 260.8;
_root.scoreTotalText._y = 222.35;
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.date = _root.gameData.data.levelGame;
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;
} else {
if (_root.gameData.data.levelGame == 13) {
_root.savedLevelGame = 13;
} else {
if (_root.gameData.data.levelGame == 14) {
_root.savedLevelGame = 14;
} else {
if (_root.gameData.data.levelGame == 15) {
_root.savedLevelGame = 15;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
movieClip 594 {
}
button 597 {
on (press) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.gameData.data.scoreGame = _root.scoreTotal;
_root.score = 0;
_root.gameData.data.levelGame = _root.date;
_root.gameData.data.levelGame = 0;
_root.date = 0;
_root.customerServedTotal = 0;
_root.stoveLevel = 1;
_root.microwaveLevel = 1;
_root.grillLevel = 1;
_root.juicerLevel = 1;
_root.phoneOrderActive = 0;
_root.extraTrayActive = 0;
_root.kitchenCounterType = 1;
_root.wallType = 1;
_root.scoreLevel = 0;
_root.getStartedBadge = 0;
_root.gotStarBadge = 0;
_root.masterChefBadge = 0;
_root.burningPanBadge = 0;
_root.aKingBadge = 0;
_root.halfWayBadge = 0;
_root.becomeAmanagerBadge = 0;
_root.theConstructorBadge = 0;
_root.gameData.clear();
_root.gameData.flush();
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_parent.gotoAndStop('menu');
if (_root.gameData.data.customerServedTotalGame == undefined) {
_root.gameData.data.customerServedTotalGame = _root.customerServedTotal;
_root.gameData.data.customerServedTotalGame = 0;
_root.customerServedTotal = 0;
}
if (_root.gameData.data.stoveLevelGame == undefined) {
_root.gameData.data.stoveLevelGame = _root.stoveLevel;
_root.gameData.data.stoveLevelGame = 1;
_root.stoveLevel = 1;
}
if (_root.gameData.data.microwaveLevelGame == undefined) {
_root.gameData.data.microwaveLevelGame = _root.microwaveLevel;
_root.gameData.data.microwaveLevelGame = 1;
_root.microwaveLevel = 1;
}
if (_root.gameData.data.grillLevelGame == undefined) {
_root.gameData.data.grillLevelGame = _root.grillLevel;
_root.gameData.data.grillLevelGame = 1;
_root.grillLevel = 1;
}
if (_root.gameData.data.juicerLevelGame == undefined) {
_root.gameData.data.juicerLevelGame = _root.juicerLevel;
_root.gameData.data.juicerLevelGame = 1;
_root.juicerLevel = 1;
}
if (_root.gameData.data.phoneOrderActiveGame == undefined) {
_root.gameData.data.phoneOrderActiveGame = _root.phoneOrderActive;
_root.gameData.data.phoneOrderActiveGame = 0;
_root.phoneOrderActive = 0;
}
if (_root.gameData.data.extraTrayActiveGame == undefined) {
_root.gameData.data.extraTrayActiveGame = _root.extraTrayActive;
_root.gameData.data.extraTrayActiveGame = 0;
_root.extraTrayActive = 0;
}
if (_root.gameData.data.kitchenCounterGame == undefined) {
_root.gameData.data.kitchenCounterGame = _root.kitchenCounter;
_root.gameData.data.kitchenCounterGame = 1;
_root.kitchenCounter = 1;
}
if (_root.gameData.data.wallTypeGame == undefined) {
_root.gameData.data.wallTypeGame = _root.wallType;
_root.gameData.data.wallTypeGame = 1;
_root.wallType = 1;
}
if (_root.gameData.data.getStartedBadgeGame == undefined) {
_root.gameData.data.getStartedBadgeGame = _root.getStartedBadge;
_root.gameData.data.getStartedBadgeGame = 0;
_root.getStartedBadge = 0;
}
if (_root.gameData.data.gotStarBadgeGame == undefined) {
_root.gameData.data.gotStarBadgeGame = _root.gotStarBadge;
_root.gameData.data.gotStarBadgeGame = 0;
_root.gotStarBadge = 0;
}
if (_root.gameData.data.masterChefBadgeGame == undefined) {
_root.gameData.data.masterChefBadgeGame = _root.masterChefBadge;
_root.gameData.data.masterChefBadgeGame = 0;
_root.masterChefBadge = 0;
}
if (_root.gameData.data.burningPanBadgeGame == undefined) {
_root.gameData.data.burningPanBadgeGame = _root.burningPanBadge;
_root.gameData.data.burningPanBadgeGame = 0;
_root.burningPanBadge = 0;
}
if (_root.gameData.data.aKingBadgeGame == undefined) {
_root.gameData.data.aKingBadgeGame = _root.aKingBadge;
_root.gameData.data.aKingBadgeGame = 0;
_root.aKingBadge = 0;
}
if (_root.gameData.data.halfWayBadgeGame == undefined) {
_root.gameData.data.halfWayBadgeGame = _root.halfWayBadge;
_root.gameData.data.halfWayBadgeGame = 0;
_root.halfWayBadge = 0;
}
if (_root.gameData.data.becomeAmanagerBadgeGame == undefined) {
_root.gameData.data.becomeAmanagerBadgeGame = _root.becomeAmanagerBadge;
_root.gameData.data.becomeAmanagerBadgeGame = 0;
_root.becomeAmanagerBadge = 0;
}
if (_root.gameData.data.theConstructorBadgeGame == undefined) {
_root.gameData.data.theConstructorBadgeGame = _root.theConstructorBadge;
_root.gameData.data.theConstructorBadgeGame = 0;
_root.theConstructorBadge = 0;
}
}
}
movieClip 599 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 599 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.date = _root.gameData.data.levelGame;
if (_root.gameData.data.levelGame == undefined || _root.gameData.data.levelGame == 0) {
gotoAndStop(2);
} else {
gotoAndStop(1);
}
}
}
button 600 {
on (press) {
_global.pausePlay = 1;
_root.restaurantClose = 1;
_root.goalText._x = 25.3;
_root.goalText._y = 48.9;
_root.dollarText1._x = 117.7;
_root.dollarText1._y = 48.85;
_root.goalCountText._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard1._x = 89.15000000000001;
_root.bgDashboard1._y = 48.8;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = 41.5;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = 34.9;
_root.scoreText._x = 606.05;
_root.scoreText._y = 13.15;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = 26.85;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 41.15;
gotoAndStop('levels');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
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;
_root.level13Complete = 0;
_root.level14Complete = 0;
_root.level15Complete = 0;
gotoAndStop('playLevel2');
}
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;
_root.level13Complete = 0;
_root.level14Complete = 0;
_root.level15Complete = 0;
gotoAndStop('playLevel3');
}
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;
_root.level11Complete = 0;
_root.level12Complete = 0;
_root.level13Complete = 0;
_root.level14Complete = 0;
_root.level15Complete = 0;
gotoAndStop('playLevel4');
}
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;
_root.level13Complete = 0;
_root.level14Complete = 0;
_root.level15Complete = 0;
gotoAndStop('playLevel5');
}
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;
_root.level13Complete = 0;
_root.level14Complete = 0;
_root.level15Complete = 0;
gotoAndStop('playLevel6');
}
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;
_root.level13Complete = 0;
_root.level14Complete = 0;
_root.level15Complete = 0;
gotoAndStop('playLevel7');
}
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;
_root.level13Complete = 0;
_root.level14Complete = 0;
_root.level15Complete = 0;
gotoAndStop('playLevel8');
}
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;
_root.level13Complete = 0;
_root.level14Complete = 0;
_root.level15Complete = 0;
gotoAndStop('playLevel9');
}
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;
gotoAndStop('playLevel10');
}
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;
_root.level13Complete = 0;
_root.level14Complete = 0;
_root.level15Complete = 0;
gotoAndStop('playLevel11');
}
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;
_root.level13Complete = 0;
_root.level14Complete = 0;
_root.level15Complete = 0;
gotoAndStop('playLevel12');
}
if (_root.gameData.data.levelGame == 13) {
_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 = 1;
_root.level13Complete = 0;
_root.level14Complete = 0;
_root.level15Complete = 0;
gotoAndStop('playLevel13');
}
if (_root.gameData.data.levelGame == 14) {
_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 = 1;
_root.level13Complete = 1;
_root.level14Complete = 0;
_root.level15Complete = 0;
gotoAndStop('playLevel14');
}
if (_root.gameData.data.levelGame == 15) {
_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 = 1;
_root.level13Complete = 1;
_root.level14Complete = 1;
_root.level15Complete = 0;
gotoAndStop('playLevel15');
}
}
}
frame 5 {
stop();
_root.goalText._x = 25.3;
_root.goalText._y = 48.9;
_root.dollarText1._x = 117.7;
_root.dollarText1._y = 48.85;
_root.goalCountText._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard1._x = 89.15000000000001;
_root.bgDashboard1._y = 48.8;
_root.bgDashboard2._x = 567.85;
_root.bgDashboard2._y = 41.5;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = 34.9;
_root.scoreText._x = 606.05;
_root.scoreText._y = 13.15;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = 26.85;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 41.15;
_root.goal = 0;
_root.handFull = 0;
_root.mainMenuOpen = 0;
_root.drinksMenuOpen = 0;
_root.tray1Fill = 0;
_root.tray2Fill = 0;
_root.tray3Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseTray3 = 0;
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastTray3 = 0;
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingTray3 = 0;
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighTray3 = 0;
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakTray3 = 0;
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiTray3 = 0;
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSausageTray1 = 0;
_root.rawSausageTray2 = 0;
_root.rawSausageTray3 = 0;
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesTray3 = 0;
_root.rawRiceTray1 = 0;
_root.rawRiceTray2 = 0;
_root.rawRiceTray3 = 0;
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanTray3 = 0;
_root.rawRendangTray1 = 0;
_root.rawRendangTray2 = 0;
_root.rawRendangTray3 = 0;
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeTray3 = 0;
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryTray3 = 0;
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateTray3 = 0;
_root.juiceMelonTray1 = 0;
_root.juiceMelonTray2 = 0;
_root.juiceMelonTray3 = 0;
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantTray3 = 0;
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSausageTray1 = 0;
_root.friedSausageTray2 = 0;
_root.friedSausageTray3 = 0;
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseTray3 = 0;
_root.cookedRiceTray1 = 0;
_root.cookedRiceTray2 = 0;
_root.cookedRiceTray3 = 0;
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedRendangTray1 = 0;
_root.cookedRendangTray2 = 0;
_root.cookedRendangTray3 = 0;
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceTray3 = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawRiceChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangePouring = 0;
_root.juiceStrawberryPouring = 0;
_root.juiceChocolatePouring = 0;
_root.juiceMelonPouring = 0;
_root.juiceBlackcurrantPouring = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.stoveLeftCooking = 0;
_root.stoveRightCooking = 0;
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighOnStoveRight = 0;
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiOnStoveRight = 0;
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesOnStoveRight = 0;
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangOnStoveRight = 0;
_root.microwaveCooking = 0;
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns3OnMicrowave = 0;
_root.cookedRiceOnMicrowave = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.grillGrilling = 0;
_root.grilledChickenSteakOnGrill = 0;
_root.chef._x = 284.8;
_root.chef._y = 222.8;
_root.chef.gotoAndStop('front');
_root.chef.rice.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food3.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.drinks.gotoAndStop('empty');
_root.stove.stove1.gotoAndStop('empty');
_root.stove.stove2.gotoAndStop('empty');
_root.microwave.microwave1.gotoAndStop('empty');
_root.microwave.microwave2.gotoAndStop('empty');
_root.grill.grill1.gotoAndStop('empty');
_root.grill.grill2.gotoAndStop('empty');
_root.juicer.juicer1.gotoAndStop('empty');
_root.juicer.juicer2.gotoAndStop('empty');
_root.trashBin.gotoAndStop('close');
_root.tray1.gotoAndStop('empty');
_root.tray2.gotoAndStop('empty');
_root.cashRegister.gotoAndStop('empty');
_root.window1.window1.gotoAndStop('morning');
_root.window2.window1.gotoAndStop('morning');
_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.level13Complete = 0;
_root.level14Complete = 0;
_root.level15Complete = 0;
_root.step1 = 0;
_root.step2 = 0;
_root.step3 = 0;
_root.step4 = 0;
_root.step5 = 0;
_root.step6 = 0;
_root.step7 = 0;
_root.step8 = 0;
_root.step9 = 0;
_root.step10 = 0;
_root.step11 = 0;
_root.step12 = 0;
_root.step13 = 0;
_root.step14 = 0;
_root.step15 = 0;
_root.step16 = 0;
_root.step17 = 0;
_root.step18 = 0;
_root.step19 = 0;
_root.step20 = 0;
_root.step21 = 0;
_root.step22 = 0;
_root.step23 = 0;
}
movieClip 609 {
}
movieClip 611 {
}
movieClip 615 {
}
movieClip 617 {
}
movieClip 621 {
}
movieClip 622 {
}
movieClip 624 {
}
movieClip 626 {
}
movieClip 629 {
}
button 632 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.step1 == 1 & _root.step2 == 0) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.step2 = 1;
_root.arrow1._alpha = 0;
_root.arrow2._alpha = 100;
_root.tutorialInstructions.gotoAndStop('step3');
_root.mainMenuOpen = 1;
_root.mainMenu.gotoAndStop(2);
_root.chef.gotoAndStop('left');
nextFrame();
}
}
if (_root.step8 == 1 & _root.step9 == 0) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.step9 = 1;
_root.arrow1._alpha = 0;
_root.mainMenuOpen = 1;
_root.mainMenu.gotoAndStop(2);
_root.chef.gotoAndStop('left');
nextFrame();
}
}
if (_root.step13 == 1 & _root.step14 == 0) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.step14 = 1;
_root.arrow1._alpha = 0;
_root.tutorialInstructions.gotoAndStop('step14');
_root.mainMenuOpen = 1;
_root.mainMenu.gotoAndStop(2);
_root.chef.gotoAndStop('left');
nextFrame();
}
}
if (_root.step19 == 1 & _root.step20 == 0) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.step20 = 1;
_root.arrow1._alpha = 0;
_root.tutorialInstructions.gotoAndStop('step18');
_root.mainMenuOpen = 1;
_root.mainMenu2.gotoAndStop(2);
_root.chef.gotoAndStop('left');
nextFrame();
}
}
}
}
}
}
movieClip 637 {
frame 16 {
stop();
}
}
movieClip 638 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 641 {
}
movieClip 646 {
}
movieClip 648 {
}
movieClip 649 {
frame 200 {
stop();
}
}
movieClip 651 {
}
movieClip 653 {
}
movieClip 654 {
frame 200 {
stop();
}
}
movieClip 656 {
}
movieClip 658 {
}
movieClip 659 {
frame 200 {
stop();
}
}
movieClip 661 {
}
movieClip 663 {
}
movieClip 664 {
frame 200 {
stop();
}
}
movieClip 666 {
}
movieClip 668 {
}
movieClip 669 {
frame 200 {
stop();
}
}
movieClip 671 {
}
movieClip 673 {
}
movieClip 674 {
frame 200 {
stop();
}
}
movieClip 676 {
}
movieClip 678 {
}
movieClip 679 {
frame 200 {
stop();
}
}
movieClip 680 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 649 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 654 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 659 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 664 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
}
movieClip 682 {
}
movieClip 684 {
}
movieClip 685 {
}
movieClip 686 {
frame 2 {
if (soundFx == 1) {
_root.frying1Music.gotoAndStop(2);
}
}
frame 200 {
_root.stoveLeftCooking = 0;
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.stove1.stove1Left.gotoAndStop(2);
_root.stove1.stove1CookingLeft.gotoAndStop('done');
}
}
movieClip 695 {
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 696 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 686 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.friedChickenBreastOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenThighOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('friedChickenThigh');
}
if (_root.friedChickenWingOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('friedChickenWing');
}
if (_root.friedFrenchFriesOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('friedFrenchFries');
}
}
}
frame 3 {
stop();
}
instance foodFriedOnStove of movieClip 695 {
onClipEvent (enterFrame) {
if (_root.friedChickenBreastOnStoveLeft == 1) {
_root.tutorialInstructions.gotoAndStop('step5');
this.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenThighOnStoveLeft == 1) {
_root.tutorialInstructions.gotoAndStop('step10');
this.gotoAndStop('friedChickenThigh');
}
if (_root.friedChickenWingOnStoveLeft == 1) {
_root.arrow7._alpha = 100;
_root.tutorialInstructions.gotoAndStop('step16');
this.gotoAndStop('friedChickenWing');
}
if (_root.friedFrenchFriesOnStoveLeft == 1) {
_root.arrow7._alpha = 100;
_root.tutorialInstructions.gotoAndStop('step19');
this.gotoAndStop('friedFrenchFries');
}
}
}
}
button 698 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.step4 == 1 & _root.step5 == 0) {
_root.chef._x = 255.8;
_root.chef._y = 183.45;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.stoveLeftCooking == 0 & _root.friedChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.friedChickenThighChef == 0) {
if (_root.rawChickenBreastChef == 1) {
_root.step5 = 1;
_root.arrow4._alpha = 0;
_root.rawChickenBreastChef = 0;
_root.friedChickenBreastOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveLeftCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove1.stove1CookingLeft.gotoAndStop('cooking');
}
}
}
if (_root.step10 == 1 & _root.step11 == 0) {
_root.chef._x = 255.8;
_root.chef._y = 183.45;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.stoveLeftCooking == 0 & _root.friedChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.friedChickenThighChef == 0) {
if (_root.rawChickenThighChef == 1) {
_root.step11 = 1;
_root.arrow4._alpha = 0;
_root.rawChickenThighChef = 0;
_root.friedChickenThighOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveLeftCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove1.stove1CookingLeft.gotoAndStop('cooking');
}
}
}
if (_root.step16 == 1 & _root.step17 == 0) {
_root.chef._x = 255.8;
_root.chef._y = 183.45;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.stoveLeftCooking == 0 & _root.friedChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.friedChickenThighChef == 0) {
if (_root.rawChickenWingChef == 1) {
_root.step17 = 1;
_root.arrow4._alpha = 0;
_root.rawChickenWingChef = 0;
_root.friedChickenWingOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveLeftCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove1.stove1CookingLeft.gotoAndStop('cooking');
}
}
}
if (_root.step20 == 1 & _root.step21 == 0) {
_root.chef._x = 255.8;
_root.chef._y = 183.45;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.stoveLeftCooking == 0 & _root.friedChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.friedChickenThighChef == 0) {
if (_root.rawFrenchFriesChef == 1) {
_root.step21 = 1;
_root.arrow4._alpha = 0;
_root.rawFrenchFriesChef = 0;
_root.friedFrenchFriesOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveLeftCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove1.stove1CookingLeft.gotoAndStop('cooking');
}
}
}
}
}
}
}
button 699 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.step6 == 0) {
_root.chef._x = 255.8;
_root.chef._y = 183.45;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.step6 = 1;
_root.arrow5._alpha = 100;
_root.handFull = 1;
_root.chef.gotoAndStop('back');
_root.stove1.stove1Left.gotoAndStop(1);
_root.stove1.stove1CookingLeft.gotoAndStop('empty');
if (_root.friedChickenBreastOnStoveLeft == 1) {
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastChef = 1;
_root.chef.food2.gotoAndStop('friedChickenBreast');
}
}
}
if (_root.step11 == 1 & _root.step12 == 0) {
_root.chef._x = 255.8;
_root.chef._y = 183.45;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.step12 = 1;
_root.handFull = 1;
_root.chef.gotoAndStop('back');
_root.stove1.stove1Left.gotoAndStop(1);
_root.stove1.stove1CookingLeft.gotoAndStop('empty');
if (_root.friedChickenThighOnStoveLeft == 1) {
_root.tutorialInstructions.gotoAndStop('step11');
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighChef = 1;
_root.chef.food2.gotoAndStop('friedChickenThigh');
}
}
}
if (_root.step17 == 1 & _root.step18 == 0) {
_root.chef._x = 255.8;
_root.chef._y = 183.45;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.step18 = 1;
_root.handFull = 1;
_root.chef.gotoAndStop('back');
_root.stove1.stove1Left.gotoAndStop(1);
_root.stove1.stove1CookingLeft.gotoAndStop('empty');
if (_root.friedChickenWingOnStoveLeft == 1) {
_root.tutorialInstructions.gotoAndStop('step17');
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingChef = 1;
_root.chef.food2.gotoAndStop('friedChickenWing');
}
}
}
if (_root.step21 == 1 & _root.step22 == 0) {
_root.chef._x = 255.8;
_root.chef._y = 183.45;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.step22 = 1;
_root.handFull = 1;
_root.chef.gotoAndStop('back');
_root.stove1.stove1Left.gotoAndStop(1);
_root.stove1.stove1CookingLeft.gotoAndStop('empty');
if (_root.friedFrenchFriesOnStoveLeft == 1) {
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesChef = 1;
_root.chef.food2.gotoAndStop('friedFrenchFries');
}
}
}
}
}
}
}
movieClip 700 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 701 {
frame 1 {
stop();
}
}
movieClip 704 {
}
movieClip 707 {
}
movieClip 713 {
}
movieClip 715 {
}
movieClip 718 {
}
movieClip 721 {
}
movieClip 722 {
}
instance arrow4 of movieClip 722 {
onClipEvent (load) {
this._alpha = 0;
}
}
movieClip 724 {
}
movieClip 730 {
}
movieClip 740 {
}
movieClip 743 {
}
movieClip 747 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 759 {
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();
}
}
movieClip 765 {
}
movieClip 769 {
}
movieClip 771 {
}
movieClip 789 {
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();
}
}
movieClip 811 {
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 813 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 816 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 823 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 826 {
frame 8 {
_root.chef.gotoAndStop('front');
}
}
movieClip 828 {
frame 8 {
_root.chef.gotoAndStop('front');
}
}
movieClip 830 {
frame 8 {
_root.chef.gotoAndStop('front');
}
}
movieClip 831 {
frame 1 {
stop();
}
instance of movieClip 740 {
onClipEvent (enterFrame) {
if (_root.handFull == 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
}
instance of movieClip 743 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.handFull == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
instance rice of movieClip 747 {
onClipEvent (enterFrame) {
if (_root.rawRiceChef == 0 || _root.cookedRiceChef == 0) {
this.gotoAndStop('empty');
}
if (_root.rawRiceChef == 1) {
this.gotoAndStop('rawRice');
}
if (_root.cookedRiceChef == 1) {
this.gotoAndStop('cookedRice');
}
}
}
instance food1 of movieClip 759 {
onClipEvent (enterFrame) {
if (_root.rawChickenBreastChef == 0 || _root.rawChickenWingChef == 0 || _root.rawChickenThighChef == 0 || _root.rawChickenSteakChef == 0 || _root.rawSpaghettiChef == 0 || _root.rawSteamedBuns1Chef == 0 || _root.rawSteamedBuns2Chef == 0 || _root.rawSteamedBuns3Chef == 0 || _root.rawSausageChef == 0 || _root.rawFrenchFriesChef == 0 || _root.rawChickenHainanChef == 0 || _root.rawRendangChef == 0) {
this.gotoAndStop('empty');
}
if (_root.rawChickenBreastChef == 1) {
this.gotoAndStop('rawChickenBreast');
}
if (_root.rawChickenWingChef == 1) {
this.gotoAndStop('rawChickenWing');
}
if (_root.rawChickenThighChef == 1) {
this.gotoAndStop('rawChickenThigh');
}
if (_root.rawChickenSteakChef == 1) {
this.gotoAndStop('rawChickenSteak');
}
if (_root.rawSpaghettiChef == 1) {
this.gotoAndStop('rawSpaghetti');
}
if (_root.rawSteamedBuns1Chef == 1) {
this.gotoAndStop('rawSteamedBuns1');
}
if (_root.rawSteamedBuns2Chef == 1) {
this.gotoAndStop('rawSteamedBuns2');
}
if (_root.rawSteamedBuns3Chef == 1) {
this.gotoAndStop('rawSteamedBuns3');
}
if (_root.rawSausageChef == 1) {
this.gotoAndStop('rawSausage');
}
if (_root.rawChickenHainanChef == 1) {
this.gotoAndStop('rawChickenHainan');
}
if (_root.rawRendangChef == 1) {
this.gotoAndStop('rawRendang');
}
}
}
instance food2 of movieClip 789 {
onClipEvent (enterFrame) {
if (_root.friedChickenBreastChef == 0 || _root.friedChickenWingChef == 0 || _root.friedChickenThighChef == 0 || _root.grilledChickenSteakChef == 0 || _root.cookedSpaghettiChef == 0 || _root.friedSteamedBuns1Chef == 0 || _root.friedSteamedBuns2Chef == 0 || _root.friedSteamedBuns3Chef == 0 || _root.friedSausageChef == 0 || _root.friedFrenchFriesChef == 0 || _root.cookedChickenHainanChef == 0 || _root.cookedRendangChef == 0) {
this.gotoAndStop('empty');
}
if (_root.friedChickenBreastChef == 1) {
this.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenWingChef == 1) {
this.gotoAndStop('friedChickenWing');
}
if (_root.friedChickenThighChef == 1) {
this.gotoAndStop('friedChickenThigh');
}
if (_root.grilledChickenSteakChef == 1) {
this.gotoAndStop('grilledChickenSteak');
}
if (_root.cookedSpaghettiChef == 1) {
this.gotoAndStop('cookedSpaghetti');
}
if (_root.friedSteamedBuns1Chef == 1) {
this.gotoAndStop('friedSteamedBuns1');
}
if (_root.friedSteamedBuns2Chef == 1) {
this.gotoAndStop('friedSteamedBuns2');
}
if (_root.friedSteamedBuns3Chef == 1) {
this.gotoAndStop('friedSteamedBuns3');
}
if (_root.friedSausageChef == 1) {
this.gotoAndStop('friedSausage');
}
if (_root.friedFrenchFriesChef == 1) {
this.gotoAndStop('friedFrenchFries');
}
if (_root.cookedChickenHainanChef == 1) {
this.gotoAndStop('cookedChickenHainan');
}
if (_root.cookedRendangChef == 1) {
this.gotoAndStop('cookedRendang');
}
}
}
instance food3 of movieClip 811 {
onClipEvent (enterFrame) {
if (_root.friedChickenBreastFriedFrenchFriesChef == 0 || _root.friedChickenWingFriedFrenchFriesChef == 0 || _root.friedChickenThighFriedFrenchFriesChef == 0 || _root.grilledChickenSteakFriedFrenchFriesChef == 0 || _root.cookedSpaghettiCheddarCheeseChef == 0 || _root.friedSausageFriedFrenchFriesChef == 0 || _root.friedSausageCheddarCheeseChef == 0 || _root.cookedChickenHainanRiceChef == 0 || _root.cookedRendangRiceChef == 0) {
this.gotoAndStop('empty');
}
if (_root.friedChickenBreastFriedFrenchFriesChef == 1) {
this.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingFriedFrenchFriesChef == 1) {
this.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighFriedFrenchFriesChef == 1) {
this.gotoAndStop('friedChickenThighFriedFrenchFries');
}
if (_root.grilledChickenSteakFriedFrenchFriesChef == 1) {
this.gotoAndStop('grilledChickenSteakFriedFrenchFries');
}
if (_root.cookedSpaghettiCheddarCheeseChef == 1) {
this.gotoAndStop('cookedSpaghettiCheddarCheese');
}
if (_root.friedSausageFriedFrenchFriesChef == 1) {
this.gotoAndStop('friedSausageFriedFrenchFries');
}
if (_root.friedSausageCheddarCheeseChef == 1) {
this.gotoAndStop('friedSausageCheddarCheese');
}
if (_root.cookedChickenHainanRiceChef == 1) {
this.gotoAndStop('cookedChickenHainanRice');
}
if (_root.cookedRendangRiceChef == 1) {
this.gotoAndStop('cookedRendangRice');
}
}
}
instance cheddarCheese of movieClip 813 {
onClipEvent (enterFrame) {
if (_root.cheddarCheeseChef == 0) {
this.gotoAndStop('empty');
}
if (_root.cheddarCheeseChef == 1) {
this.gotoAndStop('cheddarCheese');
}
}
}
instance frenchFries of movieClip 816 {
onClipEvent (enterFrame) {
if (_root.rawFrenchFriesChef == 0 || _root.friedFrenchFriesChef == 0) {
this.gotoAndStop('empty');
}
if (_root.rawFrenchFriesChef == 1) {
this.gotoAndStop('rawFrenchFries');
}
if (_root.friedFrenchFriesChef == 1) {
this.gotoAndStop('friedFrenchFries');
}
}
}
instance drinks of movieClip 823 {
onClipEvent (enterFrame) {
if (_root.juiceOrangeChef == 0 || _root.juiceStrawberryChef == 0 || _root.juiceChocolateChef == 0 || _root.juiceMelonChef == 0 || _root.juiceBlackcurrantChef == 0) {
this.gotoAndStop('empty');
}
if (_root.juiceOrangeChef == 1) {
this.gotoAndStop('orange');
}
if (_root.juiceStrawberryChef == 1) {
this.gotoAndStop('strawberry');
}
if (_root.juiceChocolateChef == 1) {
this.gotoAndStop('chocolate');
}
if (_root.juiceMelonChef == 1) {
this.gotoAndStop('melon');
}
if (_root.juiceBlackcurrantChef == 1) {
this.gotoAndStop('blackcurrant');
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 834 {
}
button 837 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.step18 == 1 & _root.step19 == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.tray1Fill == 0) {
_root.handFull = 0;
_root.tray1Fill = 1;
_root.chef.gotoAndStop('right');
if (_root.friedChickenWingTray1 == 0 & _root.friedChickenWingChef == 1) {
_root.step19 = 1;
_root.arrow7._alpha = 0;
_root.arrow1._alpha = 100;
_root.tutorialInstructions.gotoAndStop('step17');
_root.friedChickenWingTray1 = 1;
_root.friedChickenWingChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
}
}
}
}
}
}
movieClip 841 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 853 {
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();
}
}
movieClip 877 {
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();
}
}
movieClip 900 {
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 902 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 905 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 911 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
button 912 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.friedChickenBreastFriedFrenchFriesTray1 == 1 & _root.friedChickenBreastFriedFrenchFriesChef == 0) {
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.friedChickenWingFriedFrenchFriesTray1 == 1 & _root.friedChickenWingFriedFrenchFriesChef == 0) {
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.friedChickenThighFriedFrenchFriesTray1 == 1 & _root.friedChickenThighFriedFrenchFriesChef == 0) {
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.grilledChickenSteakFriedFrenchFriesTray1 == 1 & _root.grilledChickenSteakFriedFrenchFriesChef == 0) {
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('grilledChickenSteakFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.cookedSpaghettiCheddarCheeseTray1 == 1 & _root.cookedSpaghettiCheddarCheeseChef == 0) {
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('cookedSpaghettiCheddarCheese');
gotoAndStop('empty');
}
if (_root.friedSausageFriedFrenchFriesTray1 == 1 & _root.friedSausageFriedFrenchFriesChef == 0) {
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.friedSausageCheddarCheeseTray1 == 1 & _root.friedSausageCheddarCheeseChef == 0) {
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('friedSausageCheddarCheese');
gotoAndStop('empty');
}
if (_root.cookedChickenHainanRiceTray1 == 1 & _root.cookedChickenHainanRiceChef == 0) {
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
gotoAndStop('empty');
}
if (_root.cookedRendangRiceTray1 == 1 & _root.cookedRendangRiceChef == 0) {
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
gotoAndStop('empty');
}
}
}
}
}
}
button 913 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.cheddarCheeseTray1 == 1 & _root.cheddarCheeseChef == 0) {
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseChef = 1;
_root.chef.cheddarCheese.gotoAndStop('cheddarCheese');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.cheddarCheeseTray1 == 1 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.rawChickenHainanChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray1Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedSpaghettiChef == 1) {
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('cookedSpaghettiCheddarCheese');
}
if (_root.friedSausageChef == 1) {
_root.friedSausageChef = 0;
_root.friedSausageCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('friedSausageCheddarCheese');
}
}
}
}
}
}
}
}
button 914 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawFrenchFriesTray1 == 1 & _root.rawFrenchFriesChef == 0) {
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesChef = 1;
_root.chef.frenchFries.gotoAndStop('rawFrenchFries');
gotoAndStop('empty');
}
if (_root.friedFrenchFriesTray1 == 1 & _root.friedFrenchFriesChef == 0) {
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesChef = 1;
_root.chef.frenchFries.gotoAndStop('friedFrenchFries');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.friedFrenchFriesTray1 == 1 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.rawChickenHainanChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray1Fill = 0;
_root.friedFrenchFriesTray1 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.friedChickenBreastChef == 1) {
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingChef == 1) {
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighChef == 1) {
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
}
if (_root.friedSausageChef == 1) {
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
}
}
}
}
}
}
}
button 915 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.step22 == 1 & _root.step23 == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.rawChickenBreastTray1 == 1 & _root.rawChickenBreastChef == 0) {
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastChef = 1;
_root.chef.food1.gotoAndStop('rawChickenBreast');
gotoAndStop('empty');
}
if (_root.rawChickenWingTray1 == 1 & _root.rawChickenWingChef == 0) {
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingChef = 1;
_root.chef.food1.gotoAndStop('rawChickenWing');
gotoAndStop('empty');
}
if (_root.rawChickenThighTray1 == 1 & _root.rawChickenThighChef == 0) {
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighChef = 1;
_root.chef.food1.gotoAndStop('rawChickenThigh');
gotoAndStop('empty');
}
if (_root.friedChickenBreastTray1 == 1 & _root.friedChickenBreastChef == 0) {
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastChef = 1;
_root.chef.food2.gotoAndStop('friedChickenBreast');
gotoAndStop('empty');
}
if (_root.friedChickenWingTray1 == 1 & _root.friedChickenWingChef == 0) {
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingChef = 1;
_root.chef.food2.gotoAndStop('friedChickenWing');
gotoAndStop('empty');
}
if (_root.friedChickenThighTray1 == 1 & _root.friedChickenThighChef == 0) {
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighChef = 1;
_root.chef.food2.gotoAndStop('friedChickenThigh');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.friedFrenchFriesChef == 1 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.rawChickenHainanChef == 0 & _root.cookedChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.friedChickenBreastTray1 == 1) {
_root.friedChickenBreastTray1 = 0;
_root.tray1Fill = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingTray1 == 1) {
_root.step23 = 1;
_root.arrow7._alpha = 0;
_root.arrow8._alpha = 100;
_root.tutorialInstructions.gotoAndStop('step20');
_root.friedChickenWingTray1 = 0;
_root.tray1Fill = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighTray1 == 1) {
_root.friedChickenThighTray1 = 0;
_root.tray1Fill = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
}
}
}
}
}
}
}
}
}
button 916 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.rawChickenSteakTray1 == 1 & _root.rawChickenSteakChef == 0) {
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakChef = 1;
_root.chef.food1.gotoAndStop('rawChickenSteak');
gotoAndStop('empty');
}
if (_root.grilledChickenSteakTray1 == 1 & _root.grilledChickenSteakChef == 0) {
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakChef = 1;
_root.chef.food2.gotoAndStop('grilledChickenSteak');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.friedFrenchFriesChef == 1 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.rawChickenHainanChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray1Fill = 0;
_root.friedFrenchFriesChef = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.grilledChickenSteakTray1 == 1) {
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('grilledChickenSteakFriedFrenchFries');
}
}
}
}
}
}
}
}
button 917 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.rawSpaghettiTray1 == 1 & _root.rawSpaghettiChef == 0) {
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiChef = 1;
_root.chef.food1.gotoAndStop('rawSpaghetti');
gotoAndStop('empty');
}
if (_root.cookedSpaghettiTray1 == 1 & _root.cookedSpaghettiChef == 0) {
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiChef = 1;
_root.chef.food2.gotoAndStop('cookedSpaghetti');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.cheddarCheeseChef == 1 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.rawChickenHainanChef == 0 & _root.cookedChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray1Fill = 0;
_root.cheddarCheeseChef = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedSpaghettiTray1 == 1) {
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('cookedSpaghettiCheddarCheese');
}
}
}
}
}
}
}
}
button 918 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawRiceTray1 == 1 & _root.rawRiceChef == 0) {
_root.rawRiceTray1 = 0;
_root.rawRiceChef = 1;
_root.chef.rice.gotoAndStop('rawRice');
gotoAndStop('empty');
}
if (_root.cookedRiceTray1 == 1 & _root.cookedRiceChef == 0) {
_root.cookedRiceTray1 = 0;
_root.cookedRiceChef = 1;
_root.chef.rice.gotoAndStop('cookedRice');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.cookedRiceTray1 == 1 & _root.cheddarCheeseChef == 0 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.rawRendangChef == 0) {
_root.tray1Fill = 0;
_root.cookedRiceTray1 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedRendangChef == 1) {
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
}
if (_root.cookedChickenHainanChef == 1) {
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
}
}
}
}
}
}
}
}
button 919 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
_root.tray1.gotoAndStop(1);
gotoAndStop('empty');
if (_root.rawSteamedBuns1Tray1 == 1 & _root.rawSteamedBuns1Chef == 0) {
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Chef = 1;
_root.chef.food1.gotoAndStop('rawSteamedBuns1');
}
if (_root.rawSteamedBuns2Tray1 == 1 & _root.rawSteamedBuns2Chef == 0) {
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Chef = 1;
_root.chef.food1.gotoAndStop('rawSteamedBuns2');
}
if (_root.rawSteamedBuns3Tray1 == 1 & _root.rawSteamedBuns3Chef == 0) {
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Chef = 1;
_root.chef.food1.gotoAndStop('rawSteamedBuns3');
}
if (_root.friedSteamedBuns1Tray1 == 1 & _root.friedSteamedBuns1Chef == 0) {
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns1Chef = 1;
_root.chef.food2.gotoAndStop('friedSteamedBuns1');
}
if (_root.friedSteamedBuns2Tray1 == 1 & _root.friedSteamedBuns2Chef == 0) {
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns2Chef = 1;
_root.chef.food2.gotoAndStop('friedSteamedBuns2');
}
if (_root.friedSteamedBuns3Tray1 == 1 & _root.friedSteamedBuns3Chef == 0) {
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns3Chef = 1;
_root.chef.food1.gotoAndStop('friedSteamedBuns3');
}
}
}
}
}
}
button 920 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawSausageTray1 == 1 & _root.rawSausageChef == 0) {
_root.rawSausageTray1 = 0;
_root.rawSausageChef = 1;
_root.chef.food1.gotoAndStop('rawSausage');
gotoAndStop('empty');
}
if (_root.friedSausageTray1 == 1 & _root.friedSausageChef == 0) {
_root.friedSausageTray1 = 0;
_root.friedSausageChef = 1;
_root.chef.food2.gotoAndStop('friedSausage');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.friedSausageTray1 == 1 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray1Fill = 0;
_root.friedSausageTray1 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.friedFrenchFriesChef == 1) {
_root.friedFrenchFriesChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
if (_root.cheddarCheeseChef == 1) {
_root.cheddarCheeseChef = 0;
_root.friedSausageCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('friedSausageCheddarCheese');
}
}
}
}
}
}
}
}
button 921 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawChickenHainanTray1 == 1 & _root.rawChickenHainanChef == 0) {
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanChef = 1;
_root.chef.food1.gotoAndStop('rawChickenHainan');
gotoAndStop('empty');
}
if (_root.cookedChickenHainanTray1 == 1 & _root.cookedChickenHainanChef == 0) {
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainan');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.cookedChickenHainanTray1 == 1 & _root.cheddarCheeseChef == 0 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray1Fill = 0;
_root.cookedChickenHainanTray1 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedRiceChef == 1) {
_root.cookedRiceChef = 0;
_root.cookedChickenHainanRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
}
}
}
}
}
}
}
}
button 922 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawRendangTray1 == 1 & _root.rawRendangChef == 0) {
_root.rawRendangTray1 = 0;
_root.rawRendangChef = 1;
_root.chef.food1.gotoAndStop('rawRendang');
gotoAndStop('empty');
}
if (_root.cookedRendangTray1 == 1 & _root.cookedRendangChef == 0) {
_root.cookedRendangTray1 = 0;
_root.cookedRendangChef = 1;
_root.chef.food2.gotoAndStop('cookedRendang');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.cookedRendangTray1 == 1 & _root.cheddarCheeseChef == 0 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray1Fill = 0;
_root.cookedRendangTray1 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedRiceChef == 1) {
_root.cookedRiceChef = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
}
}
}
}
}
}
}
}
button 923 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceOrangeTray1 == 1 & _root.juiceOrangeChef == 0) {
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeChef = 1;
_root.chef.drinks.gotoAndStop('orange');
gotoAndStop('empty');
}
}
}
}
}
}
button 924 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceStrawberryTray1 == 1 & _root.juiceStrawberryChef == 0) {
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryChef = 1;
_root.chef.drinks.gotoAndStop('strawberry');
gotoAndStop('empty');
}
}
}
}
}
}
button 925 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceChocolateTray1 == 1 & _root.juiceChocolateChef == 0) {
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateChef = 1;
_root.chef.drinks.gotoAndStop('chocolate');
gotoAndStop('empty');
}
}
}
}
}
}
button 926 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceMelonTray1 == 1 & _root.juiceMelonChef == 0) {
_root.juiceMelonTray1 = 0;
_root.juiceMelonChef = 1;
_root.chef.drinks.gotoAndStop('melon');
gotoAndStop('empty');
}
}
}
}
}
}
button 927 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceBlackcurrantTray1 == 1 & _root.juiceBlackcurrantChef == 0) {
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantChef = 1;
_root.chef.drinks.gotoAndStop('blackcurrant');
gotoAndStop('empty');
}
}
}
}
}
}
movieClip 928 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 841 {
onClipEvent (enterFrame) {
if (_root.rawRiceTray1 == 0 || _root.cookedRiceTray1 == 0) {
this.gotoAndStop('empty');
}
if (_root.rawRiceTray1 == 1) {
this.gotoAndStop('rawRice');
}
if (_root.cookedRiceTray1 == 1) {
this.gotoAndStop('cookedRice');
}
}
}
instance food1OnTray of movieClip 853 {
onClipEvent (enterFrame) {
if (_root.rawChickenBreastTray1 == 0 || _root.rawChickenWingTray1 == 0 || _root.rawChickenThighTray1 == 0 || _root.rawChickenSteakTray1 == 0 || _root.rawSpaghettiTray1 == 0 || _root.rawSteamedBuns1Tray1 == 0 || _root.rawSteamedBuns2Tray1 == 0 || _root.rawSteamedBuns3Tray1 == 0 || _root.rawSausageTray1 == 0 || _root.rawFrenchFriesTray1 == 0 || _root.rawChickenHainanTray1 == 0 || _root.rawRendangTray1 == 0) {
this.gotoAndStop('empty');
}
if (_root.rawChickenBreastTray1 == 1) {
this.gotoAndStop('rawChickenBreast');
}
if (_root.rawChickenWingTray1 == 1) {
this.gotoAndStop('rawChickenWing');
}
if (_root.rawChickenThighTray1 == 1) {
this.gotoAndStop('rawChickenThigh');
}
if (_root.rawChickenSteakTray1 == 1) {
this.gotoAndStop('rawChickenSteak');
}
if (_root.rawSpaghettiTray1 == 1) {
this.gotoAndStop('rawSpaghetti');
}
if (_root.rawSteamedBuns1Tray1 == 1) {
this.gotoAndStop('rawSteamedBuns1');
}
if (_root.rawSteamedBuns2Tray1 == 1) {
this.gotoAndStop('rawSteamedBuns2');
}
if (_root.rawSteamedBuns3Tray1 == 1) {
this.gotoAndStop('rawSteamedBuns3');
}
if (_root.rawSausageTray1 == 1) {
this.gotoAndStop('rawSausage');
}
if (_root.rawChickenHainanTray1 == 1) {
this.gotoAndStop('rawChickenHainan');
}
if (_root.rawRendangTray1 == 1) {
this.gotoAndStop('rawRendang');
}
}
}
instance of movieClip 877 {
onClipEvent (enterFrame) {
if (_root.friedChickenBreastTray1 == 0 || _root.friedChickenWingTray1 == 0 || _root.friedChickenThighTray1 == 0 || _root.grilledChickenSteakTray1 == 0 || _root.cookedSpaghettiTray1 == 0 || _root.friedSteamedBuns1Tray1 == 0 || _root.friedSteamedBuns2Tray1 == 0 || _root.friedSteamedBuns3Tray1 == 0 || _root.friedSausageTray1 == 0 || _root.friedFrenchFriesTray1 == 0 || _root.cookedChickenHainanTray1 == 0 || _root.cookedRendangTray1 == 0) {
this.gotoAndStop('empty');
}
if (_root.friedChickenBreastTray1 == 1) {
this.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenWingTray1 == 1) {
this.gotoAndStop('friedChickenWing');
}
if (_root.friedChickenThighTray1 == 1) {
this.gotoAndStop('friedChickenThigh');
}
if (_root.grilledChickenSteakTray1 == 1) {
this.gotoAndStop('grilledChickenSteak');
}
if (_root.cookedSpaghettiTray1 == 1) {
this.gotoAndStop('cookedSpaghetti');
}
if (_root.friedSteamedBuns1Tray1 == 1) {
this.gotoAndStop('friedSteamedBuns1');
}
if (_root.friedSteamedBuns2Tray1 == 1) {
this.gotoAndStop('friedSteamedBuns2');
}
if (_root.friedSteamedBuns3Tray1 == 1) {
this.gotoAndStop('friedSteamedBuns3');
}
if (_root.friedSausageTray1 == 1) {
this.gotoAndStop('friedSausage');
}
if (_root.cookedChickenHainanTray1 == 1) {
this.gotoAndStop('cookedChickenHainan');
}
if (_root.cookedRendangTray1 == 1) {
this.gotoAndStop('cookedRendang');
}
}
}
instance of movieClip 900 {
onClipEvent (enterFrame) {
if (_root.friedChickenBreastFriedFrenchFriesTray1 == 0 || _root.friedChickenWingFriedFrenchFriesTray1 == 0 || _root.friedChickenThighFriedFrenchFriesTray1 == 0 || _root.grilledChickenSteakFriedFrenchFriesTray1 == 0 || _root.cookedSpaghettiCheddarCheeseTray1 == 0 || _root.friedSausageFriedFrenchFriesTray1 == 0 || _root.friedSausageCheddarCheeseTray1 == 0 || _root.cookedChickenHainanRiceTray1 == 0 || _root.cookedRendangRiceTray1 == 0) {
this.gotoAndStop('empty');
}
if (_root.friedChickenBreastFriedFrenchFriesTray1 == 1) {
this.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingFriedFrenchFriesTray1 == 1) {
this.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighFriedFrenchFriesTray1 == 1) {
this.gotoAndStop('friedChickenThighFriedFrenchFries');
}
if (_root.grilledChickenSteakFriedFrenchFriesTray1 == 1) {
this.gotoAndStop('grilledChickenSteakFriedFrenchFries');
}
if (_root.cookedSpaghettiCheddarCheeseTray1 == 1) {
this.gotoAndStop('cookedSpaghettiCheddarCheese');
}
if (_root.friedSausageFriedFrenchFriesTray1 == 1) {
this.gotoAndStop('friedSausageFriedFrenchFries');
}
if (_root.friedSausageCheddarCheeseTray1 == 1) {
this.gotoAndStop('friedSausageCheddarCheese');
}
if (_root.cookedChickenHainanRiceTray1 == 1) {
this.gotoAndStop('cookedChickenHainanRice');
}
if (_root.cookedRendangRiceTray1 == 1) {
this.gotoAndStop('cookedRendangRice');
}
}
}
instance of movieClip 902 {
onClipEvent (enterFrame) {
if (_root.cheddarCheeseTray1 == 0) {
this.gotoAndStop('empty');
}
if (_root.cheddarCheeseTray1 == 1) {
this.gotoAndStop('cheddarCheese');
}
}
}
instance of movieClip 905 {
onClipEvent (enterFrame) {
if (_root.rawFrenchFriesTray1 == 0 || _root.friedFrenchFriesTray1 == 0) {
this.gotoAndStop('empty');
}
if (_root.rawFrenchFriesTray1 == 1) {
this.gotoAndStop('rawFrenchFries');
}
if (_root.friedFrenchFriesTray1 == 1) {
this.gotoAndStop('friedFrenchFries');
}
}
}
instance of movieClip 911 {
onClipEvent (enterFrame) {
if (_root.juiceOrangeTray1 == 0 || _root.juiceStrawberryTray1 == 0 || _root.juiceChocolateTray1 == 0 || _root.juiceMelonTray1 == 0 || _root.juiceBlackcurrantTray1 == 0) {
this.gotoAndStop('empty');
}
if (_root.juiceOrangeTray1 == 1) {
this.gotoAndStop('orange');
}
if (_root.juiceStrawberryTray1 == 1) {
this.gotoAndStop('strawberry');
}
if (_root.juiceChocolateTray1 == 1) {
this.gotoAndStop('chocolate');
}
if (_root.juiceMelonTray1 == 1) {
this.gotoAndStop('melon');
}
if (_root.juiceBlackcurrantTray1 == 1) {
this.gotoAndStop('blackcurrant');
}
}
}
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();
}
}
movieClip 930 {
}
button 933 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.step12 == 1 & _root.step13 == 0) {
_root.chef._x = 551.6;
_root.chef._y = 220.2;
_root.chef.gotoAndStop('front');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1) {
_root.step13 = 1;
_root.arrow6._alpha = 0;
_root.tutorialInstructions.gotoAndStop('step12');
_root.handFull = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRiceChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.drinks.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.rice.gotoAndStop('empty');
_root.chef.vegetables.gotoAndStop('empty');
if (_root.scoreLevel < 0) {
_root.scoreLevel = 0;
}
if (_root.score < 0) {
_root.score = 0;
}
nextFrame();
}
}
}
}
}
}
movieClip 938 {
frame 1 {
stop();
}
frame 2 {
play();
if (soundFx == 1) {
_root.throwTrashMusic.gotoAndStop(2);
}
}
frame 9 {
gotoAndStop('close');
}
}
movieClip 940 {
}
movieClip 949 {
}
movieClip 950 {
frame 1 {
stop();
}
frame 2 {
play();
if (soundFx == 1) {
_root.cashierMusic.gotoAndStop(2);
}
}
frame 18 {
gotoAndStop(1);
}
}
movieClip 952 {
}
movieClip 954 {
}
movieClip 955 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 17 {
gotoAndStop(1);
}
}
movieClip 957 {
}
movieClip 958 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 17 {
gotoAndStop(1);
}
}
movieClip 959 {
frame 1 {
stop();
}
}
instance arrow1 of movieClip 722 {
onClipEvent (load) {
this._alpha = 0;
}
}
instance arrow6 of movieClip 722 {
onClipEvent (load) {
this._alpha = 0;
}
}
instance arrow7 of movieClip 722 {
onClipEvent (load) {
this._alpha = 0;
}
}
movieClip 961 {
}
movieClip 963 {
frame 60 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde1FriedChickenBreastTutorial.gotoAndStop('waiting');
}
}
button 965 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.step6 == 1 & _root.step7 == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.step7 = 1;
_root.arrow5._alpha = 0;
_root.tutorialInstructions.gotoAndStop('step6');
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 967 {
}
movieClip 976 {
frame 36 {
_root.guestGirlBlonde1FriedChickenBreastTutorial.gotoAndStop('leave');
}
}
movieClip 977 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 976 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestBoyBlonde2FriedChickenWingFriedFrenchFriesTutorial.gotoAndStop(2);
}
}
movieClip 979 {
frame 60 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.arrow1._alpha = 100;
_root.guestBoyBlonde2FriedChickenWingFriedFrenchFriesTutorial.gotoAndStop('waiting');
}
}
button 981 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.step23 == 1) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingFriedFrenchFriesChef == 1) {
_root.arrow8._alpha = 0;
_root.tutorialInstructions.gotoAndStop('step21');
_root.handFull = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 983 {
}
movieClip 986 {
frame 36 {
_root.guestBoyBlonde2FriedChickenWingFriedFrenchFriesTutorial.gotoAndStop('leave');
}
}
movieClip 987 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.tutorialInstructions.gotoAndStop('step7');
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
instance arrow5 of movieClip 722 {
onClipEvent (load) {
this._alpha = 0;
}
}
instance arrow8 of movieClip 722 {
onClipEvent (load) {
this._alpha = 0;
}
}
movieClip 990 {
}
button 993 {
on (press) {
if (pausePlay == 0) {
_root.mainMenuOpen = 0;
_root.subMainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
}
button 997 {
on (press) {
if (pausePlay == 0) {
_root.arrow4._alpha = 100;
_root.tutorialInstructions.gotoAndStop('step18');
_root.handFull = 1;
_root.rawFrenchFriesChef = 1;
_root.mainMenuOpen = 0;
_root.subMainMenu.gotoAndStop(1);
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
movieClip 999 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 1003 {
on (press) {
if (pausePlay == 0) {
if (_root.step2 == 1 & _root.step3 == 0) {
_root.step3 = 1;
_root.mainMenu.arrow1._alpha = 0;
_root.tutorialInstructions.gotoAndStop('step3');
_root.subMainMenu1.gotoAndStop('chicken');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
if (_root.step9 == 1 & _root.step10 == 0) {
_root.step10 = 1;
_root.arrow1._alpha = 0;
_root.mainMenu.arrow1._alpha = 0;
_root.tutorialInstructions.gotoAndStop('step9');
_root.subMainMenu2.gotoAndStop('chicken');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
if (_root.step14 == 1 & _root.step15 == 0) {
_root.step15 = 1;
_root.arrow1._alpha = 0;
_root.mainMenu.arrow1._alpha = 0;
_root.tutorialInstructions.gotoAndStop('step14');
_root.subMainMenu3.gotoAndStop('chicken');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
movieClip 1005 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1008 {
}
button 1011 {
on (press) {
if (pausePlay == 0) {
if (_root.step3 == 1 & _root.step4 == 0) {
_root.step4 = 1;
_root.arrow4._alpha = 100;
_root.tutorialInstructions.gotoAndStop('step4');
_root.handFull = 1;
_root.rawChickenBreastChef = 1;
_root.mainMenuOpen = 0;
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
_root.subMainMenu1.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
movieClip 1013 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 1018 {
on (press) {
if (pausePlay == 0) {
_root.arrow4._alpha = 100;
_root.handFull = 1;
_root.rawChickenThighChef = 1;
_root.mainMenuOpen = 0;
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
_root.subMainMenu2.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
movieClip 1019 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 1024 {
on (press) {
if (pausePlay == 0) {
if (_root.step15 == 1 & _root.step16 == 0) {
_root.step16 = 1;
_root.arrow4._alpha = 100;
_root.tutorialInstructions.gotoAndStop('step15');
_root.handFull = 1;
_root.rawChickenWingChef = 1;
_root.mainMenuOpen = 0;
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
_root.subMainMenu3.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
}
movieClip 1026 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1050 {
frame 1 {
play();
}
frame 20 {
_root.guestGirlBlonde1FriedChickenBreastTutorial.gotoAndStop(2);
}
frame 80 {
stop();
_root.step1 = 1;
_root.arrow1._alpha = 100;
}
frame 81 {
stop();
}
frame 82 {
stop();
}
frame 83 {
stop();
}
frame 84 {
stop();
}
frame 85 {
play();
}
frame 149 {
stop();
_root.step8 = 1;
}
frame 150 {
stop();
}
frame 151 {
stop();
}
frame 152 {
stop();
_root.arrow6._alpha = 100;
}
frame 153 {
play();
}
frame 216 {
stop();
_root.arrow1._alpha = 100;
}
frame 217 {
stop();
}
frame 218 {
stop();
}
frame 219 {
stop();
}
frame 220 {
stop();
}
frame 221 {
stop();
}
frame 222 {
stop();
}
frame 223 {
stop();
}
frame 224 {
play();
}
frame 282 {
_root.titleMusic.gotoAndStop(1);
_parent.nextFrame();
}
}
button 1055 {
on (press) {
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
nextFrame();
}
}
frame 6 {
stop();
_global.pausePlay = 1;
_root.loseMusic.gotoAndStop(1);
_root.goalText._alpha = 0;
_root.dollarText1._alpha = 0;
_root.goalCountText._alpha = 0;
_root.bgDashboard1._alpha = 0;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard2._x = 568.15;
_root.bgDashboard2._y = 35.5;
_root.dollarText2._alpha = 100;
_root.dollarText2._x = 617.2000000000001;
_root.dollarText2._y = 35.15;
_root.scoreText._x = 476.4;
_root.scoreText._y = 36;
_root.scoreTotalText._alpha = 100;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = 20.85;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = -46.35;
_root.pauseOption._x = 17;
_root.pauseOption._y = 16.35;
_root.musicOption._x = 43.4;
_root.musicOption._y = 16.35;
_root.soundFxOption._x = 69.8;
_root.soundFxOption._y = 16.35;
_root.qualityOption._x = 96.5;
_root.qualityOption._y = 16.35;
_root.levelScreen.gotoAndStop(2);
_root.handFull = 0;
_root.mainMenuOpen = 0;
_root.drinksMenuOpen = 0;
_root.tray1Fill = 0;
_root.tray2Fill = 0;
_root.tray3Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseTray3 = 0;
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastTray3 = 0;
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingTray3 = 0;
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighTray3 = 0;
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakTray3 = 0;
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiTray3 = 0;
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSausageTray1 = 0;
_root.rawSausageTray2 = 0;
_root.rawSausageTray3 = 0;
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesTray3 = 0;
_root.rawRiceTray1 = 0;
_root.rawRiceTray2 = 0;
_root.rawRiceTray3 = 0;
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanTray3 = 0;
_root.rawRendangTray1 = 0;
_root.rawRendangTray2 = 0;
_root.rawRendangTray3 = 0;
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeTray3 = 0;
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryTray3 = 0;
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateTray3 = 0;
_root.juiceMelonTray1 = 0;
_root.juiceMelonTray2 = 0;
_root.juiceMelonTray3 = 0;
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantTray3 = 0;
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSausageTray1 = 0;
_root.friedSausageTray2 = 0;
_root.friedSausageTray3 = 0;
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseTray3 = 0;
_root.cookedRiceTray1 = 0;
_root.cookedRiceTray2 = 0;
_root.cookedRiceTray3 = 0;
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedRendangTray1 = 0;
_root.cookedRendangTray2 = 0;
_root.cookedRendangTray3 = 0;
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceTray3 = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawRiceChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangePouring = 0;
_root.juiceStrawberryPouring = 0;
_root.juiceChocolatePouring = 0;
_root.juiceMelonPouring = 0;
_root.juiceBlackcurrantPouring = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.stoveLeftCooking = 0;
_root.stoveRightCooking = 0;
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighOnStoveRight = 0;
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiOnStoveRight = 0;
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesOnStoveRight = 0;
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangOnStoveRight = 0;
_root.microwaveCooking = 0;
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns3OnMicrowave = 0;
_root.cookedRiceOnMicrowave = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.grillGrilling = 0;
_root.grilledChickenSteakOnGrill = 0;
_root.chef._x = 284.8;
_root.chef._y = 222.8;
_root.chef.gotoAndStop('front');
_root.chef.rice.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food3.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.drinks.gotoAndStop('empty');
_root.stove.stove1.gotoAndStop('empty');
_root.stove.stove2.gotoAndStop('empty');
_root.microwave.microwave1.gotoAndStop('empty');
_root.microwave.microwave2.gotoAndStop('empty');
_root.grill.grill1.gotoAndStop('empty');
_root.grill.grill2.gotoAndStop('empty');
_root.juicer.juicer1.gotoAndStop('empty');
_root.juicer.juicer2.gotoAndStop('empty');
_root.trashBin.gotoAndStop('close');
_root.tray1.gotoAndStop('empty');
_root.tray2.gotoAndStop('empty');
_root.cashRegister.gotoAndStop('empty');
_root.window1.window1.gotoAndStop('morning');
_root.window2.window1.gotoAndStop('morning');
}
movieClip 1058 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 35 {
gotoAndStop(1);
}
}
movieClip 1060 {
frame 1 {
stop();
var effect3Sound = new Sound();
effect3Sound.attachSound('effect3.mp3');
effect3Sound.stop();
var winFadeSound = new Sound();
winFadeSound.attachSound('winFade.wav');
winFadeSound.stop();
}
frame 2 {
play();
}
frame 3 {
var effect3Sound = new Sound();
effect3Sound.attachSound('effect3.mp3');
effect3Sound.start(0, 1);
}
frame 18 {
stop();
var winFadeSound = new Sound();
winFadeSound.attachSound('winFade.wav');
winFadeSound.start(0, 1);
}
}
movieClip 1061 {
frame 1 {
stop();
var etcMusicSound = new Sound();
etcMusicSound.attachSound('etcMusic');
etcMusicSound.stop();
}
frame 2 {
stop();
var etcMusicSound = new Sound();
etcMusicSound.attachSound('etcMusic');
etcMusicSound.start(0, 99999);
}
}
instance etcMusic of movieClip 1061 {
onClipEvent (enterFrame) {
if (music == 0) {
this.gotoAndStop(1);
}
}
}
movieClip 1063 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 3 {
gotoAndStop(1);
}
}
movieClip 1065 {
frame 1 {
stop();
var inGame2MusicSound = new Sound();
inGame2MusicSound.attachSound('inGame2Music.wav');
inGame2MusicSound.stop();
}
frame 2 {
stop();
var inGame1MusicSound = new Sound();
inGame1MusicSound.attachSound('inGame1Music.wav');
inGame1MusicSound.start(0, 99999);
}
}
instance inGame1Music of movieClip 1065 {
onClipEvent (enterFrame) {
if (music == 0) {
this.gotoAndStop(1);
}
}
}
movieClip 1067 {
frame 1 {
stop();
var inGame2MusicSound = new Sound();
inGame2MusicSound.attachSound('inGame2Music.mp3');
inGame2MusicSound.stop();
}
frame 2 {
stop();
var inGame2MusicSound = new Sound();
inGame2MusicSound.attachSound('inGame2Music.mp3');
inGame2MusicSound.start(0, 99999);
}
}
instance inGame2Music of movieClip 1067 {
onClipEvent (enterFrame) {
if (music == 0) {
this.gotoAndStop(1);
}
}
}
movieClip 1069 {
frame 1 {
stop();
var inGame3MusicSound = new Sound();
inGame3MusicSound.attachSound('inGame3Music.wav');
inGame3MusicSound.stop();
}
frame 2 {
stop();
var inGame3MusicSound = new Sound();
inGame3MusicSound.attachSound('inGame3Music.wav');
inGame3MusicSound.start(0, 99999);
}
}
instance inGame3Music of movieClip 1069 {
onClipEvent (enterFrame) {
if (music == 0) {
this.gotoAndStop(1);
}
}
}
movieClip 1072 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 20 {
gotoAndStop(1);
}
}
movieClip 1075 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 4 {
gotoAndStop(1);
}
}
movieClip 1078 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 105 {
gotoAndStop(1);
}
}
movieClip 1081 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 105 {
gotoAndStop(1);
}
}
movieClip 1084 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 80 {
gotoAndStop(1);
}
}
movieClip 1087 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 8 {
gotoAndStop(1);
}
}
movieClip 1090 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 8 {
gotoAndStop(1);
}
}
movieClip 1093 {
frame 1 {
stop();
}
frame 2 {
play();
}
frame 45 {
gotoAndStop(1);
}
}
frame 7 {
stop();
_root.handFull = 0;
_root.mainMenuOpen = 0;
_root.drinksMenuOpen = 0;
_root.tray1Fill = 0;
_root.tray2Fill = 0;
_root.tray3Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseTray3 = 0;
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastTray3 = 0;
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingTray3 = 0;
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighTray3 = 0;
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakTray3 = 0;
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiTray3 = 0;
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSausageTray1 = 0;
_root.rawSausageTray2 = 0;
_root.rawSausageTray3 = 0;
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesTray3 = 0;
_root.rawRiceTray1 = 0;
_root.rawRiceTray2 = 0;
_root.rawRiceTray3 = 0;
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanTray3 = 0;
_root.rawRendangTray1 = 0;
_root.rawRendangTray2 = 0;
_root.rawRendangTray3 = 0;
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeTray3 = 0;
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryTray3 = 0;
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateTray3 = 0;
_root.juiceMelonTray1 = 0;
_root.juiceMelonTray2 = 0;
_root.juiceMelonTray3 = 0;
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantTray3 = 0;
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSausageTray1 = 0;
_root.friedSausageTray2 = 0;
_root.friedSausageTray3 = 0;
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseTray3 = 0;
_root.cookedRiceTray1 = 0;
_root.cookedRiceTray2 = 0;
_root.cookedRiceTray3 = 0;
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedRendangTray1 = 0;
_root.cookedRendangTray2 = 0;
_root.cookedRendangTray3 = 0;
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceTray3 = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawRiceChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangePouring = 0;
_root.juiceStrawberryPouring = 0;
_root.juiceChocolatePouring = 0;
_root.juiceMelonPouring = 0;
_root.juiceBlackcurrantPouring = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.stoveLeftCooking = 0;
_root.stoveRightCooking = 0;
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighOnStoveRight = 0;
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiOnStoveRight = 0;
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesOnStoveRight = 0;
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangOnStoveRight = 0;
_root.microwaveCooking = 0;
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns3OnMicrowave = 0;
_root.cookedRiceOnMicrowave = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.grillGrilling = 0;
_root.grilledChickenSteakOnGrill = 0;
_root.chef._x = 284.8;
_root.chef._y = 222.8;
_root.chef.gotoAndStop('front');
_root.chef.rice.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food3.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.drinks.gotoAndStop('empty');
_root.stove.stove1.gotoAndStop('empty');
_root.stove.stove2.gotoAndStop('empty');
_root.microwave.microwave1.gotoAndStop('empty');
_root.microwave.microwave2.gotoAndStop('empty');
_root.grill.grill1.gotoAndStop('empty');
_root.grill.grill2.gotoAndStop('empty');
_root.juicer.juicer1.gotoAndStop('empty');
_root.juicer.juicer2.gotoAndStop('empty');
_root.trashBin.gotoAndStop('close');
_root.tray1.gotoAndStop('empty');
_root.tray2.gotoAndStop('empty');
_root.tray3.gotoAndStop('empty');
_root.cashRegister.gotoAndStop('empty');
_root.window1Left.window1.gotoAndStop('morning');
_root.window1Left.window2.gotoAndStop('morning');
_root.window1Left.window3.gotoAndStop('morning');
_root.window1Left.window4.gotoAndStop('morning');
_root.window2Right.window1.gotoAndStop('morning');
_root.window2Right.window2.gotoAndStop('morning');
_root.window2Right.window3.gotoAndStop('morning');
_root.window2Right.window4.gotoAndStop('morning');
_root.goal = 10;
if (_root.phoneOrderActive == 1) {
_root.guestCount = 9;
} else {
_root.guestCount = 8;
}
_global.currentLevel = 1;
_root.date = 1;
_root.scoreLevel = 0;
_root.level1Complete = 0;
_root.guestGirlOld1GrilledChickenSteak1Queue = 1;
}
movieClip 1098 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
instance wall of movieClip 1098 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.wallType = _root.gameData.data.wallTypeGame;
if (_root.wallType == 1) {
this.gotoAndStop(1);
}
if (_root.wallType == 2) {
this.gotoAndStop(2);
}
if (_root.wallType == 3) {
this.gotoAndStop(3);
}
if (_root.wallType == 4) {
this.gotoAndStop(4);
}
}
}
movieClip 1100 {
frame 2400 {
_root.clock.gotoAndStop(2);
}
}
movieClip 1102 {
frame 1 {
stop();
}
instance of movieClip 1100 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
_root.restaurantClose = 1;
trace('Guest count: ' + _root.guestCount);
trace('Restaurant status: ' + _root.restaurantClose);
trace('Current level: ' + _root.date);
trace('Score total: ' + _root.score);
}
}
movieClip 1107 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
instance tile of movieClip 1107 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.wallType = _root.gameData.data.wallTypeGame;
if (_root.wallType == 1) {
this.gotoAndStop(1);
}
if (_root.wallType == 2) {
this.gotoAndStop(2);
}
if (_root.wallType == 3) {
this.gotoAndStop(3);
}
if (_root.wallType == 4) {
this.gotoAndStop(4);
}
}
}
movieClip 1113 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
instance of movieClip 1113 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.wallType = _root.gameData.data.wallTypeGame;
if (_root.wallType == 1) {
this.gotoAndStop(1);
}
if (_root.wallType == 2) {
this.gotoAndStop(2);
}
if (_root.wallType == 3) {
this.gotoAndStop(3);
}
if (_root.wallType == 4) {
this.gotoAndStop(4);
}
}
}
movieClip 1118 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
instance lights of movieClip 1118 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.wallType = _root.gameData.data.wallTypeGame;
if (_root.wallType == 1) {
this.gotoAndStop(1);
}
if (_root.wallType == 2) {
this.gotoAndStop(2);
}
if (_root.wallType == 3) {
this.gotoAndStop(3);
}
if (_root.wallType == 4) {
this.gotoAndStop(4);
}
}
}
movieClip 1122 {
}
movieClip 1124 {
}
movieClip 1125 {
}
movieClip 1126 {
frame 3200 {
_root.window1Left.window1.gotoAndStop(2);
}
}
movieClip 1129 {
}
movieClip 1130 {
frame 1 {
stop();
}
instance of movieClip 1126 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 1133 {
}
movieClip 1134 {
frame 1 {
stop();
}
instance of movieClip 215 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 1138 {
}
movieClip 1139 {
frame 1 {
stop();
}
instance of movieClip 248 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 1143 {
}
movieClip 1144 {
frame 1 {
stop();
}
instance window4 of movieClip 272 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 1145 {
frame 1 {
stop();
}
instance window1 of movieClip 1130 {
onClipEvent (enterFrame) {
if (_root.restaurantClose == 0) {
this.gotoAndStop(1);
} else {
if (_root.restaurantClose == 1) {
this.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
instance window2 of movieClip 1134 {
onClipEvent (enterFrame) {
if (_root.restaurantClose == 0) {
this.gotoAndStop(1);
} else {
if (_root.restaurantClose == 1) {
this.gotoAndStop(2);
}
}
}
}
frame 3 {
stop();
}
instance window3 of movieClip 1139 {
onClipEvent (enterFrame) {
if (_root.restaurantClose == 0) {
this.gotoAndStop(1);
} else {
if (_root.restaurantClose == 1) {
this.gotoAndStop(2);
}
}
}
}
frame 4 {
stop();
}
instance window4 of movieClip 1144 {
onClipEvent (enterFrame) {
if (_root.restaurantClose == 0) {
this.gotoAndStop(1);
} else {
if (_root.restaurantClose == 1) {
this.gotoAndStop(2);
}
}
}
}
}
instance window1Left of movieClip 1145 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.wallType = _root.gameData.data.wallTypeGame;
if (_root.wallType == 1) {
this.gotoAndStop(1);
}
if (_root.wallType == 2) {
this.gotoAndStop(2);
}
if (_root.wallType == 3) {
this.gotoAndStop(3);
}
if (_root.wallType == 4) {
this.gotoAndStop(4);
}
}
}
movieClip 1146 {
frame 3200 {
_root.window2Right.window1.gotoAndStop(2);
}
}
movieClip 1147 {
}
movieClip 1148 {
frame 1 {
stop();
}
instance of movieClip 1146 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 1150 {
frame 1 {
_root.window2.window1.gotoAndStop(2);
}
}
movieClip 1151 {
frame 1 {
stop();
}
instance of movieClip 225 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 1154 {
}
movieClip 1155 {
frame 1 {
stop();
}
instance of movieClip 252 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 1158 {
}
movieClip 1159 {
frame 1 {
stop();
}
instance of movieClip 276 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 1160 {
frame 1 {
stop();
}
instance window1 of movieClip 1148 {
onClipEvent (enterFrame) {
if (_root.restaurantClose == 0) {
this.gotoAndStop(1);
} else {
if (_root.restaurantClose == 1) {
this.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
instance window2 of movieClip 1151 {
onClipEvent (enterFrame) {
if (_root.restaurantClose == 0) {
this.gotoAndStop(1);
} else {
if (_root.restaurantClose == 1) {
this.gotoAndStop(2);
}
}
}
}
frame 3 {
stop();
}
instance window3 of movieClip 1155 {
onClipEvent (enterFrame) {
if (_root.restaurantClose == 0) {
this.gotoAndStop(1);
} else {
if (_root.restaurantClose == 1) {
this.gotoAndStop(2);
}
}
}
}
frame 4 {
stop();
}
instance window4 of movieClip 1159 {
onClipEvent (enterFrame) {
if (_root.restaurantClose == 0) {
this.gotoAndStop(1);
} else {
if (_root.restaurantClose == 1) {
this.gotoAndStop(2);
}
}
}
}
}
instance window2Right of movieClip 1160 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.wallType = _root.gameData.data.wallTypeGame;
if (_root.wallType == 1) {
this.gotoAndStop(1);
}
if (_root.wallType == 2) {
this.gotoAndStop(2);
}
if (_root.wallType == 3) {
this.gotoAndStop(3);
}
if (_root.wallType == 4) {
this.gotoAndStop(4);
}
}
}
button 1163 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.mainMenuOpen = 1;
_root.mainMenu.gotoAndStop(2);
_root.chef.gotoAndStop('left');
nextFrame();
}
}
}
}
}
movieClip 1164 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1169 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
instance of movieClip 1169 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.kitchenCounterType = _root.gameData.data.kitchenCounterGame;
if (_root.kitchenCounterType == 1) {
this.gotoAndStop(1);
}
if (_root.kitchenCounterType == 2) {
this.gotoAndStop(2);
}
if (_root.kitchenCounterType == 3) {
this.gotoAndStop(3);
}
if (_root.kitchenCounterType == 4) {
this.gotoAndStop(4);
}
}
}
movieClip 1175 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
instance of movieClip 1175 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.kitchenCounterType = _root.gameData.data.kitchenCounterGame;
_root.extraTrayActive = _root.gameData.data.extraTrayActiveGame;
if (_root.extraTrayActive == 1) {
this._alpha = 100;
if (_root.kitchenCounterType == 1) {
this.gotoAndStop(1);
}
if (_root.kitchenCounterType == 2) {
this.gotoAndStop(2);
}
if (_root.kitchenCounterType == 3) {
this.gotoAndStop(3);
}
if (_root.kitchenCounterType == 4) {
this.gotoAndStop(4);
}
} else {
this._alpha = 0;
}
}
}
button 1178 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.extraTrayActive == 1) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.tray3Fill == 0) {
_root.handFull = 0;
_root.tray3Fill = 1;
_root.chef.gotoAndStop('right');
if (_root.cheddarCheeseTray3 == 0 & _root.cheddarCheeseChef == 1) {
_root.cheddarCheeseTray3 = 1;
_root.cheddarCheeseChef = 0;
_root.chef.cheddarCheese.gotoAndStop('empty');
gotoAndStop('cheddarCheeseTray');
}
if (_root.rawFrenchFriesTray3 == 0 & _root.rawFrenchFriesChef == 1) {
_root.rawFrenchFriesTray3 = 1;
_root.rawFrenchFriesChef = 0;
_root.chef.frenchFries.gotoAndStop('rawFrenchFries');
gotoAndStop('frenchFriesTray');
}
if (_root.rawChickenBreastTray3 == 0 & _root.rawChickenBreastChef == 1) {
_root.rawChickenBreastTray3 = 1;
_root.rawChickenBreastChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.rawChickenWingTray3 == 0 & _root.rawChickenWingChef == 1) {
_root.rawChickenWingTray3 = 1;
_root.rawChickenWingChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.rawChickenThighTray3 == 0 & _root.rawChickenThighChef == 1) {
_root.rawChickenThighTray3 = 1;
_root.rawChickenThighChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.rawChickenSteakTray3 == 0 & _root.rawChickenSteakChef == 1) {
_root.rawChickenSteakTray3 = 1;
_root.rawChickenSteakChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('chickenSteakTray');
}
if (_root.rawSpaghettiTray3 == 0 & _root.rawSpaghettiChef == 1) {
_root.rawSpaghettiTray3 = 1;
_root.rawSpaghettiChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('spaghettiTray');
}
if (_root.rawSteamedBuns1Tray3 == 0 & _root.rawSteamedBuns1Chef == 1) {
_root.rawSteamedBuns1Tray3 = 1;
_root.rawSteamedBuns1Chef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.rawSteamedBuns2Tray3 == 0 & _root.rawSteamedBuns2Chef == 1) {
_root.rawSteamedBuns2Tray3 = 1;
_root.rawSteamedBuns2Chef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.rawSteamedBuns3Tray3 == 0 & _root.rawSteamedBuns3Chef == 1) {
_root.rawSteamedBuns3Tray3 = 1;
_root.rawSteamedBuns3Chef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.rawSausageTray3 == 0 & _root.rawSausageChef == 1) {
_root.rawSausageTray3 = 1;
_root.rawSausageChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('sausageTray');
}
if (_root.rawFrenchFriesTray3 == 0 & _root.rawFrenchFriesChef == 1) {
_root.rawFrenchFriesTray3 = 1;
_root.rawFrenchFriesChef = 0;
_root.chef.frenchFries.gotoAndStop('empty');
gotoAndStop('frenchFriesTray');
}
if (_root.rawRiceTray3 == 0 & _root.rawRiceChef == 1) {
_root.rawRiceTray3 = 1;
_root.rawRiceChef = 0;
_root.chef.rice.gotoAndStop('empty');
gotoAndStop('riceTray');
}
if (_root.rawChickenHainanTray3 == 0 & _root.rawChickenHainanChef == 1) {
_root.rawChickenHainanTray3 = 1;
_root.rawChickenHainanChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('chickenHainanTray');
}
if (_root.rawRendangTray3 == 0 & _root.rawRendangChef == 1) {
_root.rawRendangTray3 = 1;
_root.rawRendangChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('rendangTray');
}
if (_root.juiceOrangeTray3 == 0 & _root.juiceOrangeChef == 1) {
_root.juiceOrangeTray3 = 1;
_root.juiceOrangeChef = 0;
_root.chef.drinks.gotoAndStop('empty');
gotoAndStop('orangeTray');
}
if (_root.juiceStrawberryTray3 == 0 & _root.juiceStrawberryChef == 1) {
_root.juiceStrawberryTray3 = 1;
_root.juiceStrawberryChef = 0;
_root.chef.drinks.gotoAndStop('empty');
gotoAndStop('strawberryTray');
}
if (_root.juiceChocolateTray3 == 0 & _root.juiceChocolateChef == 1) {
_root.juiceChocolateTray3 = 1;
_root.juiceChocolateChef = 0;
_root.chef.drinks.gotoAndStop('empty');
gotoAndStop('chocolateTray');
}
if (_root.juiceMelonTray3 == 0 & _root.juiceMelonChef == 1) {
_root.juiceMelonTray3 = 1;
_root.juiceMelonChef = 0;
_root.chef.drinks.gotoAndStop('empty');
gotoAndStop('melonTray');
}
if (_root.juiceBlackcurrantTray3 == 0 & _root.juiceBlackcurrantChef == 1) {
_root.juiceBlackcurrantTray3 = 1;
_root.juiceBlackcurrantChef = 0;
_root.chef.drinks.gotoAndStop('empty');
gotoAndStop('blackcurrantTray');
}
if (_root.friedChickenBreastTray3 == 0 & _root.friedChickenBreastChef == 1) {
_root.friedChickenBreastTray3 = 1;
_root.friedChickenBreastChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.friedChickenWingTray3 == 0 & _root.friedChickenWingChef == 1) {
_root.friedChickenWingTray3 = 1;
_root.friedChickenWingChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.friedChickenThighTray3 == 0 & _root.friedChickenThighChef == 1) {
_root.friedChickenThighTray3 = 1;
_root.friedChickenThighChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.friedChickenBreastFriedFrenchFriesTray3 == 0 & _root.friedChickenBreastFriedFrenchFriesChef == 1) {
_root.friedChickenBreastFriedFrenchFriesTray3 = 1;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.friedChickenWingFriedFrenchFriesTray3 == 0 & _root.friedChickenWingFriedFrenchFriesChef == 1) {
_root.friedChickenWingFriedFrenchFriesTray3 = 1;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.friedChickenThighFriedFrenchFriesTray3 == 0 & _root.friedChickenThighFriedFrenchFriesChef == 1) {
_root.friedChickenThighFriedFrenchFriesTray3 = 1;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.grilledChickenSteakTray3 == 0 & _root.grilledChickenSteakChef == 1) {
_root.grilledChickenSteakTray3 = 1;
_root.grilledChickenSteakChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('chickenSteakTray');
}
if (_root.grilledChickenSteakFriedFrenchFriesTray3 == 0 & _root.grilledChickenSteakFriedFrenchFriesChef == 1) {
_root.grilledChickenSteakFriedFrenchFriesTray3 = 1;
_root.grilledChickenSteakFriedFrenchFriesChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.cookedSpaghettiTray3 == 0 & _root.cookedSpaghettiChef == 1) {
_root.cookedSpaghettiTray3 = 1;
_root.cookedSpaghettiChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('spaghettiTray');
}
if (_root.cookedSpaghettiCheddarCheeseTray3 == 0 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.cookedSpaghettiCheddarCheeseTray3 = 1;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.friedSteamedBuns1Tray3 == 0 & _root.friedSteamedBuns1Chef == 1) {
_root.friedSteamedBuns1Tray3 = 1;
_root.friedSteamedBuns1Chef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.friedSteamedBuns2Tray3 == 0 & _root.friedSteamedBuns2Chef == 1) {
_root.friedSteamedBuns2Tray3 = 1;
_root.friedSteamedBuns2Chef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.friedSteamedBuns3Tray2 == 0 & _root.friedSteamedBuns3Chef == 1) {
_root.friedSteamedBuns3Tray2 = 1;
_root.friedSteamedBuns3Chef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.friedSausageTray3 == 0 & _root.friedSausageChef == 1) {
_root.friedSausageTray3 = 1;
_root.friedSausageChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('sausageTray');
}
if (_root.friedFrenchFriesTray3 == 0 & _root.friedFrenchFriesChef == 1) {
_root.friedFrenchFriesTray3 = 1;
_root.friedFrenchFriesChef = 0;
_root.chef.frenchFries.gotoAndStop('empty');
gotoAndStop('frenchFriesTray');
}
if (_root.friedSausageFriedFrenchFriesTray3 == 0 & _root.friedSausageFriedFrenchFriesChef == 1) {
_root.friedSausageFriedFrenchFriesTray3 = 1;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.friedSausageCheddarCheeseTray3 == 0 & _root.friedSausageCheddarCheeseChef == 1) {
_root.friedSausageCheddarCheeseTray3 = 1;
_root.friedSausageCheddarCheeseChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.cookedRiceTray3 == 0 & _root.cookedRiceChef == 1) {
_root.cookedRiceTray3 = 1;
_root.cookedRiceChef = 0;
_root.chef.rice.gotoAndStop('empty');
gotoAndStop('riceTray');
}
if (_root.cookedChickenHainanTray3 == 0 & _root.cookedChickenHainanChef == 1) {
_root.cookedChickenHainanTray3 = 1;
_root.cookedChickenHainanChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('chickenHainanTray');
}
if (_root.cookedChickenHainanRiceTray3 == 0 & _root.cookedChickenHainanRiceChef == 1) {
_root.cookedChickenHainanRiceTray3 = 1;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.cookedRendangTray3 == 0 & _root.cookedRendangChef == 1) {
_root.cookedRendangTray3 = 1;
_root.cookedRendangChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('rendangTray');
}
if (_root.cookedRendangRiceTray3 == 0 & _root.cookedRendangRiceChef == 1) {
_root.cookedRendangRiceTray3 = 1;
_root.cookedRendangRiceChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
}
}
}
}
}
}
button 1179 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.extraTrayActive == 1) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray3Fill == 1) {
_root.handFull = 1;
_root.tray3Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.friedChickenBreastFriedFrenchFriesTray3 == 1 & _root.friedChickenBreastFriedFrenchFriesChef == 0) {
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.friedChickenWingFriedFrenchFriesTray3 == 1 & _root.friedChickenWingFriedFrenchFriesChef == 0) {
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.friedChickenThighFriedFrenchFriesTray3 == 1 & _root.friedChickenThighFriedFrenchFriesChef == 0) {
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.grilledChickenSteakFriedFrenchFriesTray3 == 1 & _root.grilledChickenSteakFriedFrenchFriesChef == 0) {
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('grilledChickenSteakFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.cookedSpaghettiCheddarCheeseTray3 == 1 & _root.cookedSpaghettiCheddarCheeseChef == 0) {
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.cookedSpaghettiCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('cookedSpaghettiCheddarCheese');
gotoAndStop('empty');
}
if (_root.friedSausageFriedFrenchFriesTray3 == 1 & _root.friedSausageFriedFrenchFriesChef == 0) {
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.friedSausageCheddarCheeseTray3 == 1 & _root.friedSausageCheddarCheeseChef == 0) {
_root.friedSausageCheddarCheeseTray3 = 0;
_root.friedSausageCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('friedSausageCheddarCheese');
gotoAndStop('empty');
}
if (_root.cookedChickenHainanRiceTray3 == 1 & _root.cookedChickenHainanRiceChef == 0) {
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedChickenHainanRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
gotoAndStop('empty');
}
if (_root.cookedRendangRiceTray3 == 1 & _root.cookedRendangRiceChef == 0) {
_root.cookedRendangRiceTray3 = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
gotoAndStop('empty');
}
}
}
}
}
}
}
button 1180 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.extraTrayActive == 1) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray3Fill == 1) {
_root.handFull = 1;
_root.tray3Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.cheddarCheeseTray3 == 1 & _root.cheddarCheeseChef == 0) {
_root.cheddarCheeseTray3 = 0;
_root.cheddarCheeseChef = 1;
_root.chef.cheddarCheese.gotoAndStop('cheddarCheese');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray3Fill == 1) {
if (_root.cheddarCheeseTray3 == 1 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray3Fill = 0;
_root.cheddarCheeseTray3 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedSpaghettiChef == 1) {
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('cookedSpaghettiCheddarCheese');
}
if (_root.friedSausageChef == 1) {
_root.friedSausageChef = 0;
_root.friedSausageCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('friedSausageCheddarCheese');
}
}
}
}
}
}
}
}
}
button 1181 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.extraTrayActive == 1) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray3Fill == 1) {
_root.handFull = 1;
_root.tray3Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawFrenchFriesTray3 == 1 & _root.rawFrenchFriesChef == 0) {
_root.rawFrenchFriesTray3 = 0;
_root.rawFrenchFriesChef = 1;
_root.chef.frenchFries.gotoAndStop('rawFrenchFries');
gotoAndStop('empty');
}
if (_root.friedFrenchFriesTray3 == 1 & _root.friedFrenchFriesChef == 0) {
_root.friedFrenchFriesTray3 = 0;
_root.friedFrenchFriesChef = 1;
_root.chef.frenchFries.gotoAndStop('friedFrenchFries');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray3Fill == 1) {
if (_root.friedFrenchFriesTray3 == 1 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray3Fill = 0;
_root.friedFrenchFriesTray3 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.friedChickenBreastChef == 1) {
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingChef == 1) {
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighChef == 1) {
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
}
if (_root.friedSausageChef == 1) {
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
}
}
}
}
}
}
}
}
button 1182 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.extraTrayActive == 1) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray3Fill == 1) {
_root.handFull = 1;
_root.tray3Fill = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.rawChickenBreastTray3 == 1 & _root.rawChickenBreastChef == 0) {
_root.rawChickenBreastTray3 = 0;
_root.rawChickenBreastChef = 1;
_root.chef.food1.gotoAndStop('rawChickenBreast');
gotoAndStop('empty');
}
if (_root.rawChickenWingTray3 == 1 & _root.rawChickenWingChef == 0) {
_root.rawChickenWingTray3 = 0;
_root.rawChickenWingChef = 1;
_root.chef.food1.gotoAndStop('rawChickenWing');
gotoAndStop('empty');
}
if (_root.rawChickenThighTray3 == 1 & _root.rawChickenThighChef == 0) {
_root.rawChickenThighTray3 = 0;
_root.rawChickenThighChef = 1;
_root.chef.food1.gotoAndStop('rawChickenThigh');
gotoAndStop('empty');
}
if (_root.friedChickenBreastTray3 == 1 & _root.friedChickenBreastChef == 0) {
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastChef = 1;
_root.chef.food2.gotoAndStop('friedChickenBreast');
gotoAndStop('empty');
}
if (_root.friedChickenWingTray3 == 1 & _root.friedChickenWingChef == 0) {
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingChef = 1;
_root.chef.food2.gotoAndStop('friedChickenWing');
gotoAndStop('empty');
}
if (_root.friedChickenThighTray3 == 1 & _root.friedChickenThighChef == 0) {
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighChef = 1;
_root.chef.food2.gotoAndStop('friedChickenThigh');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray3Fill == 1) {
if (_root.friedFrenchFriesChef == 1 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.friedChickenBreastTray3 == 1) {
_root.friedChickenBreastTray3 = 0;
_root.tray3Fill = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingTray3 == 1) {
_root.friedChickenWingTray3 = 0;
_root.tray3Fill = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighTray3 == 1) {
_root.friedChickenThighTray3 = 0;
_root.tray3Fill = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
}
}
}
}
}
}
}
}
}
button 1183 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.extraTrayActive == 1) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray3Fill == 1) {
_root.handFull = 1;
_root.tray3Fill = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.rawChickenSteakTray3 == 1 & _root.rawChickenSteakChef == 0) {
_root.rawChickenSteakTray3 = 0;
_root.rawChickenSteakChef = 1;
_root.chef.food1.gotoAndStop('rawChickenSteak');
gotoAndStop('empty');
}
if (_root.grilledChickenSteakTray3 == 1 & _root.grilledChickenSteakChef == 0) {
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakChef = 1;
_root.chef.food2.gotoAndStop('grilledChickenSteak');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray3Fill == 1) {
if (_root.friedFrenchFriesChef == 1 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray3Fill = 0;
_root.friedFrenchFriesChef = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.grilledChickenSteakTray3 == 1) {
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('grilledChickenSteakFriedFrenchFries');
}
}
}
}
}
}
}
}
}
button 1184 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.extraTrayActive == 1) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray3Fill == 1) {
_root.handFull = 1;
_root.tray3Fill = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.rawSpaghettiTray3 == 1 & _root.rawSpaghettiChef == 0) {
_root.rawSpaghettiTray3 = 0;
_root.rawSpaghettiChef = 1;
_root.chef.food1.gotoAndStop('rawSpaghetti');
gotoAndStop('empty');
}
if (_root.cookedSpaghettiTray3 == 1 & _root.cookedSpaghettiChef == 0) {
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiChef = 1;
_root.chef.food2.gotoAndStop('cookedSpaghetti');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray3Fill == 1) {
if (_root.cheddarCheeseChef == 1 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray3Fill = 0;
_root.cheddarCheeseChef = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedSpaghettiTray3 == 1) {
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('cookedSpaghettiCheddarCheese');
}
}
}
}
}
}
}
}
}
button 1185 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.extraTrayActive == 1) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray3Fill == 1) {
_root.handFull = 1;
_root.tray3Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawRiceTray3 == 1 & _root.rawRiceChef == 0) {
_root.rawRiceTray3 = 0;
_root.rawRiceChef = 1;
_root.chef.rice.gotoAndStop('rawRice');
gotoAndStop('empty');
}
if (_root.cookedRiceTray3 == 1 & _root.cookedRiceChef == 0) {
_root.cookedRiceTray3 = 0;
_root.cookedRiceChef = 1;
_root.chef.rice.gotoAndStop('cookedRice');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray3Fill == 1) {
if (_root.cookedRiceTray3 == 1 & _root.cheddarCheeseChef == 0 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.rawRendangChef == 0) {
_root.tray3Fill = 0;
_root.cookedRiceTray3 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedRendangChef == 1) {
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
}
if (_root.cookedChickenHainanChef == 1) {
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
}
}
}
}
}
}
}
}
}
button 1186 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.extraTrayActive == 1) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray3Fill == 1) {
_root.handFull = 1;
_root.tray3Fill = 0;
_root.chef.gotoAndStop('right');
_root.tray3.gotoAndStop(1);
gotoAndStop('empty');
if (_root.rawSteamedBuns1Tray3 == 1 & _root.rawSteamedBuns1Chef == 0) {
_root.rawSteamedBuns1Tray3 = 0;
_root.rawSteamedBuns1Chef = 1;
_root.chef.food1.gotoAndStop('rawSteamedBuns1');
}
if (_root.rawSteamedBuns2Tray3 == 1 & _root.rawSteamedBuns2Chef == 0) {
_root.rawSteamedBuns2Tray3 = 0;
_root.rawSteamedBuns2Chef = 1;
_root.chef.food1.gotoAndStop('rawSteamedBuns2');
}
if (_root.rawSteamedBuns3Tray3 == 1 & _root.rawSteamedBuns3Chef == 0) {
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSteamedBuns3Chef = 1;
_root.chef.food1.gotoAndStop('rawSteamedBuns3');
}
if (_root.friedSteamedBuns1Tray3 == 1 & _root.friedSteamedBuns1Chef == 0) {
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns1Chef = 1;
_root.chef.food2.gotoAndStop('friedSteamedBuns1');
}
if (_root.friedSteamedBuns2Tray3 == 1 & _root.friedSteamedBuns2Chef == 0) {
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns2Chef = 1;
_root.chef.food2.gotoAndStop('friedSteamedBuns2');
}
if (_root.friedSteamedBuns3Tray3 == 1 & _root.friedSteamedBuns3Chef == 0) {
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSteamedBuns3Chef = 1;
_root.chef.food1.gotoAndStop('friedSteamedBuns3');
}
}
}
}
}
}
}
button 1187 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.extraTrayActive == 1) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray3Fill == 1) {
_root.handFull = 1;
_root.tray3Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawSausageTray3 == 1 & _root.rawSausageChef == 0) {
_root.rawSausageTray3 = 0;
_root.rawSausageChef = 1;
_root.chef.food1.gotoAndStop('rawSausage');
gotoAndStop('empty');
}
if (_root.friedSausageTray3 == 1 & _root.friedSausageChef == 0) {
_root.friedSausageTray3 = 0;
_root.friedSausageChef = 1;
_root.chef.food2.gotoAndStop('friedSausage');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray2Fill == 1) {
if (_root.friedSausageTray3 == 1 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray3Fill = 0;
_root.friedSausageTray3 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.friedFrenchFriesChef == 1) {
_root.friedFrenchFriesChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
if (_root.cheddarCheeseChef == 1) {
_root.cheddarCheeseChef = 0;
_root.friedSausageCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('friedSausageCheddarCheese');
}
}
}
}
}
}
}
}
}
button 1188 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.extraTrayActive == 1) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray3Fill == 1) {
_root.handFull = 1;
_root.tray3Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawChickenHainanTray3 == 1 & _root.rawChickenHainanChef == 0) {
_root.rawChickenHainanTray3 = 0;
_root.rawChickenHainanChef = 1;
_root.chef.food1.gotoAndStop('rawChickenHainan');
gotoAndStop('empty');
}
if (_root.cookedChickenHainanTray3 == 1 & _root.cookedChickenHainanChef == 0) {
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray3Fill == 1) {
if (_root.cookedChickenHainanTray3 == 1 & _root.cheddarCheeseChef == 0 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray3Fill = 0;
_root.cookedChickenHainanTray3 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedRiceChef == 1) {
_root.cookedRiceChef = 0;
_root.cookedChickenHainanRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
}
}
}
}
}
}
}
}
}
button 1189 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.extraTrayActive == 1) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray3Fill == 1) {
_root.handFull = 1;
_root.tray3Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawRendangTray3 == 1 & _root.rawRendangChef == 0) {
_root.rawRendangTray3 = 0;
_root.rawRendangChef = 1;
_root.chef.food1.gotoAndStop('rawRendang');
gotoAndStop('empty');
}
if (_root.cookedRendangTray3 == 1 & _root.cookedRendangChef == 0) {
_root.cookedRendangTray3 = 0;
_root.cookedRendangChef = 1;
_root.chef.food2.gotoAndStop('cookedRendang');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray2Fill == 1) {
if (_root.cookedRendangTray3 == 1 & _root.cheddarCheeseChef == 0 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray3Fill = 0;
_root.cookedRendangTray3 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedRiceChef == 1) {
_root.cookedRiceChef = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
}
}
}
}
}
}
}
}
}
button 1190 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.extraTrayActive == 1) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray3Fill == 1) {
_root.handFull = 1;
_root.tray3Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceOrangeTray3 == 1 & _root.juiceOrangeChef == 0) {
_root.juiceOrangeTray3 = 0;
_root.juiceOrangeChef = 1;
_root.chef.drinks.gotoAndStop('orange');
gotoAndStop('empty');
}
}
}
}
}
}
}
button 1191 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.extraTrayActive == 1) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray3Fill == 1) {
_root.handFull = 1;
_root.tray3Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceStrawberryTray3 == 1 & _root.juiceStrawberryChef == 0) {
_root.juiceStrawberryTray3 = 0;
_root.juiceStrawberryChef = 1;
_root.chef.drinks.gotoAndStop('strawberry');
gotoAndStop('empty');
}
}
}
}
}
}
}
button 1192 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.extraTrayActive == 1) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray3Fill == 1) {
_root.handFull = 1;
_root.tray3Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceChocolateTray3 == 1 & _root.juiceChocolateChef == 0) {
_root.juiceChocolateTray3 = 0;
_root.juiceChocolateChef = 1;
_root.chef.drinks.gotoAndStop('chocolate');
gotoAndStop('empty');
}
}
}
}
}
}
}
button 1193 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.extraTrayActive == 1) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray3Fill == 1) {
_root.handFull = 1;
_root.tray3Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceMelonTray3 == 1 & _root.juiceMelonChef == 0) {
_root.juiceMelonTray3 = 0;
_root.juiceMelonChef = 1;
_root.chef.drinks.gotoAndStop('melon');
gotoAndStop('empty');
}
}
}
}
}
}
}
button 1194 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
if (_root.extraTrayActive == 1) {
_root.chef._x = 241;
_root.chef._y = 178.5;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray3Fill == 1) {
_root.handFull = 1;
_root.tray3Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceBlackcurrantTray3 == 1 & _root.juiceBlackcurrantChef == 0) {
_root.juiceBlackcurrantTray3 = 0;
_root.juiceBlackcurrantChef = 1;
_root.chef.drinks.gotoAndStop('blackcurrant');
gotoAndStop('empty');
}
}
}
}
}
}
}
movieClip 1195 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 841 {
onClipEvent (enterFrame) {
if (_root.rawRiceTray3 == 0 || _root.cookedRiceTray3 == 0) {
this.gotoAndStop('empty');
}
if (_root.rawRiceTray3 == 1) {
this.gotoAndStop('rawRice');
}
if (_root.cookedRiceTray3 == 1) {
this.gotoAndStop('cookedRice');
}
}
}
instance food1OnTray of movieClip 853 {
onClipEvent (enterFrame) {
if (_root.rawChickenBreastTray3 == 0 || _root.rawChickenWingTray3 == 0 || _root.rawChickenThighTray3 == 0 || _root.rawChickenSteakTray3 == 0 || _root.rawSpaghettiTray3 == 0 || _root.rawSteamedBuns1Tray3 == 0 || _root.rawSteamedBuns2Tray3 == 0 || _root.rawSteamedBuns3Tray3 == 0 || _root.rawSausageTray3 == 0 || _root.rawFrenchFriesTray3 == 0 || _root.rawChickenHainanTray3 == 0 || _root.rawRendangTray3 == 0) {
this.gotoAndStop('empty');
}
if (_root.rawChickenBreastTray3 == 1) {
this.gotoAndStop('rawChickenBreast');
}
if (_root.rawChickenWingTray3 == 1) {
this.gotoAndStop('rawChickenWing');
}
if (_root.rawChickenThighTray3 == 1) {
this.gotoAndStop('rawChickenThigh');
}
if (_root.rawChickenSteakTray3 == 1) {
this.gotoAndStop('rawChickenSteak');
}
if (_root.rawSpaghettiTray3 == 1) {
this.gotoAndStop('rawSpaghetti');
}
if (_root.rawSteamedBuns1Tray3 == 1) {
this.gotoAndStop('rawSteamedBuns1');
}
if (_root.rawSteamedBuns2Tray3 == 1) {
this.gotoAndStop('rawSteamedBuns2');
}
if (_root.rawSteamedBuns3Tray3 == 1) {
this.gotoAndStop('rawSteamedBuns3');
}
if (_root.rawSausageTray3 == 1) {
this.gotoAndStop('rawSausage');
}
if (_root.rawChickenHainanTray3 == 1) {
this.gotoAndStop('rawChickenHainan');
}
if (_root.rawRendangTray3 == 1) {
this.gotoAndStop('rawRendang');
}
}
}
instance of movieClip 877 {
onClipEvent (enterFrame) {
if (_root.friedChickenBreastTray3 == 0 || _root.friedChickenWingTray3 == 0 || _root.friedChickenThighTray3 == 0 || _root.grilledChickenSteakTray3 == 0 || _root.cookedSpaghettiTray3 == 0 || _root.friedSteamedBuns1Tray3 == 0 || _root.friedSteamedBuns2Tray3 == 0 || _root.friedSteamedBuns3Tray3 == 0 || _root.friedSausageTray3 == 0 || _root.friedFrenchFriesTray3 == 0 || _root.cookedChickenHainanTray3 == 0 || _root.cookedRendangTray3 == 0) {
this.gotoAndStop('empty');
}
if (_root.friedChickenBreastTray3 == 1) {
this.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenWingTray3 == 1) {
this.gotoAndStop('friedChickenWing');
}
if (_root.friedChickenThighTray3 == 1) {
this.gotoAndStop('friedChickenThigh');
}
if (_root.grilledChickenSteakTray3 == 1) {
this.gotoAndStop('grilledChickenSteak');
}
if (_root.cookedSpaghettiTray3 == 1) {
this.gotoAndStop('cookedSpaghetti');
}
if (_root.friedSteamedBuns1Tray3 == 1) {
this.gotoAndStop('friedSteamedBuns1');
}
if (_root.friedSteamedBuns2Tray3 == 1) {
this.gotoAndStop('friedSteamedBuns2');
}
if (_root.friedSteamedBuns3Tray3 == 1) {
this.gotoAndStop('friedSteamedBuns3');
}
if (_root.friedSausageTray3 == 1) {
this.gotoAndStop('friedSausage');
}
if (_root.cookedChickenHainanTray3 == 1) {
this.gotoAndStop('cookedChickenHainan');
}
if (_root.cookedRendangTray3 == 1) {
this.gotoAndStop('cookedRendang');
}
}
}
instance of movieClip 900 {
onClipEvent (enterFrame) {
if (_root.friedChickenBreastFriedFrenchFriesTray3 == 0 || _root.friedChickenWingFriedFrenchFriesTray3 == 0 || _root.friedChickenThighFriedFrenchFriesTray3 == 0 || _root.grilledChickenSteakFriedFrenchFriesTray3 == 0 || _root.cookedSpaghettiCheddarCheeseTray3 == 0 || _root.friedSausageFriedFrenchFriesTray3 == 0 || _root.friedSausageCheddarCheeseTray3 == 0 || _root.cookedChickenHainanRiceTray3 == 0 || _root.cookedRendangRiceTray3 == 0) {
this.gotoAndStop('empty');
}
if (_root.friedChickenBreastFriedFrenchFriesTray3 == 1) {
this.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingFriedFrenchFriesTray3 == 1) {
this.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighFriedFrenchFriesTray3 == 1) {
this.gotoAndStop('friedChickenThighFriedFrenchFries');
}
if (_root.grilledChickenSteakFriedFrenchFriesTray3 == 1) {
this.gotoAndStop('grilledChickenSteakFriedFrenchFries');
}
if (_root.cookedSpaghettiCheddarCheeseTray3 == 1) {
this.gotoAndStop('cookedSpaghettiCheddarCheese');
}
if (_root.friedSausageFriedFrenchFriesTray3 == 1) {
this.gotoAndStop('friedSausageFriedFrenchFries');
}
if (_root.friedSausageCheddarCheeseTray3 == 1) {
this.gotoAndStop('friedSausageCheddarCheese');
}
if (_root.cookedChickenHainanRiceTray3 == 1) {
this.gotoAndStop('cookedChickenHainanRice');
}
if (_root.cookedRendangRiceTray3 == 1) {
this.gotoAndStop('cookedRendangRice');
}
}
}
instance of movieClip 902 {
onClipEvent (enterFrame) {
if (_root.cheddarCheeseTray3 == 0) {
this.gotoAndStop('empty');
}
if (_root.cheddarCheeseTray3 == 1) {
this.gotoAndStop('cheddarCheese');
}
}
}
instance of movieClip 905 {
onClipEvent (enterFrame) {
if (_root.rawFrenchFriesTray3 == 0 || _root.friedFrenchFriesTray3 == 0) {
this.gotoAndStop('empty');
}
if (_root.rawFrenchFriesTray3 == 1) {
this.gotoAndStop('rawFrenchFries');
}
if (_root.friedFrenchFriesTray3 == 1) {
this.gotoAndStop('friedFrenchFries');
}
}
}
instance of movieClip 911 {
onClipEvent (enterFrame) {
if (_root.juiceOrangeTray3 == 0 || _root.juiceStrawberryTray3 == 0 || _root.juiceChocolateTray3 == 0 || _root.juiceMelonTray3 == 0 || _root.juiceBlackcurrantTray3 == 0) {
this.gotoAndStop('empty');
}
if (_root.juiceOrangeTray3 == 1) {
this.gotoAndStop('orange');
}
if (_root.juiceStrawberryTray3 == 1) {
this.gotoAndStop('strawberry');
}
if (_root.juiceChocolateTray3 == 1) {
this.gotoAndStop('chocolate');
}
if (_root.juiceMelonTray3 == 1) {
this.gotoAndStop('melon');
}
if (_root.juiceBlackcurrantTray3 == 1) {
this.gotoAndStop('blackcurrant');
}
}
}
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();
}
}
instance tray3 of movieClip 1195 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.extraTrayActive = _root.gameData.data.extraTrayActiveGame;
if (_root.extraTrayActive == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
movieClip 1199 {
frame 2 {
if (soundFx == 1) {
_root.frying1Music.gotoAndStop(2);
}
}
frame 200 {
_root.stoveLeftCooking = 0;
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.stove.stove1.stove1Left.gotoAndStop(2);
_root.stove.stove1.stove1CookingLeft.gotoAndStop('done');
}
}
movieClip 1201 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1199 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.friedChickenBreastOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenWingOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('friedChickenWing');
}
if (_root.friedChickenThighOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('friedChickenThigh');
}
if (_root.cookedSpaghettiOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('cookedSpaghetti');
}
if (_root.friedSausageOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('friedSausage');
}
if (_root.friedFrenchFriesOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('friedFrenchFries');
}
if (_root.cookedRendangOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('cookedRendang');
}
}
}
frame 3 {
stop();
}
instance foodFriedOnStove of movieClip 695 {
onClipEvent (enterFrame) {
if (_root.friedChickenBreastOnStoveLeft == 1) {
this.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenWingOnStoveLeft == 1) {
this.gotoAndStop('friedChickenWing');
}
if (_root.friedChickenThighOnStoveLeft == 1) {
this.gotoAndStop('friedChickenThigh');
}
if (_root.cookedSpaghettiOnStoveLeft == 1) {
this.gotoAndStop('cookedSpaghetti');
}
if (_root.friedSausageOnStoveLeft == 1) {
this.gotoAndStop('friedSausage');
}
if (_root.friedFrenchFriesOnStoveLeft == 1) {
this.gotoAndStop('friedFrenchFries');
}
if (_root.cookedRendangOnStoveLeft == 1) {
this.gotoAndStop('cookedRendang');
}
}
}
}
movieClip 1203 {
frame 2 {
if (soundFx == 1) {
_root.frying1Music.gotoAndStop(2);
}
}
frame 200 {
_root.stoveRightCooking = 0;
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.stove.stove1.stove1Right.gotoAndStop(2);
_root.stove.stove1.stove1CookingRight.gotoAndStop('done');
}
}
movieClip 1205 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1203 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.friedChickenBreastOnStoveRight == 1) {
this.foodRawOnStove.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenWingOnStoveRight == 1) {
this.foodRawOnStove.gotoAndStop('friedChickenWing');
}
if (_root.friedChickenThighOnStoveRight == 1) {
this.foodRawOnStove.gotoAndStop('friedChickenThigh');
}
if (_root.cookedSpaghettiOnStoveRight == 1) {
this.foodRawOnStove.gotoAndStop('cookedSpaghetti');
}
if (_root.friedSausageOnStoveRight == 1) {
this.foodRawOnStove.gotoAndStop('friedSausage');
}
if (_root.friedFrenchFriesOnStoveRight == 1) {
this.foodRawOnStove.gotoAndStop('friedFrenchFries');
}
if (_root.cookedRendangOnStoveRight == 1) {
this.foodRawOnStove.gotoAndStop('cookedRendang');
}
}
}
frame 3 {
stop();
}
instance foodFriedOnStove of movieClip 695 {
onClipEvent (enterFrame) {
if (_root.friedChickenBreastOnStoveRight == 1) {
this.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenWingOnStoveRight == 1) {
this.gotoAndStop('friedChickenWing');
}
if (_root.friedChickenThighOnStoveRight == 1) {
this.gotoAndStop('friedChickenThigh');
}
if (_root.cookedSpaghettiOnStoveRight == 1) {
this.gotoAndStop('cookedSpaghetti');
}
if (_root.friedSausageOnStoveRight == 1) {
this.gotoAndStop('friedSausage');
}
if (_root.friedFrenchFriesOnStoveRight == 1) {
this.gotoAndStop('friedFrenchFries');
}
if (_root.cookedRendangOnStoveRight == 1) {
this.gotoAndStop('cookedRendang');
}
}
}
}
button 1206 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 255.8;
_root.chef._y = 183.45;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.stoveLeftCooking == 0 & _root.friedChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.friedChickenThighChef == 0) {
if (_root.rawChickenBreastChef == 1) {
_root.rawChickenBreastChef = 0;
_root.friedChickenBreastOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveLeftCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1CookingLeft.gotoAndStop('cooking');
}
if (_root.rawChickenWingChef == 1) {
_root.rawChickenWingChef = 0;
_root.plateCircleChef = 0;
_root.friedChickenWingOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveLeftCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1CookingLeft.gotoAndStop('cooking');
}
if (_root.rawChickenThighChef == 1) {
_root.rawChickenThighChef = 0;
_root.plateCircleChef = 0;
_root.friedChickenThighOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveLeftCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1CookingLeft.gotoAndStop('cooking');
}
if (_root.rawSpaghettiChef == 1) {
_root.rawSpaghettiChef = 0;
_root.plateCircleChef = 0;
_root.cookedSpaghettiOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveLeftCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1CookingLeft.gotoAndStop('cooking');
}
if (_root.rawSausageChef == 1) {
_root.rawSausageChef = 0;
_root.plateCircleChef = 0;
_root.friedSausageOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveLeftCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1CookingLeft.gotoAndStop('cooking');
}
if (_root.rawFrenchFriesChef == 1) {
_root.rawFrenchFriesChef = 0;
_root.plateCircleChef = 0;
_root.friedFrenchFriesOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1CookingLeft.gotoAndStop('cooking');
}
if (_root.rawRendangChef == 1) {
_root.rawRendangChef = 0;
_root.plateCircleChef = 0;
_root.cookedRendangOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveLeftCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1CookingLeft.gotoAndStop('cooking');
}
}
}
}
}
}
button 1207 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 255.8;
_root.chef._y = 183.45;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.handFull = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1Left.gotoAndStop(1);
_root.stove.stove1.stove1CookingLeft.gotoAndStop('empty');
if (_root.friedChickenBreastOnStoveLeft == 1) {
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastChef = 1;
_root.chef.food2.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenWingOnStoveLeft == 1) {
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingChef = 1;
_root.chef.food2.gotoAndStop('friedChickenWing');
}
if (_root.friedChickenThighOnStoveLeft == 1) {
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighChef = 1;
_root.chef.food2.gotoAndStop('friedChickenThigh');
}
if (_root.cookedSpaghettiOnStoveLeft == 1) {
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiChef = 1;
_root.chef.food2.gotoAndStop('cookedSpaghetti');
}
if (_root.friedSausageOnStoveLeft == 1) {
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageChef = 1;
_root.chef.food2.gotoAndStop('friedSausage');
}
if (_root.friedFrenchFriesOnStoveLeft == 1) {
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesChef = 1;
_root.chef.frenchFries.gotoAndStop('friedFrenchFries');
}
if (_root.cookedRendangOnStoveLeft == 1) {
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangChef = 1;
_root.chef.food2.gotoAndStop('cookedRendang');
}
} else {
if (_root.handFull == 1) {
if (_root.friedFrenchFriesChef == 1 & _root.cookedRendangOnStoveLeft == 0 & _root.cookedSpaghettiOnStoveLeft == 0 & _root.friedFrenchFriesOnStoveLeft == 0 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1Left.gotoAndStop(1);
_root.stove.stove1.stove1CookingLeft.gotoAndStop('empty');
if (_root.friedChickenBreastOnStoveLeft == 1) {
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingOnStoveLeft == 1) {
_root.friedChickenWingOnStoveLeft = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighOnStoveLeft == 1) {
_root.friedChickenThighOnStoveLeft = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
}
if (_root.friedSausageOnStoveLeft == 1) {
_root.friedSausageOnStoveLeft = 0;
_root.friedFrenchFriesChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
}
if (_root.friedFrenchFriesChef == 0 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.rawSausageChef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
if (_root.friedFrenchFriesOnStoveLeft == 1) {
_root.friedFrenchFriesOnStoveLeft = 0;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1Left.gotoAndStop(1);
_root.stove.stove1.stove1CookingLeft.gotoAndStop('empty');
if (_root.friedChickenBreastChef == 1) {
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingChef == 1) {
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighChef == 1) {
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
}
if (_root.grilledChickenSteakChef == 1) {
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('grilledChickenSteakFriedFrenchFries');
}
if (_root.friedSausageChef == 1) {
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
}
}
if (_root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.rawSausageChef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
if (_root.friedSausageOnStoveLeft == 1) {
_root.friedSausageOnStoveLeft = 0;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1Left.gotoAndStop(1);
_root.stove.stove1.stove1CookingLeft.gotoAndStop('empty');
if (_root._root.friedFrenchFriesChef == 1) {
_root._root.friedFrenchFriesChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
}
}
if (_root.cheddarCheeseChef == 1 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1Left.gotoAndStop(1);
_root.stove.stove1.stove1CookingLeft.gotoAndStop('empty');
if (_root.cookedSpaghettiOnStoveLeft == 1) {
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cheddarCheeseChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('cookedSpaghettiCheddarCheese');
}
if (_root.friedSausageOnStoveLeft == 1) {
_root.friedSausageOnStoveLeft = 0;
_root.cheddarCheeseChef = 0;
_root.friedSausageCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('friedSausageCheddarCheese');
}
}
if (_root.cookedRiceChef == 1 & _root.friedFrenchFriesChef == 0 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1Left.gotoAndStop(1);
_root.stove.stove1.stove1CookingLeft.gotoAndStop('empty');
if (_root.cookedRendangOnStoveLeft == 1) {
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRiceChef = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
}
}
}
}
}
}
}
}
movieClip 1208 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 1209 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 180.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.stoveRightCooking == 0 & _root.friedChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.friedChickenThighChef == 0) {
if (_root.rawChickenBreastChef == 1) {
_root.rawChickenBreastChef = 0;
_root.friedChickenBreastOnStoveRight = 1;
_root.handFull = 0;
_root.stoveRightCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1CookingRight.gotoAndStop('cooking');
}
if (_root.rawChickenWingChef == 1) {
_root.rawChickenWingChef = 0;
_root.plateCircleChef = 0;
_root.friedChickenWingOnStoveRight = 1;
_root.handFull = 0;
_root.stoveRightCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1CookingRight.gotoAndStop('cooking');
}
if (_root.rawChickenThighChef == 1) {
_root.rawChickenThighChef = 0;
_root.plateCircleChef = 0;
_root.friedChickenThighOnStoveRight = 1;
_root.handFull = 0;
_root.stoveRightCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1CookingRight.gotoAndStop('cooking');
}
if (_root.rawSpaghettiChef == 1) {
_root.rawSpaghettiChef = 0;
_root.plateCircleChef = 0;
_root.cookedSpaghettiOnStoveRight = 1;
_root.handFull = 0;
_root.stoveRightCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1CookingRight.gotoAndStop('cooking');
}
if (_root.rawSausageChef == 1) {
_root.rawSausageChef = 0;
_root.plateCircleChef = 0;
_root.friedSausageOnStoveRight = 1;
_root.handFull = 0;
_root.stoveRightCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1CookingRight.gotoAndStop('cooking');
}
if (_root.rawFrenchFriesChef == 1) {
_root.rawFrenchFriesChef = 0;
_root.plateCircleChef = 0;
_root.friedFrenchFriesOnStoveRight = 1;
_root.handFull = 0;
_root.stoveRightCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1CookingRight.gotoAndStop('cooking');
}
if (_root.rawRendangChef == 1) {
_root.rawRendangChef = 0;
_root.plateCircleChef = 0;
_root.cookedRendangOnStoveRight = 1;
_root.handFull = 0;
_root.stoveRightCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1CookingRight.gotoAndStop('cooking');
}
}
}
}
}
}
button 1210 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 180.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.handFull = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1Right.gotoAndStop(1);
_root.stove.stove1.stove1CookingRight.gotoAndStop('empty');
if (_root.friedChickenBreastOnStoveRight == 1) {
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenBreastChef = 1;
_root.chef.food2.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenWingOnStoveRight == 1) {
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenWingChef = 1;
_root.chef.food2.gotoAndStop('friedChickenWing');
}
if (_root.friedChickenThighOnStoveRight == 1) {
_root.friedChickenThighOnStoveRight = 0;
_root.friedChickenThighChef = 1;
_root.chef.food2.gotoAndStop('friedChickenThigh');
}
if (_root.cookedSpaghettiOnStoveRight == 1) {
_root.cookedSpaghettiOnStoveRight = 0;
_root.cookedSpaghettiChef = 1;
_root.chef.food2.gotoAndStop('cookedSpaghetti');
}
if (_root.friedSausageOnStoveRight == 1) {
_root.friedSausageOnStoveRight = 0;
_root.friedSausageChef = 1;
_root.chef.food2.gotoAndStop('friedSausage');
}
if (_root.friedFrenchFriesOnStoveRight == 1) {
_root.friedFrenchFriesOnStoveRight = 0;
_root.friedFrenchFriesChef = 1;
_root.chef.frenchFries.gotoAndStop('friedFrenchFries');
}
if (_root.cookedRendangOnStoveRight == 1) {
_root.cookedRendangOnStoveRight = 0;
_root.cookedRendangChef = 1;
_root.chef.food2.gotoAndStop('cookedRendang');
}
} else {
if (_root.handFull == 1) {
if (_root.friedFrenchFriesChef == 1 & _root.cookedRendangOnStoveRight == 0 & _root.cookedSpaghettiOnStoveRight == 0 & _root.friedFrenchFriesOnStoveRight == 0 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1Right.gotoAndStop(1);
_root.stove.stove1.stove1CookingRight.gotoAndStop('empty');
if (_root.friedChickenBreastOnStoveRight == 1) {
_root.friedChickenBreastOnStoveRight = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingOnStoveRight == 1) {
_root.friedChickenWingOnStoveRight = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighOnStoveRight == 1) {
_root.friedChickenThighOnStoveRight = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
}
if (_root.friedSausageOnStoveRight == 1) {
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
}
if (_root.friedFrenchFriesChef == 0 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.rawSausageChef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
if (_root.friedFrenchFriesOnStoveRight == 1) {
_root.friedFrenchFriesOnStoveRight = 0;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1Right.gotoAndStop(1);
_root.stove.stove1.stove1CookingRight.gotoAndStop('empty');
if (_root.friedChickenBreastChef == 1) {
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingChef == 1) {
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighChef == 1) {
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
}
if (_root.grilledChickenSteakChef == 1) {
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('grilledChickenSteakFriedFrenchFries');
}
if (_root.friedSausageChef == 1) {
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
}
}
if (_root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.rawSausageChef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
if (_root.friedSausageOnStoveRight == 1) {
_root.friedSausageOnStoveRight = 0;
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1Right.gotoAndStop(1);
_root.stove.stove1.stove1CookingRight.gotoAndStop('empty');
if (_root._root.friedFrenchFriesChef == 1) {
_root._root.friedFrenchFriesChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
}
}
if (_root.cheddarCheeseChef == 1 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1Right.gotoAndStop(1);
_root.stove.stove1.stove1CookingRight.gotoAndStop('empty');
if (_root.cookedSpaghettiOnStoveRight == 1) {
_root.cookedSpaghettiOnStoveRight = 0;
_root.cheddarCheeseChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('cookedSpaghettiCheddarCheese');
}
if (_root.friedSausageOnStoveRight == 1) {
_root.friedSausageOnStoveRight = 0;
_root.cheddarCheeseChef = 0;
_root.friedSausageCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('friedSausageCheddarCheese');
}
}
if (_root.cookedRiceChef == 1 & _root.friedFrenchFriesChef == 0 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('back');
_root.stove.stove1.stove1Right.gotoAndStop(1);
_root.stove.stove1.stove1CookingRight.gotoAndStop('empty');
if (_root.cookedRendangOnStoveRight == 1) {
_root.cookedRendangOnStoveRight = 0;
_root.cookedRiceChef = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
}
}
}
}
}
}
}
}
movieClip 1211 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1212 {
frame 1 {
stop();
}
}
movieClip 1213 {
}
movieClip 1217 {
frame 100 {
stop();
}
}
movieClip 1218 {
frame 100 {
stop();
}
}
movieClip 1219 {
frame 100 {
stop();
}
}
movieClip 1220 {
frame 100 {
stop();
}
}
movieClip 1221 {
frame 100 {
stop();
}
}
movieClip 1222 {
frame 100 {
stop();
}
}
movieClip 1223 {
frame 100 {
stop();
}
}
movieClip 1224 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1217 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1218 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1219 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 1220 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
instance of movieClip 1221 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 7 {
stop();
}
instance of movieClip 1222 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 8 {
stop();
}
instance of movieClip 1223 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1225 {
frame 2 {
if (soundFx == 1) {
_root.frying1Music.gotoAndStop(2);
}
}
frame 100 {
_root.stoveRightCooking = 0;
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.stove.stove2.stove2Right.gotoAndStop(2);
_root.stove.stove2.stove2CookingRight.gotoAndStop('done');
}
}
movieClip 1227 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1225 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.friedChickenBreastOnStoveRight == 1) {
this.foodRawOnStove.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenWingOnStoveRight == 1) {
this.foodRawOnStove.gotoAndStop('friedChickenWing');
}
if (_root.friedChickenThighOnStoveRight == 1) {
this.foodRawOnStove.gotoAndStop('friedChickenThigh');
}
if (_root.cookedSpaghettiOnStoveRight == 1) {
this.foodRawOnStove.gotoAndStop('cookedSpaghetti');
}
if (_root.friedSausageOnStoveRight == 1) {
this.foodRawOnStove.gotoAndStop('friedSausage');
}
if (_root.friedFrenchFriesOnStoveRight == 1) {
this.foodRawOnStove.gotoAndStop('friedFrenchFries');
}
if (_root.cookedRendangOnStoveRight == 1) {
this.foodRawOnStove.gotoAndStop('cookedRendang');
}
}
}
frame 3 {
stop();
}
instance foodFriedOnStove of movieClip 695 {
onClipEvent (enterFrame) {
if (_root.friedChickenBreastOnStoveRight == 1) {
this.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenWingOnStoveRight == 1) {
this.gotoAndStop('friedChickenWing');
}
if (_root.friedChickenThighOnStoveRight == 1) {
this.gotoAndStop('friedChickenThigh');
}
if (_root.cookedSpaghettiOnStoveRight == 1) {
this.gotoAndStop('cookedSpaghetti');
}
if (_root.friedSausageOnStoveRight == 1) {
this.gotoAndStop('friedSausage');
}
if (_root.friedFrenchFriesOnStoveRight == 1) {
this.gotoAndStop('friedFrenchFries');
}
if (_root.cookedRendangOnStoveRight == 1) {
this.gotoAndStop('cookedRendang');
}
}
}
}
movieClip 1229 {
frame 2 {
if (soundFx == 1) {
_root.frying1Music.gotoAndStop(2);
}
}
frame 100 {
_root.stoveLeftCooking = 0;
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.stove.stove2.stove2Left.gotoAndStop(2);
_root.stove.stove2.stove2CookingLeft.gotoAndStop('done');
}
}
movieClip 1231 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1229 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.friedChickenBreastOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenWingOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('friedChickenWing');
}
if (_root.friedChickenThighOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('friedChickenThigh');
}
if (_root.cookedSpaghettiOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('cookedSpaghetti');
}
if (_root.friedSausageOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('friedSausage');
}
if (_root.friedFrenchFriesOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('friedFrenchFries');
}
if (_root.cookedRendangOnStoveLeft == 1) {
this.foodRawOnStove.gotoAndStop('cookedRendang');
}
}
}
frame 3 {
stop();
}
instance foodFriedOnStove of movieClip 695 {
onClipEvent (enterFrame) {
if (_root.friedChickenBreastOnStoveLeft == 1) {
this.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenWingOnStoveLeft == 1) {
this.gotoAndStop('friedChickenWing');
}
if (_root.friedChickenThighOnStoveLeft == 1) {
this.gotoAndStop('friedChickenThigh');
}
if (_root.cookedSpaghettiOnStoveLeft == 1) {
this.gotoAndStop('cookedSpaghetti');
}
if (_root.friedSausageOnStoveLeft == 1) {
this.gotoAndStop('friedSausage');
}
if (_root.friedFrenchFriesOnStoveLeft == 1) {
this.gotoAndStop('friedFrenchFries');
}
if (_root.cookedRendangOnStoveLeft == 1) {
this.gotoAndStop('cookedRendang');
}
}
}
}
button 1233 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 255.8;
_root.chef._y = 183.45;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.stoveLeftCooking == 0 & _root.friedChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.friedChickenThighChef == 0) {
if (_root.rawChickenBreastChef == 1) {
_root.rawChickenBreastChef = 0;
_root.friedChickenBreastOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveLeftCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2CookingLeft.gotoAndStop('cooking');
}
if (_root.rawChickenWingChef == 1) {
_root.rawChickenWingChef = 0;
_root.plateCircleChef = 0;
_root.friedChickenWingOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveLeftCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2CookingLeft.gotoAndStop('cooking');
}
if (_root.rawChickenThighChef == 1) {
_root.rawChickenThighChef = 0;
_root.plateCircleChef = 0;
_root.friedChickenThighOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveLeftCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2CookingLeft.gotoAndStop('cooking');
}
if (_root.rawSpaghettiChef == 1) {
_root.rawSpaghettiChef = 0;
_root.plateCircleChef = 0;
_root.cookedSpaghettiOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveLeftCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2CookingLeft.gotoAndStop('cooking');
}
if (_root.rawSausageChef == 1) {
_root.rawSausageChef = 0;
_root.plateCircleChef = 0;
_root.friedSausageOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveLeftCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2CookingLeft.gotoAndStop('cooking');
}
if (_root.rawFrenchFriesChef == 1) {
_root.rawFrenchFriesChef = 0;
_root.plateCircleChef = 0;
_root.friedFrenchFriesOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveLeftCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2CookingLeft.gotoAndStop('cooking');
}
if (_root.rawRendangChef == 1) {
_root.rawRendangChef = 0;
_root.plateCircleChef = 0;
_root.cookedRendangOnStoveLeft = 1;
_root.handFull = 0;
_root.stoveLeftCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2CookingLeft.gotoAndStop('cooking');
}
}
}
}
}
}
button 1234 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 255.8;
_root.chef._y = 183.45;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.handFull = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2Left.gotoAndStop(1);
_root.stove.stove2.stove2CookingLeft.gotoAndStop('empty');
if (_root.friedChickenBreastOnStoveLeft == 1) {
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastChef = 1;
_root.chef.food2.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenWingOnStoveLeft == 1) {
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingChef = 1;
_root.chef.food2.gotoAndStop('friedChickenWing');
}
if (_root.friedChickenThighOnStoveLeft == 1) {
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighChef = 1;
_root.chef.food2.gotoAndStop('friedChickenThigh');
}
if (_root.cookedSpaghettiOnStoveLeft == 1) {
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiChef = 1;
_root.chef.food2.gotoAndStop('cookedSpaghetti');
}
if (_root.friedSausageOnStoveLeft == 1) {
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageChef = 1;
_root.chef.food2.gotoAndStop('friedSausage');
}
if (_root.friedFrenchFriesOnStoveLeft == 1) {
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesChef = 1;
_root.chef.frenchFries.gotoAndStop('friedFrenchFries');
}
if (_root.cookedRendangOnStoveLeft == 1) {
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangChef = 1;
_root.chef.food2.gotoAndStop('cookedRendang');
}
} else {
if (_root.handFull == 1) {
if (_root.friedFrenchFriesChef == 1 & _root.cookedRendangOnStoveLeft == 0 & _root.cookedSpaghettiOnStoveLeft == 0 & _root.friedFrenchFriesOnStoveLeft == 0 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2Left.gotoAndStop(1);
_root.stove.stove2.stove2CookingLeft.gotoAndStop('empty');
if (_root.friedChickenBreastOnStoveLeft == 1) {
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingOnStoveLeft == 1) {
_root.friedChickenWingOnStoveLeft = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighOnStoveLeft == 1) {
_root.friedChickenThighOnStoveLeft = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
}
if (_root.friedSausageOnStoveLeft == 1) {
_root.friedSausageOnStoveLeft = 0;
_root.friedFrenchFriesChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
}
if (_root.friedFrenchFriesChef == 0 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.rawSausageChef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
if (_root.friedFrenchFriesOnStoveLeft == 1) {
_root.friedFrenchFriesOnStoveLeft = 0;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2Left.gotoAndStop(1);
_root.stove.stove2.stove2CookingLeft.gotoAndStop('empty');
if (_root.friedChickenBreastChef == 1) {
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingChef == 1) {
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighChef == 1) {
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
}
if (_root.grilledChickenSteakChef == 1) {
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('grilledChickenSteakFriedFrenchFries');
}
if (_root.friedSausageChef == 1) {
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
}
}
if (_root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.rawSausageChef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
if (_root.friedSausageOnStoveLeft == 1) {
_root.friedSausageOnStoveLeft = 0;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2Left.gotoAndStop(1);
_root.stove.stove2.stove2CookingLeft.gotoAndStop('empty');
if (_root._root.friedFrenchFriesChef == 1) {
_root._root.friedFrenchFriesChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
}
}
if (_root.cheddarCheeseChef == 1 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2Left.gotoAndStop(1);
_root.stove.stove2.stove2CookingLeft.gotoAndStop('empty');
if (_root.cookedSpaghettiOnStoveLeft == 1) {
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cheddarCheeseChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('cookedSpaghettiCheddarCheese');
}
if (_root.friedSausageOnStoveLeft == 1) {
_root.friedSausageOnStoveLeft = 0;
_root.cheddarCheeseChef = 0;
_root.friedSausageCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('friedSausageCheddarCheese');
}
}
if (_root.cookedRiceChef == 1 & _root.friedFrenchFriesChef == 0 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2Left.gotoAndStop(1);
_root.stove.stove2.stove2CookingLeft.gotoAndStop('empty');
if (_root.cookedRendangOnStoveLeft == 1) {
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRiceChef = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
}
}
}
}
}
}
}
}
movieClip 1235 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 1236 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 180.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.stoveRightCooking == 0 & _root.friedChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.friedChickenThighChef == 0) {
if (_root.rawChickenBreastChef == 1) {
_root.rawChickenBreastChef = 0;
_root.friedChickenBreastOnStoveRight = 1;
_root.handFull = 0;
_root.stoveRightCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2CookingRight.gotoAndStop('cooking');
}
if (_root.rawChickenWingChef == 1) {
_root.rawChickenWingChef = 0;
_root.plateCircleChef = 0;
_root.friedChickenWingOnStoveRight = 1;
_root.handFull = 0;
_root.stoveRightCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2CookingRight.gotoAndStop('cooking');
}
if (_root.rawChickenThighChef == 1) {
_root.rawChickenThighChef = 0;
_root.plateCircleChef = 0;
_root.friedChickenThighOnStoveRight = 1;
_root.handFull = 0;
_root.stoveRightCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2CookingRight.gotoAndStop('cooking');
}
if (_root.rawSpaghettiChef == 1) {
_root.rawSpaghettiChef = 0;
_root.plateCircleChef = 0;
_root.cookedSpaghettiOnStoveRight = 1;
_root.handFull = 0;
_root.stoveRightCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2CookingRight.gotoAndStop('cooking');
}
if (_root.rawSausageChef == 1) {
_root.rawSausageChef = 0;
_root.plateCircleChef = 0;
_root.friedSausageOnStoveRight = 1;
_root.handFull = 0;
_root.stoveRightCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2CookingRight.gotoAndStop('cooking');
}
if (_root.rawFrenchFriesChef == 1) {
_root.rawFrenchFriesChef = 0;
_root.plateCircleChef = 0;
_root.friedFrenchFriesOnStoveRight = 1;
_root.handFull = 0;
_root.stoveRightCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2CookingRight.gotoAndStop('cooking');
}
if (_root.rawRendangChef == 1) {
_root.rawRendangChef = 0;
_root.plateCircleChef = 0;
_root.cookedRendangOnStoveRight = 1;
_root.handFull = 0;
_root.stoveRightCooking = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2CookingRight.gotoAndStop('cooking');
}
}
}
}
}
}
button 1237 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 180.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.handFull = 1;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2Right.gotoAndStop(1);
_root.stove.stove2.stove2CookingRight.gotoAndStop('empty');
if (_root.friedChickenBreastOnStoveRight == 1) {
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenBreastChef = 1;
_root.chef.food2.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenWingOnStoveRight == 1) {
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenWingChef = 1;
_root.chef.food2.gotoAndStop('friedChickenWing');
}
if (_root.friedChickenThighOnStoveRight == 1) {
_root.friedChickenThighOnStoveRight = 0;
_root.friedChickenThighChef = 1;
_root.chef.food2.gotoAndStop('friedChickenThigh');
}
if (_root.cookedSpaghettiOnStoveRight == 1) {
_root.cookedSpaghettiOnStoveRight = 0;
_root.cookedSpaghettiChef = 1;
_root.chef.food2.gotoAndStop('cookedSpaghetti');
}
if (_root.friedSausageOnStoveRight == 1) {
_root.friedSausageOnStoveRight = 0;
_root.friedSausageChef = 1;
_root.chef.food2.gotoAndStop('friedSausage');
}
if (_root.friedFrenchFriesOnStoveRight == 1) {
_root.friedFrenchFriesOnStoveRight = 0;
_root.friedFrenchFriesChef = 1;
_root.chef.frenchFries.gotoAndStop('friedFrenchFries');
}
if (_root.cookedRendangOnStoveRight == 1) {
_root.cookedRendangOnStoveRight = 0;
_root.cookedRendangChef = 1;
_root.chef.food2.gotoAndStop('cookedRendang');
}
} else {
if (_root.handFull == 1) {
if (_root.friedFrenchFriesChef == 1 & _root.cookedRendangOnStoveRight == 0 & _root.cookedSpaghettiOnStoveRight == 0 & _root.friedFrenchFriesOnStoveRight == 0 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2Right.gotoAndStop(1);
_root.stove.stove2.stove2CookingRight.gotoAndStop('empty');
if (_root.friedChickenBreastOnStoveRight == 1) {
_root.friedChickenBreastOnStoveRight = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingOnStoveRight == 1) {
_root.friedChickenWingOnStoveRight = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighOnStoveRight == 1) {
_root.friedChickenThighOnStoveRight = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
}
if (_root.friedSausageOnStoveRight == 1) {
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
}
if (_root.friedFrenchFriesChef == 0 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.rawSausageChef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
if (_root.friedFrenchFriesOnStoveRight == 1) {
_root.friedFrenchFriesOnStoveRight = 0;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2Right.gotoAndStop(1);
_root.stove.stove2.stove2CookingRight.gotoAndStop('empty');
if (_root.friedChickenBreastChef == 1) {
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingChef == 1) {
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighChef == 1) {
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
}
if (_root.grilledChickenSteakChef == 1) {
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('grilledChickenSteakFriedFrenchFries');
}
if (_root.friedSausageChef == 1) {
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
}
}
if (_root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.rawSausageChef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
if (_root.friedSausageOnStoveRight == 1) {
_root.friedSausageOnStoveRight = 0;
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2Right.gotoAndStop(1);
_root.stove.stove2.stove2CookingRight.gotoAndStop('empty');
if (_root._root.friedFrenchFriesChef == 1) {
_root._root.friedFrenchFriesChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
}
}
if (_root.cheddarCheeseChef == 1 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2Right.gotoAndStop(1);
_root.stove.stove2.stove2CookingRight.gotoAndStop('empty');
if (_root.cookedSpaghettiOnStoveRight == 1) {
_root.cookedSpaghettiOnStoveRight = 0;
_root.cheddarCheeseChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('cookedSpaghettiCheddarCheese');
}
if (_root.friedSausageOnStoveRight == 1) {
_root.friedSausageOnStoveRight = 0;
_root.cheddarCheeseChef = 0;
_root.friedSausageCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('friedSausageCheddarCheese');
}
}
if (_root.cookedRiceChef == 1 & _root.friedFrenchFriesChef == 0 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.rawRiceChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('back');
_root.stove.stove2.stove2Right.gotoAndStop(1);
_root.stove.stove2.stove2CookingRight.gotoAndStop('empty');
if (_root.cookedRendangOnStoveRight == 1) {
_root.cookedRendangOnStoveRight = 0;
_root.cookedRiceChef = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
}
}
}
}
}
}
}
}
movieClip 1238 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1239 {
frame 1 {
stop();
}
}
movieClip 1240 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance stove of movieClip 1240 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.stoveLevel = _root.gameData.data.stoveLevelGame;
if (_root.stoveLevel == 1) {
this.gotoAndStop(1);
}
if (_root.stoveLevel == 2) {
this.gotoAndStop(2);
}
}
}
movieClip 1245 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
instance of movieClip 1245 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.kitchenCounterType = _root.gameData.data.kitchenCounterGame;
if (_root.kitchenCounterType == 1) {
this.gotoAndStop(1);
}
if (_root.kitchenCounterType == 2) {
this.gotoAndStop(2);
}
if (_root.kitchenCounterType == 3) {
this.gotoAndStop(3);
}
if (_root.kitchenCounterType == 4) {
this.gotoAndStop(4);
}
}
}
button 1248 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.85;
_root.chef._y = 190.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.microwaveCooking == 0 & _root.friedSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.cookedChickenHainanChef == 0) {
if (_root.rawSteamedBuns1Chef == 1) {
_root.rawSteamedBuns1Chef = 0;
_root.friedSteamedBuns1OnMicrowave = 1;
_root.handFull = 0;
_root.microwaveCooking = 1;
_root.chef.gotoAndStop('back');
nextFrame();
}
if (_root.rawSteamedBuns2Chef == 1) {
_root.rawSteamedBuns2Chef = 0;
_root.friedSteamedBuns2OnMicrowave = 1;
_root.handFull = 0;
_root.microwaveCooking = 1;
_root.chef.gotoAndStop('back');
nextFrame();
}
if (_root.rawSteamedBuns3Chef == 1) {
_root.rawSteamedBuns3Chef = 0;
_root.friedSteamedBuns3OnMicrowave = 1;
_root.handFull = 0;
_root.microwaveCooking = 1;
_root.chef.gotoAndStop('back');
nextFrame();
}
if (_root.rawRiceChef == 1) {
_root.rawRiceChef = 0;
_root.cookedRiceOnMicrowave = 1;
_root.handFull = 0;
_root.microwaveCooking = 1;
_root.chef.gotoAndStop('back');
nextFrame();
}
if (_root.rawChickenHainanChef == 1) {
_root.rawChickenHainanChef = 0;
_root.cookedChickenHainanOnMicrowave = 1;
_root.handFull = 0;
_root.microwaveCooking = 1;
_root.chef.gotoAndStop('back');
nextFrame();
}
}
}
}
}
}
movieClip 1255 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1259 {
}
movieClip 1260 {
}
movieClip 1262 {
frame 5 {
if (soundFx == 1) {
_root.kitchenMusic.gotoAndStop(2);
}
}
frame 180 {
_root.microwaveCooking = 0;
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.microwave.microwave1.gotoAndStop('done');
}
}
movieClip 1269 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
button 1270 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.85;
_root.chef._y = 190.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.handFull = 1;
_root.chef.gotoAndStop('back');
_root.microwave.microwave1.gotoAndStop('empty');
if (_root.friedSteamedBuns1OnMicrowave == 1) {
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns1Chef = 1;
_root.chef.food2.gotoAndStop('friedSteamedBuns1');
}
if (_root.friedSteamedBuns2OnMicrowave == 1) {
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns2Chef = 1;
_root.chef.food2.gotoAndStop('friedSteamedBuns2');
}
if (_root.friedSteamedBuns3OnMicrowave == 1) {
_root.friedSteamedBuns3OnMicrowave = 0;
_root.friedSteamedBuns3Chef = 1;
_root.chef.food2.gotoAndStop('friedSteamedBuns3');
}
if (_root.cookedRiceOnMicrowave == 1) {
_root.cookedRiceOnMicrowave = 0;
_root.cookedRiceChef = 1;
_root.chef.rice.gotoAndStop('cookedRice');
}
if (_root.cookedChickenHainanOnMicrowave == 1) {
_root.cookedChickenHainanOnMicrowave = 0;
_root.cookedChickenHainanChef = 1;
_root.chef.food2.gotoAndStop('cookedChickenHainan');
}
} else {
if (_root.handFull == 1 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('back');
_root.microwave.microwave1.gotoAndStop('empty');
if (_root.cookedRiceOnMicrowave == 1) {
_root.cookedRiceOnMicrowave = 0;
if (_root.cookedRendangChef == 1) {
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
}
if (_root.cookedChickenHainanChef == 1) {
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
}
}
if (_root.cookedChickenHainanOnMicrowave == 1) {
if (_root.cookedRiceChef == 1) {
_root.cookedRiceChef = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.cookedChickenHainanRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
}
}
}
}
}
}
}
}
movieClip 1271 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1262 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.friedSteamedBuns1OnMicrowave == 1) {
this.foodRawSteamedBunsOnMicrowave.gotoAndStop('rawSteamedBuns1');
}
if (_root.friedSteamedBuns2OnMicrowave == 1) {
this.foodRawSteamedBunsOnMicrowave.gotoAndStop('rawSteamedBuns2');
}
if (_root.friedSteamedBuns3OnMicrowave == 1) {
this.foodRawSteamedBunsOnMicrowave.gotoAndStop('rawSteamedBuns3');
}
if (_root.cookedRiceOnMicrowave == 1) {
this.foodRawSteamedBunsOnMicrowave.gotoAndStop('rawRice');
}
if (_root.cookedChickenHainanOnMicrowave == 1) {
this.foodRawSteamedBunsOnMicrowave.gotoAndStop('cookedChickenHainan');
}
}
}
frame 3 {
stop();
}
instance foodFriedSteamedBunsOnMicrowave of movieClip 1269 {
onClipEvent (enterFrame) {
if (_root.friedSteamedBuns1OnMicrowave == 1) {
this.gotoAndStop('friedSteamedBuns1');
}
if (_root.friedSteamedBuns2OnMicrowave == 1) {
this.gotoAndStop('friedSteamedBuns2');
}
if (_root.friedSteamedBuns3OnMicrowave == 1) {
this.gotoAndStop('friedSteamedBuns3');
}
if (_root.cookedRiceOnMicrowave == 1) {
this.gotoAndStop('cookedRice');
}
if (_root.cookedChickenHainanOnMicrowave == 1) {
this.gotoAndStop('cookedChickenHainan');
}
}
}
}
button 1274 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.85;
_root.chef._y = 190.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.microwaveCooking == 0 & _root.friedSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.cookedChickenHainanChef == 0) {
if (_root.rawSteamedBuns1Chef == 1) {
_root.rawSteamedBuns1Chef = 0;
_root.friedSteamedBuns1OnMicrowave = 1;
_root.handFull = 0;
_root.microwaveCooking = 1;
_root.chef.gotoAndStop('back');
nextFrame();
}
if (_root.rawSteamedBuns2Chef == 1) {
_root.rawSteamedBuns2Chef = 0;
_root.friedSteamedBuns2OnMicrowave = 1;
_root.handFull = 0;
_root.microwaveCooking = 1;
_root.chef.gotoAndStop('back');
nextFrame();
}
if (_root.rawSteamedBuns3Chef == 1) {
_root.rawSteamedBuns3Chef = 0;
_root.friedSteamedBuns3OnMicrowave = 1;
_root.handFull = 0;
_root.microwaveCooking = 1;
_root.chef.gotoAndStop('back');
nextFrame();
}
if (_root.rawRiceChef == 1) {
_root.rawRiceChef = 0;
_root.cookedRiceOnMicrowave = 1;
_root.handFull = 0;
_root.microwaveCooking = 1;
_root.chef.gotoAndStop('back');
nextFrame();
}
if (_root.rawChickenHainanChef == 1) {
_root.rawChickenHainanChef = 0;
_root.cookedChickenHainanOnMicrowave = 1;
_root.handFull = 0;
_root.microwaveCooking = 1;
_root.chef.gotoAndStop('back');
nextFrame();
}
}
}
}
}
}
movieClip 1281 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1285 {
}
movieClip 1287 {
}
movieClip 1289 {
frame 5 {
if (soundFx == 1) {
_root.kitchenMusic.gotoAndStop(2);
}
}
frame 92 {
_root.microwaveCooking = 0;
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.microwave.microwave2.gotoAndStop('done');
}
}
button 1291 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.85;
_root.chef._y = 190.25;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.handFull = 1;
_root.chef.gotoAndStop('back');
_root.microwave.microwave2.gotoAndStop('empty');
if (_root.friedSteamedBuns1OnMicrowave == 1) {
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns1Chef = 1;
_root.chef.food2.gotoAndStop('friedSteamedBuns1');
}
if (_root.friedSteamedBuns2OnMicrowave == 1) {
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns2Chef = 1;
_root.chef.food2.gotoAndStop('friedSteamedBuns2');
}
if (_root.friedSteamedBuns3OnMicrowave == 1) {
_root.friedSteamedBuns3OnMicrowave = 0;
_root.friedSteamedBuns3Chef = 1;
_root.chef.food2.gotoAndStop('friedSteamedBuns3');
}
if (_root.cookedRiceOnMicrowave == 1) {
_root.cookedRiceOnMicrowave = 0;
_root.cookedRiceChef = 1;
_root.chef.rice.gotoAndStop('cookedRice');
}
if (_root.cookedChickenHainanOnMicrowave == 1) {
_root.cookedChickenHainanOnMicrowave = 0;
_root.cookedChickenHainanChef = 1;
_root.chef.food2.gotoAndStop('cookedChickenHainan');
}
} else {
if (_root.handFull == 1 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('back');
_root.microwave.microwave2.gotoAndStop('empty');
if (_root.cookedRiceOnMicrowave == 1) {
_root.cookedRiceOnMicrowave = 0;
if (_root.cookedRendangChef == 1) {
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
}
if (_root.cookedChickenHainanChef == 1) {
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
}
}
if (_root.cookedChickenHainanOnMicrowave == 1) {
if (_root.cookedRiceChef == 1) {
_root.cookedRiceChef = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.cookedChickenHainanRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
}
}
}
}
}
}
}
}
movieClip 1292 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1289 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.friedSteamedBuns1OnMicrowave == 1) {
this.foodRawSteamedBunsOnMicrowave.gotoAndStop('rawSteamedBuns1');
}
if (_root.friedSteamedBuns2OnMicrowave == 1) {
this.foodRawSteamedBunsOnMicrowave.gotoAndStop('rawSteamedBuns2');
}
if (_root.friedSteamedBuns3OnMicrowave == 1) {
this.foodRawSteamedBunsOnMicrowave.gotoAndStop('rawSteamedBuns3');
}
if (_root.cookedRiceOnMicrowave == 1) {
this.foodRawSteamedBunsOnMicrowave.gotoAndStop('rawRice');
}
if (_root.cookedChickenHainanOnMicrowave == 1) {
this.foodRawSteamedBunsOnMicrowave.gotoAndStop('cookedChickenHainan');
}
}
}
frame 3 {
stop();
}
instance of movieClip 1269 {
onClipEvent (enterFrame) {
if (_root.friedSteamedBuns1OnMicrowave == 1) {
this.gotoAndStop('friedSteamedBuns1');
}
if (_root.friedSteamedBuns2OnMicrowave == 1) {
this.gotoAndStop('friedSteamedBuns2');
}
if (_root.friedSteamedBuns3OnMicrowave == 1) {
this.gotoAndStop('friedSteamedBuns3');
}
if (_root.cookedRiceOnMicrowave == 1) {
this.gotoAndStop('cookedRice');
}
if (_root.cookedChickenHainanOnMicrowave == 1) {
this.gotoAndStop('cookedChickenHainan');
}
}
}
}
movieClip 1293 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance microwave of movieClip 1293 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.microwaveLevel = _root.gameData.data.microwaveLevelGame;
if (_root.microwaveLevel == 1) {
this.gotoAndStop(1);
}
if (_root.microwaveLevel == 2) {
this.gotoAndStop(2);
}
}
}
button 1298 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 453.7;
_root.chef._y = 200.85;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grillGrilling == 0 & _root.grilledChickenSteakChef == 0) {
if (_root.rawChickenSteakChef == 1) {
_root.rawChickenSteakChef = 0;
_root.grilledChickenSteakOnGrill = 1;
_root.handFull = 0;
_root.grillGrilling = 1;
_root.chef.gotoAndStop('back');
nextFrame();
}
}
}
}
}
}
movieClip 1300 {
}
movieClip 1302 {
}
movieClip 1303 {
frame 200 {
stop();
}
}
movieClip 1304 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1303 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1305 {
frame 2 {
if (soundFx == 1) {
_root.frying1Music.gotoAndStop(2);
}
}
frame 200 {
_root.grillGrilling = 0;
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.grill.grill1.gotoAndStop('done');
}
}
movieClip 1307 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 1308 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 453.7;
_root.chef._y = 200.85;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.handFull = 1;
_root.chef.gotoAndStop('back');
_root.grill.grill1.gotoAndStop('empty');
if (_root.grilledChickenSteakOnGrill == 1) {
_root.grilledChickenSteakOnGrill = 0;
_root.grilledChickenSteakChef = 1;
_root.chef.food2.gotoAndStop('grilledChickenSteak');
}
}
if (_root.handFull == 1) {
if (_root.friedFrenchFriesChef == 1) {
_root.chef.gotoAndStop('back');
_root.grill.grill1.gotoAndStop('empty');
if (_root.grilledChickenSteakOnGrill == 1) {
_root.grilledChickenSteakOnGrill = 0;
_root.friedFrenchFriesChef = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('grilledChickenSteakFriedFrenchFries');
}
}
}
}
}
}
}
movieClip 1309 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1305 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.grilledChickenSteakOnGrill == 1) {
this.foodRawOnGrill.gotoAndStop('grilledChickenSteak');
}
}
}
frame 3 {
stop();
}
instance of movieClip 1307 {
onClipEvent (enterFrame) {
if (_root.grilledChickenSteakOnGrill == 1) {
this.gotoAndStop('grilledChickenSteak');
}
}
}
}
movieClip 1311 {
}
button 1314 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 453.7;
_root.chef._y = 200.85;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grillGrilling == 0 & _root.grilledChickenSteakChef == 0) {
if (_root.rawChickenSteakChef == 1) {
_root.rawChickenSteakChef = 0;
_root.grilledChickenSteakOnGrill = 1;
_root.handFull = 0;
_root.grillGrilling = 1;
_root.chef.gotoAndStop('back');
nextFrame();
}
}
}
}
}
}
movieClip 1315 {
frame 100 {
stop();
}
}
movieClip 1316 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1315 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1317 {
frame 2 {
if (soundFx == 1) {
_root.frying1Music.gotoAndStop(2);
}
}
frame 100 {
_root.grillGrilling = 0;
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.grill.grill2.gotoAndStop('done');
}
}
button 1318 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 453.7;
_root.chef._y = 200.85;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.handFull = 1;
_root.chef.gotoAndStop('back');
_root.grill.grill2.gotoAndStop('empty');
if (_root.grilledChickenSteakOnGrill == 1) {
_root.grilledChickenSteakOnGrill = 0;
_root.grilledChickenSteakChef = 1;
_root.chef.food2.gotoAndStop('grilledChickenSteak');
}
}
if (_root.handFull == 1) {
if (_root.friedFrenchFriesChef == 1) {
_root.chef.gotoAndStop('back');
_root.grill.grill2.gotoAndStop('empty');
if (_root.grilledChickenSteakOnGrill == 1) {
_root.grilledChickenSteakOnGrill = 0;
_root.friedFrenchFriesChef = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('grilledChickenSteakFriedFrenchFries');
}
}
}
}
}
}
}
movieClip 1319 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1317 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.grilledChickenSteakOnGrill == 1) {
this.foodRawOnGrill.gotoAndStop('grilledChickenSteak');
}
}
}
frame 3 {
stop();
}
instance of movieClip 1307 {
onClipEvent (enterFrame) {
if (_root.grilledChickenSteakOnGrill == 1) {
this.gotoAndStop('grilledChickenSteak');
}
}
}
}
movieClip 1320 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance grill of movieClip 1320 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.grillLevel = _root.gameData.data.grillLevelGame;
if (_root.grillLevel == 1) {
this.gotoAndStop(1);
}
if (_root.grillLevel == 2) {
this.gotoAndStop(2);
}
}
}
button 1323 {
on (press) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 521.1;
_root.chef._y = 212.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.drinksMenuOpen = 1;
_root.player.gotoAndStop('back');
_root.drinksMenu.gotoAndStop('open');
}
}
}
}
movieClip 1331 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1341 {
frame 180 {
stop();
}
}
movieClip 1349 {
frame 180 {
stop();
}
}
movieClip 1357 {
frame 180 {
stop();
}
}
movieClip 1365 {
frame 180 {
stop();
}
}
movieClip 1373 {
frame 180 {
stop();
}
}
movieClip 1374 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1341 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1349 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1357 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 1365 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
instance of movieClip 1373 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1375 {
frame 2 {
if (soundFx == 1) {
_root.juicePour1Music.gotoAndStop(2);
}
}
frame 180 {
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.juicer.juicer1.gotoAndStop('done');
}
}
movieClip 1383 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
button 1384 {
on (press) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 521.1;
_root.chef._y = 212.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.handFull = 1;
_root.chef.gotoAndStop('back');
_root.juicer.juicer1.gotoAndStop('empty');
if (_root.juiceOrangePouring == 1) {
_root.juiceOrangePouring = 0;
_root.juiceOrangeChef = 1;
_root.chef.drinks.gotoAndStop('orange');
}
if (_root.juiceStrawberryPouring == 1) {
_root.juiceStrawberryPouring = 0;
_root.juiceStrawberryChef = 1;
_root.chef.drinks.gotoAndStop('strawberry');
}
if (_root.juiceChocolatePouring == 1) {
_root.juiceChocolatePouring = 0;
_root.juiceChocolateChef = 1;
_root.chef.drinks.gotoAndStop('chocolate');
}
if (_root.juiceMelonPouring == 1) {
_root.juiceMelonPouring = 0;
_root.juiceMelonChef = 1;
_root.chef.drinks.gotoAndStop('melon');
}
if (_root.juiceBlackcurrantPouring == 1) {
_root.juiceBlackcurrantPouring = 0;
_root.juiceBlackcurrantChef = 1;
_root.chef.drinks.gotoAndStop('blackcurrant');
}
}
}
}
}
movieClip 1385 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1375 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.juiceOrangePouring == 1) {
this.drinks.gotoAndStop('orange');
this.juicerChooser.gotoAndStop('orange');
}
if (_root.juiceStrawberryPouring == 1) {
this.drinks.gotoAndStop('strawberry');
this.juicerChooser.gotoAndStop('strawberry');
}
if (_root.juiceChocolatePouring == 1) {
this.drinks.gotoAndStop('chocolate');
this.juicerChooser.gotoAndStop('chocolate');
}
if (_root.juiceMelonPouring == 1) {
this.drinks.gotoAndStop('melon');
this.juicerChooser.gotoAndStop('melon');
}
if (_root.juiceBlackcurrantPouring == 1) {
this.drinks.gotoAndStop('blackcurrant');
this.juicerChooser.gotoAndStop('blackcurrant');
}
}
}
frame 3 {
stop();
}
instance of movieClip 1331 {
onClipEvent (enterFrame) {
if (_root.juiceOrange == 1) {
this.gotoAndStop('orange');
}
if (_root.juiceStrawberry == 1) {
this.gotoAndStop('strawberry');
}
if (_root.juiceChocolate == 1) {
this.gotoAndStop('chocolate');
}
if (_root.juiceMelon == 1) {
this.gotoAndStop('melon');
}
if (_root.juiceBlackcurrant == 1) {
this.gotoAndStop('blackcurrant');
}
}
}
instance of movieClip 1383 {
onClipEvent (enterFrame) {
if (_root.juiceOrangePouring == 1) {
this.gotoAndStop('orange');
}
if (_root.juiceStrawberryPouring == 1) {
this.gotoAndStop('strawberry');
}
if (_root.juiceChocolatePouring == 1) {
this.gotoAndStop('chocolate');
}
if (_root.juiceMelonPouring == 1) {
this.gotoAndStop('melon');
}
if (_root.juiceBlackcurrantPouring == 1) {
this.gotoAndStop('blackcurrant');
}
}
}
}
movieClip 1387 {
}
button 1390 {
on (press) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 521.1;
_root.chef._y = 212.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.drinksMenuOpen = 1;
_root.player.gotoAndStop('back');
_root.drinksMenu.gotoAndStop('open');
}
}
}
}
movieClip 1399 {
frame 92 {
stop();
}
}
movieClip 1406 {
frame 92 {
stop();
}
}
movieClip 1413 {
frame 92 {
stop();
}
}
movieClip 1420 {
frame 92 {
stop();
}
}
movieClip 1427 {
frame 92 {
stop();
}
}
movieClip 1428 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1399 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1406 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1413 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
}
instance of movieClip 1420 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
}
instance of movieClip 1427 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 1429 {
frame 2 {
if (soundFx == 1) {
_root.juicePour2Music.gotoAndStop(2);
}
}
frame 92 {
if (soundFx == 1) {
_root.cookingDoneMusic.gotoAndStop(2);
}
_root.juicer.juicer2.gotoAndStop('done');
}
}
movieClip 1436 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
button 1437 {
on (press) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 521.1;
_root.chef._y = 212.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0) {
_root.handFull = 1;
_root.chef.gotoAndStop('back');
_root.juicer.juicer2.gotoAndStop('empty');
if (_root.juiceOrangePouring == 1) {
_root.juiceOrangePouring = 0;
_root.juiceOrangeChef = 1;
_root.chef.drinks.gotoAndStop('orange');
}
if (_root.juiceStrawberryPouring == 1) {
_root.juiceStrawberryPouring = 0;
_root.juiceStrawberryChef = 1;
_root.chef.drinks.gotoAndStop('strawberry');
}
if (_root.juiceChocolatePouring == 1) {
_root.juiceChocolatePouring = 0;
_root.juiceChocolateChef = 1;
_root.chef.drinks.gotoAndStop('chocolate');
}
if (_root.juiceMelonPouring == 1) {
_root.juiceMelonPouring = 0;
_root.juiceMelonChef = 1;
_root.chef.drinks.gotoAndStop('melon');
}
if (_root.juiceBlackcurrantPouring == 1) {
_root.juiceBlackcurrantPouring = 0;
_root.juiceBlackcurrantChef = 1;
_root.chef.drinks.gotoAndStop('blackcurrant');
}
}
}
}
}
movieClip 1438 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1429 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
onClipEvent (enterFrame) {
if (_root.juiceOrangePouring == 1) {
this.drinks.gotoAndStop('orange');
this.juicerChooser.gotoAndStop('orange');
}
if (_root.juiceStrawberryPouring == 1) {
this.drinks.gotoAndStop('strawberry');
this.juicerChooser.gotoAndStop('strawberry');
}
if (_root.juiceChocolatePouring == 1) {
this.drinks.gotoAndStop('chocolate');
this.juicerChooser.gotoAndStop('chocolate');
}
if (_root.juiceMelonPouring == 1) {
this.drinks.gotoAndStop('melon');
this.juicerChooser.gotoAndStop('melon');
}
if (_root.juiceBlackcurrantPouring == 1) {
this.drinks.gotoAndStop('blackcurrant');
this.juicerChooser.gotoAndStop('blackcurrant');
}
}
}
frame 3 {
stop();
}
instance of movieClip 1436 {
onClipEvent (enterFrame) {
if (_root.juiceOrangePouring == 1) {
this.gotoAndStop('orange');
}
if (_root.juiceStrawberryPouring == 1) {
this.gotoAndStop('strawberry');
}
if (_root.juiceChocolatePouring == 1) {
this.gotoAndStop('chocolate');
}
if (_root.juiceMelonPouring == 1) {
this.gotoAndStop('melon');
}
if (_root.juiceBlackcurrantPouring == 1) {
this.gotoAndStop('blackcurrant');
}
}
}
}
movieClip 1439 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance juicer of movieClip 1439 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.juicerLevel = _root.gameData.data.juicerLevelGame;
if (_root.juicerLevel == 1) {
this.gotoAndStop(1);
}
if (_root.juicerLevel == 2) {
this.gotoAndStop(2);
}
}
}
button 1442 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.tray2Fill == 0) {
_root.handFull = 0;
_root.tray2Fill = 1;
_root.chef.gotoAndStop('right');
if (_root.cheddarCheeseTray2 == 0 & _root.cheddarCheeseChef == 1) {
_root.cheddarCheeseTray2 = 1;
_root.cheddarCheeseChef = 0;
_root.chef.cheddarCheese.gotoAndStop('empty');
gotoAndStop('cheddarCheeseTray');
}
if (_root.rawFrenchFriesTray2 == 0 & _root.rawFrenchFriesChef == 1) {
_root.rawFrenchFriesTray2 = 1;
_root.rawFrenchFriesChef = 0;
_root.chef.frenchFries.gotoAndStop('rawFrenchFries');
gotoAndStop('frenchFriesTray');
}
if (_root.rawChickenBreastTray2 == 0 & _root.rawChickenBreastChef == 1) {
_root.rawChickenBreastTray2 = 1;
_root.rawChickenBreastChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.rawChickenWingTray2 == 0 & _root.rawChickenWingChef == 1) {
_root.rawChickenWingTray2 = 1;
_root.rawChickenWingChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.rawChickenThighTray2 == 0 & _root.rawChickenThighChef == 1) {
_root.rawChickenThighTray2 = 1;
_root.rawChickenThighChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.rawChickenSteakTray2 == 0 & _root.rawChickenSteakChef == 1) {
_root.rawChickenSteakTray2 = 1;
_root.rawChickenSteakChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('chickenSteakTray');
}
if (_root.rawSpaghettiTray2 == 0 & _root.rawSpaghettiChef == 1) {
_root.rawSpaghettiTray2 = 1;
_root.rawSpaghettiChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('spaghettiTray');
}
if (_root.rawSteamedBuns1Tray2 == 0 & _root.rawSteamedBuns1Chef == 1) {
_root.rawSteamedBuns1Tray2 = 1;
_root.rawSteamedBuns1Chef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.rawSteamedBuns2Tray2 == 0 & _root.rawSteamedBuns2Chef == 1) {
_root.rawSteamedBuns2Tray2 = 1;
_root.rawSteamedBuns2Chef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.rawSteamedBuns3Tray2 == 0 & _root.rawSteamedBuns3Chef == 1) {
_root.rawSteamedBuns3Tray2 = 1;
_root.rawSteamedBuns3Chef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.rawSausageTray2 == 0 & _root.rawSausageChef == 1) {
_root.rawSausageTray2 = 1;
_root.rawSausageChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('sausageTray');
}
if (_root.rawFrenchFriesTray2 == 0 & _root.rawFrenchFriesChef == 1) {
_root.rawFrenchFriesTray2 = 1;
_root.rawFrenchFriesChef = 0;
_root.chef.frenchFries.gotoAndStop('empty');
gotoAndStop('frenchFriesTray');
}
if (_root.rawRiceTray2 == 0 & _root.rawRiceChef == 1) {
_root.rawRiceTray2 = 1;
_root.rawRiceChef = 0;
_root.chef.rice.gotoAndStop('empty');
gotoAndStop('riceTray');
}
if (_root.rawChickenHainanTray2 == 0 & _root.rawChickenHainanChef == 1) {
_root.rawChickenHainanTray2 = 1;
_root.rawChickenHainanChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('chickenHainanTray');
}
if (_root.rawRendangTray2 == 0 & _root.rawRendangChef == 1) {
_root.rawRendangTray2 = 1;
_root.rawRendangChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('rendangTray');
}
if (_root.juiceOrangeTray2 == 0 & _root.juiceOrangeChef == 1) {
_root.juiceOrangeTray2 = 1;
_root.juiceOrangeChef = 0;
_root.chef.drinks.gotoAndStop('empty');
gotoAndStop('orangeTray');
}
if (_root.juiceStrawberryTray2 == 0 & _root.juiceStrawberryChef == 1) {
_root.juiceStrawberryTray2 = 1;
_root.juiceStrawberryChef = 0;
_root.chef.drinks.gotoAndStop('empty');
gotoAndStop('strawberryTray');
}
if (_root.juiceChocolateTray2 == 0 & _root.juiceChocolateChef == 1) {
_root.juiceChocolateTray2 = 1;
_root.juiceChocolateChef = 0;
_root.chef.drinks.gotoAndStop('empty');
gotoAndStop('chocolateTray');
}
if (_root.juiceMelonTray2 == 0 & _root.juiceMelonChef == 1) {
_root.juiceMelonTray2 = 1;
_root.juiceMelonChef = 0;
_root.chef.drinks.gotoAndStop('empty');
gotoAndStop('melonTray');
}
if (_root.juiceBlackcurrantTray2 == 0 & _root.juiceBlackcurrantChef == 1) {
_root.juiceBlackcurrantTray2 = 1;
_root.juiceBlackcurrantChef = 0;
_root.chef.drinks.gotoAndStop('empty');
gotoAndStop('blackcurrantTray');
}
if (_root.friedChickenBreastTray2 == 0 & _root.friedChickenBreastChef == 1) {
_root.friedChickenBreastTray2 = 1;
_root.friedChickenBreastChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.friedChickenWingTray2 == 0 & _root.friedChickenWingChef == 1) {
_root.friedChickenWingTray2 = 1;
_root.friedChickenWingChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.friedChickenThighTray2 == 0 & _root.friedChickenThighChef == 1) {
_root.friedChickenThighTray2 = 1;
_root.friedChickenThighChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.friedChickenBreastFriedFrenchFriesTray2 == 0 & _root.friedChickenBreastFriedFrenchFriesChef == 1) {
_root.friedChickenBreastFriedFrenchFriesTray2 = 1;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.friedChickenWingFriedFrenchFriesTray2 == 0 & _root.friedChickenWingFriedFrenchFriesChef == 1) {
_root.friedChickenWingFriedFrenchFriesTray2 = 1;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.friedChickenThighFriedFrenchFriesTray2 == 0 & _root.friedChickenThighFriedFrenchFriesChef == 1) {
_root.friedChickenThighFriedFrenchFriesTray2 = 1;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.grilledChickenSteakTray2 == 0 & _root.grilledChickenSteakChef == 1) {
_root.grilledChickenSteakTray2 = 1;
_root.grilledChickenSteakChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('chickenSteakTray');
}
if (_root.grilledChickenSteakFriedFrenchFriesTray2 == 0 & _root.grilledChickenSteakFriedFrenchFriesChef == 1) {
_root.grilledChickenSteakFriedFrenchFriesTray2 = 1;
_root.grilledChickenSteakFriedFrenchFriesChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.cookedSpaghettiTray2 == 0 & _root.cookedSpaghettiChef == 1) {
_root.cookedSpaghettiTray2 = 1;
_root.cookedSpaghettiChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('spaghettiTray');
}
if (_root.cookedSpaghettiCheddarCheeseTray2 == 0 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.cookedSpaghettiCheddarCheeseTray2 = 1;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.friedSteamedBuns1Tray2 == 0 & _root.friedSteamedBuns1Chef == 1) {
_root.friedSteamedBuns1Tray2 = 1;
_root.friedSteamedBuns1Chef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.friedSteamedBuns2Tray2 == 0 & _root.friedSteamedBuns2Chef == 1) {
_root.friedSteamedBuns2Tray2 = 1;
_root.friedSteamedBuns2Chef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.friedSteamedBuns3Tray2 == 0 & _root.friedSteamedBuns3Chef == 1) {
_root.friedSteamedBuns3Tray2 = 1;
_root.friedSteamedBuns3Chef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.friedSausageTray2 == 0 & _root.friedSausageChef == 1) {
_root.friedSausageTray2 = 1;
_root.friedSausageChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('sausageTray');
}
if (_root.friedFrenchFriesTray2 == 0 & _root.friedFrenchFriesChef == 1) {
_root.friedFrenchFriesTray2 = 1;
_root.friedFrenchFriesChef = 0;
_root.chef.frenchFries.gotoAndStop('empty');
gotoAndStop('frenchFriesTray');
}
if (_root.friedSausageFriedFrenchFriesTray2 == 0 & _root.friedSausageFriedFrenchFriesChef == 1) {
_root.friedSausageFriedFrenchFriesTray2 = 1;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.friedSausageCheddarCheeseTray2 == 0 & _root.friedSausageCheddarCheeseChef == 1) {
_root.friedSausageCheddarCheeseTray2 = 1;
_root.friedSausageCheddarCheeseChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.cookedRiceTray2 == 0 & _root.cookedRiceChef == 1) {
_root.cookedRiceTray2 = 1;
_root.cookedRiceChef = 0;
_root.chef.rice.gotoAndStop('empty');
gotoAndStop('riceTray');
}
if (_root.cookedChickenHainanTray2 == 0 & _root.cookedChickenHainanChef == 1) {
_root.cookedChickenHainanTray2 = 1;
_root.cookedChickenHainanChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('chickenHainanTray');
}
if (_root.cookedChickenHainanRiceTray2 == 0 & _root.cookedChickenHainanRiceChef == 1) {
_root.cookedChickenHainanRiceTray2 = 1;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.cookedRendangTray2 == 0 & _root.cookedRendangChef == 1) {
_root.cookedRendangTray2 = 1;
_root.cookedRendangChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('rendangTray');
}
if (_root.cookedRendangRiceTray2 == 0 & _root.cookedRendangRiceChef == 1) {
_root.cookedRendangRiceTray2 = 1;
_root.cookedRendangRiceChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
}
}
}
}
}
button 1443 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray2Fill == 1) {
_root.handFull = 1;
_root.tray2Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.friedChickenBreastFriedFrenchFriesTray2 == 1 & _root.friedChickenBreastFriedFrenchFriesChef == 0) {
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.friedChickenWingFriedFrenchFriesTray2 == 1 & _root.friedChickenWingFriedFrenchFriesChef == 0) {
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.friedChickenThighFriedFrenchFriesTray2 == 1 & _root.friedChickenThighFriedFrenchFriesChef == 0) {
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.grilledChickenSteakFriedFrenchFriesTray2 == 1 & _root.grilledChickenSteakFriedFrenchFriesChef == 0) {
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('grilledChickenSteakFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.cookedSpaghettiCheddarCheeseTray2 == 1 & _root.cookedSpaghettiCheddarCheeseChef == 0) {
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('cookedSpaghettiCheddarCheese');
gotoAndStop('empty');
}
if (_root.friedSausageFriedFrenchFriesTray2 == 1 & _root.friedSausageFriedFrenchFriesChef == 0) {
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.friedSausageCheddarCheeseTray2 == 1 & _root.friedSausageCheddarCheeseChef == 0) {
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('friedSausageCheddarCheese');
gotoAndStop('empty');
}
if (_root.cookedChickenHainanRiceTray2 == 1 & _root.cookedChickenHainanRiceChef == 0) {
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
gotoAndStop('empty');
}
if (_root.cookedRendangRiceTray2 == 1 & _root.cookedRendangRiceChef == 0) {
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
gotoAndStop('empty');
}
}
}
}
}
}
button 1444 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray2Fill == 1) {
_root.handFull = 1;
_root.tray2Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.cheddarCheeseTray2 == 1 & _root.cheddarCheeseChef == 0) {
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseChef = 1;
_root.chef.cheddarCheese.gotoAndStop('cheddarCheese');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray2Fill == 1) {
if (_root.cheddarCheeseTray2 == 1 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray2Fill = 0;
_root.cheddarCheeseTray2 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedSpaghettiChef == 1) {
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('cookedSpaghettiCheddarCheese');
}
if (_root.friedSausageChef == 1) {
_root.friedSausageChef = 0;
_root.friedSausageCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('friedSausageCheddarCheese');
}
}
}
}
}
}
}
}
button 1445 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray2Fill == 1) {
_root.handFull = 1;
_root.tray2Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawFrenchFriesTray2 == 1 & _root.rawFrenchFriesChef == 0) {
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesChef = 1;
_root.chef.frenchFries.gotoAndStop('rawFrenchFries');
gotoAndStop('empty');
}
if (_root.friedFrenchFriesTray2 == 1 & _root.friedFrenchFriesChef == 0) {
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesChef = 1;
_root.chef.frenchFries.gotoAndStop('friedFrenchFries');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray2Fill == 1) {
if (_root.friedFrenchFriesTray2 == 1 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray2Fill = 0;
_root.friedFrenchFriesTray2 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.friedChickenBreastChef == 1) {
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingChef == 1) {
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighChef == 1) {
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
}
if (_root.friedSausageChef == 1) {
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
}
}
}
}
}
}
}
button 1446 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray2Fill == 1) {
_root.handFull = 1;
_root.tray2Fill = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.rawChickenBreastTray2 == 1 & _root.rawChickenBreastChef == 0) {
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastChef = 1;
_root.chef.food1.gotoAndStop('rawChickenBreast');
gotoAndStop('empty');
}
if (_root.rawChickenWingTray2 == 1 & _root.rawChickenWingChef == 0) {
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingChef = 1;
_root.chef.food1.gotoAndStop('rawChickenWing');
gotoAndStop('empty');
}
if (_root.rawChickenThighTray2 == 1 & _root.rawChickenThighChef == 0) {
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighChef = 1;
_root.chef.food1.gotoAndStop('rawChickenThigh');
gotoAndStop('empty');
}
if (_root.friedChickenBreastTray2 == 1 & _root.friedChickenBreastChef == 0) {
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastChef = 1;
_root.chef.food2.gotoAndStop('friedChickenBreast');
gotoAndStop('empty');
}
if (_root.friedChickenWingTray2 == 1 & _root.friedChickenWingChef == 0) {
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingChef = 1;
_root.chef.food2.gotoAndStop('friedChickenWing');
gotoAndStop('empty');
}
if (_root.friedChickenThighTray2 == 1 & _root.friedChickenThighChef == 0) {
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighChef = 1;
_root.chef.food2.gotoAndStop('friedChickenThigh');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray2Fill == 1) {
if (_root.friedFrenchFriesChef == 1 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.friedChickenBreastTray2 == 1) {
_root.friedChickenBreastTray2 = 0;
_root.tray2Fill = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingTray2 == 1) {
_root.friedChickenWingTray2 = 0;
_root.tray2Fill = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighTray2 == 1) {
_root.friedChickenThighTray2 = 0;
_root.tray2Fill = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
}
}
}
}
}
}
}
}
button 1447 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray2Fill == 1) {
_root.handFull = 1;
_root.tray2Fill = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.rawChickenSteakTray2 == 1 & _root.rawChickenSteakChef == 0) {
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakChef = 1;
_root.chef.food1.gotoAndStop('rawChickenSteak');
gotoAndStop('empty');
}
if (_root.grilledChickenSteakTray2 == 1 & _root.grilledChickenSteakChef == 0) {
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakChef = 1;
_root.chef.food2.gotoAndStop('grilledChickenSteak');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray2Fill == 1) {
if (_root.friedFrenchFriesChef == 1 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray2Fill = 0;
_root.friedFrenchFriesChef = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.grilledChickenSteakTray2 == 1) {
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('grilledChickenSteakFriedFrenchFries');
}
}
}
}
}
}
}
}
button 1448 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray2Fill == 1) {
_root.handFull = 1;
_root.tray2Fill = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.rawSpaghettiTray2 == 1 & _root.rawSpaghettiChef == 0) {
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiChef = 1;
_root.chef.food1.gotoAndStop('rawSpaghetti');
gotoAndStop('empty');
}
if (_root.cookedSpaghettiTray2 == 1 & _root.cookedSpaghettiChef == 0) {
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiChef = 1;
_root.chef.food2.gotoAndStop('cookedSpaghetti');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray2Fill == 1) {
if (_root.cheddarCheeseChef == 1 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray2Fill = 0;
_root.cheddarCheeseChef = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedSpaghettiTray2 == 1) {
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('cookedSpaghettiCheddarCheese');
}
}
}
}
}
}
}
}
button 1449 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray2Fill == 1) {
_root.handFull = 1;
_root.tray2Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawRiceTray2 == 1 & _root.rawRiceChef == 0) {
_root.rawRiceTray2 = 0;
_root.rawRiceChef = 1;
_root.chef.rice.gotoAndStop('rawRice');
gotoAndStop('empty');
}
if (_root.cookedRiceTray2 == 1 & _root.cookedRiceChef == 0) {
_root.cookedRiceTray2 = 0;
_root.cookedRiceChef = 1;
_root.chef.rice.gotoAndStop('cookedRice');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray2Fill == 1) {
if (_root.cookedRiceTray2 == 1 & _root.cheddarCheeseChef == 0 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.rawRendangChef == 0) {
_root.tray2Fill = 0;
_root.cookedRiceTray2 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedRendangChef == 1) {
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
}
if (_root.cookedChickenHainanChef == 1) {
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
}
}
}
}
}
}
}
}
button 1450 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray2Fill == 1) {
_root.handFull = 1;
_root.tray2Fill = 0;
_root.chef.gotoAndStop('right');
_root.tray2.gotoAndStop(1);
gotoAndStop('empty');
if (_root.rawSteamedBuns1Tray2 == 1 & _root.rawSteamedBuns1Chef == 0) {
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns1Chef = 1;
_root.chef.food1.gotoAndStop('rawSteamedBuns1');
}
if (_root.rawSteamedBuns2Tray2 == 1 & _root.rawSteamedBuns2Chef == 0) {
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns2Chef = 1;
_root.chef.food1.gotoAndStop('rawSteamedBuns2');
}
if (_root.rawSteamedBuns3Tray2 == 1 & _root.rawSteamedBuns3Chef == 0) {
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Chef = 1;
_root.chef.food1.gotoAndStop('rawSteamedBuns3');
}
if (_root.friedSteamedBuns1Tray2 == 1 & _root.friedSteamedBuns1Chef == 0) {
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns1Chef = 1;
_root.chef.food2.gotoAndStop('friedSteamedBuns1');
}
if (_root.friedSteamedBuns2Tray2 == 1 & _root.friedSteamedBuns2Chef == 0) {
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns2Chef = 1;
_root.chef.food2.gotoAndStop('friedSteamedBuns2');
}
if (_root.friedSteamedBuns3Tray2 == 1 & _root.friedSteamedBuns3Chef == 0) {
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns3Chef = 1;
_root.chef.food1.gotoAndStop('friedSteamedBuns3');
}
}
}
}
}
}
button 1451 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray2Fill == 1) {
_root.handFull = 1;
_root.tray2Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawSausageTray2 == 1 & _root.rawSausageChef == 0) {
_root.rawSausageTray2 = 0;
_root.rawSausageChef = 1;
_root.chef.food1.gotoAndStop('rawSausage');
gotoAndStop('empty');
}
if (_root.friedSausageTray2 == 1 & _root.friedSausageChef == 0) {
_root.friedSausageTray2 = 0;
_root.friedSausageChef = 1;
_root.chef.food2.gotoAndStop('friedSausage');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray2Fill == 1) {
if (_root.friedSausageTray2 == 1 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray2Fill = 0;
_root.friedSausageTray2 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.friedFrenchFriesChef == 1) {
_root.friedFrenchFriesChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
if (_root.cheddarCheeseChef == 1) {
_root.cheddarCheeseChef = 0;
_root.friedSausageCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('friedSausageCheddarCheese');
}
}
}
}
}
}
}
}
button 1452 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray2Fill == 1) {
_root.handFull = 1;
_root.tray2Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawChickenHainanTray2 == 1 & _root.rawChickenHainanChef == 0) {
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanChef = 1;
_root.chef.food1.gotoAndStop('rawChickenHainan');
gotoAndStop('empty');
}
if (_root.cookedChickenHainanTray2 == 1 & _root.cookedChickenHainanChef == 0) {
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray2Fill == 1) {
if (_root.cookedChickenHainanTray2 == 1 & _root.cheddarCheeseChef == 0 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray2Fill = 0;
_root.cookedChickenHainanTray2 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedRiceChef == 1) {
_root.cookedRiceChef = 0;
_root.cookedChickenHainanRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
}
}
}
}
}
}
}
}
button 1453 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray2Fill == 1) {
_root.handFull = 1;
_root.tray2Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawRendangTray2 == 1 & _root.rawRendangChef == 0) {
_root.rawRendangTray2 = 0;
_root.rawRendangChef = 1;
_root.chef.food1.gotoAndStop('rawRendang');
gotoAndStop('empty');
}
if (_root.cookedRendangTray2 == 1 & _root.cookedRendangChef == 0) {
_root.cookedRendangTray2 = 0;
_root.cookedRendangChef = 1;
_root.chef.food2.gotoAndStop('cookedRendang');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray2Fill == 1) {
if (_root.cookedRendangTray2 == 1 & _root.cheddarCheeseChef == 0 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray2Fill = 0;
_root.cookedRendangTray2 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedRiceChef == 1) {
_root.cookedRiceChef = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
}
}
}
}
}
}
}
}
button 1454 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray2Fill == 1) {
_root.handFull = 1;
_root.tray2Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceOrangeTray2 == 1 & _root.juiceOrangeChef == 0) {
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeChef = 1;
_root.chef.drinks.gotoAndStop('orange');
gotoAndStop('empty');
}
}
}
}
}
}
button 1455 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray2Fill == 1) {
_root.handFull = 1;
_root.tray2Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceStrawberryTray2 == 1 & _root.juiceStrawberryChef == 0) {
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryChef = 1;
_root.chef.drinks.gotoAndStop('strawberry');
gotoAndStop('empty');
}
}
}
}
}
}
button 1456 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray2Fill == 1) {
_root.handFull = 1;
_root.tray2Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceChocolateTray2 == 1 & _root.juiceChocolateChef == 0) {
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateChef = 1;
_root.chef.drinks.gotoAndStop('chocolate');
gotoAndStop('empty');
}
}
}
}
}
}
button 1457 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray2Fill == 1) {
_root.handFull = 1;
_root.tray2Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceMelonTray2 == 1 & _root.juiceMelonChef == 0) {
_root.juiceMelonTray2 = 0;
_root.juiceMelonChef = 1;
_root.chef.drinks.gotoAndStop('melon');
gotoAndStop('empty');
}
}
}
}
}
}
button 1458 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray2Fill == 1) {
_root.handFull = 1;
_root.tray2Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceBlackcurrantTray2 == 1 & _root.juiceBlackcurrantChef == 0) {
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantChef = 1;
_root.chef.drinks.gotoAndStop('blackcurrant');
gotoAndStop('empty');
}
}
}
}
}
}
movieClip 1459 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 841 {
onClipEvent (enterFrame) {
if (_root.rawRiceTray2 == 0 || _root.cookedRiceTray2 == 0) {
this.gotoAndStop('empty');
}
if (_root.rawRiceTray2 == 1) {
this.gotoAndStop('rawRice');
}
if (_root.cookedRiceTray2 == 1) {
this.gotoAndStop('cookedRice');
}
}
}
instance food1OnTray of movieClip 853 {
onClipEvent (enterFrame) {
if (_root.rawChickenBreastTray2 == 0 || _root.rawChickenWingTray2 == 0 || _root.rawChickenThighTray2 == 0 || _root.rawChickenSteakTray2 == 0 || _root.rawSpaghettiTray2 == 0 || _root.rawSteamedBuns1Tray2 == 0 || _root.rawSteamedBuns2Tray2 == 0 || _root.rawSteamedBuns3Tray2 == 0 || _root.rawSausageTray2 == 0 || _root.rawFrenchFriesTray2 == 0 || _root.rawChickenHainanTray2 == 0 || _root.rawRendangTray2 == 0) {
this.gotoAndStop('empty');
}
if (_root.rawChickenBreastTray2 == 1) {
this.gotoAndStop('rawChickenBreast');
}
if (_root.rawChickenWingTray2 == 1) {
this.gotoAndStop('rawChickenWing');
}
if (_root.rawChickenThighTray2 == 1) {
this.gotoAndStop('rawChickenThigh');
}
if (_root.rawChickenSteakTray2 == 1) {
this.gotoAndStop('rawChickenSteak');
}
if (_root.rawSpaghettiTray2 == 1) {
this.gotoAndStop('rawSpaghetti');
}
if (_root.rawSteamedBuns1Tray2 == 1) {
this.gotoAndStop('rawSteamedBuns1');
}
if (_root.rawSteamedBuns2Tray2 == 1) {
this.gotoAndStop('rawSteamedBuns2');
}
if (_root.rawSteamedBuns3Tray2 == 1) {
this.gotoAndStop('rawSteamedBuns3');
}
if (_root.rawSausageTray2 == 1) {
this.gotoAndStop('rawSausage');
}
if (_root.rawChickenHainanTray2 == 1) {
this.gotoAndStop('rawChickenHainan');
}
if (_root.rawRendangTray2 == 1) {
this.gotoAndStop('rawRendang');
}
}
}
instance of movieClip 877 {
onClipEvent (enterFrame) {
if (_root.friedChickenBreastTray2 == 0 || _root.friedChickenWingTray2 == 0 || _root.friedChickenThighTray2 == 0 || _root.grilledChickenSteakTray2 == 0 || _root.cookedSpaghettiTray2 == 0 || _root.friedSteamedBuns1Tray2 == 0 || _root.friedSteamedBuns2Tray2 == 0 || _root.friedSteamedBuns3Tray2 == 0 || _root.friedSausageTray2 == 0 || _root.friedFrenchFriesTray2 == 0 || _root.cookedChickenHainanTray2 == 0 || _root.cookedRendangTray2 == 0) {
this.gotoAndStop('empty');
}
if (_root.friedChickenBreastTray2 == 1) {
this.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenWingTray2 == 1) {
this.gotoAndStop('friedChickenWing');
}
if (_root.friedChickenThighTray2 == 1) {
this.gotoAndStop('friedChickenThigh');
}
if (_root.grilledChickenSteakTray2 == 1) {
this.gotoAndStop('grilledChickenSteak');
}
if (_root.cookedSpaghettiTray2 == 1) {
this.gotoAndStop('cookedSpaghetti');
}
if (_root.friedSteamedBuns1Tray2 == 1) {
this.gotoAndStop('friedSteamedBuns1');
}
if (_root.friedSteamedBuns2Tray2 == 1) {
this.gotoAndStop('friedSteamedBuns2');
}
if (_root.friedSteamedBuns3Tray2 == 1) {
this.gotoAndStop('friedSteamedBuns3');
}
if (_root.friedSausageTray2 == 1) {
this.gotoAndStop('friedSausage');
}
if (_root.cookedChickenHainanTray2 == 1) {
this.gotoAndStop('cookedChickenHainan');
}
if (_root.cookedRendangTray2 == 1) {
this.gotoAndStop('cookedRendang');
}
}
}
instance of movieClip 900 {
onClipEvent (enterFrame) {
if (_root.friedChickenBreastFriedFrenchFriesTray2 == 0 || _root.friedChickenWingFriedFrenchFriesTray2 == 0 || _root.friedChickenThighFriedFrenchFriesTray2 == 0 || _root.grilledChickenSteakFriedFrenchFriesTray2 == 0 || _root.cookedSpaghettiCheddarCheeseTray2 == 0 || _root.friedSausageFriedFrenchFriesTray2 == 0 || _root.friedSausageCheddarCheeseTray2 == 0 || _root.cookedChickenHainanRiceTray2 == 0 || _root.cookedRendangRiceTray2 == 0) {
this.gotoAndStop('empty');
}
if (_root.friedChickenBreastFriedFrenchFriesTray2 == 1) {
this.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingFriedFrenchFriesTray2 == 1) {
this.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighFriedFrenchFriesTray2 == 1) {
this.gotoAndStop('friedChickenThighFriedFrenchFries');
}
if (_root.grilledChickenSteakFriedFrenchFriesTray2 == 1) {
this.gotoAndStop('grilledChickenSteakFriedFrenchFries');
}
if (_root.cookedSpaghettiCheddarCheeseTray2 == 1) {
this.gotoAndStop('cookedSpaghettiCheddarCheese');
}
if (_root.friedSausageFriedFrenchFriesTray2 == 1) {
this.gotoAndStop('friedSausageFriedFrenchFries');
}
if (_root.friedSausageCheddarCheeseTray2 == 1) {
this.gotoAndStop('friedSausageCheddarCheese');
}
if (_root.cookedChickenHainanRiceTray2 == 1) {
this.gotoAndStop('cookedChickenHainanRice');
}
if (_root.cookedRendangRiceTray2 == 1) {
this.gotoAndStop('cookedRendangRice');
}
}
}
instance of movieClip 902 {
onClipEvent (enterFrame) {
if (_root.cheddarCheeseTray2 == 0) {
this.gotoAndStop('empty');
}
if (_root.cheddarCheeseTray2 == 1) {
this.gotoAndStop('cheddarCheese');
}
}
}
instance of movieClip 905 {
onClipEvent (enterFrame) {
if (_root.rawFrenchFriesTray2 == 0 || _root.friedFrenchFriesTray2 == 0) {
this.gotoAndStop('empty');
}
if (_root.rawFrenchFriesTray2 == 1) {
this.gotoAndStop('rawFrenchFries');
}
if (_root.friedFrenchFriesTray2 == 1) {
this.gotoAndStop('friedFrenchFries');
}
}
}
instance of movieClip 911 {
onClipEvent (enterFrame) {
if (_root.juiceOrangeTray2 == 0 || _root.juiceStrawberryTray2 == 0 || _root.juiceChocolateTray2 == 0 || _root.juiceMelonTray2 == 0 || _root.juiceBlackcurrantTray2 == 0) {
this.gotoAndStop('empty');
}
if (_root.juiceOrangeTray2 == 1) {
this.gotoAndStop('orange');
}
if (_root.juiceStrawberryTray2 == 1) {
this.gotoAndStop('strawberry');
}
if (_root.juiceChocolateTray2 == 1) {
this.gotoAndStop('chocolate');
}
if (_root.juiceMelonTray2 == 1) {
this.gotoAndStop('melon');
}
if (_root.juiceBlackcurrantTray2 == 1) {
this.gotoAndStop('blackcurrant');
}
}
}
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();
}
}
movieClip 1464 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
instance of movieClip 1464 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.kitchenCounterType = _root.gameData.data.kitchenCounterGame;
if (_root.kitchenCounterType == 1) {
this.gotoAndStop(1);
}
if (_root.kitchenCounterType == 2) {
this.gotoAndStop(2);
}
if (_root.kitchenCounterType == 3) {
this.gotoAndStop(3);
}
if (_root.kitchenCounterType == 4) {
this.gotoAndStop(4);
}
}
}
button 1466 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.tray1Fill == 0) {
_root.handFull = 0;
_root.tray1Fill = 1;
_root.chef.gotoAndStop('right');
if (_root.cheddarCheeseTray1 == 0 & _root.cheddarCheeseChef == 1) {
_root.cheddarCheeseTray1 = 1;
_root.cheddarCheeseChef = 0;
_root.chef.cheddarCheese.gotoAndStop('empty');
gotoAndStop('cheddarCheeseTray');
}
if (_root.rawFrenchFriesTray1 == 0 & _root.rawFrenchFriesChef == 1) {
_root.rawFrenchFriesTray1 = 1;
_root.rawFrenchFriesChef = 0;
_root.chef.frenchFries.gotoAndStop('rawFrenchFries');
gotoAndStop('frenchFriesTray');
}
if (_root.rawChickenBreastTray1 == 0 & _root.rawChickenBreastChef == 1) {
_root.rawChickenBreastTray1 = 1;
_root.rawChickenBreastChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.rawChickenWingTray1 == 0 & _root.rawChickenWingChef == 1) {
_root.rawChickenWingTray1 = 1;
_root.rawChickenWingChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.rawChickenThighTray1 == 0 & _root.rawChickenThighChef == 1) {
_root.rawChickenThighTray1 = 1;
_root.rawChickenThighChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.rawChickenSteakTray1 == 0 & _root.rawChickenSteakChef == 1) {
_root.rawChickenSteakTray1 = 1;
_root.rawChickenSteakChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('chickenSteakTray');
}
if (_root.rawSpaghettiTray1 == 0 & _root.rawSpaghettiChef == 1) {
_root.rawSpaghettiTray1 = 1;
_root.rawSpaghettiChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('spaghettiTray');
}
if (_root.rawSteamedBuns1Tray1 == 0 & _root.rawSteamedBuns1Chef == 1) {
_root.rawSteamedBuns1Tray1 = 1;
_root.rawSteamedBuns1Chef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.rawSteamedBuns2Tray1 == 0 & _root.rawSteamedBuns2Chef == 1) {
_root.rawSteamedBuns2Tray1 = 1;
_root.rawSteamedBuns2Chef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.rawSteamedBuns3Tray1 == 0 & _root.rawSteamedBuns3Chef == 1) {
_root.rawSteamedBuns3Tray1 = 1;
_root.rawSteamedBuns3Chef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.rawSausageTray1 == 0 & _root.rawSausageChef == 1) {
_root.rawSausageTray1 = 1;
_root.rawSausageChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('sausageTray');
}
if (_root.rawFrenchFriesTray1 == 0 & _root.rawFrenchFriesChef == 1) {
_root.rawFrenchFriesTray1 = 1;
_root.rawFrenchFriesChef = 0;
_root.chef.frenchFries.gotoAndStop('empty');
gotoAndStop('frenchFriesTray');
}
if (_root.rawRiceTray1 == 0 & _root.rawRiceChef == 1) {
_root.rawRiceTray1 = 1;
_root.rawRiceChef = 0;
_root.chef.rice.gotoAndStop('empty');
gotoAndStop('riceTray');
}
if (_root.rawChickenHainanTray1 == 0 & _root.rawChickenHainanChef == 1) {
_root.rawChickenHainanTray1 = 1;
_root.rawChickenHainanChef = 0;
_root.chef.food1.gotoAndStop('empty');
gotoAndStop('chickenHainanTray');
}
if (_root.rawRendangTray1 == 0 & _root.rawRendangChef == 1) {
_root.rawRendangTray1 = 1;
_root.rawRendangChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('rendangTray');
}
if (_root.juiceOrangeTray1 == 0 & _root.juiceOrangeChef == 1) {
_root.juiceOrangeTray1 = 1;
_root.juiceOrangeChef = 0;
_root.chef.drinks.gotoAndStop('empty');
gotoAndStop('orangeTray');
}
if (_root.juiceStrawberryTray1 == 0 & _root.juiceStrawberryChef == 1) {
_root.juiceStrawberryTray1 = 1;
_root.juiceStrawberryChef = 0;
_root.chef.drinks.gotoAndStop('empty');
gotoAndStop('strawberryTray');
}
if (_root.juiceChocolateTray1 == 0 & _root.juiceChocolateChef == 1) {
_root.juiceChocolateTray1 = 1;
_root.juiceChocolateChef = 0;
_root.chef.drinks.gotoAndStop('empty');
gotoAndStop('chocolateTray');
}
if (_root.juiceMelonTray1 == 0 & _root.juiceMelonChef == 1) {
_root.juiceMelonTray1 = 1;
_root.juiceMelonChef = 0;
_root.chef.drinks.gotoAndStop('empty');
gotoAndStop('melonTray');
}
if (_root.juiceBlackcurrantTray1 == 0 & _root.juiceBlackcurrantChef == 1) {
_root.juiceBlackcurrantTray1 = 1;
_root.juiceBlackcurrantChef = 0;
_root.chef.drinks.gotoAndStop('empty');
gotoAndStop('blackcurrantTray');
}
if (_root.friedChickenBreastTray1 == 0 & _root.friedChickenBreastChef == 1) {
_root.friedChickenBreastTray1 = 1;
_root.friedChickenBreastChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.friedChickenWingTray1 == 0 & _root.friedChickenWingChef == 1) {
_root.friedChickenWingTray1 = 1;
_root.friedChickenWingChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.friedChickenThighTray1 == 0 & _root.friedChickenThighChef == 1) {
_root.friedChickenThighTray1 = 1;
_root.friedChickenThighChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('chickenTray');
}
if (_root.friedChickenBreastFriedFrenchFriesTray1 == 0 & _root.friedChickenBreastFriedFrenchFriesChef == 1) {
_root.friedChickenBreastFriedFrenchFriesTray1 = 1;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.friedChickenWingFriedFrenchFriesTray1 == 0 & _root.friedChickenWingFriedFrenchFriesChef == 1) {
_root.friedChickenWingFriedFrenchFriesTray1 = 1;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.friedChickenThighFriedFrenchFriesTray1 == 0 & _root.friedChickenThighFriedFrenchFriesChef == 1) {
_root.friedChickenThighFriedFrenchFriesTray1 = 1;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.grilledChickenSteakTray1 == 0 & _root.grilledChickenSteakChef == 1) {
_root.grilledChickenSteakTray1 = 1;
_root.grilledChickenSteakChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('chickenSteakTray');
}
if (_root.grilledChickenSteakFriedFrenchFriesTray1 == 0 & _root.grilledChickenSteakFriedFrenchFriesChef == 1) {
_root.grilledChickenSteakFriedFrenchFriesTray1 = 1;
_root.grilledChickenSteakFriedFrenchFriesChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.cookedSpaghettiTray1 == 0 & _root.cookedSpaghettiChef == 1) {
_root.cookedSpaghettiTray1 = 1;
_root.cookedSpaghettiChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('spaghettiTray');
}
if (_root.cookedSpaghettiCheddarCheeseTray1 == 0 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.cookedSpaghettiCheddarCheeseTray1 = 1;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.friedSteamedBuns1Tray1 == 0 & _root.friedSteamedBuns1Chef == 1) {
_root.friedSteamedBuns1Tray1 = 1;
_root.friedSteamedBuns1Chef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.friedSteamedBuns2Tray1 == 0 & _root.friedSteamedBuns2Chef == 1) {
_root.friedSteamedBuns2Tray1 = 1;
_root.friedSteamedBuns2Chef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.friedSteamedBuns3Tray1 == 0 & _root.friedSteamedBuns3Chef == 1) {
_root.friedSteamedBuns3Tray1 = 1;
_root.friedSteamedBuns3Chef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('steamedBunsTray');
}
if (_root.friedSausageTray1 == 0 & _root.friedSausageChef == 1) {
_root.friedSausageTray1 = 1;
_root.friedSausageChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('sausageTray');
}
if (_root.friedFrenchFriesTray1 == 0 & _root.friedFrenchFriesChef == 1) {
_root.friedFrenchFriesTray1 = 1;
_root.friedFrenchFriesChef = 0;
_root.chef.frenchFries.gotoAndStop('empty');
gotoAndStop('frenchFriesTray');
}
if (_root.friedSausageFriedFrenchFriesTray1 == 0 & _root.friedSausageFriedFrenchFriesChef == 1) {
_root.friedSausageFriedFrenchFriesTray1 = 1;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.friedSausageCheddarCheeseTray1 == 0 & _root.friedSausageCheddarCheeseChef == 1) {
_root.friedSausageCheddarCheeseTray1 = 1;
_root.friedSausageCheddarCheeseChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.cookedRiceTray1 == 0 & _root.cookedRiceChef == 1) {
_root.cookedRiceTray1 = 1;
_root.cookedRiceChef = 0;
_root.chef.rice.gotoAndStop('empty');
gotoAndStop('riceTray');
}
if (_root.cookedChickenHainanTray1 == 0 & _root.cookedChickenHainanChef == 1) {
_root.cookedChickenHainanTray1 = 1;
_root.cookedChickenHainanChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('chickenHainanTray');
}
if (_root.cookedChickenHainanRiceTray1 == 0 & _root.cookedChickenHainanRiceChef == 1) {
_root.cookedChickenHainanRiceTray1 = 1;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
if (_root.cookedRendangTray1 == 0 & _root.cookedRendangChef == 1) {
_root.cookedRendangTray1 = 1;
_root.cookedRendangChef = 0;
_root.chef.food2.gotoAndStop('empty');
gotoAndStop('rendangTray');
}
if (_root.cookedRendangRiceTray1 == 0 & _root.cookedRendangRiceChef == 1) {
_root.cookedRendangRiceTray1 = 1;
_root.cookedRendangRiceChef = 0;
_root.chef.food3.gotoAndStop('empty');
gotoAndStop('mixed');
}
}
}
}
}
}
button 1468 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.friedChickenBreastFriedFrenchFriesTray1 == 1 & _root.friedChickenBreastFriedFrenchFriesChef == 0) {
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.friedChickenWingFriedFrenchFriesTray1 == 1 & _root.friedChickenWingFriedFrenchFriesChef == 0) {
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.friedChickenThighFriedFrenchFriesTray1 == 1 & _root.friedChickenThighFriedFrenchFriesChef == 0) {
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.grilledChickenSteakFriedFrenchFriesTray1 == 1 & _root.grilledChickenSteakFriedFrenchFriesChef == 0) {
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('grilledChickenSteakFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.cookedSpaghettiCheddarCheeseTray1 == 1 & _root.cookedSpaghettiCheddarCheeseChef == 0) {
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('cookedSpaghettiCheddarCheese');
gotoAndStop('empty');
}
if (_root.friedSausageFriedFrenchFriesTray1 == 1 & _root.friedSausageFriedFrenchFriesChef == 0) {
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
gotoAndStop('empty');
}
if (_root.friedSausageCheddarCheeseTray1 == 1 & _root.friedSausageCheddarCheeseChef == 0) {
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('friedSausageCheddarCheese');
gotoAndStop('empty');
}
if (_root.cookedChickenHainanRiceTray1 == 1 & _root.cookedChickenHainanRiceChef == 0) {
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
gotoAndStop('empty');
}
if (_root.cookedRendangRiceTray1 == 1 & _root.cookedRendangRiceChef == 0) {
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
gotoAndStop('empty');
}
}
}
}
}
}
button 1469 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.cheddarCheeseTray1 == 1 & _root.cheddarCheeseChef == 0) {
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseChef = 1;
_root.chef.cheddarCheese.gotoAndStop('cheddarCheese');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.cheddarCheeseTray1 == 1 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.rawChickenHainanChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray1Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedSpaghettiChef == 1) {
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('cookedSpaghettiCheddarCheese');
}
if (_root.friedSausageChef == 1) {
_root.friedSausageChef = 0;
_root.friedSausageCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('friedSausageCheddarCheese');
}
}
}
}
}
}
}
}
button 1470 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawFrenchFriesTray1 == 1 & _root.rawFrenchFriesChef == 0) {
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesChef = 1;
_root.chef.frenchFries.gotoAndStop('rawFrenchFries');
gotoAndStop('empty');
}
if (_root.friedFrenchFriesTray1 == 1 & _root.friedFrenchFriesChef == 0) {
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesChef = 1;
_root.chef.frenchFries.gotoAndStop('friedFrenchFries');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.friedFrenchFriesTray1 == 1 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.rawChickenHainanChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray1Fill = 0;
_root.friedFrenchFriesTray1 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.friedChickenBreastChef == 1) {
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingChef == 1) {
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighChef == 1) {
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
}
if (_root.friedSausageChef == 1) {
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
}
}
}
}
}
}
}
button 1471 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.rawChickenBreastTray1 == 1 & _root.rawChickenBreastChef == 0) {
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastChef = 1;
_root.chef.food1.gotoAndStop('rawChickenBreast');
gotoAndStop('empty');
}
if (_root.rawChickenWingTray1 == 1 & _root.rawChickenWingChef == 0) {
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingChef = 1;
_root.chef.food1.gotoAndStop('rawChickenWing');
gotoAndStop('empty');
}
if (_root.rawChickenThighTray1 == 1 & _root.rawChickenThighChef == 0) {
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighChef = 1;
_root.chef.food1.gotoAndStop('rawChickenThigh');
gotoAndStop('empty');
}
if (_root.friedChickenBreastTray1 == 1 & _root.friedChickenBreastChef == 0) {
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastChef = 1;
_root.chef.food2.gotoAndStop('friedChickenBreast');
gotoAndStop('empty');
}
if (_root.friedChickenWingTray1 == 1 & _root.friedChickenWingChef == 0) {
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingChef = 1;
_root.chef.food2.gotoAndStop('friedChickenWing');
gotoAndStop('empty');
}
if (_root.friedChickenThighTray1 == 1 & _root.friedChickenThighChef == 0) {
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighChef = 1;
_root.chef.food2.gotoAndStop('friedChickenThigh');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.friedFrenchFriesChef == 1 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.rawChickenHainanChef == 0 & _root.cookedChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.friedChickenBreastTray1 == 1) {
_root.friedChickenBreastTray1 = 0;
_root.tray1Fill = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingTray1 == 1) {
_root.friedChickenWingTray1 = 0;
_root.tray1Fill = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighTray1 == 1) {
_root.friedChickenThighTray1 = 0;
_root.tray1Fill = 0;
_root.friedFrenchFriesChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedChickenThighFriedFrenchFries');
}
}
}
}
}
}
}
}
button 1472 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.rawChickenSteakTray1 == 1 & _root.rawChickenSteakChef == 0) {
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakChef = 1;
_root.chef.food1.gotoAndStop('rawChickenSteak');
gotoAndStop('empty');
}
if (_root.grilledChickenSteakTray1 == 1 & _root.grilledChickenSteakChef == 0) {
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakChef = 1;
_root.chef.food2.gotoAndStop('grilledChickenSteak');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.friedFrenchFriesChef == 1 & _root.cheddarCheeseChef == 0 & _root.rawFrenchFriesChef == 0 & _root.rawChickenBreastChef == 0 & _root.rawChickenWingChef == 0 & _root.rawChickenThighChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.rawChickenHainanChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray1Fill = 0;
_root.friedFrenchFriesChef = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.grilledChickenSteakTray1 == 1) {
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('grilledChickenSteakFriedFrenchFries');
}
}
}
}
}
}
}
}
button 1473 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.rawSpaghettiTray1 == 1 & _root.rawSpaghettiChef == 0) {
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiChef = 1;
_root.chef.food1.gotoAndStop('rawSpaghetti');
gotoAndStop('empty');
}
if (_root.cookedSpaghettiTray1 == 1 & _root.cookedSpaghettiChef == 0) {
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiChef = 1;
_root.chef.food2.gotoAndStop('cookedSpaghetti');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.cheddarCheeseChef == 1 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.rawChickenHainanChef == 0 & _root.cookedChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray1Fill = 0;
_root.cheddarCheeseChef = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedSpaghettiTray1 == 1) {
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('cookedSpaghettiCheddarCheese');
}
}
}
}
}
}
}
}
button 1474 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawRiceTray1 == 1 & _root.rawRiceChef == 0) {
_root.rawRiceTray1 = 0;
_root.rawRiceChef = 1;
_root.chef.rice.gotoAndStop('rawRice');
gotoAndStop('empty');
}
if (_root.cookedRiceTray1 == 1 & _root.cookedRiceChef == 0) {
_root.cookedRiceTray1 = 0;
_root.cookedRiceChef = 1;
_root.chef.rice.gotoAndStop('cookedRice');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.cookedRiceTray1 == 1 & _root.cheddarCheeseChef == 0 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.rawRendangChef == 0) {
_root.tray1Fill = 0;
_root.cookedRiceTray1 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedRendangChef == 1) {
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
}
if (_root.cookedChickenHainanChef == 1) {
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
}
}
}
}
}
}
}
}
button 1475 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
_root.tray1.gotoAndStop(1);
gotoAndStop('empty');
if (_root.rawSteamedBuns1Tray1 == 1 & _root.rawSteamedBuns1Chef == 0) {
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Chef = 1;
_root.chef.food1.gotoAndStop('rawSteamedBuns1');
}
if (_root.rawSteamedBuns2Tray1 == 1 & _root.rawSteamedBuns2Chef == 0) {
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Chef = 1;
_root.chef.food1.gotoAndStop('rawSteamedBuns2');
}
if (_root.rawSteamedBuns3Tray1 == 1 & _root.rawSteamedBuns3Chef == 0) {
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Chef = 1;
_root.chef.food1.gotoAndStop('rawSteamedBuns3');
}
if (_root.friedSteamedBuns1Tray1 == 1 & _root.friedSteamedBuns1Chef == 0) {
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns1Chef = 1;
_root.chef.food2.gotoAndStop('friedSteamedBuns1');
}
if (_root.friedSteamedBuns2Tray1 == 1 & _root.friedSteamedBuns2Chef == 0) {
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns2Chef = 1;
_root.chef.food2.gotoAndStop('friedSteamedBuns2');
}
if (_root.friedSteamedBuns3Tray1 == 1 & _root.friedSteamedBuns3Chef == 0) {
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns3Chef = 1;
_root.chef.food1.gotoAndStop('friedSteamedBuns3');
}
}
}
}
}
}
button 1476 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawSausageTray1 == 1 & _root.rawSausageChef == 0) {
_root.rawSausageTray1 = 0;
_root.rawSausageChef = 1;
_root.chef.food1.gotoAndStop('rawSausage');
gotoAndStop('empty');
}
if (_root.friedSausageTray1 == 1 & _root.friedSausageChef == 0) {
_root.friedSausageTray1 = 0;
_root.friedSausageChef = 1;
_root.chef.food2.gotoAndStop('friedSausage');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.friedSausageTray1 == 1 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.cookedRiceChef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray1Fill = 0;
_root.friedSausageTray1 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.friedFrenchFriesChef == 1) {
_root.friedFrenchFriesChef = 0;
_root.friedSausageFriedFrenchFriesChef = 1;
_root.chef.food3.gotoAndStop('friedSausageFriedFrenchFries');
}
if (_root.cheddarCheeseChef == 1) {
_root.cheddarCheeseChef = 0;
_root.friedSausageCheddarCheeseChef = 1;
_root.chef.food3.gotoAndStop('friedSausageCheddarCheese');
}
}
}
}
}
}
}
}
button 1477 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawChickenHainanTray1 == 1 & _root.rawChickenHainanChef == 0) {
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanChef = 1;
_root.chef.food1.gotoAndStop('rawChickenHainan');
gotoAndStop('empty');
}
if (_root.cookedChickenHainanTray1 == 1 & _root.cookedChickenHainanChef == 0) {
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainan');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.cookedChickenHainanTray1 == 1 & _root.cheddarCheeseChef == 0 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray1Fill = 0;
_root.cookedChickenHainanTray1 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedRiceChef == 1) {
_root.cookedRiceChef = 0;
_root.cookedChickenHainanRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedChickenHainanRice');
}
}
}
}
}
}
}
}
button 1478 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.rawRendangTray1 == 1 & _root.rawRendangChef == 0) {
_root.rawRendangTray1 = 0;
_root.rawRendangChef = 1;
_root.chef.food1.gotoAndStop('rawRendang');
gotoAndStop('empty');
}
if (_root.cookedRendangTray1 == 1 & _root.cookedRendangChef == 0) {
_root.cookedRendangTray1 = 0;
_root.cookedRendangChef = 1;
_root.chef.food2.gotoAndStop('cookedRendang');
gotoAndStop('empty');
}
} else {
if (_root.handFull == 1 & _root.tray1Fill == 1) {
if (_root.cookedRendangTray1 == 1 & _root.cheddarCheeseChef == 0 & _root.friedFrenchFriesChef == 0 & _root.rawFrenchFriesChef == 0 & _root.friedChickenBreastChef == 0 & _root.rawChickenBreastChef == 0 & _root.friedChickenWingChef == 0 & _root.rawChickenWingChef == 0 & _root.grilledChickenSteakChef == 0 & _root.rawChickenSteakChef == 0 & _root.cookedSpaghettiChef == 0 & _root.rawSpaghettiChef == 0 & _root.friedChickenThighChef == 0 & _root.rawChickenThighChef == 0 & _root.friedSteamedBuns1Chef == 0 & _root.rawSteamedBuns1Chef == 0 & _root.friedSteamedBuns2Chef == 0 & _root.rawSteamedBuns2Chef == 0 & _root.friedSteamedBuns3Chef == 0 & _root.rawSteamedBuns3Chef == 0 & _root.rawRiceChef == 0 & _root.cookedChickenHainanChef == 0 & _root.rawChickenHainanChef == 0 & _root.friedSausageChef == 0 & _root.rawSausageChef == 0 & _root.cookedRendangChef == 0 & _root.rawRendangChef == 0) {
_root.tray1Fill = 0;
_root.cookedRendangTray1 = 0;
_root.chef.gotoAndStop('right');
gotoAndStop('empty');
if (_root.cookedRiceChef == 1) {
_root.cookedRiceChef = 0;
_root.cookedRendangRiceChef = 1;
_root.chef.food3.gotoAndStop('cookedRendangRice');
}
}
}
}
}
}
}
}
button 1479 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceOrangeTray1 == 1 & _root.juiceOrangeChef == 0) {
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeChef = 1;
_root.chef.drinks.gotoAndStop('orange');
gotoAndStop('empty');
}
}
}
}
}
}
button 1480 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceStrawberryTray1 == 1 & _root.juiceStrawberryChef == 0) {
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryChef = 1;
_root.chef.drinks.gotoAndStop('strawberry');
gotoAndStop('empty');
}
}
}
}
}
}
button 1481 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceChocolateTray1 == 1 & _root.juiceChocolateChef == 0) {
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateChef = 1;
_root.chef.drinks.gotoAndStop('chocolate');
gotoAndStop('empty');
}
}
}
}
}
}
button 1482 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceMelonTray1 == 1 & _root.juiceMelonChef == 0) {
_root.juiceMelonTray1 = 0;
_root.juiceMelonChef = 1;
_root.chef.drinks.gotoAndStop('melon');
gotoAndStop('empty');
}
}
}
}
}
}
button 1483 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 0 & _root.tray1Fill == 1) {
_root.handFull = 1;
_root.tray1Fill = 0;
_root.chef.gotoAndStop('right');
if (_root.juiceBlackcurrantTray1 == 1 & _root.juiceBlackcurrantChef == 0) {
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantChef = 1;
_root.chef.drinks.gotoAndStop('blackcurrant');
gotoAndStop('empty');
}
}
}
}
}
}
movieClip 1484 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 841 {
onClipEvent (enterFrame) {
if (_root.rawRiceTray1 == 0 || _root.cookedRiceTray1 == 0) {
this.gotoAndStop('empty');
}
if (_root.rawRiceTray1 == 1) {
this.gotoAndStop('rawRice');
}
if (_root.cookedRiceTray1 == 1) {
this.gotoAndStop('cookedRice');
}
}
}
instance food1OnTray of movieClip 853 {
onClipEvent (enterFrame) {
if (_root.rawChickenBreastTray1 == 0 || _root.rawChickenWingTray1 == 0 || _root.rawChickenThighTray1 == 0 || _root.rawChickenSteakTray1 == 0 || _root.rawSpaghettiTray1 == 0 || _root.rawSteamedBuns1Tray1 == 0 || _root.rawSteamedBuns2Tray1 == 0 || _root.rawSteamedBuns3Tray1 == 0 || _root.rawSausageTray1 == 0 || _root.rawFrenchFriesTray1 == 0 || _root.rawChickenHainanTray1 == 0 || _root.rawRendangTray1 == 0) {
this.gotoAndStop('empty');
}
if (_root.rawChickenBreastTray1 == 1) {
this.gotoAndStop('rawChickenBreast');
}
if (_root.rawChickenWingTray1 == 1) {
this.gotoAndStop('rawChickenWing');
}
if (_root.rawChickenThighTray1 == 1) {
this.gotoAndStop('rawChickenThigh');
}
if (_root.rawChickenSteakTray1 == 1) {
this.gotoAndStop('rawChickenSteak');
}
if (_root.rawSpaghettiTray1 == 1) {
this.gotoAndStop('rawSpaghetti');
}
if (_root.rawSteamedBuns1Tray1 == 1) {
this.gotoAndStop('rawSteamedBuns1');
}
if (_root.rawSteamedBuns2Tray1 == 1) {
this.gotoAndStop('rawSteamedBuns2');
}
if (_root.rawSteamedBuns3Tray1 == 1) {
this.gotoAndStop('rawSteamedBuns3');
}
if (_root.rawSausageTray1 == 1) {
this.gotoAndStop('rawSausage');
}
if (_root.rawChickenHainanTray1 == 1) {
this.gotoAndStop('rawChickenHainan');
}
if (_root.rawRendangTray1 == 1) {
this.gotoAndStop('rawRendang');
}
}
}
instance of movieClip 877 {
onClipEvent (enterFrame) {
if (_root.friedChickenBreastTray1 == 0 || _root.friedChickenWingTray1 == 0 || _root.friedChickenThighTray1 == 0 || _root.grilledChickenSteakTray1 == 0 || _root.cookedSpaghettiTray1 == 0 || _root.friedSteamedBuns1Tray1 == 0 || _root.friedSteamedBuns2Tray1 == 0 || _root.friedSteamedBuns3Tray1 == 0 || _root.friedSausageTray1 == 0 || _root.friedFrenchFriesTray1 == 0 || _root.cookedChickenHainanTray1 == 0 || _root.cookedRendangTray1 == 0) {
this.gotoAndStop('empty');
}
if (_root.friedChickenBreastTray1 == 1) {
this.gotoAndStop('friedChickenBreast');
}
if (_root.friedChickenWingTray1 == 1) {
this.gotoAndStop('friedChickenWing');
}
if (_root.friedChickenThighTray1 == 1) {
this.gotoAndStop('friedChickenThigh');
}
if (_root.grilledChickenSteakTray1 == 1) {
this.gotoAndStop('grilledChickenSteak');
}
if (_root.cookedSpaghettiTray1 == 1) {
this.gotoAndStop('cookedSpaghetti');
}
if (_root.friedSteamedBuns1Tray1 == 1) {
this.gotoAndStop('friedSteamedBuns1');
}
if (_root.friedSteamedBuns2Tray1 == 1) {
this.gotoAndStop('friedSteamedBuns2');
}
if (_root.friedSteamedBuns3Tray1 == 1) {
this.gotoAndStop('friedSteamedBuns3');
}
if (_root.friedSausageTray1 == 1) {
this.gotoAndStop('friedSausage');
}
if (_root.cookedChickenHainanTray1 == 1) {
this.gotoAndStop('cookedChickenHainan');
}
if (_root.cookedRendangTray1 == 1) {
this.gotoAndStop('cookedRendang');
}
}
}
instance of movieClip 900 {
onClipEvent (enterFrame) {
if (_root.friedChickenBreastFriedFrenchFriesTray1 == 0 || _root.friedChickenWingFriedFrenchFriesTray1 == 0 || _root.friedChickenThighFriedFrenchFriesTray1 == 0 || _root.grilledChickenSteakFriedFrenchFriesTray1 == 0 || _root.cookedSpaghettiCheddarCheeseTray1 == 0 || _root.friedSausageFriedFrenchFriesTray1 == 0 || _root.friedSausageCheddarCheeseTray1 == 0 || _root.cookedChickenHainanRiceTray1 == 0 || _root.cookedRendangRiceTray1 == 0) {
this.gotoAndStop('empty');
}
if (_root.friedChickenBreastFriedFrenchFriesTray1 == 1) {
this.gotoAndStop('friedChickenBreastFriedFrenchFries');
}
if (_root.friedChickenWingFriedFrenchFriesTray1 == 1) {
this.gotoAndStop('friedChickenWingFriedFrenchFries');
}
if (_root.friedChickenThighFriedFrenchFriesTray1 == 1) {
this.gotoAndStop('friedChickenThighFriedFrenchFries');
}
if (_root.grilledChickenSteakFriedFrenchFriesTray1 == 1) {
this.gotoAndStop('grilledChickenSteakFriedFrenchFries');
}
if (_root.cookedSpaghettiCheddarCheeseTray1 == 1) {
this.gotoAndStop('cookedSpaghettiCheddarCheese');
}
if (_root.friedSausageFriedFrenchFriesTray1 == 1) {
this.gotoAndStop('friedSausageFriedFrenchFries');
}
if (_root.friedSausageCheddarCheeseTray1 == 1) {
this.gotoAndStop('friedSausageCheddarCheese');
}
if (_root.cookedChickenHainanRiceTray1 == 1) {
this.gotoAndStop('cookedChickenHainanRice');
}
if (_root.cookedRendangRiceTray1 == 1) {
this.gotoAndStop('cookedRendangRice');
}
}
}
instance of movieClip 902 {
onClipEvent (enterFrame) {
if (_root.cheddarCheeseTray1 == 0) {
this.gotoAndStop('empty');
}
if (_root.cheddarCheeseTray1 == 1) {
this.gotoAndStop('cheddarCheese');
}
}
}
instance of movieClip 905 {
onClipEvent (enterFrame) {
if (_root.rawFrenchFriesTray1 == 0 || _root.friedFrenchFriesTray1 == 0) {
this.gotoAndStop('empty');
}
if (_root.rawFrenchFriesTray1 == 1) {
this.gotoAndStop('rawFrenchFries');
}
if (_root.friedFrenchFriesTray1 == 1) {
this.gotoAndStop('friedFrenchFries');
}
}
}
instance of movieClip 911 {
onClipEvent (enterFrame) {
if (_root.juiceOrangeTray1 == 0 || _root.juiceStrawberryTray1 == 0 || _root.juiceChocolateTray1 == 0 || _root.juiceMelonTray1 == 0 || _root.juiceBlackcurrantTray1 == 0) {
this.gotoAndStop('empty');
}
if (_root.juiceOrangeTray1 == 1) {
this.gotoAndStop('orange');
}
if (_root.juiceStrawberryTray1 == 1) {
this.gotoAndStop('strawberry');
}
if (_root.juiceChocolateTray1 == 1) {
this.gotoAndStop('chocolate');
}
if (_root.juiceMelonTray1 == 1) {
this.gotoAndStop('melon');
}
if (_root.juiceBlackcurrantTray1 == 1) {
this.gotoAndStop('blackcurrant');
}
}
}
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();
}
}
button 1486 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 551.6;
_root.chef._y = 220.2;
_root.chef.gotoAndStop('front');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1) {
_root.scoreLevel -= 2;
_root.score -= 2;
_root.handFull = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRiceChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.drinks.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.rice.gotoAndStop('empty');
_root.chef.vegetables.gotoAndStop('empty');
if (_root.scoreLevel < 0) {
_root.scoreLevel = 0;
}
if (_root.score < 0) {
_root.score = 0;
}
nextFrame();
}
}
}
}
}
movieClip 1491 {
frame 1 {
stop();
}
frame 2 {
play();
if (soundFx == 1) {
_root.throwTrashMusic.gotoAndStop(2);
}
}
frame 9 {
gotoAndStop('close');
}
}
movieClip 1493 {
}
movieClip 1505 {
}
button 1506 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedChickenBreast1.gotoAndStop('waiting');
}
}
}
}
movieClip 1508 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 1510 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
}
}
}
}
}
}
}
movieClip 1514 {
frame 1620 {
_root.guestPhoneFriedChickenBreast1.gotoAndStop('gone');
}
}
movieClip 1516 {
frame 24 {
_root.guestPhoneFriedChickenBreast1.gotoAndStop('gone');
}
}
movieClip 1518 {
frame 1 {
stop();
if (_root.phoneOrderActive == 1) {
nextFrame();
}
}
frame 2 {
stop();
}
instance of movieClip 1508 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1514 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1516 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
movieClip 1520 {
frame 600 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlOld1GrilledChickenSteak1.gotoAndStop('waiting');
}
}
movieClip 1524 {
}
button 1525 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
if (_root.getStartedBadge == 0) {
_root.getStartedBadge = 1;
_root.badgesEarnScreen.gotoAndStop('getStarted');
_root.gameData.data.getStartedBadgeGame = 1;
_root.gameData.flush();
}
}
}
}
}
}
movieClip 1527 {
}
movieClip 1530 {
frame 1200 {
_root.guestGirlOld1GrilledChickenSteak1.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlOld1GrilledChickenSteak1.gotoAndStop('leave');
}
}
button 1532 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
if (_root.getStartedBadge == 0) {
_root.getStartedBadge = 1;
_root.badgesEarnScreen.gotoAndStop('getStarted');
_root.gameData.data.getStartedBadgeGame = 1;
_root.gameData.flush();
}
}
}
}
}
}
movieClip 1534 {
}
movieClip 1535 {
}
movieClip 1538 {
}
movieClip 1540 {
}
movieClip 1541 {
}
movieClip 1547 {
frame 36 {
_root.guestGirlOld1GrilledChickenSteak1.gotoAndStop('leave');
}
}
movieClip 1548 {
frame 1 {
stop();
}
instance of movieClip 1520 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1530 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 1547 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestGirlOld1GrilledChickenSteak1Queue = 0;
_root.guestCount -= 1;
}
}
movieClip 1550 {
frame 800 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1FriedChickenWing1Queue = 1;
_root.guestBoyBrunette1FriedChickenWing1.gotoAndStop('waiting');
}
}
movieClip 1557 {
}
button 1558 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
if (_root.getStartedBadge == 0) {
_root.getStartedBadge = 1;
_root.badgesEarnScreen.gotoAndStop('getStarted');
_root.gameData.data.getStartedBadgeGame = 1;
_root.gameData.flush();
}
}
}
}
}
}
movieClip 1560 {
}
movieClip 1563 {
frame 1200 {
_root.guestBoyBrunette1FriedChickenWing1.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyBrunette1FriedChickenWing1.gotoAndStop('leave');
}
}
movieClip 1565 {
}
movieClip 1567 {
}
button 1569 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
if (_root.getStartedBadge == 0) {
_root.getStartedBadge = 1;
_root.badgesEarnScreen.gotoAndStop('getStarted');
_root.gameData.data.getStartedBadgeGame = 1;
_root.gameData.flush();
}
}
}
}
}
}
movieClip 1571 {
frame 36 {
_root.guestBoyBrunette1FriedChickenWing1.gotoAndStop('leave');
}
}
movieClip 1572 {
frame 1 {
stop();
}
instance of movieClip 1550 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1563 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
_root.guestBoyBrunette1FriedChickenWing1Queue = 0;
_root.guestCount -= 1;
}
}
instance guestBoyBrunette1FriedChickenWing1 of movieClip 1572 {
onClipEvent (enterFrame) {
if (_root.guestGirlOld1GrilledChickenSteak1Queue == 0) {
this._x = 109.65;
this._y = 321;
}
}
}
movieClip 1574 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde1FriedChickenBreast1.gotoAndStop('waiting');
}
}
button 1575 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
if (_root.getStartedBadge == 0) {
_root.getStartedBadge = 1;
_root.badgesEarnScreen.gotoAndStop('getStarted');
_root.gameData.data.getStartedBadgeGame = 1;
_root.gameData.flush();
}
}
}
}
}
}
movieClip 1578 {
frame 1200 {
_root.guestGirlBlonde1FriedChickenBreast1.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlBlonde1FriedChickenBreast1.gotoAndStop('leave');
}
}
button 1580 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
if (_root.getStartedBadge == 0) {
_root.getStartedBadge = 1;
_root.badgesEarnScreen.gotoAndStop('getStarted');
_root.gameData.data.getStartedBadgeGame = 1;
_root.gameData.flush();
}
}
}
}
}
}
movieClip 1588 {
frame 36 {
_root.guestGirlBlonde1FriedChickenBreast1.gotoAndStop('leave');
}
}
movieClip 1589 {
frame 1 {
stop();
}
instance of movieClip 1574 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1578 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 1588 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlOld1GrilledChickenSteak2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 1591 {
frame 400 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlOld1GrilledChickenSteak2.gotoAndStop('waiting');
}
}
button 1592 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
if (_root.getStartedBadge == 0) {
_root.getStartedBadge = 1;
_root.badgesEarnScreen.gotoAndStop('getStarted');
_root.gameData.data.getStartedBadgeGame = 1;
_root.gameData.flush();
}
}
}
}
}
}
movieClip 1595 {
frame 1200 {
_root.guestGirlOld1GrilledChickenSteak2.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlOld1GrilledChickenSteak2.gotoAndStop('leave');
}
}
button 1596 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
if (_root.getStartedBadge == 0) {
_root.getStartedBadge = 1;
_root.badgesEarnScreen.gotoAndStop('getStarted');
_root.gameData.data.getStartedBadgeGame = 1;
_root.gameData.flush();
}
}
}
}
}
}
movieClip 1602 {
frame 36 {
_root.guestGirlOld1GrilledChickenSteak2.gotoAndStop('leave');
}
}
movieClip 1603 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1591 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1595 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 1602 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBrunette1FriedChickenThigh1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 1605 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1FriedChickenThigh1.gotoAndStop('waiting');
}
}
button 1607 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenThighChef == 1) {
_root.handFull = 0;
_root.friedChickenThighChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
if (_root.getStartedBadge == 0) {
_root.getStartedBadge = 1;
_root.badgesEarnScreen.gotoAndStop('getStarted');
_root.gameData.data.getStartedBadgeGame = 1;
_root.gameData.flush();
}
}
}
}
}
}
movieClip 1609 {
}
movieClip 1612 {
frame 1200 {
_root.guestBoyBrunette1FriedChickenThigh1.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyBrunette1FriedChickenThigh1.gotoAndStop('leave');
}
}
button 1614 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenThighChef == 1) {
_root.handFull = 0;
_root.friedChickenThighChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
if (_root.getStartedBadge == 0) {
_root.getStartedBadge = 1;
_root.badgesEarnScreen.gotoAndStop('getStarted');
_root.gameData.data.getStartedBadgeGame = 1;
_root.gameData.flush();
}
}
}
}
}
}
movieClip 1616 {
frame 36 {
_root.guestBoyBrunette1FriedChickenThigh1.gotoAndStop('leave');
}
}
movieClip 1617 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1605 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1612 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 1616 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 1619 {
frame 80 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1FriedChickenBreast1.gotoAndStop('waiting');
}
}
button 1620 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
if (_root.getStartedBadge == 0) {
_root.getStartedBadge = 1;
_root.badgesEarnScreen.gotoAndStop('getStarted');
_root.gameData.data.getStartedBadgeGame = 1;
_root.gameData.flush();
}
}
}
}
}
}
movieClip 1623 {
frame 1200 {
_root.guestBoyBrunette1FriedChickenBreast1.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyBrunette1FriedChickenBreast1.gotoAndStop('leave');
}
}
button 1624 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
if (_root.getStartedBadge == 0) {
_root.getStartedBadge = 1;
_root.badgesEarnScreen.gotoAndStop('getStarted');
_root.gameData.data.getStartedBadgeGame = 1;
_root.gameData.flush();
}
}
}
}
}
}
movieClip 1626 {
frame 36 {
_root.guestBoyBrunette1FriedChickenBreast1.gotoAndStop('leave');
}
}
movieClip 1627 {
frame 1 {
stop();
}
instance of movieClip 1619 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1623 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBlonde1FriedChickenThigh1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 1629 {
frame 400 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde1FriedChickenThigh1.gotoAndStop('waiting');
}
}
button 1630 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenThighChef == 1) {
_root.handFull = 0;
_root.friedChickenThighChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
if (_root.getStartedBadge == 0) {
_root.getStartedBadge = 1;
_root.badgesEarnScreen.gotoAndStop('getStarted');
_root.gameData.data.getStartedBadgeGame = 1;
_root.gameData.flush();
}
}
}
}
}
}
movieClip 1633 {
frame 1200 {
_root.guestGirlBlonde1FriedChickenThigh1.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlBlonde1FriedChickenThigh1.gotoAndStop('leave');
}
}
button 1634 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenThighChef == 1) {
_root.handFull = 0;
_root.friedChickenThighChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
if (_root.getStartedBadge == 0) {
_root.getStartedBadge = 1;
_root.badgesEarnScreen.gotoAndStop('getStarted');
_root.gameData.data.getStartedBadgeGame = 1;
_root.gameData.flush();
}
}
}
}
}
}
movieClip 1642 {
frame 36 {
_root.guestGirlBlonde1FriedChickenThigh1.gotoAndStop('leave');
}
}
movieClip 1643 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1629 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1633 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 1642 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlAsian1FriedWing1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 1645 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian1FriedWing1.gotoAndStop('waiting');
}
}
button 1647 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
if (_root.getStartedBadge == 0) {
_root.getStartedBadge = 1;
_root.badgesEarnScreen.gotoAndStop('getStarted');
_root.gameData.data.getStartedBadgeGame = 1;
_root.gameData.flush();
}
}
}
}
}
}
movieClip 1650 {
frame 1200 {
_root.guestGirlAsian1FriedWing1.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlAsian1FriedWing1.gotoAndStop('leave');
}
}
button 1652 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
if (_root.getStartedBadge == 0) {
_root.getStartedBadge = 1;
_root.badgesEarnScreen.gotoAndStop('getStarted');
_root.gameData.data.getStartedBadgeGame = 1;
_root.gameData.flush();
}
}
}
}
}
}
movieClip 1655 {
}
movieClip 1656 {
frame 40 {
stop();
}
}
movieClip 1657 {
frame 36 {
_root.guestGirlAsian1FriedWing1.gotoAndStop('leave');
}
}
movieClip 1658 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1645 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1650 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 1657 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
button 1660 {
on (press) {
if (pausePlay == 0) {
_root.handFull = 1;
_root.rawChickenBreastChef = 1;
_root.mainMenuOpen = 0;
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
_root.subMainMenu.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 1661 {
on (press) {
if (pausePlay == 0) {
_root.handFull = 1;
_root.rawChickenWingChef = 1;
_root.mainMenuOpen = 0;
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
_root.subMainMenu.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 1662 {
on (press) {
if (pausePlay == 0) {
_root.handFull = 1;
_root.rawChickenThighChef = 1;
_root.mainMenuOpen = 0;
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
_root.subMainMenu.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 1665 {
on (press) {
if (pausePlay == 0) {
_root.handFull = 1;
_root.rawChickenHainanChef = 1;
_root.mainMenuOpen = 0;
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
_root.subMainMenu.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
movieClip 1667 {
}
button 1670 {
on (press) {
if (pausePlay == 0) {
_root.handFull = 1;
_root.rawSteamedBuns1Chef = 1;
_root.mainMenuOpen = 0;
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
_root.subMainMenu.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 1673 {
on (press) {
if (pausePlay == 0) {
_root.handFull = 1;
_root.rawSteamedBuns2Chef = 1;
_root.mainMenuOpen = 0;
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
_root.subMainMenu.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 1676 {
on (press) {
if (pausePlay == 0) {
_root.handFull = 1;
_root.rawSteamedBuns3Chef = 1;
_root.mainMenuOpen = 0;
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
_root.subMainMenu.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
movieClip 1677 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
instance subMainMenu of movieClip 1677 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
button 1678 {
on (press) {
if (pausePlay == 0) {
_root.mainMenuOpen = 0;
_root.subMainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
}
button 1682 {
on (press) {
if (pausePlay == 0) {
_root.handFull = 1;
_root.rawSausageChef = 1;
_root.mainMenuOpen = 0;
_root.subMainMenu.gotoAndStop(1);
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 1685 {
on (press) {
if (pausePlay == 0) {
_root.handFull = 1;
_root.cheddarCheeseChef = 1;
_root.mainMenuOpen = 0;
_root.subMainMenu.gotoAndStop(1);
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 1688 {
on (press) {
if (pausePlay == 0) {
_root.handFull = 1;
_root.rawSpaghettiChef = 1;
_root.mainMenuOpen = 0;
_root.subMainMenu.gotoAndStop(1);
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 1689 {
on (press) {
if (pausePlay == 0) {
_root.handFull = 1;
_root.rawFrenchFriesChef = 1;
_root.mainMenuOpen = 0;
_root.subMainMenu.gotoAndStop(1);
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 1692 {
on (press) {
if (pausePlay == 0) {
_root.subMainMenu.gotoAndStop('steamedBuns');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 1695 {
on (press) {
if (pausePlay == 0) {
_root.handFull = 1;
_root.rawRiceChef = 1;
_root.mainMenuOpen = 0;
_root.subMainMenu.gotoAndStop(1);
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 1698 {
on (press) {
if (pausePlay == 0) {
_root.handFull = 1;
_root.rawRendangChef = 1;
_root.mainMenuOpen = 0;
_root.subMainMenu.gotoAndStop(1);
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 1699 {
on (press) {
if (pausePlay == 0) {
_root.subMainMenu.gotoAndStop('chicken');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
button 1702 {
on (press) {
if (pausePlay == 0) {
_root.handFull = 1;
_root.rawChickenSteakChef = 1;
_root.mainMenuOpen = 0;
_root.subMainMenu.gotoAndStop(1);
_root.mainMenu.gotoAndStop(1);
_root.foodInventory.gotoAndStop(1);
_root.chef.gotoAndStop('left');
gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
}
movieClip 1703 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance mainMenu of movieClip 1703 {
onClipEvent (load) {
this.gotoAndStop(1);
}
}
movieClip 1705 {
}
button 1708 {
on (press) {
if (pausePlay == 0) {
_root.drinksMenuOpen = 0;
_root.juiceStrawberryPouring = 1;
if (_root.juicerLevel == 1) {
_root.juicer.juicer1.gotoAndStop('pouring');
} else {
if (_root.juicerLevel == 2) {
_root.juicer.juicer2.gotoAndStop('pouring');
}
}
_root.chef.gotoAndStop('back');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
}
button 1711 {
on (press) {
if (pausePlay == 0) {
_root.drinksMenuOpen = 0;
_root.juiceChocolatePouring = 1;
if (_root.juicerLevel == 1) {
_root.juicer.juicer1.gotoAndStop('pouring');
} else {
if (_root.juicerLevel == 2) {
_root.juicer.juicer2.gotoAndStop('pouring');
}
}
_root.chef.gotoAndStop('back');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
}
button 1714 {
on (press) {
if (pausePlay == 0) {
_root.drinksMenuOpen = 0;
_root.juiceMelonPouring = 1;
if (_root.juicerLevel == 1) {
_root.juicer.juicer1.gotoAndStop('pouring');
} else {
if (_root.juicerLevel == 2) {
_root.juicer.juicer2.gotoAndStop('pouring');
}
}
_root.chef.gotoAndStop('back');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
}
button 1717 {
on (press) {
if (pausePlay == 0) {
_root.drinksMenuOpen = 0;
_root.juiceBlackcurrantPouring = 1;
if (_root.juicerLevel == 1) {
_root.juicer.juicer1.gotoAndStop('pouring');
} else {
if (_root.juicerLevel == 2) {
_root.juicer.juicer2.gotoAndStop('pouring');
}
}
_root.chef.gotoAndStop('back');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
}
button 1720 {
on (press) {
if (pausePlay == 0) {
_root.drinksMenuOpen = 0;
_root.juiceOrangePouring = 1;
if (_root.juicerLevel == 1) {
_root.juicer.juicer1.gotoAndStop('pouring');
} else {
if (_root.juicerLevel == 2) {
_root.juicer.juicer2.gotoAndStop('pouring');
}
}
_root.chef.gotoAndStop('back');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
}
button 1721 {
on (press) {
if (pausePlay == 0) {
_root.drinksMenuOpen = 0;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop(1);
}
}
}
movieClip 1722 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1724 {
}
movieClip 1725 {
}
movieClip 1726 {
frame 1 {
play();
}
frame 46 {
stop();
}
}
movieClip 1727 {
frame 1 {
play();
}
frame 44 {
stop();
}
}
movieClip 1728 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance goalReached of movieClip 1728 {
onClipEvent (enterFrame) {
if (currentLevel == 1 & _root.scoreLevel >= 10) {
this.gotoAndStop(2);
}
if (currentLevel == 2 & _root.scoreLevel >= 20) {
this.gotoAndStop(2);
}
if (currentLevel == 3 & _root.scoreLevel >= 30) {
this.gotoAndStop(2);
}
if (currentLevel == 4 & _root.scoreLevel >= 40) {
this.gotoAndStop(2);
}
if (currentLevel == 5 & _root.scoreLevel >= 60) {
this.gotoAndStop(2);
}
if (currentLevel == 6 & _root.scoreLevel >= 80) {
this.gotoAndStop(2);
}
if (currentLevel == 7 & _root.scoreLevel >= 100) {
this.gotoAndStop(2);
}
if (currentLevel == 8 & _root.scoreLevel >= 120) {
this.gotoAndStop(2);
}
if (currentLevel == 9 & _root.scoreLevel >= 140) {
this.gotoAndStop(2);
}
if (currentLevel == 10 & _root.scoreLevel >= 160) {
this.gotoAndStop(2);
}
if (currentLevel == 11 & _root.scoreLevel >= 180) {
this.gotoAndStop(2);
}
if (currentLevel == 12 & _root.scoreLevel >= 210) {
this.gotoAndStop(2);
}
if (currentLevel == 13 & _root.scoreLevel >= 240) {
this.gotoAndStop(2);
}
if (currentLevel == 14 & _root.scoreLevel >= 270) {
this.gotoAndStop(2);
}
if (currentLevel == 15 & _root.scoreLevel >= 300) {
this.gotoAndStop(2);
}
}
}
movieClip 1732 {
}
movieClip 1735 {
}
movieClip 1736 {
}
movieClip 1737 {
frame 127 {
_root.winMusic.gotoAndStop(1);
}
}
button 1738 {
on (press) {
_root.levelScreen.gotoAndStop(2);
_root.nextlevelMusic.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_parent.nextFrame();
gotoAndStop(1);
}
}
movieClip 1741 {
frame 1 {
stop();
}
frame 2 {
stop();
_global.pausePlay = 1;
_root.goalText._alpha = 0;
_root.dollarText1._alpha = 0;
_root.dollarText2._alpha = 0;
_root.scoreText._alpha = 0;
_root.bgDashboard1._alpha = 0;
_root.bgDashboard2._alpha = 0;
_root.goalCountText._x = 292.75;
_root.goalCountText._y = 123.15;
_root.scoreLevelText._x = 265.75;
_root.scoreLevelText._y = 186.05;
_root.scoreTotalText._x = 265.75;
_root.scoreTotalText._y = 258.35;
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.gameData.data.levelGame = _root.date;
_root.gameData.data.scoreGame = _root.score;
_root.gameData.data.customerServedTotalGame = _root.customerServedTotal;
_root.gameData.flush();
if (music == 1) {
_root.nextLevelMusic.gotoAndStop(2);
}
_root.inGame1Music.gotoAndStop(1);
_root.inGame2Music.gotoAndStop(1);
_root.inGame3Music.gotoAndStop(1);
if (_root.level7Complete == 1 & _root.halfWayBadge == 0) {
_root.gameData.data.halfWayBadgeGame = _root.halfWayBadge;
_root.gameData.data.halfWayBadgeGame = 1;
_root.halfWayBadge = 1;
_root.badgesEarnScreen.gotoAndStop('halfWay');
}
if (_root.level12Complete == 1 & _root.becomeAmanagerBadge == 0) {
_root.gameData.data.becomeAmanagerBadgeGame = _root.becomeAmanagerBadge;
_root.gameData.data.becomeAmanagerBadgeGame = 1;
_root.becomeAmanagerBadge = 1;
_root.badgesEarnScreen.gotoAndStop('becomeAmanager');
}
}
}
instance goodJobScreen of movieClip 1741 {
onClipEvent (enterFrame) {
if (_root.guestCount == 0 & _root.restaurantClose == 1) {
if (currentLevel == 1 & _root.scoreLevel >= 10) {
_root.gameData.data.levelGame = 2;
_root.date = 2;
_root.level1Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 2 & _root.scoreLevel >= 20) {
_root.gameData.data.levelGame = 3;
_root.date = 3;
_root.level2Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 3 & _root.scoreLevel >= 30) {
_root.gameData.data.levelGame = 4;
_root.date = 4;
_root.level3Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 4 & _root.scoreLevel >= 40) {
_root.gameData.data.levelGame = 5;
_root.date = 5;
_root.level4Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 5 & _root.scoreLevel >= 60) {
_root.gameData.data.levelGame = 6;
_root.date = 6;
_root.level5Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 6 & _root.scoreLevel >= 80) {
_root.gameData.data.levelGame = 7;
_root.date = 7;
_root.level6Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 7 & _root.scoreLevel >= 100) {
_root.gameData.data.levelGame = 8;
_root.date = 8;
_root.level7Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 8 & _root.scoreLevel >= 120) {
_root.gameData.data.levelGame = 9;
_root.date = 9;
_root.level8Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 9 & _root.scoreLevel >= 140) {
_root.gameData.data.levelGame = 10;
_root.date = 10;
_root.level9Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 10 & _root.scoreLevel >= 160) {
_root.gameData.data.levelGame = 11;
_root.date = 11;
_root.level10Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 11 & _root.scoreLevel >= 180) {
_root.gameData.data.levelGame = 12;
_root.date = 12;
_root.level11Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 12 & _root.scoreLevel >= 210) {
_root.gameData.data.levelGame = 13;
_root.date = 13;
_root.level12Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 13 & _root.scoreLevel >= 240) {
_root.gameData.data.levelGame = 14;
_root.date = 14;
_root.level13Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 14 & _root.scoreLevel >= 270) {
_root.gameData.data.levelGame = 15;
_root.date = 15;
_root.level14Complete = 1;
this.gotoAndStop(2);
}
if (currentLevel == 15 & _root.scoreLevel >= 300) {
_parent.gotoAndStop('win');
}
}
}
}
movieClip 1743 {
frame 1 {
stop();
}
frame 2 {
_parent.gotoAndStop('gameOver');
gotoAndStop(1);
}
}
instance gameOverScreen of movieClip 1743 {
onClipEvent (enterFrame) {
if (_root.guestCount == 0 & _root.restaurantClose == 1) {
if (currentLevel == 1 & _root.scoreLevel < 10) {
this.gotoAndStop(2);
}
if (currentLevel == 2 & _root.scoreLevel < 20) {
this.gotoAndStop(2);
}
if (currentLevel == 3 & _root.scoreLevel < 30) {
this.gotoAndStop(2);
}
if (currentLevel == 4 & _root.scoreLevel < 40) {
this.gotoAndStop(2);
}
if (currentLevel == 5 & _root.scoreLevel < 60) {
this.gotoAndStop(2);
}
if (currentLevel == 6 & _root.scoreLevel < 80) {
this.gotoAndStop(2);
}
if (currentLevel == 7 & _root.scoreLevel < 100) {
this.gotoAndStop(2);
}
if (currentLevel == 8 & _root.scoreLevel < 120) {
this.gotoAndStop(2);
}
if (currentLevel == 9 & _root.scoreLevel < 140) {
this.gotoAndStop(2);
}
if (currentLevel == 10 & _root.scoreLevel < 160) {
this.gotoAndStop(2);
}
if (currentLevel == 11 & _root.scoreLevel < 180) {
this.gotoAndStop(2);
}
if (currentLevel == 12 & _root.scoreLevel < 210) {
this.gotoAndStop(2);
}
if (currentLevel == 13 & _root.scoreLevel < 240) {
this.gotoAndStop(2);
}
if (currentLevel == 14 & _root.scoreLevel < 270) {
this.gotoAndStop(2);
}
if (currentLevel == 15 & _root.scoreLevel < 300) {
this.gotoAndStop(2);
}
}
}
}
button 1746 {
on (press) {
_global.pausePlay = 0;
_root.goalText._alpha = 100;
_root.servedText._alpha = 100;
_root.goalCountText._alpha = 100;
_root.customerServedText._alpha = 100;
_root.dollarText1._alpha = 100;
_root.dollarText2._alpha = 100;
_root.bgDashboard1._alpha = 100;
_root.bgDashboard2._alpha = 100;
_root.bgDashboard3._alpha = 100;
_root.scoreText._alpha = 100;
_root.scoreTotalText._alpha = 100;
_root.scoreLevelText._alpha = 100;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
_root.pauseOption.gotoAndStop(1);
gotoAndStop(1);
}
}
movieClip 1749 {
}
button 1750 {
on (press) {
getURL('http://www.girlgamesclub.com', '_blank');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
button 1751 {
on (press) {
getURL('http://www.wangweigong.com', '_blank');
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
}
}
movieClip 1753 {
}
movieClip 1754 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1758 {
}
movieClip 1759 {
frame 1 {
play();
}
frame 50 {
_root.badgesEarnScreen.gotoAndStop(1);
}
}
movieClip 1763 {
}
movieClip 1764 {
frame 1 {
play();
}
frame 50 {
_root.badgesEarnScreen.gotoAndStop(1);
}
}
movieClip 1768 {
}
movieClip 1769 {
frame 1 {
play();
}
frame 50 {
_root.badgesEarnScreen.gotoAndStop(1);
}
}
movieClip 1773 {
}
movieClip 1774 {
frame 1 {
play();
}
frame 50 {
_root.badgesEarnScreen.gotoAndStop(1);
}
}
movieClip 1778 {
}
movieClip 1779 {
frame 1 {
play();
}
frame 50 {
_root.badgesEarnScreen.gotoAndStop(1);
}
}
movieClip 1783 {
}
movieClip 1784 {
frame 1 {
play();
}
frame 50 {
_root.badgesEarnScreen.gotoAndStop(1);
}
}
movieClip 1788 {
}
movieClip 1789 {
frame 1 {
play();
}
frame 50 {
_root.badgesEarnScreen.gotoAndStop(1);
}
}
movieClip 1793 {
}
movieClip 1794 {
frame 1 {
play();
}
frame 50 {
_root.badgesEarnScreen.gotoAndStop(1);
}
}
movieClip 1795 {
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();
}
}
instance badgesEarnScreen of movieClip 1795 {
onClipEvent (enterFrame) {
_root.gameData = SharedObject.getLocal('dinercheftwo');
if (_root.customerServedTotal == 5 & _root.gotStarBadge == 0) {
_root.gameData.data.gotStarBadgeGame = _root.gotStarBadge;
_root.gameData.data.gotStarBadgeGame = 1;
_root.gotStarBadge = 1;
this.gotoAndStop('gotStar');
}
if (_root.customerServedTotal == 10 & _root.masterChefBadge == 0) {
_root.gameData.data.masterChefBadgeGame = _root.masterChefBadge;
_root.gameData.data.masterChefBadgeGame = 1;
_root.masterChefBadge = 1;
this.gotoAndStop('masterChef');
}
if (_root.customerServedTotal == 25 & _root.burningPanBadge == 0) {
_root.gameData.data.burningPanBadgeGame = _root.burningPanBadge;
_root.gameData.data.burningPanBadgeGame = 1;
_root.burningPanBadge = 1;
this.gotoAndStop('burningPan');
}
if (_root.customerServedTotal == 50 & _root.aKingBadge == 0) {
_root.gameData.data.aKingBadgeGame = _root.aKingBadge;
_root.gameData.data.aKingBadgeGame = 1;
_root.aKingBadge = 1;
this.gotoAndStop('aKing');
}
}
}
frame 8 {
stop();
_root.handFull = 0;
_root.mainMenuOpen = 0;
_root.drinksMenuOpen = 0;
_root.tray1Fill = 0;
_root.tray2Fill = 0;
_root.tray3Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseTray3 = 0;
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastTray3 = 0;
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingTray3 = 0;
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighTray3 = 0;
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakTray3 = 0;
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiTray3 = 0;
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSausageTray1 = 0;
_root.rawSausageTray2 = 0;
_root.rawSausageTray3 = 0;
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesTray3 = 0;
_root.rawRiceTray1 = 0;
_root.rawRiceTray2 = 0;
_root.rawRiceTray3 = 0;
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanTray3 = 0;
_root.rawRendangTray1 = 0;
_root.rawRendangTray2 = 0;
_root.rawRendangTray3 = 0;
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeTray3 = 0;
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryTray3 = 0;
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateTray3 = 0;
_root.juiceMelonTray1 = 0;
_root.juiceMelonTray2 = 0;
_root.juiceMelonTray3 = 0;
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantTray3 = 0;
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSausageTray1 = 0;
_root.friedSausageTray2 = 0;
_root.friedSausageTray3 = 0;
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseTray3 = 0;
_root.cookedRiceTray1 = 0;
_root.cookedRiceTray2 = 0;
_root.cookedRiceTray3 = 0;
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedRendangTray1 = 0;
_root.cookedRendangTray2 = 0;
_root.cookedRendangTray3 = 0;
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceTray3 = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawRiceChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangePouring = 0;
_root.juiceStrawberryPouring = 0;
_root.juiceChocolatePouring = 0;
_root.juiceMelonPouring = 0;
_root.juiceBlackcurrantPouring = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.stoveLeftCooking = 0;
_root.stoveRightCooking = 0;
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighOnStoveRight = 0;
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiOnStoveRight = 0;
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesOnStoveRight = 0;
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangOnStoveRight = 0;
_root.microwaveCooking = 0;
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns3OnMicrowave = 0;
_root.cookedRiceOnMicrowave = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.grillGrilling = 0;
_root.grilledChickenSteakOnGrill = 0;
_root.chef._x = 284.8;
_root.chef._y = 222.8;
_root.chef.gotoAndStop('front');
_root.chef.rice.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food3.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.drinks.gotoAndStop('empty');
_root.stove.stove1.gotoAndStop('empty');
_root.stove.stove2.gotoAndStop('empty');
_root.microwave.microwave1.gotoAndStop('empty');
_root.microwave.microwave2.gotoAndStop('empty');
_root.grill.grill1.gotoAndStop('empty');
_root.grill.grill2.gotoAndStop('empty');
_root.juicer.juicer1.gotoAndStop('empty');
_root.juicer.juicer2.gotoAndStop('empty');
_root.trashBin.gotoAndStop('close');
_root.tray1.gotoAndStop('empty');
_root.tray2.gotoAndStop('empty');
_root.tray3.gotoAndStop('empty');
_root.cashRegister.gotoAndStop('empty');
_root.window1Left.window1.gotoAndStop('morning');
_root.window1Left.window2.gotoAndStop('morning');
_root.window1Left.window3.gotoAndStop('morning');
_root.window1Left.window4.gotoAndStop('morning');
_root.window2Right.window1.gotoAndStop('morning');
_root.window2Right.window2.gotoAndStop('morning');
_root.window2Right.window3.gotoAndStop('morning');
_root.window2Right.window4.gotoAndStop('morning');
_root.goal = 20;
if (_root.phoneOrderActive == 1) {
_root.guestCount = 9;
} else {
_root.guestCount = 8;
}
_global.currentLevel = 2;
_root.date = 2;
_root.scoreLevel = 0;
_root.level2Complete = 0;
}
button 1797 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedChickenBreast2.gotoAndStop('waiting');
}
}
}
}
movieClip 1799 {
frame 200 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 280 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 1800 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
}
}
}
}
}
}
}
movieClip 1803 {
frame 1800 {
_root.guestPhoneFriedChickenBreast2.gotoAndStop('gone');
}
}
movieClip 1805 {
frame 24 {
_root.guestPhoneFriedChickenBreast2.gotoAndStop('gone');
}
}
movieClip 1807 {
frame 1 {
stop();
if (_root.phoneOrderActive == 1) {
nextFrame();
}
}
frame 2 {
stop();
}
instance of movieClip 1799 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1803 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1805 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
movieClip 1809 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony1FriedSteamedBun11.gotoAndStop('waiting');
}
}
button 1811 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1813 {
}
movieClip 1816 {
frame 1200 {
_root.guestGirlEbony1FriedSteamedBun11.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlEbony1FriedSteamedBun11.gotoAndStop('leave');
}
}
button 1818 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1820 {
frame 36 {
_root.guestGirlEbony1FriedSteamedBun11.gotoAndStop('leave');
}
}
movieClip 1821 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1809 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1816 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 1820 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlEbony1FriedSteamedBuns31.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 1823 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony1FriedSteamedBuns31.gotoAndStop('waiting');
}
}
button 1824 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1826 {
}
movieClip 1829 {
frame 1200 {
_root.guestGirlEbony1FriedSteamedBuns31.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlEbony1FriedSteamedBuns31.gotoAndStop('leave');
}
}
button 1830 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1832 {
frame 36 {
_root.guestGirlEbony1FriedSteamedBuns31.gotoAndStop('leave');
}
}
movieClip 1833 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1823 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1829 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 1832 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBlonde1FriedChickenBreast2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 1835 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde1FriedChickenBreast2.gotoAndStop('waiting');
}
}
button 1836 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1839 {
frame 1200 {
_root.guestGirlBlonde1FriedChickenBreast2.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlBlonde1FriedChickenBreast2.gotoAndStop('leave');
}
}
button 1840 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1848 {
frame 36 {
_root.guestGirlBlonde1FriedChickenBreast2.gotoAndStop('leave');
}
}
movieClip 1849 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1835 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1839 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 1848 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 1851 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1FriedChickenThigh2.gotoAndStop('waiting');
}
}
button 1852 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenThighChef == 1) {
_root.handFull = 0;
_root.friedChickenThighChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1855 {
frame 1200 {
_root.guestBoyBrunette1FriedChickenThigh2.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyBrunette1FriedChickenThigh2.gotoAndStop('leave');
}
}
button 1856 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenThighChef == 1) {
_root.handFull = 0;
_root.friedChickenThighChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1858 {
frame 36 {
_root.guestBoyBrunette1FriedChickenThigh2.gotoAndStop('leave');
}
}
movieClip 1859 {
frame 1 {
stop();
}
instance of movieClip 1851 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1855 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 1858 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlOld1friedSteamedBuns1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 1861 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlOld1friedSteamedBuns1.gotoAndStop('waiting');
}
}
button 1862 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1865 {
frame 1200 {
_root.guestGirlOld1friedSteamedBuns1.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlOld1friedSteamedBuns1.gotoAndStop('leave');
}
}
button 1866 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1872 {
frame 36 {
_root.guestGirlOld1friedSteamedBuns1.gotoAndStop('leave');
}
}
movieClip 1873 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1861 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1865 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 1872 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 1875 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian1FriedSteamedBun11.gotoAndStop('waiting');
}
}
button 1876 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1879 {
frame 1200 {
_root.guestGirlAsian1FriedSteamedBun11.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlAsian1FriedSteamedBun11.gotoAndStop('leave');
}
}
button 1880 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1883 {
}
movieClip 1884 {
frame 40 {
stop();
}
}
movieClip 1885 {
frame 36 {
_root.guestGirlAsian1FriedSteamedBun11.gotoAndStop('leave');
}
}
movieClip 1886 {
frame 1 {
stop();
}
instance of movieClip 1875 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1879 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 1885 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlEbony1FriedSteamedBun11.gotoAndStop(2);
_root.guestBoyBrunette1FriedChickenWing2.gotoAndStop(2);
} else {
_root.guestCount -= 5;
}
}
}
movieClip 1888 {
frame 500 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1FriedChickenWing2.gotoAndStop('waiting');
}
}
button 1889 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1892 {
frame 1200 {
_root.guestBoyBrunette1FriedChickenWing2.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyBrunette1FriedChickenWing2.gotoAndStop('leave');
}
}
button 1893 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1895 {
frame 36 {
_root.guestBoyBrunette1FriedChickenWing2.gotoAndStop('leave');
}
}
movieClip 1896 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1888 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1892 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 1895 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyLatin1FriedSteamedBun21.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 1898 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyLatin1FriedSteamedBun21.gotoAndStop('waiting');
}
}
button 1900 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1902 {
}
movieClip 1905 {
frame 1200 {
_root.guestBoyLatin1FriedSteamedBun21.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyLatin1FriedSteamedBun21.gotoAndStop('leave');
}
}
movieClip 1912 {
}
button 1913 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1915 {
frame 36 {
_root.guestBoyLatin1FriedSteamedBun21.gotoAndStop('leave');
}
}
movieClip 1916 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1898 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1905 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 1915 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
frame 9 {
stop();
_root.handFull = 0;
_root.mainMenuOpen = 0;
_root.drinksMenuOpen = 0;
_root.tray1Fill = 0;
_root.tray2Fill = 0;
_root.tray3Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseTray3 = 0;
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastTray3 = 0;
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingTray3 = 0;
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighTray3 = 0;
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakTray3 = 0;
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiTray3 = 0;
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSausageTray1 = 0;
_root.rawSausageTray2 = 0;
_root.rawSausageTray3 = 0;
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesTray3 = 0;
_root.rawRiceTray1 = 0;
_root.rawRiceTray2 = 0;
_root.rawRiceTray3 = 0;
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanTray3 = 0;
_root.rawRendangTray1 = 0;
_root.rawRendangTray2 = 0;
_root.rawRendangTray3 = 0;
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeTray3 = 0;
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryTray3 = 0;
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateTray3 = 0;
_root.juiceMelonTray1 = 0;
_root.juiceMelonTray2 = 0;
_root.juiceMelonTray3 = 0;
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantTray3 = 0;
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSausageTray1 = 0;
_root.friedSausageTray2 = 0;
_root.friedSausageTray3 = 0;
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseTray3 = 0;
_root.cookedRiceTray1 = 0;
_root.cookedRiceTray2 = 0;
_root.cookedRiceTray3 = 0;
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedRendangTray1 = 0;
_root.cookedRendangTray2 = 0;
_root.cookedRendangTray3 = 0;
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceTray3 = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawRiceChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangePouring = 0;
_root.juiceStrawberryPouring = 0;
_root.juiceChocolatePouring = 0;
_root.juiceMelonPouring = 0;
_root.juiceBlackcurrantPouring = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.stoveLeftCooking = 0;
_root.stoveRightCooking = 0;
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighOnStoveRight = 0;
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiOnStoveRight = 0;
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesOnStoveRight = 0;
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangOnStoveRight = 0;
_root.microwaveCooking = 0;
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns3OnMicrowave = 0;
_root.cookedRiceOnMicrowave = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.grillGrilling = 0;
_root.grilledChickenSteakOnGrill = 0;
_root.chef._x = 284.8;
_root.chef._y = 222.8;
_root.chef.gotoAndStop('front');
_root.chef.rice.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food3.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.drinks.gotoAndStop('empty');
_root.stove.stove1.gotoAndStop('empty');
_root.stove.stove2.gotoAndStop('empty');
_root.microwave.microwave1.gotoAndStop('empty');
_root.microwave.microwave2.gotoAndStop('empty');
_root.grill.grill1.gotoAndStop('empty');
_root.grill.grill2.gotoAndStop('empty');
_root.juicer.juicer1.gotoAndStop('empty');
_root.juicer.juicer2.gotoAndStop('empty');
_root.trashBin.gotoAndStop('close');
_root.tray1.gotoAndStop('empty');
_root.tray2.gotoAndStop('empty');
_root.tray3.gotoAndStop('empty');
_root.cashRegister.gotoAndStop('empty');
_root.window1Left.window1.gotoAndStop('morning');
_root.window1Left.window2.gotoAndStop('morning');
_root.window1Left.window3.gotoAndStop('morning');
_root.window1Left.window4.gotoAndStop('morning');
_root.window2Right.window1.gotoAndStop('morning');
_root.window2Right.window2.gotoAndStop('morning');
_root.window2Right.window3.gotoAndStop('morning');
_root.window2Right.window4.gotoAndStop('morning');
_root.goal = 30;
if (_root.phoneOrderActive == 1) {
_root.guestCount = 11;
} else {
_root.guestCount = 9;
}
_global.currentLevel = 3;
_root.date = 3;
_root.scoreLevel = 0;
_root.level3Complete = 0;
_root.guestBoyLatin1FriedSteamedBun22Queue = 1;
_root.guestBoyBrunette1FriedChickenBreast2Queue = 1;
}
button 1918 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneJuiceOrange1.gotoAndStop('waiting');
}
}
}
}
movieClip 1920 {
frame 200 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 280 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 1921 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
}
}
}
}
}
}
}
movieClip 1923 {
}
movieClip 1926 {
frame 1800 {
_root.guestPhoneJuiceOrange1.gotoAndStop('gone');
}
}
movieClip 1928 {
frame 24 {
_root.guestPhoneJuiceOrange1.gotoAndStop('gone');
}
}
movieClip 1930 {
frame 1 {
stop();
if (_root.phoneOrderActive == 1) {
nextFrame();
}
}
frame 2 {
stop();
}
instance of movieClip 1920 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1926 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1928 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneCookedSpaghetti1.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 1;
}
}
frame 6 {
stop();
}
}
button 1932 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneCookedSpaghetti1.gotoAndStop('waiting');
}
}
}
}
movieClip 1934 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 1935 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
}
}
}
}
}
}
}
movieClip 1937 {
}
movieClip 1940 {
frame 1800 {
_root.guestPhoneCookedSpaghetti1.gotoAndStop('gone');
}
}
movieClip 1942 {
frame 24 {
_root.guestPhoneCookedSpaghetti1.gotoAndStop('gone');
}
}
movieClip 1944 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1934 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1940 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 1942 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
movieClip 1946 {
frame 600 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony1CookedSpaghetti1.gotoAndStop('waiting');
}
}
button 1947 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1950 {
frame 1200 {
_root.guestGirlEbony1CookedSpaghetti1.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlEbony1CookedSpaghetti1.gotoAndStop('leave');
}
}
button 1951 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1953 {
frame 36 {
_root.guestGirlEbony1CookedSpaghetti1.gotoAndStop('leave');
}
}
movieClip 1954 {
frame 1 {
stop();
}
instance of movieClip 1946 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1950 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 1953 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBrunette1GrilledChickenSteak1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 1956 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette1GrilledChickenSteak1.gotoAndStop('waiting');
}
}
button 1958 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1961 {
frame 1200 {
_root.guestGirlBrunette1GrilledChickenSteak1.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlBrunette1GrilledChickenSteak1.gotoAndStop('leave');
}
}
button 1963 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1966 {
frame 36 {
_root.guestGirlBrunette1GrilledChickenSteak1.gotoAndStop('leave');
}
}
movieClip 1967 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1956 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1961 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 1966 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyLatin1CookedSpaghetti1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 1969 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyLatin1CookedSpaghetti1.gotoAndStop('waiting');
}
}
button 1970 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1973 {
frame 1200 {
_root.guestBoyLatin1CookedSpaghetti1.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyLatin1CookedSpaghetti1.gotoAndStop('leave');
}
}
button 1974 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1976 {
frame 36 {
_root.guestBoyLatin1CookedSpaghetti1.gotoAndStop('leave');
}
}
movieClip 1977 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1969 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 1973 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 1976 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 1979 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1FriedChickenBreast2Queue = 1;
_root.guestBoyBrunette1FriedChickenBreast2.gotoAndStop('waiting');
}
}
button 1980 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1983 {
frame 1200 {
_root.guestBoyBrunette1FriedChickenBreast2.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyBrunette1FriedChickenBreast2.gotoAndStop('leave');
}
}
button 1984 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1986 {
frame 36 {
_root.guestBoyBrunette1FriedChickenBreast2.gotoAndStop('leave');
}
}
movieClip 1987 {
frame 1 {
stop();
}
instance of movieClip 1979 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1983 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 1986 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestBoyBrunette1FriedChickenBreast2Queue = 0;
}
}
movieClip 1989 {
frame 1200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian1FriedSteamedBuns31.gotoAndStop('waiting');
}
}
button 1990 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1993 {
frame 1200 {
_root.guestGirlAsian1FriedSteamedBuns31.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlAsian1FriedSteamedBuns31.gotoAndStop('leave');
}
}
button 1994 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 1996 {
frame 36 {
_root.guestGirlAsian1FriedSteamedBuns31.gotoAndStop('leave');
}
}
movieClip 1997 {
frame 1 {
stop();
}
instance of movieClip 1989 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1993 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 1996 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlOld1friedChickenBreast1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
instance guestGirlAsian1FriedSteamedBuns31 of movieClip 1997 {
onClipEvent (enterFrame) {
if (_root.guestBoyBrunette1FriedChickenBreast2Queue == 0) {
this._x = 195.95;
this._y = 331.7;
}
}
}
movieClip 1999 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlOld1friedChickenBreast1.gotoAndStop('waiting');
}
}
button 2000 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2003 {
frame 1200 {
_root.guestGirlOld1friedChickenBreast1.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlOld1friedChickenBreast1.gotoAndStop('leave');
}
}
button 2004 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2010 {
frame 36 {
_root.guestGirlOld1friedChickenBreast1.gotoAndStop('leave');
}
}
movieClip 2011 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 1999 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2003 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2010 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 2013 {
frame 60 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyLatin1FriedSteamedBun22Queue = 1;
_root.guestBoyLatin1FriedSteamedBun22.gotoAndStop('waiting');
}
}
button 2014 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2017 {
frame 1200 {
_root.guestBoyLatin1FriedSteamedBun22.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyLatin1FriedSteamedBun22.gotoAndStop('leave');
}
}
button 2018 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2020 {
frame 36 {
_root.guestBoyLatin1FriedSteamedBun22.gotoAndStop('leave');
}
}
movieClip 2021 {
frame 1 {
stop();
}
instance of movieClip 2013 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2020 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestBoyLatin1FriedSteamedBun22Queue = 0;
}
}
movieClip 2023 {
frame 900 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde1CookedSpaghetti1.gotoAndStop('waiting');
}
}
button 2025 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2028 {
frame 1200 {
_root.guestBoyBlonde1CookedSpaghetti1.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyBlonde1CookedSpaghetti1.gotoAndStop('leave');
}
}
button 2030 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2032 {
frame 36 {
_root.guestBoyBlonde1CookedSpaghetti1.gotoAndStop('leave');
}
}
movieClip 2033 {
frame 1 {
stop();
}
instance of movieClip 2023 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2028 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2032 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBlonde1FriedChickenThigh2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
instance guestBoyBlonde1CookedSpaghetti1 of movieClip 2033 {
onClipEvent (enterFrame) {
if (_root.guestBoyLatin1FriedSteamedBun22Queue == 0) {
this._x = 284.95;
this._y = 347.6;
}
}
}
movieClip 2035 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde1FriedChickenThigh2.gotoAndStop('waiting');
}
}
button 2036 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenThighChef == 1) {
_root.handFull = 0;
_root.friedChickenThighChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2039 {
frame 1200 {
_root.guestGirlBlonde1FriedChickenThigh2.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlBlonde1FriedChickenThigh2.gotoAndStop('leave');
}
}
button 2040 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenThighChef == 1) {
_root.handFull = 0;
_root.friedChickenThighChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2048 {
frame 36 {
_root.guestGirlBlonde1FriedChickenThigh2.gotoAndStop('leave');
}
}
movieClip 2049 {
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 2039 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2048 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
frame 10 {
stop();
_root.handFull = 0;
_root.mainMenuOpen = 0;
_root.drinksMenuOpen = 0;
_root.tray1Fill = 0;
_root.tray2Fill = 0;
_root.tray3Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseTray3 = 0;
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastTray3 = 0;
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingTray3 = 0;
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighTray3 = 0;
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakTray3 = 0;
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiTray3 = 0;
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSausageTray1 = 0;
_root.rawSausageTray2 = 0;
_root.rawSausageTray3 = 0;
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesTray3 = 0;
_root.rawRiceTray1 = 0;
_root.rawRiceTray2 = 0;
_root.rawRiceTray3 = 0;
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanTray3 = 0;
_root.rawRendangTray1 = 0;
_root.rawRendangTray2 = 0;
_root.rawRendangTray3 = 0;
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeTray3 = 0;
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryTray3 = 0;
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateTray3 = 0;
_root.juiceMelonTray1 = 0;
_root.juiceMelonTray2 = 0;
_root.juiceMelonTray3 = 0;
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantTray3 = 0;
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSausageTray1 = 0;
_root.friedSausageTray2 = 0;
_root.friedSausageTray3 = 0;
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseTray3 = 0;
_root.cookedRiceTray1 = 0;
_root.cookedRiceTray2 = 0;
_root.cookedRiceTray3 = 0;
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedRendangTray1 = 0;
_root.cookedRendangTray2 = 0;
_root.cookedRendangTray3 = 0;
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceTray3 = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawRiceChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangePouring = 0;
_root.juiceStrawberryPouring = 0;
_root.juiceChocolatePouring = 0;
_root.juiceMelonPouring = 0;
_root.juiceBlackcurrantPouring = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.stoveLeftCooking = 0;
_root.stoveRightCooking = 0;
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighOnStoveRight = 0;
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiOnStoveRight = 0;
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesOnStoveRight = 0;
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangOnStoveRight = 0;
_root.microwaveCooking = 0;
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns3OnMicrowave = 0;
_root.cookedRiceOnMicrowave = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.grillGrilling = 0;
_root.grilledChickenSteakOnGrill = 0;
_root.chef._x = 284.8;
_root.chef._y = 222.8;
_root.chef.gotoAndStop('front');
_root.chef.rice.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food3.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.drinks.gotoAndStop('empty');
_root.stove.stove1.gotoAndStop('empty');
_root.stove.stove2.gotoAndStop('empty');
_root.microwave.microwave1.gotoAndStop('empty');
_root.microwave.microwave2.gotoAndStop('empty');
_root.grill.grill1.gotoAndStop('empty');
_root.grill.grill2.gotoAndStop('empty');
_root.juicer.juicer1.gotoAndStop('empty');
_root.juicer.juicer2.gotoAndStop('empty');
_root.trashBin.gotoAndStop('close');
_root.tray1.gotoAndStop('empty');
_root.tray2.gotoAndStop('empty');
_root.tray3.gotoAndStop('empty');
_root.cashRegister.gotoAndStop('empty');
_root.window1Left.window1.gotoAndStop('morning');
_root.window1Left.window2.gotoAndStop('morning');
_root.window1Left.window3.gotoAndStop('morning');
_root.window1Left.window4.gotoAndStop('morning');
_root.window2Right.window1.gotoAndStop('morning');
_root.window2Right.window2.gotoAndStop('morning');
_root.window2Right.window3.gotoAndStop('morning');
_root.window2Right.window4.gotoAndStop('morning');
_root.goal = 40;
if (_root.phoneOrderActive == 1) {
_root.guestCount = 11;
} else {
_root.guestCount = 9;
}
_global.currentLevel = 4;
_root.date = 4;
_root.scoreLevel = 0;
_root.level4Complete = 0;
}
button 2051 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedSteamedBuns11.gotoAndStop('waiting');
}
}
}
}
movieClip 2053 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 2054 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
}
}
}
}
}
}
}
movieClip 2057 {
frame 1800 {
_root.guestPhoneFriedSteamedBuns11.gotoAndStop('leave');
}
}
movieClip 2059 {
frame 24 {
_root.guestPhoneFriedSteamedBuns11.gotoAndStop('gone');
}
}
movieClip 2061 {
frame 1 {
stop();
if (_root.phoneOrderActive == 1) {
nextFrame();
}
}
frame 2 {
stop();
}
instance of movieClip 2053 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2057 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 2059 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneJuiceOrange2.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 1;
}
}
frame 6 {
stop();
}
}
button 2063 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneJuiceOrange2.gotoAndStop('waiting');
}
}
}
}
movieClip 2065 {
frame 200 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 280 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 2066 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
}
}
}
}
}
}
}
movieClip 2069 {
frame 1800 {
_root.guestPhoneJuiceOrange2.gotoAndStop('gone');
}
}
movieClip 2071 {
frame 24 {
_root.guestPhoneJuiceOrange2.gotoAndStop('gone');
}
}
movieClip 2073 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2065 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2069 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
movieClip 2075 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyLatin1JuiceBlackcurrant1.gotoAndStop('waiting');
}
}
button 2076 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2078 {
}
movieClip 2081 {
frame 1200 {
_root.guestBoyLatin1JuiceBlackcurrant1.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyLatin1JuiceBlackcurrant1.gotoAndStop('leave');
}
}
button 2082 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2084 {
frame 36 {
_root.guestBoyLatin1JuiceBlackcurrant1.gotoAndStop('leave');
}
}
movieClip 2085 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2075 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2081 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2084 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBlonde1JuiceOrange1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 2087 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde1JuiceOrange1.gotoAndStop('waiting');
}
}
button 2088 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2091 {
frame 1200 {
_root.guestBoyBlonde1JuiceOrange1.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyBlonde1JuiceOrange1.gotoAndStop('leave');
}
}
button 2092 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2094 {
frame 36 {
_root.guestBoyBlonde1JuiceOrange1.gotoAndStop('leave');
}
}
movieClip 2095 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2087 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2091 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2094 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyAsian1FriedChickenWing1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 2097 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyAsian1FriedChickenWing1.gotoAndStop('waiting');
}
}
button 2099 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2102 {
frame 1200 {
_root.guestBoyAsian1FriedChickenWing1.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyAsian1FriedChickenWing1.gotoAndStop('leave');
}
}
movieClip 2106 {
}
button 2107 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2109 {
frame 36 {
_root.guestBoyAsian1FriedChickenWing1.gotoAndStop('leave');
}
}
movieClip 2110 {
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 2102 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2109 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 2112 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyAsian1CookedSpaghetti1.gotoAndStop('waiting');
}
}
button 2113 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2116 {
frame 1200 {
_root.guestBoyAsian1CookedSpaghetti1.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyAsian1CookedSpaghetti1.gotoAndStop('leave');
}
}
button 2117 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2119 {
frame 36 {
_root.guestBoyAsian1CookedSpaghetti1.gotoAndStop('leave');
}
}
movieClip 2120 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2112 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2116 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2119 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyLatin1JuiceBlackcurrant1.gotoAndStop(2);
_root.guestBoyBrunette1JuiceChocolate1.gotoAndStop(2);
} else {
_root.guestCount -= 7;
}
}
}
movieClip 2122 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette1FriedSteamedBuns21.gotoAndStop('waiting');
}
}
button 2123 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2126 {
frame 1200 {
_root.guestGirlBrunette1FriedSteamedBuns21.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlBrunette1FriedSteamedBuns21.gotoAndStop('leave');
}
}
button 2127 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2130 {
frame 36 {
_root.guestGirlBrunette1FriedSteamedBuns21.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();
}
frame 5 {
stop();
}
instance of movieClip 2130 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBlonde1FriedSteamedBuns31.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 2133 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde1FriedSteamedBuns31.gotoAndStop('waiting');
}
}
button 2134 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2137 {
frame 1200 {
_root.guestGirlBlonde1FriedSteamedBuns31.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlBlonde1FriedSteamedBuns31.gotoAndStop('leave');
}
}
button 2138 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2146 {
frame 36 {
_root.guestGirlBlonde1FriedSteamedBuns31.gotoAndStop('leave');
}
}
movieClip 2147 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2133 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2137 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2146 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 2149 {
frame 80 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlOld1friedSteamedBuns12.gotoAndStop('waiting');
}
}
button 2150 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2153 {
frame 1200 {
_root.guestGirlOld1friedSteamedBuns12.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlOld1friedSteamedBuns12.gotoAndStop('leave');
}
}
button 2154 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2160 {
frame 36 {
_root.guestGirlOld1friedSteamedBuns12.gotoAndStop('leave');
}
}
movieClip 2161 {
frame 1 {
stop();
}
instance of movieClip 2149 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2153 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2160 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyAsian1CookedSpaghetti1.gotoAndStop(2);
} else {
_root.guestCount -= 8;
}
}
}
movieClip 2163 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1JuiceChocolate1.gotoAndStop('waiting');
}
}
button 2164 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceChocolateChef == 1) {
_root.handFull = 0;
_root.juiceChocolateChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2166 {
}
movieClip 2169 {
frame 1200 {
_root.guestBoyBrunette1JuiceChocolate1.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyBrunette1JuiceChocolate1.gotoAndStop('leave');
}
}
button 2170 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceChocolateChef == 1) {
_root.handFull = 0;
_root.juiceChocolateChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2172 {
frame 36 {
_root.guestBoyBrunette1JuiceChocolate1.gotoAndStop('leave');
}
}
movieClip 2173 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2163 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2169 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBrunette2GrilledChickenSteak1.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 2175 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette2GrilledChickenSteak1.gotoAndStop('waiting');
}
}
button 2176 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2179 {
frame 1200 {
_root.guestBoyBrunette2GrilledChickenSteak1.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyBrunette2GrilledChickenSteak1.gotoAndStop('leave');
}
}
button 2180 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2182 {
frame 36 {
_root.guestBoyBrunette2GrilledChickenSteak1.gotoAndStop('leave');
}
}
movieClip 2183 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2175 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2179 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2182 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBrunette1FriedSteamedBuns21.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
frame 11 {
stop();
_root.handFull = 0;
_root.mainMenuOpen = 0;
_root.drinksMenuOpen = 0;
_root.tray1Fill = 0;
_root.tray2Fill = 0;
_root.tray3Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseTray3 = 0;
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastTray3 = 0;
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingTray3 = 0;
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighTray3 = 0;
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakTray3 = 0;
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiTray3 = 0;
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSausageTray1 = 0;
_root.rawSausageTray2 = 0;
_root.rawSausageTray3 = 0;
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesTray3 = 0;
_root.rawRiceTray1 = 0;
_root.rawRiceTray2 = 0;
_root.rawRiceTray3 = 0;
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanTray3 = 0;
_root.rawRendangTray1 = 0;
_root.rawRendangTray2 = 0;
_root.rawRendangTray3 = 0;
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeTray3 = 0;
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryTray3 = 0;
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateTray3 = 0;
_root.juiceMelonTray1 = 0;
_root.juiceMelonTray2 = 0;
_root.juiceMelonTray3 = 0;
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantTray3 = 0;
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSausageTray1 = 0;
_root.friedSausageTray2 = 0;
_root.friedSausageTray3 = 0;
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseTray3 = 0;
_root.cookedRiceTray1 = 0;
_root.cookedRiceTray2 = 0;
_root.cookedRiceTray3 = 0;
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedRendangTray1 = 0;
_root.cookedRendangTray2 = 0;
_root.cookedRendangTray3 = 0;
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceTray3 = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawRiceChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangePouring = 0;
_root.juiceStrawberryPouring = 0;
_root.juiceChocolatePouring = 0;
_root.juiceMelonPouring = 0;
_root.juiceBlackcurrantPouring = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.stoveLeftCooking = 0;
_root.stoveRightCooking = 0;
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighOnStoveRight = 0;
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiOnStoveRight = 0;
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesOnStoveRight = 0;
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangOnStoveRight = 0;
_root.microwaveCooking = 0;
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns3OnMicrowave = 0;
_root.cookedRiceOnMicrowave = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.grillGrilling = 0;
_root.grilledChickenSteakOnGrill = 0;
_root.chef._x = 284.8;
_root.chef._y = 222.8;
_root.chef.gotoAndStop('front');
_root.chef.rice.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food3.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.drinks.gotoAndStop('empty');
_root.stove.stove1.gotoAndStop('empty');
_root.stove.stove2.gotoAndStop('empty');
_root.microwave.microwave1.gotoAndStop('empty');
_root.microwave.microwave2.gotoAndStop('empty');
_root.grill.grill1.gotoAndStop('empty');
_root.grill.grill2.gotoAndStop('empty');
_root.juicer.juicer1.gotoAndStop('empty');
_root.juicer.juicer2.gotoAndStop('empty');
_root.trashBin.gotoAndStop('close');
_root.tray1.gotoAndStop('empty');
_root.tray2.gotoAndStop('empty');
_root.tray3.gotoAndStop('empty');
_root.cashRegister.gotoAndStop('empty');
_root.window1.window1.gotoAndStop('morning');
_root.window1.window2.gotoAndStop('morning');
_root.window1.window3.gotoAndStop('morning');
_root.window1.window4.gotoAndStop('morning');
_root.window2.window1.gotoAndStop('morning');
_root.window2.window2.gotoAndStop('morning');
_root.window2.window3.gotoAndStop('morning');
_root.window2.window4.gotoAndStop('morning');
_root.goal = 60;
if (_root.phoneOrderActive == 1) {
_root.guestCount = 12;
} else {
_root.guestCount = 10;
}
_global.currentLevel = 5;
_root.date = 5;
_root.scoreLevel = 0;
_root.level5Complete = 0;
_root.guestGirlAsian1FriedChickenWing2Queue = 1;
_root.guestBoyBrunette1JuiceMelon1Queue1 = 1;
_root.guestBoyBrunette1JuiceMelon1Queue2 = 0;
}
button 2185 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedSteamedBuns21.gotoAndStop('waiting');
}
}
}
}
movieClip 2187 {
frame 60 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 140 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 2188 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
}
}
}
}
}
}
}
movieClip 2191 {
frame 1800 {
_root.guestPhoneFriedSteamedBuns21.gotoAndStop('gone');
}
}
movieClip 2193 {
frame 24 {
_root.guestPhoneFriedSteamedBuns21.gotoAndStop('gone');
}
}
movieClip 2195 {
frame 1 {
stop();
if (_root.phoneOrderActive == 1) {
nextFrame();
}
}
frame 2 {
stop();
}
instance of movieClip 2187 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2191 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 2193 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneGrilledChickenSteak1.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 1;
}
}
frame 6 {
stop();
}
}
button 2197 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneGrilledChickenSteak1.gotoAndStop('waiting');
}
}
}
}
movieClip 2199 {
frame 200 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 280 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 2200 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
}
}
}
}
}
}
}
movieClip 2203 {
frame 1800 {
_root.guestPhoneGrilledChickenSteak1.gotoAndStop('gone');
}
}
movieClip 2205 {
frame 24 {
_root.guestPhoneGrilledChickenSteak1.gotoAndStop('gone');
}
}
movieClip 2207 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2199 {
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();
}
instance of movieClip 2205 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guest.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 2209 {
frame 400 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette1GrilledChickenSteak2Queue = 1;
_root.guestGirlBrunette1GrilledChickenSteak2.gotoAndStop('waiting');
}
}
button 2210 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2213 {
frame 1200 {
_root.guestGirlBrunette1GrilledChickenSteak2.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlBrunette1GrilledChickenSteak2.gotoAndStop('leave');
}
}
button 2214 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2217 {
frame 36 {
_root.guestGirlBrunette1GrilledChickenSteak2.gotoAndStop('leave');
}
}
movieClip 2218 {
frame 1 {
stop();
}
instance of movieClip 2209 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2217 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyAsian1CookedSpaghetti2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 2220 {
frame 1200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyAsian1CookedSpaghetti2.gotoAndStop('waiting');
}
}
button 2221 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2224 {
frame 1200 {
_root.guestBoyAsian1CookedSpaghetti2.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyAsian1CookedSpaghetti2.gotoAndStop('leave');
}
}
button 2225 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2227 {
frame 36 {
_root.guestBoyAsian1CookedSpaghetti2.gotoAndStop('leave');
}
}
movieClip 2228 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2220 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2227 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBlonde1FriedChickenBreast1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
instance guestBoyAsian1CookedSpaghetti2 of movieClip 2228 {
onClipEvent (enterFrame) {
if (_root.guestGirlBrunette1GrilledChickenSteak2Queue == 0) {
this._x = 106.35;
this._y = 324.5;
}
}
}
movieClip 2230 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde1FriedChickenBreast1.gotoAndStop('waiting');
}
}
button 2231 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2234 {
frame 1200 {
_root.guestBoyBlonde1FriedChickenBreast1.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyBlonde1FriedChickenBreast1.gotoAndStop('leave');
}
}
button 2235 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2237 {
frame 36 {
_root.guestBoyBlonde1FriedChickenBreast1.gotoAndStop('leave');
}
}
movieClip 2238 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2230 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2234 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2237 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 2240 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian1FriedChickenWing2Queue = 1;
_root.guestGirlAsian1FriedChickenWing2.gotoAndStop('waiting');
}
}
button 2241 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2244 {
frame 1200 {
_root.guestGirlAsian1FriedChickenWing2.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlAsian1FriedChickenWing2.gotoAndStop('leave');
}
}
button 2245 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2247 {
frame 36 {
_root.guestGirlAsian1FriedChickenWing2.gotoAndStop('leave');
}
}
movieClip 2248 {
frame 1 {
stop();
}
instance of movieClip 2240 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2244 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2247 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestGirlAsian1FriedChickenWing2Queue = 0;
if (_root.guestBoyBrunette1JuiceMelon1Queue1 == 1) {
_root.guestBoyBrunette1JuiceMelon1Queue1 = 0;
_root.guestBoyBrunette1JuiceMelon1Queue2 = 1;
}
}
}
movieClip 2250 {
frame 700 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1JuiceMelon1.gotoAndStop('waiting');
}
}
button 2251 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceMelonChef == 1) {
_root.handFull = 0;
_root.juiceMelonChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2253 {
}
movieClip 2256 {
frame 1200 {
_root.guestBoyBrunette1JuiceMelon1.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyBrunette1JuiceMelon1.gotoAndStop('leave');
}
}
button 2257 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceMelonChef == 1) {
_root.handFull = 0;
_root.juiceMelonChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2259 {
frame 36 {
_root.guestBoyBrunette1JuiceMelon1.gotoAndStop('leave');
}
}
movieClip 2260 {
frame 1 {
stop();
}
instance of movieClip 2250 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2256 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2259 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestBoyBrunette1JuiceMelon1Queue1 = 0;
_root.guestBoyBrunette1JuiceMelon1Queue2 = 0;
}
}
instance guestBoyBrunette1JuiceMelon1 of movieClip 2260 {
onClipEvent (enterFrame) {
if (_root.guestGirlAsian1FriedChickenWing2Queue == 0) {
this._x = 189.4;
this._y = 334.65;
}
}
}
movieClip 2262 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony1FriedSteamedBuns12.gotoAndStop('waiting');
}
}
button 2263 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2266 {
frame 1200 {
_root.guestGirlEbony1FriedSteamedBuns12.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlEbony1FriedSteamedBuns12.gotoAndStop('leave');
}
}
button 2267 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2269 {
frame 36 {
_root.guestGirlEbony1FriedSteamedBuns12.gotoAndStop('leave');
}
}
movieClip 2270 {
frame 1 {
stop();
}
instance of movieClip 2262 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2266 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2269 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
instance guestGirlEbony1FriedSteamedBuns12 of movieClip 2270 {
onClipEvent (enterFrame) {
if (_root.guestGirlAsian1FriedChickenWing2Queue == 0 & _root.guestBoyBrunette1JuiceMelon1Queue1 == 0 & _root.guestBoyBrunette1JuiceMelon1Queue2 == 1 || _root.guestGirlAsian1FriedChickenWing2Queue == 1 & _root.guestBoyBrunette1JuiceMelon1Queue1 == 0 & _root.guestBoyBrunette1JuiceMelon1Queue2 == 0) {
this._x = 208.7;
this._y = 340.2;
}
if (_root.guestGirlAsian1FriedChickenWing2Queue == 0 & _root.guestBoyBrunette1JuiceMelon1Queue1 == 0 & _root.guestBoyBrunette1JuiceMelon1Queue2 == 0) {
this._x = 177.9;
this._y = 361.85;
}
}
}
movieClip 2272 {
frame 60 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony1FriedSteamedBuns32.gotoAndStop('waiting');
}
}
button 2273 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2276 {
frame 1200 {
_root.guestGirlEbony1FriedSteamedBuns32.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlEbony1FriedSteamedBuns32.gotoAndStop('leave');
}
}
button 2277 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2279 {
frame 36 {
_root.guestGirlEbony1FriedSteamedBuns32.gotoAndStop('leave');
}
}
movieClip 2280 {
frame 1 {
stop();
}
instance of movieClip 2272 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2276 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2279 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBlonde1CookedSpaghetti2.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 2282 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde1CookedSpaghetti2.gotoAndStop('waiting');
}
}
button 2283 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2286 {
frame 1200 {
_root.guestBoyBlonde1CookedSpaghetti2.gotoAndStop('mad');
}
frame 1800 {
_root.guestBoyBlonde1CookedSpaghetti2.gotoAndStop('leave');
}
}
button 2287 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2289 {
frame 36 {
_root.guestBoyBlonde1CookedSpaghetti2.gotoAndStop('leave');
}
}
movieClip 2290 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2282 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2286 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2289 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBrunette1CookedSpaghetti1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 2292 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette1CookedSpaghetti1.gotoAndStop('waiting');
}
}
button 2293 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2296 {
frame 1200 {
_root.guestGirlBrunette1CookedSpaghetti1.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlBrunette1CookedSpaghetti1.gotoAndStop('leave');
}
}
button 2297 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2300 {
frame 36 {
_root.guestGirlBrunette1CookedSpaghetti1.gotoAndStop('leave');
}
}
movieClip 2301 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2292 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2296 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2300 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBlonde1GrilledChickenSteak1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 2303 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde1GrilledChickenSteak1.gotoAndStop('waiting');
}
}
button 2304 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2307 {
frame 1200 {
_root.guestGirlBlonde1GrilledChickenSteak1.gotoAndStop('mad');
}
frame 1800 {
_root.guestGirlBlonde1GrilledChickenSteak1.gotoAndStop('leave');
}
}
button 2308 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2316 {
frame 36 {
_root.guestGirlBlonde1GrilledChickenSteak1.gotoAndStop('leave');
}
}
movieClip 2317 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2303 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2307 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2316 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
frame 12 {
stop();
_root.handFull = 0;
_root.mainMenuOpen = 0;
_root.drinksMenuOpen = 0;
_root.tray1Fill = 0;
_root.tray2Fill = 0;
_root.tray3Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseTray3 = 0;
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastTray3 = 0;
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingTray3 = 0;
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighTray3 = 0;
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakTray3 = 0;
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiTray3 = 0;
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSausageTray1 = 0;
_root.rawSausageTray2 = 0;
_root.rawSausageTray3 = 0;
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesTray3 = 0;
_root.rawRiceTray1 = 0;
_root.rawRiceTray2 = 0;
_root.rawRiceTray3 = 0;
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanTray3 = 0;
_root.rawRendangTray1 = 0;
_root.rawRendangTray2 = 0;
_root.rawRendangTray3 = 0;
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeTray3 = 0;
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryTray3 = 0;
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateTray3 = 0;
_root.juiceMelonTray1 = 0;
_root.juiceMelonTray2 = 0;
_root.juiceMelonTray3 = 0;
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantTray3 = 0;
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSausageTray1 = 0;
_root.friedSausageTray2 = 0;
_root.friedSausageTray3 = 0;
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseTray3 = 0;
_root.cookedRiceTray1 = 0;
_root.cookedRiceTray2 = 0;
_root.cookedRiceTray3 = 0;
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedRendangTray1 = 0;
_root.cookedRendangTray2 = 0;
_root.cookedRendangTray3 = 0;
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceTray3 = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawRiceChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangePouring = 0;
_root.juiceStrawberryPouring = 0;
_root.juiceChocolatePouring = 0;
_root.juiceMelonPouring = 0;
_root.juiceBlackcurrantPouring = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.stoveLeftCooking = 0;
_root.stoveRightCooking = 0;
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighOnStoveRight = 0;
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiOnStoveRight = 0;
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesOnStoveRight = 0;
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangOnStoveRight = 0;
_root.microwaveCooking = 0;
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns3OnMicrowave = 0;
_root.cookedRiceOnMicrowave = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.grillGrilling = 0;
_root.grilledChickenSteakOnGrill = 0;
_root.chef._x = 284.8;
_root.chef._y = 222.8;
_root.chef.gotoAndStop('front');
_root.chef.rice.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food3.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.drinks.gotoAndStop('empty');
_root.stove.stove1.gotoAndStop('empty');
_root.stove.stove2.gotoAndStop('empty');
_root.microwave.microwave1.gotoAndStop('empty');
_root.microwave.microwave2.gotoAndStop('empty');
_root.grill.grill1.gotoAndStop('empty');
_root.grill.grill2.gotoAndStop('empty');
_root.juicer.juicer1.gotoAndStop('empty');
_root.juicer.juicer2.gotoAndStop('empty');
_root.trashBin.gotoAndStop('close');
_root.tray1.gotoAndStop('empty');
_root.tray2.gotoAndStop('empty');
_root.tray3.gotoAndStop('empty');
_root.cashRegister.gotoAndStop('empty');
_root.window1.window1.gotoAndStop('morning');
_root.window1.window2.gotoAndStop('morning');
_root.window1.window3.gotoAndStop('morning');
_root.window1.window4.gotoAndStop('morning');
_root.window2.window1.gotoAndStop('morning');
_root.window2.window2.gotoAndStop('morning');
_root.window2.window3.gotoAndStop('morning');
_root.window2.window4.gotoAndStop('morning');
_root.goal = 80;
if (_root.phoneOrderActive == 1) {
_root.guestCount = 13;
} else {
_root.guestCount = 10;
}
_global.currentLevel = 6;
_root.date = 6;
_root.scoreLevel = 0;
_root.level6Complete = 0;
_root.guestGirlBlonde2FriedSausageFriedFrenchFries1Queue = 1;
_root.guestBoyLatin1JuiceBlackcurrant2Queue1 = 1;
_root.guestBoyLatin1JuiceBlackcurrant2Queue2 = 0;
}
button 2319 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedChickenBreastFriedFrenchFries1.gotoAndStop('waiting');
}
}
}
}
movieClip 2321 {
frame 300 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 380 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 2322 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
}
}
}
}
}
}
}
movieClip 2324 {
}
movieClip 2327 {
frame 1620 {
_root.guestPhoneFriedChickenBreastFriedFrenchFries1.gotoAndStop('gone');
}
}
movieClip 2329 {
frame 24 {
_root.guestPhoneFriedChickenBreastFriedFrenchFries1.gotoAndStop('gone');
}
}
movieClip 2331 {
frame 1 {
stop();
if (_root.phoneOrderActive == 1) {
nextFrame();
}
}
frame 2 {
stop();
}
instance of movieClip 2321 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2327 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 2329 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneJuiceBlackcurrant1.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 2;
}
}
frame 6 {
stop();
}
}
button 2333 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneJuiceBlackcurrant1.gotoAndStop('waiting');
}
}
}
}
movieClip 2335 {
frame 200 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 280 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 2336 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
}
}
}
}
}
}
}
movieClip 2339 {
frame 1620 {
_root.guestPhoneJuiceBlackcurrant1.gotoAndStop('gone');
}
}
movieClip 2341 {
frame 24 {
_root.guestPhoneJuiceBlackcurrant1.gotoAndStop('gone');
}
}
movieClip 2343 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2335 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2339 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 2341 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneFriedSteamedBuns12.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 1;
}
}
frame 6 {
stop();
}
}
button 2345 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedSteamedBuns12.gotoAndStop('waiting');
}
}
}
}
movieClip 2347 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 2348 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
}
}
}
}
}
}
}
movieClip 2351 {
frame 1680 {
_root.guestPhoneFriedSteamedBuns12.gotoAndStop('leave');
}
}
movieClip 2353 {
frame 24 {
_root.guestPhoneFriedSteamedBuns12.gotoAndStop('gone');
}
}
movieClip 2355 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2347 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2351 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 2353 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
movieClip 2357 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1GrilledChickenSteak1.gotoAndStop('waiting');
}
}
button 2358 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2361 {
frame 1080 {
_root.guestBoyBrunette1GrilledChickenSteak1.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyBrunette1GrilledChickenSteak1.gotoAndStop('leave');
}
}
button 2362 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2364 {
frame 36 {
_root.guestBoyBrunette1GrilledChickenSteak1.gotoAndStop('leave');
}
}
movieClip 2365 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2357 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2361 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBlonde1JuiceOrange2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 2367 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde1JuiceOrange2.gotoAndStop('waiting');
}
}
button 2368 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2371 {
frame 1080 {
_root.guestBoyBlonde1JuiceOrange2.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyBlonde1JuiceOrange2.gotoAndStop('leave');
}
}
button 2372 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2374 {
frame 36 {
_root.guestBoyBlonde1JuiceOrange2.gotoAndStop('leave');
}
}
movieClip 2375 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2367 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2371 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2374 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBlonde2JuiceStrawberry1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 2377 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde2JuiceStrawberry1.gotoAndStop('waiting');
}
}
button 2379 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2381 {
}
movieClip 2384 {
frame 1080 {
_root.guestGirlBlonde2JuiceStrawberry1.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlBlonde2JuiceStrawberry1.gotoAndStop('leave');
}
}
button 2386 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2388 {
frame 36 {
_root.guestGirlBlonde2JuiceStrawberry1.gotoAndStop('leave');
}
}
movieClip 2389 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2377 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2384 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2388 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 2391 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian2FriedChickenThighFriedFrenchFries1.gotoAndStop('waiting');
}
}
button 2393 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenThighFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2395 {
}
movieClip 2398 {
frame 1080 {
_root.guestGirlAsian2FriedChickenThighFriedFrenchFries1.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlAsian2FriedChickenThighFriedFrenchFries1.gotoAndStop('leave');
}
}
button 2400 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenThighFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2402 {
frame 36 {
_root.guestGirlAsian2FriedChickenThighFriedFrenchFries1.gotoAndStop('leave');
}
}
movieClip 2403 {
frame 1 {
stop();
}
instance of movieClip 2391 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2398 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2402 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBlonde1GrilledChickenSteak2.gotoAndStop(2);
_root.guestBoyBrunette1GrilledChickenSteak1.gotoAndStop(2);
} else {
_root.guestCount -= 6;
}
}
}
movieClip 2405 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde1GrilledChickenSteak2.gotoAndStop('waiting');
}
}
button 2406 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2409 {
frame 1080 {
_root.guestGirlBlonde1GrilledChickenSteak2.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlBlonde1GrilledChickenSteak2.gotoAndStop('leave');
}
}
button 2410 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2418 {
frame 36 {
_root.guestGirlBlonde1GrilledChickenSteak2.gotoAndStop('leave');
}
}
movieClip 2419 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2405 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2409 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2418 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlEbony1CookedSpaghetti2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 2421 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony1CookedSpaghetti2.gotoAndStop('waiting');
}
}
button 2422 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2425 {
frame 1080 {
_root.guestGirlEbony1CookedSpaghetti2.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlEbony1CookedSpaghetti2.gotoAndStop('leave');
}
}
button 2426 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2428 {
frame 36 {
_root.guestGirlEbony1CookedSpaghetti2.gotoAndStop('leave');
}
}
movieClip 2429 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2421 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2428 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBrunette1GrilledChickenSteak2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 2431 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1GrilledChickenSteak2.gotoAndStop('waiting');
}
}
button 2432 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2435 {
frame 1080 {
_root.guestBoyBrunette1GrilledChickenSteak2.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyBrunette1GrilledChickenSteak2.gotoAndStop('leave');
}
}
button 2436 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2438 {
frame 36 {
_root.guestBoyBrunette1GrilledChickenSteak2.gotoAndStop('leave');
}
}
movieClip 2439 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2431 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2435 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2438 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 2441 {
frame 80 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde2FriedSausageFriedFrenchFries1Queue = 1;
_root.guestGirlBlonde2FriedSausageFriedFrenchFries1.gotoAndStop('waiting');
}
}
button 2442 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSausageFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 17;
_root.score += 17;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2444 {
}
movieClip 2447 {
frame 1080 {
_root.guestGirlBlonde2FriedSausageFriedFrenchFries1.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlBlonde2FriedSausageFriedFrenchFries1.gotoAndStop('leave');
}
}
button 2448 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSausageFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 17;
_root.score += 17;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2450 {
frame 36 {
_root.guestGirlBlonde2FriedSausageFriedFrenchFries1.gotoAndStop('leave');
}
}
movieClip 2451 {
frame 1 {
stop();
}
instance of movieClip 2441 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2447 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2450 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestGirlBlonde2FriedSausageFriedFrenchFries1Queue = 0;
if (_root.guestBoyLatin1JuiceBlackcurrant2Queue1 == 1) {
_root.guestBoyLatin1JuiceBlackcurrant2Queue1 = 0;
_root.guestBoyLatin1JuiceBlackcurrant2Queue2 = 1;
}
}
}
movieClip 2453 {
frame 400 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyLatin1JuiceBlackcurrant2.gotoAndStop('waiting');
}
}
button 2454 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2457 {
frame 1080 {
_root.guestBoyLatin1JuiceBlackcurrant2.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyLatin1JuiceBlackcurrant2.gotoAndStop('leave');
}
}
button 2458 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2460 {
frame 36 {
_root.guestBoyLatin1JuiceBlackcurrant2.gotoAndStop('leave');
}
}
movieClip 2461 {
frame 1 {
stop();
}
instance of movieClip 2453 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2457 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2460 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestBoyLatin1JuiceBlackcurrant2Queue1 = 0;
_root.guestBoyLatin1JuiceBlackcurrant2Queue2 = 0;
}
}
instance guestBoyLatin1JuiceBlackcurrant2 of movieClip 2461 {
onClipEvent (enterFrame) {
if (_root.guestGirlBlonde2FriedSausageFriedFrenchFries1Queue == 0) {
this._x = 275.5;
this._y = 340.3;
}
}
}
movieClip 2463 {
frame 600 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyAsian1FriedChickenWing2.gotoAndStop('waiting');
}
}
button 2464 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2467 {
frame 1080 {
_root.guestBoyAsian1FriedChickenWing2.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyAsian1FriedChickenWing2.gotoAndStop('leave');
}
}
button 2468 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2470 {
frame 36 {
_root.guestBoyAsian1FriedChickenWing2.gotoAndStop('leave');
}
}
movieClip 2471 {
frame 1 {
stop();
}
instance of movieClip 2463 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2467 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2470 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
instance guestBoyAsian1FriedChickenWing2 of movieClip 2471 {
onClipEvent (enterFrame) {
if (_root.guestGirlBlonde2FriedSausageFriedFrenchFries1Queue == 0 & _root.guestBoyLatin1JuiceBlackcurrant2Queue1 == 0 & _root.guestBoyLatin1JuiceBlackcurrant2Queue2 == 1 || _root.guestGirlBlonde2FriedSausageFriedFrenchFries1Queue == 1 & _root.guestBoyLatin1JuiceBlackcurrant2Queue1 == 0 & _root.guestBoyLatin1JuiceBlackcurrant2Queue2 == 0) {
this._x = 245;
this._y = 376.9;
}
if (_root.guestGirlBlonde2FriedSausageFriedFrenchFries1Queue == 0 & _root.guestBoyLatin1JuiceBlackcurrant2Queue1 == 0 & _root.guestBoyLatin1JuiceBlackcurrant2Queue2 == 0) {
this._x = 276.8;
this._y = 349.7;
}
}
}
frame 13 {
stop();
_root.handFull = 0;
_root.mainMenuOpen = 0;
_root.drinksMenuOpen = 0;
_root.tray1Fill = 0;
_root.tray2Fill = 0;
_root.tray3Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseTray3 = 0;
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastTray3 = 0;
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingTray3 = 0;
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighTray3 = 0;
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakTray3 = 0;
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiTray3 = 0;
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSausageTray1 = 0;
_root.rawSausageTray2 = 0;
_root.rawSausageTray3 = 0;
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesTray3 = 0;
_root.rawRiceTray1 = 0;
_root.rawRiceTray2 = 0;
_root.rawRiceTray3 = 0;
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanTray3 = 0;
_root.rawRendangTray1 = 0;
_root.rawRendangTray2 = 0;
_root.rawRendangTray3 = 0;
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeTray3 = 0;
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryTray3 = 0;
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateTray3 = 0;
_root.juiceMelonTray1 = 0;
_root.juiceMelonTray2 = 0;
_root.juiceMelonTray3 = 0;
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantTray3 = 0;
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSausageTray1 = 0;
_root.friedSausageTray2 = 0;
_root.friedSausageTray3 = 0;
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseTray3 = 0;
_root.cookedRiceTray1 = 0;
_root.cookedRiceTray2 = 0;
_root.cookedRiceTray3 = 0;
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedRendangTray1 = 0;
_root.cookedRendangTray2 = 0;
_root.cookedRendangTray3 = 0;
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceTray3 = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawRiceChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangePouring = 0;
_root.juiceStrawberryPouring = 0;
_root.juiceChocolatePouring = 0;
_root.juiceMelonPouring = 0;
_root.juiceBlackcurrantPouring = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.stoveLeftCooking = 0;
_root.stoveRightCooking = 0;
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighOnStoveRight = 0;
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiOnStoveRight = 0;
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesOnStoveRight = 0;
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangOnStoveRight = 0;
_root.microwaveCooking = 0;
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns3OnMicrowave = 0;
_root.cookedRiceOnMicrowave = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.grillGrilling = 0;
_root.grilledChickenSteakOnGrill = 0;
_root.chef._x = 284.8;
_root.chef._y = 222.8;
_root.chef.gotoAndStop('front');
_root.chef.rice.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food3.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.drinks.gotoAndStop('empty');
_root.stove.stove1.gotoAndStop('empty');
_root.stove.stove2.gotoAndStop('empty');
_root.microwave.microwave1.gotoAndStop('empty');
_root.microwave.microwave2.gotoAndStop('empty');
_root.grill.grill1.gotoAndStop('empty');
_root.grill.grill2.gotoAndStop('empty');
_root.juicer.juicer1.gotoAndStop('empty');
_root.juicer.juicer2.gotoAndStop('empty');
_root.trashBin.gotoAndStop('close');
_root.tray1.gotoAndStop('empty');
_root.tray2.gotoAndStop('empty');
_root.tray3.gotoAndStop('empty');
_root.cashRegister.gotoAndStop('empty');
_root.window1.window1.gotoAndStop('morning');
_root.window1.window2.gotoAndStop('morning');
_root.window1.window3.gotoAndStop('morning');
_root.window1.window4.gotoAndStop('morning');
_root.window2.window1.gotoAndStop('morning');
_root.window2.window2.gotoAndStop('morning');
_root.window2.window3.gotoAndStop('morning');
_root.window2.window4.gotoAndStop('morning');
_root.goal = 100;
if (_root.phoneOrderActive == 1) {
_root.guestCount = 14;
} else {
_root.guestCount = 11;
}
_global.currentLevel = 7;
_root.date = 7;
_root.scoreLevel = 0;
_root.level7Complete = 0;
_root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1Queue = 1;
_root.guestBoyBrunette1JuiceMelon2Queue1 = 1;
_root.guestBoyBrunette1JuiceMelon2Queue2 = 0;
_root.guestGirlOld1friedChickenBreast2Queue1 = 1;
_root.guestGirlOld1friedChickenBreast2Queue2 = 0;
_root.guestGirlOld1friedChickenBreast2Queue3 = 0;
}
button 2473 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneCookedSpaghettiCheddarCheese1.gotoAndStop('waiting');
}
}
}
}
movieClip 2475 {
frame 80 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 160 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 2476 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
}
}
}
}
}
}
}
movieClip 2478 {
}
movieClip 2481 {
frame 1620 {
_root.guestPhoneCookedSpaghettiCheddarCheese1.gotoAndStop('gone');
}
}
movieClip 2483 {
frame 24 {
_root.guestPhoneCookedSpaghettiCheddarCheese1.gotoAndStop('gone');
}
}
movieClip 2485 {
frame 1 {
stop();
if (_root.phoneOrderActive == 1) {
nextFrame();
}
}
frame 2 {
stop();
}
instance of movieClip 2475 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2481 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 2483 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneFriedChickenWingFriedFrenchFries1.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 2;
}
}
frame 6 {
stop();
}
}
button 2487 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedChickenWingFriedFrenchFries1.gotoAndStop('waiting');
}
}
}
}
movieClip 2489 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 2490 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
}
}
}
}
}
}
}
movieClip 2493 {
frame 1620 {
_root.guestPhoneFriedChickenWingFriedFrenchFries1.gotoAndStop('gone');
}
}
movieClip 2495 {
frame 24 {
_root.guestPhoneFriedChickenWingFriedFrenchFries1.gotoAndStop('gone');
}
}
movieClip 2496 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2489 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2493 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 2495 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneCookedSpaghetti2.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 1;
}
}
frame 6 {
stop();
}
}
button 2498 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneCookedSpaghetti2.gotoAndStop('waiting');
}
}
}
}
movieClip 2500 {
frame 300 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 380 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 2501 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
}
}
}
}
}
}
}
movieClip 2504 {
frame 1620 {
_root.guestPhoneCookedSpaghetti2.gotoAndStop('gone');
}
}
movieClip 2506 {
frame 24 {
_root.guestPhoneCookedSpaghetti2.gotoAndStop('gone');
}
}
movieClip 2507 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2500 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2504 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 2506 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
movieClip 2509 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde1FriedSteamedBuns32Queue = 1;
_root.guestGirlBlonde1FriedSteamedBuns32.gotoAndStop('waiting');
}
}
button 2510 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2513 {
frame 1080 {
_root.guestGirlBlonde1FriedSteamedBuns32.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlBlonde1FriedSteamedBuns32.gotoAndStop('leave');
}
}
button 2514 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2522 {
frame 36 {
_root.guestGirlBlonde1FriedSteamedBuns32.gotoAndStop('leave');
}
}
movieClip 2523 {
frame 1 {
stop();
}
instance of movieClip 2509 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2513 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2522 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyAsian2JuiceChocolate1.gotoAndStop(2);
_root.guestGirlAsian2CookedSpaghettiCheddarCheese1.gotoAndStop(2);
} else {
_root.guestCount -= 6;
}
}
}
movieClip 2525 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian2CookedSpaghettiCheddarCheese1.gotoAndStop('waiting');
}
}
button 2526 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2529 {
frame 1080 {
_root.guestGirlAsian2CookedSpaghettiCheddarCheese1.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlAsian2CookedSpaghettiCheddarCheese1.gotoAndStop('leave');
}
}
button 2530 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2532 {
frame 36 {
_root.guestGirlAsian2CookedSpaghettiCheddarCheese1.gotoAndStop('leave');
}
}
movieClip 2533 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2525 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2529 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2532 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBlonde1FriedChickenBreast2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 2535 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde1FriedChickenBreast2.gotoAndStop('waiting');
}
}
button 2536 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2539 {
frame 1080 {
_root.guestBoyBlonde1FriedChickenBreast2.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyBlonde1FriedChickenBreast2.gotoAndStop('leave');
}
}
button 2540 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2542 {
frame 36 {
_root.guestBoyBlonde1FriedChickenBreast2.gotoAndStop('leave');
}
}
movieClip 2543 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2535 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2539 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2542 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 2545 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyAsian2JuiceChocolate1.gotoAndStop('waiting');
}
}
button 2547 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceChocolateChef == 1) {
_root.handFull = 0;
_root.juiceChocolateChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2550 {
frame 1080 {
_root.guestBoyAsian2JuiceChocolate1.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyAsian2JuiceChocolate1.gotoAndStop('leave');
}
}
movieClip 2554 {
}
button 2555 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceChocolateChef == 1) {
_root.handFull = 0;
_root.juiceChocolateChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2557 {
frame 36 {
_root.guestBoyAsian2JuiceChocolate1.gotoAndStop('leave');
}
}
movieClip 2558 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2545 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2550 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2557 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBlonde2JuiceStrawberry2.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 2560 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde2JuiceStrawberry2.gotoAndStop('waiting');
}
}
button 2561 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2564 {
frame 1080 {
_root.guestGirlBlonde2JuiceStrawberry2.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlBlonde2JuiceStrawberry2.gotoAndStop('leave');
}
}
button 2565 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2567 {
frame 36 {
_root.guestGirlBlonde2JuiceStrawberry2.gotoAndStop('leave');
}
}
movieClip 2568 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2560 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2564 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2567 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlOld2JuiceOrange1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 2570 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlOld2JuiceOrange1.gotoAndStop('waiting');
}
}
movieClip 2574 {
}
button 2575 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2578 {
frame 1080 {
_root.guestGirlOld2JuiceOrange1.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlOld2JuiceOrange1.gotoAndStop('leave');
}
}
button 2580 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2586 {
frame 36 {
_root.guestGirlOld2JuiceOrange1.gotoAndStop('leave');
}
}
movieClip 2587 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2570 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2578 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2586 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlRedhead1JuiceStrawberry1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 2589 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlRedhead1JuiceStrawberry1.gotoAndStop('waiting');
}
}
button 2591 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2594 {
frame 1080 {
_root.guestGirlRedhead1JuiceStrawberry1.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlRedhead1JuiceStrawberry1.gotoAndStop('leave');
}
}
button 2596 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2598 {
frame 36 {
_root.guestGirlRedhead1JuiceStrawberry1.gotoAndStop('leave');
}
}
movieClip 2599 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2589 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2594 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2598 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 2601 {
frame 60 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1Queue = 1;
_root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1.gotoAndStop('waiting');
}
}
button 2602 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2605 {
frame 1080 {
_root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1.gotoAndStop('leave');
}
}
button 2606 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2608 {
frame 36 {
_root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1.gotoAndStop('leave');
}
}
movieClip 2609 {
frame 1 {
stop();
}
instance of movieClip 2601 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2605 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2608 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1Queue = 0;
if (_root.guestBoyBrunette1JuiceMelon2Queue1 == 1 & _root.guestGirlOld1friedChickenBreast2Queue1 == 1) {
_root.guestBoyBrunette1JuiceMelon2Queue1 = 0;
_root.guestBoyBrunette1JuiceMelon2Queue2 = 1;
_root.guestGirlOld1friedChickenBreast2Queue1 = 0;
_root.guestGirlOld1friedChickenBreast2Queue2 = 1;
_root.guestGirlOld1friedChickenBreast2Queue3 = 0;
} else {
if (_root.guestGirlOld1friedChickenBreast2Queue2 == 1) {
_root.guestGirlOld1friedChickenBreast2Queue1 = 0;
_root.guestGirlOld1friedChickenBreast2Queue2 = 0;
_root.guestGirlOld1friedChickenBreast2Queue3 = 1;
}
}
}
}
movieClip 2611 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1JuiceMelon2.gotoAndStop('waiting');
}
}
button 2612 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceMelonChef == 1) {
_root.handFull = 0;
_root.juiceMelonChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2615 {
frame 1080 {
_root.guestBoyBrunette1JuiceMelon2.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyBrunette1JuiceMelon2.gotoAndStop('leave');
}
}
button 2616 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceMelonChef == 1) {
_root.handFull = 0;
_root.juiceMelonChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2618 {
frame 36 {
_root.guestBoyBrunette1JuiceMelon2.gotoAndStop('leave');
}
}
movieClip 2619 {
frame 1 {
stop();
}
instance of movieClip 2611 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2615 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2618 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestBoyBrunette1JuiceMelon2Queue1 = 0;
_root.guestBoyBrunette1JuiceMelon2Queue2 = 0;
if (_root.guestGirlOld1friedChickenBreast2Queue1 == 1) {
_root.guestGirlOld1friedChickenBreast2Queue1 = 0;
_root.guestGirlOld1friedChickenBreast2Queue2 = 1;
_root.guestGirlOld1friedChickenBreast2Queue3 = 0;
} else {
if (_root.guestGirlOld1friedChickenBreast2Queue2 == 1) {
_root.guestGirlOld1friedChickenBreast2Queue1 = 0;
_root.guestGirlOld1friedChickenBreast2Queue2 = 0;
_root.guestGirlOld1friedChickenBreast2Queue3 = 1;
}
}
}
}
instance guestBoyBrunette1JuiceMelon2 of movieClip 2619 {
onClipEvent (enterFrame) {
if (_root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1Queue == 0) {
this._x = 295.65;
this._y = 346.6;
}
}
}
movieClip 2621 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlOld1friedChickenBreast2.gotoAndStop('waiting');
}
}
button 2622 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2625 {
frame 1080 {
_root.guestGirlOld1friedChickenBreast2.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlOld1friedChickenBreast2.gotoAndStop('leave');
}
}
button 2626 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2632 {
frame 36 {
_root.guestGirlOld1friedChickenBreast2.gotoAndStop('leave');
}
}
movieClip 2633 {
frame 1 {
stop();
}
instance of movieClip 2621 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2625 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2632 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestGirlOld1friedChickenBreast2Queue1 = 0;
_root.guestGirlOld1friedChickenBreast2Queue2 = 0;
_root.guestGirlOld1friedChickenBreast2Queue3 = 0;
}
}
instance guestGirlOld1friedChickenBreast2 of movieClip 2633 {
onClipEvent (enterFrame) {
if (_root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1Queue == 0 & _root.guestBoyBrunette1JuiceMelon2Queue1 == 0 & _root.guestBoyBrunette1JuiceMelon2Queue2 == 1 || _root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1Queue == 1 & _root.guestBoyBrunette1JuiceMelon2Queue1 == 0 & _root.guestBoyBrunette1JuiceMelon2Queue2 == 0) {
this._x = 276.45;
this._y = 372.5;
}
if (_root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1Queue == 0 & _root.guestBoyBrunette1JuiceMelon2Queue1 == 0 & _root.guestBoyBrunette1JuiceMelon2Queue2 == 0) {
this._x = 300.45;
this._y = 353.9;
}
}
}
movieClip 2635 {
frame 400 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1GrilledChickenSteak2.gotoAndStop('waiting');
}
}
button 2636 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2639 {
frame 1080 {
_root.guestBoyBrunette1GrilledChickenSteak2.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyBrunette1GrilledChickenSteak2.gotoAndStop('leave');
}
}
button 2640 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2642 {
frame 36 {
_root.guestBoyBrunette1GrilledChickenSteak2.gotoAndStop('leave');
}
}
movieClip 2643 {
frame 1 {
stop();
}
instance of movieClip 2635 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2639 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2642 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
instance guestBoyBrunette1GrilledChickenSteak2 of movieClip 2643 {
onClipEvent (enterFrame) {
if (_root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1Queue == 1 & _root.guestBoyBrunette1JuiceMelon2Queue1 == 0 & _root.guestBoyBrunette1JuiceMelon2Queue2 == 1 & _root.guestGirlOld1friedChickenBreast2Queue1 == 0 & _root.guestGirlOld1friedChickenBreast2Queue2 == 0 & _root.guestGirlOld1friedChickenBreast2Queue3 == 0 || _root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1Queue == 1 & _root.guestBoyBrunette1JuiceMelon2Queue1 == 0 & _root.guestBoyBrunette1JuiceMelon2Queue2 == 0 & _root.guestGirlOld1friedChickenBreast2Queue1 == 0 & _root.guestGirlOld1friedChickenBreast2Queue2 == 1 & _root.guestGirlOld1friedChickenBreast2Queue3 == 0 || _root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1Queue == 0 & _root.guestBoyBrunette1JuiceMelon2Queue1 == 0 & _root.guestBoyBrunette1JuiceMelon2Queue2 == 1 & _root.guestGirlOld1friedChickenBreast2Queue1 == 0 & _root.guestGirlOld1friedChickenBreast2Queue2 == 1 & _root.guestGirlOld1friedChickenBreast2Queue3 == 0) {
this._x = 243.75;
this._y = 389.45;
}
if (_root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1Queue == 1 & _root.guestBoyBrunette1JuiceMelon2Queue1 == 0 & _root.guestBoyBrunette1JuiceMelon2Queue2 == 0 & _root.guestGirlOld1friedChickenBreast2Queue1 == 0 & _root.guestGirlOld1friedChickenBreast2Queue2 == 0 & _root.guestGirlOld1friedChickenBreast2Queue3 == 0 || _root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1Queue == 0 & _root.guestBoyBrunette1JuiceMelon2Queue1 == 0 & _root.guestBoyBrunette1JuiceMelon2Queue2 == 1 & _root.guestGirlOld1friedChickenBreast2Queue1 == 0 & _root.guestGirlOld1friedChickenBreast2Queue2 == 0 & _root.guestGirlOld1friedChickenBreast2Queue3 == 0 || _root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1Queue == 0 & _root.guestBoyBrunette1JuiceMelon2Queue1 == 0 & _root.guestBoyBrunette1JuiceMelon2Queue2 == 0 & _root.guestGirlOld1friedChickenBreast2Queue1 == 0 & _root.guestGirlOld1friedChickenBreast2Queue2 == 1 & _root.guestGirlOld1friedChickenBreast2Queue3 == 0) {
this._x = 269.95;
this._y = 368.75;
}
if (_root.guestGirlRedhead1FriedChickenWingFriedFrenchFries1Queue == 0 & _root.guestBoyBrunette1JuiceMelon2Queue1 == 0 & _root.guestBoyBrunette1JuiceMelon2Queue2 == 0 & _root.guestGirlOld1friedChickenBreast2Queue1 == 0 & _root.guestGirlOld1friedChickenBreast2Queue2 == 0 & _root.guestGirlOld1friedChickenBreast2Queue3 == 0) {
this._x = 292.95;
this._y = 350.25;
}
}
}
frame 14 {
stop();
_root.handFull = 0;
_root.mainMenuOpen = 0;
_root.drinksMenuOpen = 0;
_root.tray1Fill = 0;
_root.tray2Fill = 0;
_root.tray3Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseTray3 = 0;
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastTray3 = 0;
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingTray3 = 0;
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighTray3 = 0;
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakTray3 = 0;
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiTray3 = 0;
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSausageTray1 = 0;
_root.rawSausageTray2 = 0;
_root.rawSausageTray3 = 0;
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesTray3 = 0;
_root.rawRiceTray1 = 0;
_root.rawRiceTray2 = 0;
_root.rawRiceTray3 = 0;
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanTray3 = 0;
_root.rawRendangTray1 = 0;
_root.rawRendangTray2 = 0;
_root.rawRendangTray3 = 0;
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeTray3 = 0;
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryTray3 = 0;
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateTray3 = 0;
_root.juiceMelonTray1 = 0;
_root.juiceMelonTray2 = 0;
_root.juiceMelonTray3 = 0;
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantTray3 = 0;
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSausageTray1 = 0;
_root.friedSausageTray2 = 0;
_root.friedSausageTray3 = 0;
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseTray3 = 0;
_root.cookedRiceTray1 = 0;
_root.cookedRiceTray2 = 0;
_root.cookedRiceTray3 = 0;
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedRendangTray1 = 0;
_root.cookedRendangTray2 = 0;
_root.cookedRendangTray3 = 0;
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceTray3 = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawRiceChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangePouring = 0;
_root.juiceStrawberryPouring = 0;
_root.juiceChocolatePouring = 0;
_root.juiceMelonPouring = 0;
_root.juiceBlackcurrantPouring = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.stoveLeftCooking = 0;
_root.stoveRightCooking = 0;
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighOnStoveRight = 0;
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiOnStoveRight = 0;
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesOnStoveRight = 0;
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangOnStoveRight = 0;
_root.microwaveCooking = 0;
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns3OnMicrowave = 0;
_root.cookedRiceOnMicrowave = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.grillGrilling = 0;
_root.grilledChickenSteakOnGrill = 0;
_root.chef._x = 284.8;
_root.chef._y = 222.8;
_root.chef.gotoAndStop('front');
_root.chef.rice.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food3.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.drinks.gotoAndStop('empty');
_root.stove.stove1.gotoAndStop('empty');
_root.stove.stove2.gotoAndStop('empty');
_root.microwave.microwave1.gotoAndStop('empty');
_root.microwave.microwave2.gotoAndStop('empty');
_root.grill.grill1.gotoAndStop('empty');
_root.grill.grill2.gotoAndStop('empty');
_root.juicer.juicer1.gotoAndStop('empty');
_root.juicer.juicer2.gotoAndStop('empty');
_root.trashBin.gotoAndStop('close');
_root.tray1.gotoAndStop('empty');
_root.tray2.gotoAndStop('empty');
_root.tray3.gotoAndStop('empty');
_root.cashRegister.gotoAndStop('empty');
_root.window1.window1.gotoAndStop('morning');
_root.window1.window2.gotoAndStop('morning');
_root.window1.window3.gotoAndStop('morning');
_root.window1.window4.gotoAndStop('morning');
_root.window2.window1.gotoAndStop('morning');
_root.window2.window2.gotoAndStop('morning');
_root.window2.window3.gotoAndStop('morning');
_root.window2.window4.gotoAndStop('morning');
_root.goal = 120;
if (_root.phoneOrderActive == 1) {
_root.guestCount = 15;
} else {
_root.guestCount = 12;
}
_global.currentLevel = 8;
_root.date = 8;
_root.scoreLevel = 0;
_root.level8Complete = 0;
_root.guestGirlOld2CookedSpaghetti1Queue = 1;
_root.guestGirlBlonde2FriedSteamedBuns11Queue1 = 1;
_root.guestGirlBlonde2FriedSteamedBuns11Queue2 = 0;
}
button 2645 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneCookedRendangRice1.gotoAndStop('waiting');
}
}
}
}
movieClip 2647 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 2648 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
}
}
}
}
}
}
}
movieClip 2650 {
}
movieClip 2653 {
frame 1620 {
_root.guestPhoneCookedRendangRice1.gotoAndStop('gone');
}
}
movieClip 2655 {
frame 24 {
_root.guestPhoneCookedRendangRice1.gotoAndStop('gone');
}
}
movieClip 2657 {
frame 1 {
stop();
if (_root.phoneOrderActive == 1) {
nextFrame();
}
}
frame 2 {
stop();
}
instance of movieClip 2647 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2653 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 2655 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneJuiceStrawberry1.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 2;
}
}
frame 6 {
stop();
}
}
button 2659 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneJuiceStrawberry1.gotoAndStop('waiting');
}
}
}
}
movieClip 2661 {
frame 200 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 280 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 2662 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
}
}
}
}
}
}
}
movieClip 2665 {
frame 1620 {
_root.guestPhoneJuiceStrawberry1.gotoAndStop('gone');
}
}
movieClip 2667 {
frame 24 {
_root.guestPhoneJuiceStrawberry1.gotoAndStop('gone');
}
}
movieClip 2669 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2661 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2665 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 2667 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneGrilledChickenSteak2.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 1;
}
}
frame 6 {
stop();
}
}
button 2671 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneGrilledChickenSteak2.gotoAndStop('waiting');
}
}
}
}
movieClip 2673 {
frame 200 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 280 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 2674 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
}
}
}
}
}
}
}
movieClip 2677 {
frame 1620 {
_root.guestPhoneGrilledChickenSteak2.gotoAndStop('gone');
}
}
movieClip 2679 {
frame 24 {
_root.guestPhoneGrilledChickenSteak2.gotoAndStop('gone');
}
}
movieClip 2680 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2673 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2677 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 2679 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
movieClip 2682 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlOld2CookedSpaghetti1.gotoAndStop('waiting');
}
}
button 2683 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2686 {
frame 1080 {
_root.guestGirlOld2CookedSpaghetti1.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlOld2CookedSpaghetti1.gotoAndStop('leave');
}
}
button 2687 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2693 {
frame 36 {
_root.guestGirlOld2CookedSpaghetti1.gotoAndStop('leave');
}
}
movieClip 2694 {
frame 1 {
stop();
}
instance of movieClip 2682 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2686 {
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();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestGirlOld2CookedSpaghetti1Queue = 0;
if (_root.guestGirlBlonde2FriedSteamedBuns11Queue1 == 1) {
_root.guestGirlBlonde2FriedSteamedBuns11Queue1 = 0;
_root.guestGirlBlonde2FriedSteamedBuns11Queue2 = 1;
}
if (_root.restaurantClose == 0) {
_root.guestBoyLatin1CookedSpaghetti2.gotoAndStop(2);
} else {
_root.guestCount -= 5;
}
}
}
movieClip 2696 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde2FriedSteamedBuns11.gotoAndStop('waiting');
}
}
button 2697 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2700 {
frame 1080 {
_root.guestGirlBlonde2FriedSteamedBuns11.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlBlonde2FriedSteamedBuns11.gotoAndStop('leave');
}
}
button 2701 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2703 {
frame 36 {
_root.guestGirlBlonde2FriedSteamedBuns11.gotoAndStop('leave');
}
}
movieClip 2704 {
frame 1 {
stop();
}
instance of movieClip 2696 {
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 2703 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestGirlBlonde2FriedSteamedBuns11Queue1 = 0;
_root.guestGirlBlonde2FriedSteamedBuns11Queue2 = 0;
}
}
instance guestGirlBlonde2FriedSteamedBuns11 of movieClip 2704 {
onClipEvent (enterFrame) {
if (_root.guestGirlOld2CookedSpaghetti1Queue == 0) {
this._x = 97.09999999999999;
this._y = 325.95;
}
}
}
movieClip 2706 {
frame 400 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlRedhead1FriedSausageFriedFrenchFries1.gotoAndStop('waiting');
}
}
button 2707 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSausageFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 17;
_root.score += 17;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2710 {
frame 1080 {
_root.guestGirlRedhead1FriedSausageFriedFrenchFries1.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlRedhead1FriedSausageFriedFrenchFries1.gotoAndStop('leave');
}
}
button 2711 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSausageFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 17;
_root.score += 17;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2713 {
frame 36 {
_root.guestGirlRedhead1FriedSausageFriedFrenchFries1.gotoAndStop('leave');
}
}
movieClip 2714 {
frame 1 {
stop();
}
instance of movieClip 2706 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2710 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2713 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
instance guestGirlRedhead1FriedSausageFriedFrenchFries1 of movieClip 2714 {
onClipEvent (enterFrame) {
if (_root.guestGirlOld2CookedSpaghetti1Queue == 0 & _root.guestGirlBlonde2FriedSteamedBuns11Queue1 == 0 & _root.guestGirlBlonde2FriedSteamedBuns11Queue2 == 1 || _root.guestGirlOld2CookedSpaghetti1Queue == 1 & _root.guestGirlBlonde2FriedSteamedBuns11Queue1 == 0 & _root.guestGirlBlonde2FriedSteamedBuns11Queue2 == 0) {
this._x = 65.05;
this._y = 342.8;
}
if (_root.guestGirlOld2CookedSpaghetti1Queue == 0 & _root.guestGirlBlonde2FriedSteamedBuns11Queue1 == 0 & _root.guestGirlBlonde2FriedSteamedBuns11Queue2 == 0) {
this._x = 94.7;
this._y = 324.3;
}
}
}
movieClip 2716 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyLatin1CookedSpaghetti2.gotoAndStop('waiting');
}
}
button 2717 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2720 {
frame 1080 {
_root.guestBoyLatin1CookedSpaghetti2.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyLatin1CookedSpaghetti2.gotoAndStop('leave');
}
}
button 2721 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2723 {
frame 36 {
_root.guestBoyLatin1CookedSpaghetti2.gotoAndStop('leave');
}
}
movieClip 2724 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2716 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2723 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlEbony2GrilledChickenSteak1.gotoAndStop(2);
} else {
_root.guestCount -= 4;
}
}
}
movieClip 2726 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony2GrilledChickenSteak1.gotoAndStop('waiting');
}
}
button 2728 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2731 {
frame 1080 {
_root.guestGirlEbony2GrilledChickenSteak1.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlEbony2GrilledChickenSteak1.gotoAndStop('leave');
}
}
button 2733 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2735 {
frame 36 {
_root.guestGirlEbony2GrilledChickenSteak1.gotoAndStop('leave');
}
}
movieClip 2736 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2726 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2731 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2735 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyEbony1GrilledChickenSteakFriedFrenchFries2.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 2738 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyEbony1GrilledChickenSteakFriedFrenchFries2.gotoAndStop('waiting');
}
}
button 2740 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1 || _root.stoveLevel == 1) {
_root.scoreLevel += 24;
_root.score += 24;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2 || _root.stoveLevel == 2) {
_root.scoreLevel += 29;
_root.score += 29;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2742 {
}
movieClip 2745 {
frame 1080 {
_root.guestBoyEbony1GrilledChickenSteakFriedFrenchFries2.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyEbony1GrilledChickenSteakFriedFrenchFries2.gotoAndStop('leave');
}
}
movieClip 2752 {
}
button 2753 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1 || _root.stoveLevel == 1) {
_root.scoreLevel += 24;
_root.score += 24;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2 || _root.stoveLevel == 2) {
_root.scoreLevel += 29;
_root.score += 29;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2755 {
frame 36 {
_root.guestBoyEbony1GrilledChickenSteakFriedFrenchFries2.gotoAndStop('leave');
}
}
movieClip 2756 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2738 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2745 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2755 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBrunette1JuiceChocolate2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 2758 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette1JuiceChocolate2.gotoAndStop('waiting');
}
}
button 2759 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceChocolateChef == 1) {
_root.handFull = 0;
_root.juiceChocolateChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2762 {
frame 1080 {
_root.guestBoyBrunette1JuiceChocolate2.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyBrunette1JuiceChocolate2.gotoAndStop('leave');
}
}
button 2763 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceChocolateChef == 1) {
_root.handFull = 0;
_root.juiceChocolateChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2765 {
frame 36 {
_root.guestBoyBrunette1JuiceChocolate2.gotoAndStop('leave');
}
}
movieClip 2766 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2758 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2762 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2765 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBrunette3CookedSpaghetti1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 2768 {
frame 60 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyEbony1GrilledChickenSteakFriedFrenchFries1.gotoAndStop('waiting');
}
}
button 2769 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1 || _root.stoveLevel == 1) {
_root.scoreLevel += 24;
_root.score += 24;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2 || _root.stoveLevel == 2) {
_root.scoreLevel += 29;
_root.score += 29;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2772 {
frame 1080 {
_root.guestBoyEbony1GrilledChickenSteakFriedFrenchFries1.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyEbony1GrilledChickenSteakFriedFrenchFries1.gotoAndStop('leave');
}
}
button 2773 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1 || _root.stoveLevel == 1) {
_root.scoreLevel += 24;
_root.score += 24;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2 || _root.stoveLevel == 2) {
_root.scoreLevel += 29;
_root.score += 29;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2775 {
frame 36 {
_root.guestBoyEbony1GrilledChickenSteakFriedFrenchFries1.gotoAndStop('leave');
}
}
movieClip 2776 {
frame 1 {
stop();
}
instance of movieClip 2768 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2772 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2775 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyAsian2FriedSteamedBuns21.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 2778 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyAsian2FriedSteamedBuns21.gotoAndStop('waiting');
}
}
button 2779 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2782 {
frame 1080 {
_root.guestBoyAsian2FriedSteamedBuns21.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyAsian2FriedSteamedBuns21.gotoAndStop('leave');
}
}
button 2783 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2785 {
frame 36 {
_root.guestBoyAsian2FriedSteamedBuns21.gotoAndStop('leave');
}
}
movieClip 2786 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2778 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2782 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2785 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBlonde2CookedSpaghettiCheddarCheese1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 2788 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde2CookedSpaghettiCheddarCheese1.gotoAndStop('waiting');
}
}
button 2789 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2792 {
frame 1080 {
_root.guestBoyBlonde2CookedSpaghettiCheddarCheese1.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyBlonde2CookedSpaghettiCheddarCheese1.gotoAndStop('leave');
}
}
button 2794 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2796 {
frame 36 {
_root.guestBoyBlonde2CookedSpaghettiCheddarCheese1.gotoAndStop('leave');
}
}
movieClip 2797 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2788 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2792 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2796 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlAsian2JuiceBlackcurrant1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 2799 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian2JuiceBlackcurrant1.gotoAndStop('waiting');
}
}
button 2800 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2803 {
frame 1080 {
_root.guestGirlAsian2JuiceBlackcurrant1.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlAsian2JuiceBlackcurrant1.gotoAndStop('leave');
}
}
button 2804 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2806 {
frame 36 {
_root.guestGirlAsian2JuiceBlackcurrant1.gotoAndStop('leave');
}
}
movieClip 2807 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2799 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2803 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2806 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 2809 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette3CookedSpaghetti1.gotoAndStop('waiting');
}
}
button 2811 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2814 {
frame 1080 {
_root.guestBoyBrunette3CookedSpaghetti1.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyBrunette3CookedSpaghetti1.gotoAndStop('leave');
}
}
button 2816 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2818 {
frame 36 {
_root.guestBoyBrunette3CookedSpaghetti1.gotoAndStop('leave');
}
}
movieClip 2819 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2809 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2814 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2818 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
frame 15 {
stop();
_root.handFull = 0;
_root.mainMenuOpen = 0;
_root.drinksMenuOpen = 0;
_root.tray1Fill = 0;
_root.tray2Fill = 0;
_root.tray3Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseTray3 = 0;
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastTray3 = 0;
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingTray3 = 0;
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighTray3 = 0;
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakTray3 = 0;
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiTray3 = 0;
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSausageTray1 = 0;
_root.rawSausageTray2 = 0;
_root.rawSausageTray3 = 0;
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesTray3 = 0;
_root.rawRiceTray1 = 0;
_root.rawRiceTray2 = 0;
_root.rawRiceTray3 = 0;
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanTray3 = 0;
_root.rawRendangTray1 = 0;
_root.rawRendangTray2 = 0;
_root.rawRendangTray3 = 0;
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeTray3 = 0;
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryTray3 = 0;
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateTray3 = 0;
_root.juiceMelonTray1 = 0;
_root.juiceMelonTray2 = 0;
_root.juiceMelonTray3 = 0;
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantTray3 = 0;
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSausageTray1 = 0;
_root.friedSausageTray2 = 0;
_root.friedSausageTray3 = 0;
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseTray3 = 0;
_root.cookedRiceTray1 = 0;
_root.cookedRiceTray2 = 0;
_root.cookedRiceTray3 = 0;
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedRendangTray1 = 0;
_root.cookedRendangTray2 = 0;
_root.cookedRendangTray3 = 0;
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceTray3 = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawRiceChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangePouring = 0;
_root.juiceStrawberryPouring = 0;
_root.juiceChocolatePouring = 0;
_root.juiceMelonPouring = 0;
_root.juiceBlackcurrantPouring = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.stoveLeftCooking = 0;
_root.stoveRightCooking = 0;
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighOnStoveRight = 0;
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiOnStoveRight = 0;
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesOnStoveRight = 0;
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangOnStoveRight = 0;
_root.microwaveCooking = 0;
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns3OnMicrowave = 0;
_root.cookedRiceOnMicrowave = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.grillGrilling = 0;
_root.grilledChickenSteakOnGrill = 0;
_root.chef._x = 284.8;
_root.chef._y = 222.8;
_root.chef.gotoAndStop('front');
_root.chef.rice.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food3.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.drinks.gotoAndStop('empty');
_root.stove.stove1.gotoAndStop('empty');
_root.stove.stove2.gotoAndStop('empty');
_root.microwave.microwave1.gotoAndStop('empty');
_root.microwave.microwave2.gotoAndStop('empty');
_root.grill.grill1.gotoAndStop('empty');
_root.grill.grill2.gotoAndStop('empty');
_root.juicer.juicer1.gotoAndStop('empty');
_root.juicer.juicer2.gotoAndStop('empty');
_root.trashBin.gotoAndStop('close');
_root.tray1.gotoAndStop('empty');
_root.tray2.gotoAndStop('empty');
_root.tray3.gotoAndStop('empty');
_root.cashRegister.gotoAndStop('empty');
_root.window1.window1.gotoAndStop('morning');
_root.window1.window2.gotoAndStop('morning');
_root.window1.window3.gotoAndStop('morning');
_root.window1.window4.gotoAndStop('morning');
_root.window2.window1.gotoAndStop('morning');
_root.window2.window2.gotoAndStop('morning');
_root.window2.window3.gotoAndStop('morning');
_root.window2.window4.gotoAndStop('morning');
_root.goal = 140;
if (_root.phoneOrderActive == 1) {
_root.guestCount = 15;
} else {
_root.guestCount = 12;
}
_global.currentLevel = 9;
_root.date = 9;
_root.scoreLevel = 0;
_root.level9Complete = 0;
_root.guestBoyEbony2CookedSpaghetti1Queue = 1;
_root.guestBoyEbony1FriedChickenBreastFriedFrenchFries1Queue1 = 1;
_root.guestBoyEbony1FriedChickenBreastFriedFrenchFries1Queue2 = 0;
}
movieClip 2821 {
frame 400 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony2JuiceBlackcurrant1.gotoAndStop('waiting');
}
}
button 2822 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2825 {
frame 1080 {
_root.guestGirlEbony2JuiceBlackcurrant1.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlEbony2JuiceBlackcurrant1.gotoAndStop('leave');
}
}
button 2826 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2828 {
frame 36 {
_root.guestGirlEbony2JuiceBlackcurrant1.gotoAndStop('leave');
}
}
movieClip 2829 {
frame 1 {
stop();
}
instance of movieClip 2821 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2825 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2828 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlOld2CookedSpaghetti2.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 2831 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlOld2CookedSpaghetti2.gotoAndStop('waiting');
}
}
button 2832 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2835 {
frame 1080 {
_root.guestGirlOld2CookedSpaghetti2.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlOld2CookedSpaghetti2.gotoAndStop('leave');
}
}
button 2836 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2842 {
frame 36 {
_root.guestGirlOld2CookedSpaghetti2.gotoAndStop('leave');
}
}
movieClip 2843 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2831 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2835 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2842 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBrunette4FriedSausageFriedFrenchFries1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 2845 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette4FriedSausageFriedFrenchFries1.gotoAndStop('waiting');
}
}
movieClip 2852 {
}
button 2853 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSausageFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 17;
_root.score += 17;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2856 {
frame 1080 {
_root.guestBoyBrunette4FriedSausageFriedFrenchFries1.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyBrunette4FriedSausageFriedFrenchFries1.gotoAndStop('leave');
}
}
button 2858 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSausageFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 17;
_root.score += 17;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2860 {
frame 36 {
_root.guestBoyBrunette4FriedSausageFriedFrenchFries1.gotoAndStop('leave');
}
}
movieClip 2861 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2845 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2856 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlAsian2JuiceBlackcurrant2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 2863 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian2JuiceBlackcurrant2.gotoAndStop('waiting');
}
}
button 2864 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2867 {
frame 1080 {
_root.guestGirlAsian2JuiceBlackcurrant2.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlAsian2JuiceBlackcurrant2.gotoAndStop('leave');
}
}
button 2868 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2870 {
frame 36 {
_root.guestGirlAsian2JuiceBlackcurrant2.gotoAndStop('leave');
}
}
movieClip 2871 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2863 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2867 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2870 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 2873 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde2CookedChickenHainanRice1.gotoAndStop('waiting');
}
}
button 2874 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2876 {
}
movieClip 2879 {
frame 1080 {
_root.guestGirlBlonde2CookedChickenHainanRice1.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlBlonde2CookedChickenHainanRice1.gotoAndStop('leave');
}
}
button 2880 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2882 {
frame 36 {
_root.guestGirlBlonde2CookedChickenHainanRice1.gotoAndStop('leave');
}
}
movieClip 2883 {
frame 1 {
stop();
}
instance of movieClip 2873 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2879 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2882 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBlonde2CookedSpaghettiCheddarCheese2.gotoAndStop(2);
} else {
_root.guestCount -= 4;
}
}
}
movieClip 2885 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde2CookedSpaghettiCheddarCheese2.gotoAndStop('waiting');
}
}
button 2886 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2889 {
frame 1080 {
_root.guestBoyBlonde2CookedSpaghettiCheddarCheese2.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyBlonde2CookedSpaghettiCheddarCheese2.gotoAndStop('leave');
}
}
button 2890 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2892 {
frame 36 {
_root.guestBoyBlonde2CookedSpaghettiCheddarCheese2.gotoAndStop('leave');
}
}
movieClip 2893 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2885 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2889 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2892 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBlonde3JuiceOrange1.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 2895 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde3JuiceOrange1.gotoAndStop('waiting');
}
}
movieClip 2900 {
}
button 2901 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2904 {
frame 1080 {
_root.guestBoyBlonde3JuiceOrange1.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyBlonde3JuiceOrange1.gotoAndStop('leave');
}
}
button 2906 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2908 {
frame 36 {
_root.guestBoyBlonde3JuiceOrange1.gotoAndStop('leave');
}
}
movieClip 2909 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2895 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2904 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2908 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBlonde3JuiceStrawberry1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 2911 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde3JuiceStrawberry1.gotoAndStop('waiting');
}
}
button 2913 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2916 {
frame 1080 {
_root.guestGirlBlonde3JuiceStrawberry1.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlBlonde3JuiceStrawberry1.gotoAndStop('leave');
}
}
button 2918 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2926 {
frame 36 {
_root.guestGirlBlonde3JuiceStrawberry1.gotoAndStop('leave');
}
}
movieClip 2927 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2911 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2916 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2926 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyEbony2FriedSteamedBuns21.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 2929 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyEbony2FriedSteamedBuns21.gotoAndStop('waiting');
}
}
button 2931 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2934 {
frame 1080 {
_root.guestBoyEbony2FriedSteamedBuns21.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyEbony2FriedSteamedBuns21.gotoAndStop('leave');
}
}
button 2936 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2938 {
frame 36 {
_root.guestBoyEbony2FriedSteamedBuns21.gotoAndStop('leave');
}
}
movieClip 2939 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2929 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2934 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 2938 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 2941 {
frame 80 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyEbony2CookedSpaghetti1.gotoAndStop('waiting');
}
}
button 2942 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2945 {
frame 1080 {
_root.guestBoyEbony2CookedSpaghetti1.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyEbony2CookedSpaghetti1.gotoAndStop('leave');
}
}
button 2946 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2948 {
frame 36 {
_root.guestBoyEbony2CookedSpaghetti1.gotoAndStop('leave');
}
}
movieClip 2949 {
frame 1 {
stop();
}
instance of movieClip 2941 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2945 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2948 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestBoyEbony2CookedSpaghetti1Queue = 0;
if (_root.guestBoyEbony1FriedChickenBreastFriedFrenchFries1Queue1 == 1) {
_root.guestBoyEbony1FriedChickenBreastFriedFrenchFries1Queue1 = 0;
_root.guestBoyEbony1FriedChickenBreastFriedFrenchFries1Queue2 = 1;
}
}
}
movieClip 2951 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyEbony1FriedChickenBreastFriedFrenchFries1.gotoAndStop('waiting');
}
}
button 2952 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2955 {
frame 1080 {
_root.guestBoyEbony1FriedChickenBreastFriedFrenchFries1.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyEbony1FriedChickenBreastFriedFrenchFries1.gotoAndStop('leave');
}
}
button 2956 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2958 {
frame 36 {
_root.guestBoyEbony1FriedChickenBreastFriedFrenchFries1.gotoAndStop('leave');
}
}
movieClip 2959 {
frame 1 {
stop();
}
instance of movieClip 2951 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2955 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2958 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestBoyEbony1FriedChickenBreastFriedFrenchFries1Queue1 = 0;
_root.guestBoyEbony1FriedChickenBreastFriedFrenchFries1Queue2 = 0;
}
}
instance guestBoyEbony1FriedChickenBreastFriedFrenchFries1 of movieClip 2959 {
onClipEvent (enterFrame) {
if (_root.guestBoyEbony2CookedSpaghetti1Queue == 0) {
this._x = 281.9;
this._y = 347.2;
}
}
}
movieClip 2961 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyAsian2JuiceChocolate2.gotoAndStop('waiting');
}
}
button 2962 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceChocolateChef == 1) {
_root.handFull = 0;
_root.juiceChocolateChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2965 {
frame 1080 {
_root.guestBoyAsian2JuiceChocolate2.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyAsian2JuiceChocolate2.gotoAndStop('leave');
}
}
button 2966 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceChocolateChef == 1) {
_root.handFull = 0;
_root.juiceChocolateChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 2968 {
frame 36 {
_root.guestBoyAsian2JuiceChocolate2.gotoAndStop('leave');
}
}
movieClip 2969 {
frame 1 {
stop();
}
instance of movieClip 2961 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 2965 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 2968 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
instance guestBoyAsian2JuiceChocolate2 of movieClip 2969 {
onClipEvent (enterFrame) {
if (_root.guestBoyEbony2CookedSpaghetti1Queue == 0 & _root.guestBoyEbony1FriedChickenBreastFriedFrenchFries1Queue1 == 0 & _root.guestBoyEbony1FriedChickenBreastFriedFrenchFries1Queue2 == 1 || _root.guestBoyEbony2CookedSpaghetti1Queue == 1 & _root.guestBoyEbony1FriedChickenBreastFriedFrenchFries1Queue1 == 0 & _root.guestBoyEbony1FriedChickenBreastFriedFrenchFries1Queue2 == 0) {
this._x = 251.55;
this._y = 376.05;
}
if (_root.guestBoyEbony2CookedSpaghetti1Queue == 0 & _root.guestBoyEbony1FriedChickenBreastFriedFrenchFries1Queue1 == 0 & _root.guestBoyEbony1FriedChickenBreastFriedFrenchFries1Queue2 == 0) {
this._x = 282.1;
this._y = 351.95;
}
}
}
button 2971 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneCookedChickenHainanRice1.gotoAndStop('waiting');
}
}
}
}
movieClip 2973 {
frame 199 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 279 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 2974 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
}
}
}
}
}
}
}
movieClip 2977 {
frame 1620 {
_root.guestPhoneCookedChickenHainanRice1.gotoAndStop('gone');
}
}
movieClip 2979 {
frame 24 {
_root.guestPhoneCookedChickenHainanRice1.gotoAndStop('gone');
}
}
movieClip 2981 {
frame 1 {
stop();
if (_root.phoneOrderActive == 1) {
nextFrame();
}
}
frame 2 {
stop();
}
instance of movieClip 2973 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2977 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 2979 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneJuiceStrawberry2.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 2;
}
}
frame 6 {
stop();
}
}
button 2983 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneJuiceStrawberry2.gotoAndStop('waiting');
}
}
}
}
movieClip 2985 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 2986 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
}
}
}
}
}
}
}
movieClip 2989 {
frame 1620 {
_root.guestPhoneJuiceStrawberry2.gotoAndStop('gone');
}
}
movieClip 2991 {
frame 24 {
_root.guestPhoneJuiceStrawberry2.gotoAndStop('gone');
}
}
movieClip 2993 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2985 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 2989 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 2991 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneFriedChickenWing1.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 1;
}
}
frame 6 {
stop();
}
}
button 2995 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedChickenWing1.gotoAndStop('waiting');
}
}
}
}
movieClip 2997 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 2998 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
}
}
}
}
}
}
}
movieClip 3001 {
frame 1620 {
_root.guestPhoneFriedChickenWing1.gotoAndStop('gone');
}
}
movieClip 3003 {
frame 24 {
_root.guestPhoneFriedChickenWing1.gotoAndStop('gone');
}
}
movieClip 3005 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 2997 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3001 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3003 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
frame 16 {
stop();
_root.handFull = 0;
_root.mainMenuOpen = 0;
_root.drinksMenuOpen = 0;
_root.tray1Fill = 0;
_root.tray2Fill = 0;
_root.tray3Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseTray3 = 0;
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastTray3 = 0;
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingTray3 = 0;
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighTray3 = 0;
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakTray3 = 0;
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiTray3 = 0;
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSausageTray1 = 0;
_root.rawSausageTray2 = 0;
_root.rawSausageTray3 = 0;
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesTray3 = 0;
_root.rawRiceTray1 = 0;
_root.rawRiceTray2 = 0;
_root.rawRiceTray3 = 0;
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanTray3 = 0;
_root.rawRendangTray1 = 0;
_root.rawRendangTray2 = 0;
_root.rawRendangTray3 = 0;
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeTray3 = 0;
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryTray3 = 0;
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateTray3 = 0;
_root.juiceMelonTray1 = 0;
_root.juiceMelonTray2 = 0;
_root.juiceMelonTray3 = 0;
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantTray3 = 0;
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSausageTray1 = 0;
_root.friedSausageTray2 = 0;
_root.friedSausageTray3 = 0;
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseTray3 = 0;
_root.cookedRiceTray1 = 0;
_root.cookedRiceTray2 = 0;
_root.cookedRiceTray3 = 0;
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedRendangTray1 = 0;
_root.cookedRendangTray2 = 0;
_root.cookedRendangTray3 = 0;
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceTray3 = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawRiceChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangePouring = 0;
_root.juiceStrawberryPouring = 0;
_root.juiceChocolatePouring = 0;
_root.juiceMelonPouring = 0;
_root.juiceBlackcurrantPouring = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.stoveLeftCooking = 0;
_root.stoveRightCooking = 0;
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighOnStoveRight = 0;
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiOnStoveRight = 0;
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesOnStoveRight = 0;
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangOnStoveRight = 0;
_root.microwaveCooking = 0;
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns3OnMicrowave = 0;
_root.cookedRiceOnMicrowave = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.grillGrilling = 0;
_root.grilledChickenSteakOnGrill = 0;
_root.chef._x = 284.8;
_root.chef._y = 222.8;
_root.chef.gotoAndStop('front');
_root.chef.rice.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food3.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.drinks.gotoAndStop('empty');
_root.stove.stove1.gotoAndStop('empty');
_root.stove.stove2.gotoAndStop('empty');
_root.microwave.microwave1.gotoAndStop('empty');
_root.microwave.microwave2.gotoAndStop('empty');
_root.grill.grill1.gotoAndStop('empty');
_root.grill.grill2.gotoAndStop('empty');
_root.juicer.juicer1.gotoAndStop('empty');
_root.juicer.juicer2.gotoAndStop('empty');
_root.trashBin.gotoAndStop('close');
_root.tray1.gotoAndStop('empty');
_root.tray2.gotoAndStop('empty');
_root.tray3.gotoAndStop('empty');
_root.cashRegister.gotoAndStop('empty');
_root.window1.window1.gotoAndStop('morning');
_root.window1.window2.gotoAndStop('morning');
_root.window1.window3.gotoAndStop('morning');
_root.window1.window4.gotoAndStop('morning');
_root.window2.window1.gotoAndStop('morning');
_root.window2.window2.gotoAndStop('morning');
_root.window2.window3.gotoAndStop('morning');
_root.window2.window4.gotoAndStop('morning');
_root.goal = 160;
if (_root.phoneOrderActive == 1) {
_root.guestCount = 18;
} else {
_root.guestCount = 14;
}
_global.currentLevel = 10;
_root.date = 10;
_root.scoreLevel = 0;
_root.level10Complete = 0;
_root.guestGirlRedhead1JuiceStrawberry2Queue = 1;
_root.guestBoyBrunette4CookedRendangRice1Queue1 = 1;
_root.guestBoyBrunette4CookedRendangRice1Queue2 = 0;
}
button 3007 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedChickenBreastFriedFrenchFries2.gotoAndStop('waiting');
}
}
}
}
movieClip 3009 {
frame 200 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 280 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3010 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
}
}
}
}
}
}
}
movieClip 3013 {
frame 1620 {
_root.guestPhoneFriedChickenBreastFriedFrenchFries2.gotoAndStop('gone');
}
}
movieClip 3015 {
frame 24 {
_root.guestPhoneFriedChickenBreastFriedFrenchFries2.gotoAndStop('gone');
}
}
movieClip 3017 {
frame 1 {
stop();
if (_root.phoneOrderActive == 1) {
nextFrame();
}
}
frame 2 {
stop();
}
instance of movieClip 3009 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3013 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3015 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneFriedSteamedBuns22.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 3;
}
}
frame 6 {
stop();
}
}
button 3019 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedSteamedBuns22.gotoAndStop('waiting');
}
}
}
}
movieClip 3021 {
frame 300 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 380 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3022 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
}
}
}
}
}
}
}
movieClip 3025 {
frame 1620 {
_root.guestPhoneFriedSteamedBuns22.gotoAndStop('gone');
}
}
movieClip 3027 {
frame 24 {
_root.guestPhoneFriedSteamedBuns22.gotoAndStop('gone');
}
}
movieClip 3029 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3021 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3025 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3027 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneCookedSpaghettiCheddarCheese2.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 2;
}
}
frame 6 {
stop();
}
}
button 3031 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneCookedSpaghettiCheddarCheese2.gotoAndStop('waiting');
}
}
}
}
movieClip 3033 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3034 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
}
}
}
}
}
}
}
movieClip 3037 {
frame 1620 {
_root.guestPhoneCookedSpaghettiCheddarCheese2.gotoAndStop('gone');
}
}
movieClip 3039 {
frame 24 {
_root.guestPhoneCookedSpaghettiCheddarCheese2.gotoAndStop('gone');
}
}
movieClip 3041 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3033 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3037 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3039 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneJuiceMelon1.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 1;
}
}
frame 6 {
stop();
}
}
button 3043 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneJuiceMelon1.gotoAndStop('waiting');
}
}
}
}
movieClip 3045 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3046 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceMelonChef == 1) {
_root.handFull = 0;
_root.juiceMelonChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
}
}
}
}
}
}
}
movieClip 3049 {
frame 1620 {
_root.guestPhoneJuiceStrawberry1.gotoAndStop('gone');
}
}
movieClip 3051 {
frame 24 {
_root.guestPhoneJuiceMelon1.gotoAndStop('gone');
}
}
movieClip 3053 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3045 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3049 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3051 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
movieClip 3055 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlOld2JuiceOrange2.gotoAndStop('waiting');
}
}
button 3056 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3059 {
frame 1080 {
_root.guestGirlOld2JuiceOrange2.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlOld2JuiceOrange2.gotoAndStop('leave');
}
}
button 3060 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3066 {
frame 36 {
_root.guestGirlOld2JuiceOrange2.gotoAndStop('leave');
}
}
movieClip 3067 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3055 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3059 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3066 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyEbony2JuiceMelon1.gotoAndStop(2);
} else {
_root.guestCount -= 5;
}
}
}
movieClip 3069 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyEbony2JuiceMelon1.gotoAndStop('waiting');
}
}
button 3070 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceMelonChef == 1) {
_root.handFull = 0;
_root.juiceMelonChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3073 {
frame 1080 {
_root.guestBoyEbony2JuiceMelon1.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyEbony2JuiceMelon1.gotoAndStop('leave');
}
}
button 3074 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceMelonChef == 1) {
_root.handFull = 0;
_root.juiceMelonChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3076 {
frame 36 {
_root.guestBoyEbony2JuiceMelon1.gotoAndStop('leave');
}
}
movieClip 3077 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3069 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3073 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3076 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyOld1CookedRendangRice1.gotoAndStop(2);
} else {
_root.guestCount -= 4;
}
}
}
movieClip 3079 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyOld1CookedRendangRice1.gotoAndStop('waiting');
}
}
button 3081 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3084 {
frame 1080 {
_root.guestBoyOld1CookedRendangRice1.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyOld1CookedRendangRice1.gotoAndStop('leave');
}
}
button 3086 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3088 {
frame 36 {
_root.guestBoyOld1CookedRendangRice1.gotoAndStop('leave');
}
}
movieClip 3089 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3079 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3084 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3088 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBlonde3CookedSpaghettiCheddarCheese1.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 3091 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde3CookedSpaghettiCheddarCheese1.gotoAndStop('waiting');
}
}
button 3092 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3095 {
frame 1080 {
_root.guestBoyBlonde3CookedSpaghettiCheddarCheese1.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyBlonde3CookedSpaghettiCheddarCheese1.gotoAndStop('leave');
}
}
button 3096 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3098 {
frame 36 {
_root.guestBoyBlonde3CookedSpaghettiCheddarCheese1.gotoAndStop('leave');
}
}
movieClip 3099 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3091 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3095 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3098 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBlonde2FriedSausageFriedFrenchFries2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 3101 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde2FriedSausageFriedFrenchFries2.gotoAndStop('waiting');
}
}
button 3102 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSausageFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 17;
_root.score += 17;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3105 {
frame 1080 {
_root.guestGirlBlonde2FriedSausageFriedFrenchFries2.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlBlonde2FriedSausageFriedFrenchFries1.gotoAndStop('leave');
}
}
button 3106 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSausageFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 17;
_root.score += 17;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3108 {
frame 36 {
_root.guestGirlBlonde2FriedSausageFriedFrenchFries2.gotoAndStop('leave');
}
}
movieClip 3109 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3101 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3105 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3108 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlEbony2GrilledChickenSteak2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3111 {
frame 700 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony2GrilledChickenSteak2.gotoAndStop('waiting');
}
}
button 3112 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
button 3113 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3116 {
frame 1080 {
_root.guestGirlEbony2GrilledChickenSteak2.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlEbony2GrilledChickenSteak2.gotoAndStop('leave');
}
}
button 3117 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3119 {
frame 36 {
_root.guestGirlEbony2GrilledChickenSteak2.gotoAndStop('leave');
}
}
movieClip 3120 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3111 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3116 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3119 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 3122 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlRedhead1JuiceStrawberry2.gotoAndStop('waiting');
}
}
button 3123 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3126 {
frame 1080 {
_root.guestGirlRedhead1JuiceStrawberry2.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlRedhead1JuiceStrawberry2.gotoAndStop('leave');
}
}
button 3127 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3129 {
frame 36 {
_root.guestGirlRedhead1JuiceStrawberry2.gotoAndStop('leave');
}
}
movieClip 3130 {
frame 1 {
stop();
}
instance of movieClip 3122 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3126 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3129 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestGirlRedhead1JuiceStrawberry2Queue = 0;
if (_root.guestBoyBrunette4CookedRendangRice1Queue1 == 1) {
_root.guestBoyBrunette4CookedRendangRice1Queue1 = 0;
_root.guestBoyBrunette4CookedRendangRice1Queue2 = 1;
}
}
}
movieClip 3132 {
frame 260 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette4CookedRendangRice1.gotoAndStop('waiting');
}
}
button 3133 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3136 {
frame 1080 {
_root.guestBoyBrunette4CookedRendangRice1.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyBrunette4CookedRendangRice1.gotoAndStop('leave');
}
}
button 3137 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3139 {
frame 36 {
_root.guestBoyBrunette4CookedRendangRice1.gotoAndStop('leave');
}
}
movieClip 3140 {
frame 1 {
stop();
}
instance of movieClip 3132 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3136 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestBoyBrunette4CookedRendangRice1Queue1 = 0;
_root.guestBoyBrunette4CookedRendangRice1Queue2 = 0;
}
}
instance guestBoyBrunette4CookedRendangRice1 of movieClip 3140 {
onClipEvent (enterFrame) {
if (_root.guestGirlRedhead1JuiceStrawberry2Queue == 0) {
this._x = 184.8;
this._y = 334.4;
}
}
}
movieClip 3142 {
frame 400 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian2GrilledChickenSteak1.gotoAndStop('waiting');
}
}
button 3143 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3146 {
frame 1080 {
_root.guestGirlAsian2GrilledChickenSteak1.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlAsian2GrilledChickenSteak1.gotoAndStop('leave');
}
}
button 3147 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3149 {
frame 36 {
_root.guestGirlAsian2GrilledChickenSteak1.gotoAndStop('leave');
}
}
movieClip 3150 {
frame 1 {
stop();
}
instance of movieClip 3142 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3146 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3149 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestGirlAsian2GrilledChickenSteak1Queue1 = 0;
_root.guestGirlAsian2GrilledChickenSteak1Queue2 = 0;
_root.guestGirlAsian2GrilledChickenSteak1Queue3 = 0;
if (_root.guestBoyRedhead1FriedSteamedBuns31Queue1 == 1) {
_root.guestBoyRedhead1FriedSteamedBuns31Queue1 = 0;
_root.guestBoyRedhead1FriedSteamedBuns31Queue2 = 1;
_root.guestBoyRedhead1FriedSteamedBuns31Queue3 = 0;
_root.guestBoyRedhead1FriedSteamedBuns31Queue4 = 0;
} else {
if (_root.guestBoyRedhead1FriedSteamedBuns31Queue2 == 1) {
_root.guestBoyRedhead1FriedSteamedBuns31Queue1 = 0;
_root.guestBoyRedhead1FriedSteamedBuns31Queue2 = 0;
_root.guestBoyRedhead1FriedSteamedBuns31Queue3 = 1;
_root.guestBoyRedhead1FriedSteamedBuns31Queue4 = 0;
} else {
if (_root.guestBoyRedhead1FriedSteamedBuns31Queue3 == 1) {
_root.guestBoyRedhead1FriedSteamedBuns31Queue1 = 0;
_root.guestBoyRedhead1FriedSteamedBuns31Queue2 = 0;
_root.guestBoyRedhead1FriedSteamedBuns31Queue3 = 0;
_root.guestBoyRedhead1FriedSteamedBuns31Queue4 = 1;
}
}
}
}
}
instance guestGirlAsian2GrilledChickenSteak1 of movieClip 3150 {
onClipEvent (enterFrame) {
if (_root.guestGirlRedhead1JuiceStrawberry2Queue == 1 & _root.guestBoyBrunette4CookedRendangRice1Queue1 == 0 & _root.guestBoyBrunette4CookedRendangRice1Queue2 == 0 || _root.guestGirlRedhead1JuiceStrawberry2Queue == 0 & _root.guestBoyBrunette4CookedRendangRice1Queue1 == 0 & _root.guestBoyBrunette4CookedRendangRice1Queue2 == 1) {
this._x = 162.3;
this._y = 355.25;
}
if (_root.guestGirlRedhead1JuiceStrawberry2Queue == 0 & _root.guestBoyBrunette4CookedRendangRice1Queue1 == 0 & _root.guestBoyBrunette4CookedRendangRice1Queue2 == 0) {
this._x = 186.95;
this._y = 333.35;
}
}
}
movieClip 3152 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette3CookedSpaghetti2.gotoAndStop('waiting');
}
}
button 3153 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3156 {
frame 1080 {
_root.guestBoyBrunette3CookedSpaghetti2.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyBrunette3CookedSpaghetti2.gotoAndStop('leave');
}
}
button 3157 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3159 {
frame 36 {
_root.guestBoyBrunette3CookedSpaghetti2.gotoAndStop('leave');
}
}
movieClip 3160 {
frame 1 {
stop();
}
instance of movieClip 3152 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3156 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3159 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyOld1FriedSteamedBuns11.gotoAndStop(2);
_root.guestGirlOld2JuiceOrange2.gotoAndStop(2);
} else {
_root.guestCount -= 10;
}
}
}
movieClip 3162 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyOld1FriedSteamedBuns11.gotoAndStop('waiting');
}
}
button 3163 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3166 {
frame 1080 {
_root.guestBoyOld1FriedSteamedBuns11.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyOld1FriedSteamedBuns11.gotoAndStop('leave');
}
}
button 3167 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3169 {
frame 36 {
_root.guestBoyOld1FriedSteamedBuns11.gotoAndStop('leave');
}
}
movieClip 3170 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3162 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3166 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3169 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBlonde2FriedSteamedBuns21.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 3172 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde2FriedSteamedBuns21.gotoAndStop('waiting');
}
}
button 3173 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3176 {
frame 1080 {
_root.guestBoyBlonde2FriedSteamedBuns21.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyBlonde2FriedSteamedBuns21.gotoAndStop('leave');
}
}
button 3177 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3179 {
frame 36 {
_root.guestBoyBlonde2FriedSteamedBuns21.gotoAndStop('leave');
}
}
movieClip 3180 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3172 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3176 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3179 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBlonde3JuiceStrawberry2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 3182 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde3JuiceStrawberry2.gotoAndStop('waiting');
}
}
button 3183 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3186 {
frame 1080 {
_root.guestGirlBlonde3JuiceStrawberry2.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlBlonde3JuiceStrawberry2.gotoAndStop('leave');
}
}
button 3187 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3195 {
frame 36 {
_root.guestGirlBlonde3JuiceStrawberry2.gotoAndStop('leave');
}
}
movieClip 3196 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3182 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3186 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3195 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyRedhead1FriedSteamedBuns31.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3198 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyRedhead1FriedSteamedBuns31.gotoAndStop('waiting');
}
}
button 3200 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3203 {
frame 1080 {
_root.guestBoyRedhead1FriedSteamedBuns31.gotoAndStop('mad');
}
frame 1620 {
_root.guestBoyRedhead1FriedSteamedBuns31.gotoAndStop('leave');
}
}
movieClip 3208 {
}
button 3209 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3211 {
frame 36 {
_root.guestBoyRedhead1FriedSteamedBuns31.gotoAndStop('leave');
}
}
movieClip 3212 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3198 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3203 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3211 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
_root.guestBoyRedhead1FriedSteamedBuns31Queue1 = 0;
_root.guestBoyRedhead1FriedSteamedBuns31Queue2 = 0;
_root.guestBoyRedhead1FriedSteamedBuns31Queue3 = 0;
_root.guestBoyRedhead1FriedSteamedBuns31Queue4 = 0;
}
}
frame 17 {
stop();
_root.handFull = 0;
_root.mainMenuOpen = 0;
_root.drinksMenuOpen = 0;
_root.tray1Fill = 0;
_root.tray2Fill = 0;
_root.tray3Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseTray3 = 0;
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastTray3 = 0;
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingTray3 = 0;
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighTray3 = 0;
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakTray3 = 0;
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiTray3 = 0;
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSausageTray1 = 0;
_root.rawSausageTray2 = 0;
_root.rawSausageTray3 = 0;
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesTray3 = 0;
_root.rawRiceTray1 = 0;
_root.rawRiceTray2 = 0;
_root.rawRiceTray3 = 0;
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanTray3 = 0;
_root.rawRendangTray1 = 0;
_root.rawRendangTray2 = 0;
_root.rawRendangTray3 = 0;
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeTray3 = 0;
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryTray3 = 0;
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateTray3 = 0;
_root.juiceMelonTray1 = 0;
_root.juiceMelonTray2 = 0;
_root.juiceMelonTray3 = 0;
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantTray3 = 0;
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSausageTray1 = 0;
_root.friedSausageTray2 = 0;
_root.friedSausageTray3 = 0;
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseTray3 = 0;
_root.cookedRiceTray1 = 0;
_root.cookedRiceTray2 = 0;
_root.cookedRiceTray3 = 0;
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedRendangTray1 = 0;
_root.cookedRendangTray2 = 0;
_root.cookedRendangTray3 = 0;
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceTray3 = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawRiceChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangePouring = 0;
_root.juiceStrawberryPouring = 0;
_root.juiceChocolatePouring = 0;
_root.juiceMelonPouring = 0;
_root.juiceBlackcurrantPouring = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.stoveLeftCooking = 0;
_root.stoveRightCooking = 0;
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighOnStoveRight = 0;
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiOnStoveRight = 0;
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesOnStoveRight = 0;
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangOnStoveRight = 0;
_root.microwaveCooking = 0;
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns3OnMicrowave = 0;
_root.cookedRiceOnMicrowave = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.grillGrilling = 0;
_root.grilledChickenSteakOnGrill = 0;
_root.chef._x = 284.8;
_root.chef._y = 222.8;
_root.chef.gotoAndStop('front');
_root.chef.rice.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food3.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.drinks.gotoAndStop('empty');
_root.stove.stove1.gotoAndStop('empty');
_root.stove.stove2.gotoAndStop('empty');
_root.microwave.microwave1.gotoAndStop('empty');
_root.microwave.microwave2.gotoAndStop('empty');
_root.grill.grill1.gotoAndStop('empty');
_root.grill.grill2.gotoAndStop('empty');
_root.juicer.juicer1.gotoAndStop('empty');
_root.juicer.juicer2.gotoAndStop('empty');
_root.trashBin.gotoAndStop('close');
_root.tray1.gotoAndStop('empty');
_root.tray2.gotoAndStop('empty');
_root.tray3.gotoAndStop('empty');
_root.cashRegister.gotoAndStop('empty');
_root.window1.window1.gotoAndStop('morning');
_root.window1.window2.gotoAndStop('morning');
_root.window1.window3.gotoAndStop('morning');
_root.window1.window4.gotoAndStop('morning');
_root.window2.window1.gotoAndStop('morning');
_root.window2.window2.gotoAndStop('morning');
_root.window2.window3.gotoAndStop('morning');
_root.window2.window4.gotoAndStop('morning');
_root.goal = 180;
if (_root.phoneOrderActive == 1) {
_root.guestCount = 19;
} else {
_root.guestCount = 14;
}
_global.currentLevel = 11;
_root.date = 11;
_root.scoreLevel = 0;
_root.level11Complete = 0;
_root.guestGirlBlonde3CookedSpaghettiCheddarCheese1Queue = 1;
_root.guestBoyRedhead1CookedChickenHainanRice1Queue1 = 1;
_root.guestBoyRedhead1CookedChickenHainanRice1Queue2 = 0;
}
button 3214 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedChickenWing2.gotoAndStop('waiting');
}
}
}
}
movieClip 3216 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3217 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
}
}
}
}
}
}
}
movieClip 3220 {
frame 1440 {
_root.guestPhoneFriedChickenWing2.gotoAndStop('gone');
}
}
movieClip 3222 {
frame 24 {
_root.guestPhoneFriedChickenWing2.gotoAndStop('gone');
}
}
movieClip 3224 {
frame 1 {
stop();
if (_root.phoneOrderActive == 1) {
nextFrame();
}
}
frame 2 {
stop();
}
instance of movieClip 3216 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3220 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3222 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneFriedSteamedBuns31.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 4;
}
}
frame 6 {
stop();
}
}
button 3226 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedSteamedBuns31.gotoAndStop('waiting');
}
}
}
}
movieClip 3228 {
frame 200 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 280 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3229 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
}
}
}
}
}
}
}
movieClip 3232 {
frame 1440 {
_root.guestPhoneFriedSteamedBuns31.gotoAndStop('gone');
}
}
movieClip 3234 {
frame 24 {
_root.guestPhoneFriedSteamedBuns31.gotoAndStop('gone');
}
}
movieClip 3236 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3228 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3232 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3234 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneJuiceBlackcurrant2.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 3;
}
}
frame 6 {
stop();
}
}
button 3238 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneJuiceBlackcurrant2.gotoAndStop('waiting');
}
}
}
}
movieClip 3240 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3241 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
}
}
}
}
}
}
}
movieClip 3244 {
frame 1440 {
_root.guestPhoneJuiceBlackcurrant2.gotoAndStop('gone');
}
}
movieClip 3246 {
frame 24 {
_root.guestPhoneJuiceBlackcurrant2.gotoAndStop('gone');
}
}
movieClip 3248 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3240 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneCookedChickenHainanRice2.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 2;
}
}
frame 6 {
stop();
}
}
button 3250 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneCookedChickenHainanRice2.gotoAndStop('waiting');
}
}
}
}
movieClip 3252 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3253 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
}
}
}
}
}
}
}
movieClip 3256 {
frame 1440 {
_root.guestPhoneCookedChickenHainanRice2.gotoAndStop('gone');
}
}
movieClip 3258 {
frame 24 {
_root.guestPhoneCookedChickenHainanRice2.gotoAndStop('gone');
}
}
movieClip 3260 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3252 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3256 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3258 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneFriedChickenThigh1.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 1;
}
}
frame 6 {
stop();
}
}
button 3262 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedChickenThigh1.gotoAndStop('waiting');
}
}
}
}
movieClip 3264 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3265 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenThighChef == 1) {
_root.handFull = 0;
_root.friedChickenThighChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
}
}
}
}
}
}
}
movieClip 3268 {
frame 1440 {
_root.guestPhoneFriedChickenThigh1.gotoAndStop('gone');
}
}
movieClip 3270 {
frame 24 {
_root.guestPhoneFriedChickenThigh1.gotoAndStop('gone');
}
}
movieClip 3272 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3264 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3268 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3270 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
movieClip 3274 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde3CookedSpaghettiCheddarCheese1.gotoAndStop('waiting');
}
}
button 3275 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3278 {
frame 960 {
_root.guestGirlBlonde3CookedSpaghettiCheddarCheese1.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlBlonde3CookedSpaghettiCheddarCheese1.gotoAndStop('leave');
}
}
button 3279 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3287 {
frame 36 {
_root.guestGirlBlonde3CookedSpaghettiCheddarCheese1.gotoAndStop('leave');
}
}
movieClip 3288 {
frame 1 {
stop();
}
instance of movieClip 3274 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3278 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3287 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestGirlBlonde3CookedSpaghettiCheddarCheese1Queue = 0;
if (_root.guestBoyRedhead1CookedChickenHainanRice1Queue1 == 1) {
_root.guestBoyRedhead1CookedChickenHainanRice1Queue1 = 0;
_root.guestBoyRedhead1CookedChickenHainanRice1Queue2 = 1;
}
}
}
movieClip 3290 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyRedhead1CookedChickenHainanRice1.gotoAndStop('waiting');
}
}
button 3291 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3294 {
frame 960 {
_root.guestBoyRedhead1CookedChickenHainanRice1.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyRedhead1CookedChickenHainanRice1.gotoAndStop('leave');
}
}
button 3295 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3297 {
frame 36 {
_root.guestBoyRedhead1CookedChickenHainanRice1.gotoAndStop('leave');
}
}
movieClip 3298 {
frame 1 {
stop();
}
instance of movieClip 3290 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3294 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3297 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestBoyRedhead1CookedChickenHainanRice1Queue1 = 0;
_root.guestBoyRedhead1CookedChickenHainanRice1Queue2 = 0;
}
}
instance guestBoyRedhead1CookedChickenHainanRice1 of movieClip 3298 {
onClipEvent (enterFrame) {
if (_root.guestGirlBlonde3CookedSpaghettiCheddarCheese1Queue == 0) {
this._x = 84.5;
this._y = 319.6;
}
}
}
movieClip 3300 {
frame 400 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian2GrilledChickenSteak2.gotoAndStop('waiting');
}
}
button 3301 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3304 {
frame 960 {
_root.guestGirlAsian2GrilledChickenSteak2.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlAsian2GrilledChickenSteak2.gotoAndStop('leave');
}
}
button 3305 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3307 {
frame 36 {
_root.guestGirlAsian2GrilledChickenSteak2.gotoAndStop('leave');
}
}
movieClip 3308 {
frame 1 {
stop();
}
instance of movieClip 3300 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3304 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3307 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
instance guestGirlAsian2GrilledChickenSteak2 of movieClip 3308 {
onClipEvent (enterFrame) {
if (_root.guestGirlBlonde3CookedSpaghettiCheddarCheese1Queue == 1 & _root.guestBoyRedhead1CookedChickenHainanRice1Queue1 == 0 & _root.guestBoyRedhead1CookedChickenHainanRice1Queue2 == 0 || _root.guestGirlBlonde3CookedSpaghettiCheddarCheese1Queue == 0 & _root.guestBoyRedhead1CookedChickenHainanRice1Queue1 == 0 & _root.guestBoyRedhead1CookedChickenHainanRice1Queue2 == 1) {
this._x = 67.09999999999999;
this._y = 340.95;
}
if (_root.guestGirlBlonde3CookedSpaghettiCheddarCheese1Queue == 0 & _root.guestBoyRedhead1CookedChickenHainanRice1Queue1 == 0 & _root.guestBoyRedhead1CookedChickenHainanRice1Queue2 == 0) {
this._x = 95.3;
this._y = 322.25;
}
}
}
movieClip 3310 {
frame 80 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyEbony1FriedChickenBreastFriedFrenchFries2.gotoAndStop('waiting');
}
}
button 3311 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3314 {
frame 960 {
_root.guestBoyEbony1FriedChickenBreastFriedFrenchFries2.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyEbony1FriedChickenBreastFriedFrenchFries2.gotoAndStop('leave');
}
}
button 3315 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3317 {
frame 36 {
_root.guestBoyEbony1FriedChickenBreastFriedFrenchFries2.gotoAndStop('leave');
}
}
movieClip 3318 {
frame 1 {
stop();
}
instance of movieClip 3310 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3314 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3317 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlEbony2JuiceBlackcurrant2.gotoAndStop(2);
} else {
_root.guestCount -= 4;
}
}
}
movieClip 3320 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony2JuiceBlackcurrant2.gotoAndStop('waiting');
}
}
button 3321 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3324 {
frame 960 {
_root.guestGirlEbony2JuiceBlackcurrant2.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlEbony2JuiceBlackcurrant2.gotoAndStop('leave');
}
}
button 3325 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3327 {
frame 36 {
_root.guestGirlEbony2JuiceBlackcurrant2.gotoAndStop('leave');
}
}
movieClip 3328 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3320 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3324 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3327 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlRedhead1FriedSausageFriedFrenchFries2.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 3330 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlRedhead1FriedSausageFriedFrenchFries2.gotoAndStop('waiting');
}
}
button 3331 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSausageFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 17;
_root.score += 17;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3334 {
frame 960 {
_root.guestGirlRedhead1FriedSausageFriedFrenchFries2.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlRedhead1FriedSausageFriedFrenchFries2.gotoAndStop('leave');
}
}
button 3335 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSausageFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 17;
_root.score += 17;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3337 {
frame 36 {
_root.guestGirlRedhead1FriedSausageFriedFrenchFries2.gotoAndStop('leave');
}
}
movieClip 3338 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3330 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3334 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3337 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBlonde2FriedSteamedBuns22.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 3340 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde2FriedSteamedBuns22.gotoAndStop('waiting');
}
}
button 3341 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3344 {
frame 960 {
_root.guestBoyBlonde2FriedSteamedBuns22.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyBlonde2FriedSteamedBuns22.gotoAndStop('leave');
}
}
button 3345 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3347 {
frame 36 {
_root.guestBoyBlonde2FriedSteamedBuns22.gotoAndStop('leave');
}
}
movieClip 3348 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3340 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3344 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3347 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBrunette3CookedChickenHainanRice1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3350 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette3CookedChickenHainanRice1.gotoAndStop('waiting');
}
}
button 3352 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3355 {
frame 960 {
_root.guestGirlBrunette3CookedChickenHainanRice1.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlBrunette3CookedChickenHainanRice1.gotoAndStop('leave');
}
}
button 3357 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3359 {
frame 36 {
_root.guestGirlBrunette3CookedChickenHainanRice1.gotoAndStop('leave');
}
}
movieClip 3360 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3350 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3355 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3359 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 3362 {
frame 40 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlOld2CookedRendangRice1.gotoAndStop('waiting');
}
}
button 3363 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3366 {
frame 960 {
_root.guestGirlOld2CookedRendangRice1.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlOld2CookedRendangRice1.gotoAndStop('leave');
}
}
button 3367 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3373 {
frame 36 {
_root.guestGirlOld2CookedRendangRice1.gotoAndStop('leave');
}
}
movieClip 3374 {
frame 1 {
stop();
}
instance of movieClip 3362 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3366 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3373 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyAsian2FriedSteamedBuns22.gotoAndStop(2);
} else {
_root.guestCount -= 5;
}
}
}
movieClip 3376 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyAsian2FriedSteamedBuns22.gotoAndStop('waiting');
}
}
button 3377 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3380 {
frame 960 {
_root.guestBoyAsian2FriedSteamedBuns22.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyAsian2FriedSteamedBuns22.gotoAndStop('leave');
}
}
button 3381 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3383 {
frame 36 {
_root.guestBoyAsian2FriedSteamedBuns22.gotoAndStop('leave');
}
}
movieClip 3384 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3376 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3380 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3383 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlAsian3FriedSteamedBuns21.gotoAndStop(2);
} else {
_root.guestCount -= 4;
}
}
}
movieClip 3386 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian3FriedSteamedBuns21.gotoAndStop('waiting');
}
}
button 3388 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3391 {
frame 960 {
_root.guestGirlAsian3FriedSteamedBuns21.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlAsian3FriedSteamedBuns21.gotoAndStop('leave');
}
}
button 3393 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3395 {
frame 36 {
_root.guestGirlAsian3FriedSteamedBuns21.gotoAndStop('leave');
}
}
movieClip 3396 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3386 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3391 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3395 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBrunette4FriedSteamedBuns31.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 3398 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette4FriedSteamedBuns31.gotoAndStop('waiting');
}
}
button 3399 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3402 {
frame 960 {
_root.guestBoyBrunette4FriedSteamedBuns31.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyBrunette4FriedSteamedBuns31.gotoAndStop('leave');
}
}
button 3403 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3405 {
frame 36 {
_root.guestBoyBrunette4FriedSteamedBuns31.gotoAndStop('leave');
}
}
movieClip 3406 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3398 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3402 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBrunette2JuiceMelon1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 3408 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette2JuiceMelon1.gotoAndStop('waiting');
}
}
button 3410 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceMelonChef == 1) {
_root.handFull = 0;
_root.juiceMelonChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3413 {
frame 960 {
_root.guestGirlBrunette2JuiceMelon1.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlBrunette2JuiceMelon1.gotoAndStop('leave');
}
}
button 3415 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceMelonChef == 1) {
_root.handFull = 0;
_root.juiceMelonChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3417 {
frame 36 {
_root.guestGirlBrunette2JuiceMelon1.gotoAndStop('leave');
}
}
movieClip 3418 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3408 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3413 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3417 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBlonde3CookedSpaghettiCheddarCheese2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3420 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde3CookedSpaghettiCheddarCheese2.gotoAndStop('waiting');
}
}
button 3421 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3424 {
frame 980 {
_root.guestBoyBlonde3CookedSpaghettiCheddarCheese2.gotoAndStop('mad');
}
frame 1460 {
_root.guestBoyBlonde3CookedSpaghettiCheddarCheese2.gotoAndStop('leave');
}
}
button 3425 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3427 {
frame 36 {
_root.guestBoyBlonde3CookedSpaghettiCheddarCheese2.gotoAndStop('leave');
}
}
movieClip 3428 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3420 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3424 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3427 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
frame 18 {
stop();
_root.handFull = 0;
_root.mainMenuOpen = 0;
_root.drinksMenuOpen = 0;
_root.tray1Fill = 0;
_root.tray2Fill = 0;
_root.tray3Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseTray3 = 0;
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastTray3 = 0;
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingTray3 = 0;
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighTray3 = 0;
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakTray3 = 0;
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiTray3 = 0;
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSausageTray1 = 0;
_root.rawSausageTray2 = 0;
_root.rawSausageTray3 = 0;
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesTray3 = 0;
_root.rawRiceTray1 = 0;
_root.rawRiceTray2 = 0;
_root.rawRiceTray3 = 0;
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanTray3 = 0;
_root.rawRendangTray1 = 0;
_root.rawRendangTray2 = 0;
_root.rawRendangTray3 = 0;
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeTray3 = 0;
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryTray3 = 0;
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateTray3 = 0;
_root.juiceMelonTray1 = 0;
_root.juiceMelonTray2 = 0;
_root.juiceMelonTray3 = 0;
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantTray3 = 0;
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSausageTray1 = 0;
_root.friedSausageTray2 = 0;
_root.friedSausageTray3 = 0;
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseTray3 = 0;
_root.cookedRiceTray1 = 0;
_root.cookedRiceTray2 = 0;
_root.cookedRiceTray3 = 0;
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedRendangTray1 = 0;
_root.cookedRendangTray2 = 0;
_root.cookedRendangTray3 = 0;
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceTray3 = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawRiceChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangePouring = 0;
_root.juiceStrawberryPouring = 0;
_root.juiceChocolatePouring = 0;
_root.juiceMelonPouring = 0;
_root.juiceBlackcurrantPouring = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.stoveLeftCooking = 0;
_root.stoveRightCooking = 0;
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighOnStoveRight = 0;
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiOnStoveRight = 0;
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesOnStoveRight = 0;
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangOnStoveRight = 0;
_root.microwaveCooking = 0;
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns3OnMicrowave = 0;
_root.cookedRiceOnMicrowave = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.grillGrilling = 0;
_root.grilledChickenSteakOnGrill = 0;
_root.chef._x = 284.8;
_root.chef._y = 222.8;
_root.chef.gotoAndStop('front');
_root.chef.rice.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food3.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.drinks.gotoAndStop('empty');
_root.stove.stove1.gotoAndStop('empty');
_root.stove.stove2.gotoAndStop('empty');
_root.microwave.microwave1.gotoAndStop('empty');
_root.microwave.microwave2.gotoAndStop('empty');
_root.grill.grill1.gotoAndStop('empty');
_root.grill.grill2.gotoAndStop('empty');
_root.juicer.juicer1.gotoAndStop('empty');
_root.juicer.juicer2.gotoAndStop('empty');
_root.trashBin.gotoAndStop('close');
_root.tray1.gotoAndStop('empty');
_root.tray2.gotoAndStop('empty');
_root.tray3.gotoAndStop('empty');
_root.cashRegister.gotoAndStop('empty');
_root.window1.window1.gotoAndStop('morning');
_root.window1.window2.gotoAndStop('morning');
_root.window1.window3.gotoAndStop('morning');
_root.window1.window4.gotoAndStop('morning');
_root.window2.window1.gotoAndStop('morning');
_root.window2.window2.gotoAndStop('morning');
_root.window2.window3.gotoAndStop('morning');
_root.window2.window4.gotoAndStop('morning');
_root.goal = 210;
if (_root.phoneOrderActive == 1) {
_root.guestCount = 19;
} else {
_root.guestCount = 14;
}
_global.currentLevel = 12;
_root.date = 12;
_root.scoreLevel = 0;
_root.level12Complete = 0;
_root.guestGirlAsian1FriedSteamedBuns32Queue = 1;
_root.guestBoyEbony2JuiceMelon2Queue1 = 1;
_root.guestBoyEbony2JuiceMelon2Queue2 = 0;
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue1 = 1;
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue2 = 0;
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue3 = 0;
}
button 3430 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneJuiceChocolate1.gotoAndStop('waiting');
}
}
}
}
movieClip 3432 {
frame 200 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 280 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3433 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceChocolateChef == 1) {
_root.handFull = 0;
_root.juiceChocolateChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
}
}
}
}
}
}
}
movieClip 3436 {
frame 1440 {
_root.guestPhoneJuiceChocolate1.gotoAndStop('gone');
}
}
movieClip 3438 {
frame 24 {
_root.guestPhoneJuiceChocolate1.gotoAndStop('gone');
}
}
movieClip 3440 {
frame 1 {
stop();
if (_root.phoneOrderActive == 1) {
nextFrame();
}
}
frame 2 {
stop();
}
instance of movieClip 3432 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3436 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3438 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneCookedRendangRice2.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 4;
}
}
frame 6 {
stop();
}
}
button 3442 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneCookedRendangRice2.gotoAndStop('waiting');
}
}
}
}
movieClip 3444 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3445 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
}
}
}
}
}
}
}
movieClip 3448 {
frame 1440 {
_root.guestPhoneCookedRendangRice2.gotoAndStop('gone');
}
}
movieClip 3450 {
frame 24 {
_root.guestPhoneCookedRendangRice2.gotoAndStop('gone');
}
}
movieClip 3452 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3444 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3448 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3450 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneJuiceOrange3.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 3;
}
}
frame 6 {
stop();
}
}
button 3454 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneJuiceOrange3.gotoAndStop('waiting');
}
}
}
}
movieClip 3456 {
frame 60 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 140 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3457 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
}
}
}
}
}
}
}
movieClip 3460 {
frame 1440 {
_root.guestPhoneJuiceOrange3.gotoAndStop('gone');
}
}
movieClip 3462 {
frame 24 {
_root.guestPhoneJuiceOrange3.gotoAndStop('gone');
}
}
movieClip 3464 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3456 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3460 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3462 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneCookedSpaghetti3.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 2;
}
}
frame 6 {
stop();
}
}
button 3466 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneCookedSpaghetti3.gotoAndStop('waiting');
}
}
}
}
movieClip 3468 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3469 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
}
}
}
}
}
}
}
movieClip 3472 {
frame 1440 {
_root.guestPhoneCookedSpaghetti3.gotoAndStop('gone');
}
}
movieClip 3474 {
frame 24 {
_root.guestPhoneCookedSpaghetti3.gotoAndStop('gone');
}
}
movieClip 3476 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3474 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneCookedSpaghettiCheddarCheese3.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 1;
}
}
frame 6 {
stop();
}
}
button 3478 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneCookedSpaghettiCheddarCheese3.gotoAndStop('waiting');
}
}
}
}
movieClip 3480 {
frame 200 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 280 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3481 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
}
}
}
}
}
}
}
movieClip 3484 {
frame 1440 {
_root.guestPhoneCookedSpaghettiCheddarCheese3.gotoAndStop('gone');
}
}
movieClip 3486 {
frame 24 {
_root.guestPhoneCookedSpaghettiCheddarCheese3.gotoAndStop('gone');
}
}
movieClip 3488 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3480 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3484 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3486 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
movieClip 3490 {
frame 220 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde3CookedSpaghettiCheddarCheese2.gotoAndStop('waiting');
}
}
button 3491 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3494 {
frame 960 {
_root.guestGirlBlonde3CookedSpaghettiCheddarCheese2.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlBlonde3CookedSpaghettiCheddarCheese2.gotoAndStop('leave');
}
}
button 3495 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3503 {
frame 36 {
_root.guestGirlBlonde3CookedSpaghettiCheddarCheese2.gotoAndStop('leave');
}
}
movieClip 3504 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3490 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3494 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3503 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyLatin1CookedChickenHainanRice1.gotoAndStop(2);
} else {
_root.guestCount -= 4;
}
}
}
movieClip 3506 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyLatin1CookedChickenHainanRice1.gotoAndStop('waiting');
}
}
button 3508 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3511 {
frame 960 {
_root.guestBoyLatin1CookedChickenHainanRice1.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyLatin1CookedChickenHainanRice1.gotoAndStop('leave');
}
}
movieClip 3518 {
}
button 3519 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3521 {
frame 36 {
_root.guestBoyLatin1CookedChickenHainanRice1.gotoAndStop('leave');
}
}
movieClip 3522 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3506 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3511 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3521 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlAsian3CookedRendangRice1.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 3524 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian3CookedRendangRice1.gotoAndStop('waiting');
}
}
button 3525 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3528 {
frame 960 {
_root.guestGirlAsian3CookedRendangRice1.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlAsian3CookedRendangRice1.gotoAndStop('leave');
}
}
button 3529 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3531 {
frame 36 {
_root.guestGirlAsian3CookedRendangRice1.gotoAndStop('leave');
}
}
movieClip 3532 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3524 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3528 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3531 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBlonde3JuiceOrange2.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 3534 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde3JuiceOrange2.gotoAndStop('waiting');
}
}
button 3535 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3538 {
frame 960 {
_root.guestBoyBlonde3JuiceOrange2.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyBlonde3JuiceOrange2.gotoAndStop('leave');
}
}
button 3539 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3541 {
frame 36 {
_root.guestBoyBlonde3JuiceOrange2.gotoAndStop('leave');
}
}
movieClip 3542 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3534 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3538 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3541 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlRedhead1JuiceBlackcurrant1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3544 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlRedhead1JuiceBlackcurrant1.gotoAndStop('waiting');
}
}
button 3546 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3549 {
frame 960 {
_root.guestGirlRedhead1JuiceBlackcurrant1.gotoAndStop('mad');
}
frame 1500 {
_root.guestGirlRedhead1JuiceStrawberry1.gotoAndStop('leave');
}
}
button 3551 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3553 {
frame 36 {
_root.guestGirlRedhead1JuiceBlackcurrant1.gotoAndStop('leave');
}
}
movieClip 3554 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3544 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3549 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3553 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 3556 {
frame 120 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyAsian2GrilledChickenSteak1.gotoAndStop('waiting');
}
}
button 3557 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3560 {
frame 960 {
_root.guestBoyAsian2GrilledChickenSteak1.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyAsian2GrilledChickenSteak1.gotoAndStop('leave');
}
}
button 3561 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3563 {
frame 36 {
_root.guestBoyAsian2GrilledChickenSteak1.gotoAndStop('leave');
}
}
movieClip 3564 {
frame 1 {
stop();
}
instance of movieClip 3556 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3560 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3563 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries1.gotoAndStop(2);
_root.guestGirlBlonde3CookedSpaghettiCheddarCheese2.gotoAndStop(2);
} else {
_root.guestCount -= 9;
}
}
}
movieClip 3566 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries1.gotoAndStop('waiting');
}
}
button 3567 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3570 {
frame 960 {
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries1.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries1.gotoAndStop('leave');
}
}
button 3571 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3573 {
frame 36 {
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries1.gotoAndStop('leave');
}
}
movieClip 3574 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3566 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3570 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlAsian2CookedSpaghettiCheddarCheese2.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 3576 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian2CookedSpaghettiCheddarCheese2.gotoAndStop('waiting');
}
}
button 3577 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3580 {
frame 960 {
_root.guestGirlAsian2CookedSpaghettiCheddarCheese2.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlAsian2CookedSpaghettiCheddarCheese2.gotoAndStop('leave');
}
}
button 3581 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3583 {
frame 36 {
_root.guestGirlAsian2CookedSpaghettiCheddarCheese2.gotoAndStop('leave');
}
}
movieClip 3584 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3576 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3580 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3583 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBrunette3JuiceChocolate1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 3586 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette3JuiceChocolate1.gotoAndStop('waiting');
}
}
button 3587 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceChocolateChef == 1) {
_root.handFull = 0;
_root.juiceChocolateChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3590 {
frame 960 {
_root.guestBoyBrunette3JuiceChocolate1.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyBrunette3JuiceChocolate1.gotoAndStop('leave');
}
}
button 3591 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceChocolateChef == 1) {
_root.handFull = 0;
_root.juiceChocolateChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3593 {
frame 36 {
_root.guestBoyBrunette3JuiceChocolate1.gotoAndStop('leave');
}
}
movieClip 3594 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3586 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3590 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3593 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBrunette3JuiceStrawberry1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3596 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette3JuiceStrawberry1.gotoAndStop('waiting');
}
}
button 3597 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3600 {
frame 960 {
_root.guestGirlBrunette3JuiceStrawberry1.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlBrunette3JuiceStrawberry1.gotoAndStop('leave');
}
}
button 3601 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3603 {
frame 36 {
_root.guestGirlBrunette3JuiceStrawberry1.gotoAndStop('leave');
}
}
movieClip 3604 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3596 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3600 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3603 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 3606 {
frame 60 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian1FriedSteamedBuns32.gotoAndStop('waiting');
}
}
button 3607 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3610 {
frame 960 {
_root.guestGirlAsian1FriedSteamedBuns32.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlAsian1FriedSteamedBuns32.gotoAndStop('leave');
}
}
button 3611 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3613 {
frame 36 {
_root.guestGirlAsian1FriedSteamedBuns32.gotoAndStop('leave');
}
}
movieClip 3614 {
frame 1 {
stop();
}
instance of movieClip 3606 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3610 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3613 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestGirlAsian1FriedSteamedBuns32Queue = 0;
if (_root.guestBoyEbony2JuiceMelon2Queue1 == 1 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue1 == 1) {
_root.guestBoyEbony2JuiceMelon2Queue1 = 0;
_root.guestBoyEbony2JuiceMelon2Queue2 = 1;
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue1 = 0;
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue2 = 1;
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue3 = 0;
} else {
if (_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue2 == 1) {
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue1 = 0;
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue2 = 0;
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue3 = 1;
}
}
}
}
movieClip 3616 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyEbony2JuiceMelon2.gotoAndStop('waiting');
}
}
button 3617 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceMelonChef == 1) {
_root.handFull = 0;
_root.juiceMelonChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3620 {
frame 960 {
_root.guestBoyEbony2JuiceMelon2.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyEbony2JuiceMelon2.gotoAndStop('leave');
}
}
button 3621 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceMelonChef == 1) {
_root.handFull = 0;
_root.juiceMelonChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3623 {
frame 36 {
_root.guestBoyEbony2JuiceMelon2.gotoAndStop('leave');
}
}
movieClip 3624 {
frame 1 {
stop();
}
instance of movieClip 3616 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3620 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3623 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestBoyEbony2JuiceMelon2Queue1 = 0;
_root.guestBoyEbony2JuiceMelon2Queue2 = 0;
if (_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue1 == 1) {
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue1 = 0;
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue2 = 1;
} else {
if (_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue2 == 1) {
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue1 = 0;
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue2 = 0;
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue3 = 1;
}
}
}
}
instance guestBoyEbony2JuiceMelon2 of movieClip 3624 {
onClipEvent (enterFrame) {
if (_root.guestGirlAsian1FriedSteamedBuns32Queue == 0) {
this._x = 289.1;
this._y = 347.85;
}
}
}
movieClip 3626 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1.gotoAndStop('waiting');
}
}
button 3627 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3630 {
frame 960 {
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1.gotoAndStop('leave');
}
}
button 3631 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3633 {
frame 36 {
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1.gotoAndStop('leave');
}
}
movieClip 3634 {
frame 1 {
stop();
}
instance of movieClip 3626 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3630 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3633 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue1 = 0;
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue2 = 0;
_root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue3 = 0;
}
}
instance guestGirlBrunette3CookedSpaghettiCheddarCheese1 of movieClip 3634 {
onClipEvent (enterFrame) {
if (_root.guestGirlAsian1FriedSteamedBuns32Queue == 0 & _root.guestBoyEbony2JuiceMelon2Queue1 == 0 & _root.guestBoyEbony2JuiceMelon2Queue2 == 1 || _root.guestGirlAsian1FriedSteamedBuns32Queue == 1 & _root.guestBoyEbony2JuiceMelon2Queue1 == 0 & _root.guestBoyEbony2JuiceMelon2Queue2 == 0) {
this._x = 267.45;
this._y = 369.4;
}
if (_root.guestGirlAsian1FriedSteamedBuns32Queue == 0 & _root.guestBoyEbony2JuiceMelon2Queue1 == 0 & _root.guestBoyEbony2JuiceMelon2Queue2 == 0) {
this._x = 292;
this._y = 350.05;
}
}
}
movieClip 3636 {
frame 400 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyOld1CookedRendangRice2.gotoAndStop('waiting');
}
}
button 3637 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3640 {
frame 960 {
_root.guestBoyOld1CookedRendangRice2.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyOld1CookedRendangRice2.gotoAndStop('leave');
}
}
button 3641 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3643 {
frame 36 {
_root.guestBoyOld1CookedRendangRice2.gotoAndStop('leave');
}
}
movieClip 3644 {
frame 1 {
stop();
}
instance of movieClip 3636 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3640 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3643 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
instance guestBoyOld1CookedRendangRice2 of movieClip 3644 {
onClipEvent (enterFrame) {
if (_root.guestGirlAsian1FriedSteamedBuns32Queue == 1 & _root.guestBoyEbony2JuiceMelon2Queue1 == 0 & _root.guestBoyEbony2JuiceMelon2Queue2 == 1 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue1 == 0 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue2 == 0 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue3 == 0 || _root.guestGirlAsian1FriedSteamedBuns32Queue == 1 & _root.guestBoyEbony2JuiceMelon2Queue1 == 0 & _root.guestBoyEbony2JuiceMelon2Queue2 == 0 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue1 == 0 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue2 == 1 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue3 == 0 || _root.guestGirlAsian1FriedSteamedBuns32Queue == 0 & _root.guestBoyEbony2JuiceMelon2Queue1 == 0 & _root.guestBoyEbony2JuiceMelon2Queue2 == 1 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue1 == 0 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue2 == 1 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue3 == 0) {
this._x = 235.45;
this._y = 391.25;
}
if (_root.guestGirlAsian1FriedSteamedBuns32Queue == 1 & _root.guestBoyEbony2JuiceMelon2Queue1 == 0 & _root.guestBoyEbony2JuiceMelon2Queue2 == 0 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue1 == 0 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue2 == 0 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue3 == 0 || _root.guestGirlAsian1FriedSteamedBuns32Queue == 0 & _root.guestBoyEbony2JuiceMelon2Queue1 == 0 & _root.guestBoyEbony2JuiceMelon2Queue2 == 1 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue1 == 0 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue2 == 0 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue3 == 0 || _root.guestGirlAsian1FriedSteamedBuns32Queue == 0 & _root.guestBoyEbony2JuiceMelon2Queue1 == 0 & _root.guestBoyEbony2JuiceMelon2Queue2 == 0 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue1 == 0 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue2 == 0 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue3 == 1) {
this._x = 258.75;
this._y = 371.8;
}
if (_root.guestGirlAsian1FriedSteamedBuns32Queue == 0 & _root.guestBoyEbony2JuiceMelon2Queue1 == 0 & _root.guestBoyEbony2JuiceMelon2Queue2 == 0 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue1 == 0 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue2 == 0 & _root.guestGirlBrunette3CookedSpaghettiCheddarCheese1Queue3 == 0) {
this._x = 284.85;
this._y = 353.15;
}
}
}
frame 19 {
stop();
_root.handFull = 0;
_root.mainMenuOpen = 0;
_root.drinksMenuOpen = 0;
_root.tray1Fill = 0;
_root.tray2Fill = 0;
_root.tray3Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseTray3 = 0;
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastTray3 = 0;
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingTray3 = 0;
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighTray3 = 0;
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakTray3 = 0;
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiTray3 = 0;
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSausageTray1 = 0;
_root.rawSausageTray2 = 0;
_root.rawSausageTray3 = 0;
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesTray3 = 0;
_root.rawRiceTray1 = 0;
_root.rawRiceTray2 = 0;
_root.rawRiceTray3 = 0;
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanTray3 = 0;
_root.rawRendangTray1 = 0;
_root.rawRendangTray2 = 0;
_root.rawRendangTray3 = 0;
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeTray3 = 0;
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryTray3 = 0;
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateTray3 = 0;
_root.juiceMelonTray1 = 0;
_root.juiceMelonTray2 = 0;
_root.juiceMelonTray3 = 0;
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantTray3 = 0;
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSausageTray1 = 0;
_root.friedSausageTray2 = 0;
_root.friedSausageTray3 = 0;
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseTray3 = 0;
_root.cookedRiceTray1 = 0;
_root.cookedRiceTray2 = 0;
_root.cookedRiceTray3 = 0;
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedRendangTray1 = 0;
_root.cookedRendangTray2 = 0;
_root.cookedRendangTray3 = 0;
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceTray3 = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawRiceChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangePouring = 0;
_root.juiceStrawberryPouring = 0;
_root.juiceChocolatePouring = 0;
_root.juiceMelonPouring = 0;
_root.juiceBlackcurrantPouring = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.stoveLeftCooking = 0;
_root.stoveRightCooking = 0;
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighOnStoveRight = 0;
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiOnStoveRight = 0;
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesOnStoveRight = 0;
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangOnStoveRight = 0;
_root.microwaveCooking = 0;
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns3OnMicrowave = 0;
_root.cookedRiceOnMicrowave = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.grillGrilling = 0;
_root.grilledChickenSteakOnGrill = 0;
_root.chef._x = 284.8;
_root.chef._y = 222.8;
_root.chef.gotoAndStop('front');
_root.chef.rice.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food3.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.drinks.gotoAndStop('empty');
_root.stove.stove1.gotoAndStop('empty');
_root.stove.stove2.gotoAndStop('empty');
_root.microwave.microwave1.gotoAndStop('empty');
_root.microwave.microwave2.gotoAndStop('empty');
_root.grill.grill1.gotoAndStop('empty');
_root.grill.grill2.gotoAndStop('empty');
_root.juicer.juicer1.gotoAndStop('empty');
_root.juicer.juicer2.gotoAndStop('empty');
_root.trashBin.gotoAndStop('close');
_root.tray1.gotoAndStop('empty');
_root.tray2.gotoAndStop('empty');
_root.tray3.gotoAndStop('empty');
_root.cashRegister.gotoAndStop('empty');
_root.window1.window1.gotoAndStop('morning');
_root.window1.window2.gotoAndStop('morning');
_root.window1.window3.gotoAndStop('morning');
_root.window1.window4.gotoAndStop('morning');
_root.window2.window1.gotoAndStop('morning');
_root.window2.window2.gotoAndStop('morning');
_root.window2.window3.gotoAndStop('morning');
_root.window2.window4.gotoAndStop('morning');
_root.goal = 240;
if (_root.phoneOrderActive == 1) {
_root.guestCount = 20;
} else {
_root.guestCount = 15;
}
_global.currentLevel = 13;
_root.date = 13;
_root.scoreLevel = 0;
_root.level13Complete = 0;
_root.guestBoyBrunette4CookedRendangRice2Queue = 1;
_root.guestGirlAsian3FriedSteamedBuns22Queue1 = 1;
_root.guestGirlAsian3FriedSteamedBuns22Queue2 = 0;
_root.guestGirlBlonde3CookedSpaghetti1Queue1 = 1;
_root.guestGirlBlonde3CookedSpaghetti1Queue2 = 0;
_root.guestGirlBlonde3CookedSpaghetti1Queue3 = 0;
}
movieClip 3646 {
frame 380 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde3GrilledChickenSteakFriedFrenchFries1.gotoAndStop('waiting');
}
}
button 3647 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1 || _root.stoveLevel == 1) {
_root.scoreLevel += 24;
_root.score += 24;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2 || _root.stoveLevel == 2) {
_root.scoreLevel += 29;
_root.score += 29;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3650 {
frame 960 {
_root.guestBoyBlonde3GrilledChickenSteakFriedFrenchFries1.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyBlonde3GrilledChickenSteakFriedFrenchFries1.gotoAndStop('leave');
}
}
button 3651 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1 || _root.stoveLevel == 1) {
_root.scoreLevel += 24;
_root.score += 24;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2 || _root.stoveLevel == 2) {
_root.scoreLevel += 29;
_root.score += 29;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3653 {
frame 36 {
_root.guestBoyBlonde3GrilledChickenSteakFriedFrenchFries1.gotoAndStop('leave');
}
}
movieClip 3654 {
frame 1 {
stop();
}
instance of movieClip 3646 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3650 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3653 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyAsian2GrilledChickenSteak2.gotoAndStop(2);
} else {
_root.guestCount -= 6;
}
}
}
movieClip 3656 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyAsian2GrilledChickenSteak2.gotoAndStop('waiting');
}
}
button 3657 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3660 {
frame 960 {
_root.guestBoyAsian2GrilledChickenSteak2.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyAsian2GrilledChickenSteak2.gotoAndStop('leave');
}
}
button 3661 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3663 {
frame 36 {
_root.guestBoyAsian2GrilledChickenSteak2.gotoAndStop('leave');
}
}
movieClip 3664 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3656 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3660 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3663 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlRedhead1FriedSteamedBuns31.gotoAndStop(2);
} else {
_root.guestCount -= 5;
}
}
}
movieClip 3666 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlRedhead1FriedSteamedBuns31.gotoAndStop('waiting');
}
}
button 3667 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3670 {
frame 960 {
_root.guestGirlRedhead1FriedSteamedBuns31.gotoAndStop('mad');
}
frame 1500 {
_root.guestGirlRedhead1FriedSteamedBuns31.gotoAndStop('leave');
}
}
button 3671 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3673 {
frame 36 {
_root.guestGirlRedhead1FriedSteamedBuns31.gotoAndStop('leave');
}
}
movieClip 3674 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3666 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3670 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3673 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyRedhead1CookedChickenHainanRice2.gotoAndStop(2);
} else {
_root.guestCount -= 4;
}
}
}
movieClip 3676 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyRedhead1CookedChickenHainanRice2.gotoAndStop('waiting');
}
}
button 3677 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3680 {
frame 960 {
_root.guestBoyRedhead1CookedChickenHainanRice2.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyRedhead1CookedChickenHainanRice2.gotoAndStop('leave');
}
}
button 3681 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3683 {
frame 36 {
_root.guestBoyRedhead1CookedChickenHainanRice2.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 3680 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3683 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlAsian1JuiceChocolate1.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 3686 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian1JuiceChocolate1.gotoAndStop('waiting');
}
}
button 3687 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceChocolateChef == 1) {
_root.handFull = 0;
_root.juiceChocolateChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3690 {
frame 960 {
_root.guestGirlAsian1JuiceChocolate1.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlAsian1JuiceChocolate1.gotoAndStop('leave');
}
}
button 3691 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceChocolateChef == 1) {
_root.handFull = 0;
_root.juiceChocolateChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3693 {
frame 36 {
_root.guestGirlAsian1JuiceChocolate1.gotoAndStop('leave');
}
}
movieClip 3694 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3686 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3690 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3693 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlOld2FriedChickenWing1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 3696 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlOld2FriedChickenWing1.gotoAndStop('waiting');
}
}
button 3697 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3700 {
frame 960 {
_root.guestGirlOld2FriedChickenWing1.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlOld2FriedChickenWing1.gotoAndStop('leave');
}
}
button 3701 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3707 {
frame 36 {
_root.guestGirlOld2FriedChickenWing1.gotoAndStop('leave');
}
}
movieClip 3708 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3696 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3700 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3707 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyOld1FriedSteamedBuns12.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3710 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyOld1FriedSteamedBuns12.gotoAndStop('waiting');
}
}
button 3711 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3714 {
frame 960 {
_root.guestBoyOld1FriedSteamedBuns12.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyOld1FriedSteamedBuns12.gotoAndStop('leave');
}
}
button 3715 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3717 {
frame 36 {
_root.guestBoyOld1FriedSteamedBuns12.gotoAndStop('leave');
}
}
movieClip 3718 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3710 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3714 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3717 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 3720 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette4CookedRendangRice2.gotoAndStop('waiting');
}
}
button 3721 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3724 {
frame 960 {
_root.guestBoyBrunette4CookedRendangRice2.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyBrunette4CookedRendangRice2.gotoAndStop('leave');
}
}
button 3725 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3727 {
frame 36 {
_root.guestBoyBrunette4CookedRendangRice2.gotoAndStop('leave');
}
}
movieClip 3728 {
frame 1 {
stop();
}
instance of movieClip 3720 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3724 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3727 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestBoyBrunette4CookedRendangRice2Queue = 0;
if (_root.guestGirlAsian3FriedSteamedBuns22Queue1 == 1 & _root.guestGirlBlonde3CookedSpaghetti1Queue1 == 1) {
_root.guestGirlAsian3FriedSteamedBuns22Queue1 = 0;
_root.guestGirlAsian3FriedSteamedBuns22Queue2 = 1;
_root.guestGirlBlonde3CookedSpaghetti1Queue1 = 0;
_root.guestGirlBlonde3CookedSpaghetti1Queue2 = 1;
_root.guestGirlBlonde3CookedSpaghetti1Queue3 = 0;
} else {
if (_root.guestGirlBlonde3CookedSpaghetti1Queue2 == 1) {
_root.guestGirlBlonde3CookedSpaghetti1Queue1 = 0;
_root.guestGirlBlonde3CookedSpaghetti1Queue2 = 0;
_root.guestGirlBlonde3CookedSpaghetti1Queue3 = 1;
}
}
}
}
movieClip 3730 {
frame 550 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian3FriedSteamedBuns22.gotoAndStop('waiting');
}
}
button 3731 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3734 {
frame 960 {
_root.guestGirlAsian3FriedSteamedBuns22.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlAsian3FriedSteamedBuns22.gotoAndStop('leave');
}
}
button 3735 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3737 {
frame 36 {
_root.guestGirlAsian3FriedSteamedBuns22.gotoAndStop('leave');
}
}
movieClip 3738 {
frame 1 {
stop();
}
instance of movieClip 3730 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3734 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3737 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestGirlAsian3FriedSteamedBuns22Queue1 = 0;
_root.guestGirlAsian3FriedSteamedBuns22Queue2 = 0;
if (_root.guestGirlBlonde3CookedSpaghetti1Queue1 == 1) {
_root.guestGirlBlonde3CookedSpaghetti1Queue1 = 0;
_root.guestGirlBlonde3CookedSpaghetti1Queue2 = 1;
_root.guestGirlBlonde3CookedSpaghetti1Queue3 = 0;
} else {
if (_root.guestGirlBlonde3CookedSpaghetti1Queue2 == 1) {
_root.guestGirlBlonde3CookedSpaghetti1Queue1 = 0;
_root.guestGirlBlonde3CookedSpaghetti1Queue2 = 0;
_root.guestGirlBlonde3CookedSpaghetti1Queue3 = 1;
}
}
}
}
instance guestGirlAsian3FriedSteamedBuns22 of movieClip 3738 {
onClipEvent (enterFrame) {
if (_root.guestBoyBrunette4CookedRendangRice2Queue == 0) {
this._x = 194.9;
this._y = 338.3;
}
}
}
movieClip 3740 {
frame 620 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde3CookedSpaghetti1.gotoAndStop('waiting');
}
}
button 3741 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3744 {
frame 960 {
_root.guestGirlBlonde3CookedSpaghetti1.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlBlonde3CookedSpaghetti1.gotoAndStop('leave');
}
}
button 3745 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3753 {
frame 36 {
_root.guestGirlBlonde3CookedSpaghetti1.gotoAndStop('leave');
}
}
movieClip 3754 {
frame 1 {
stop();
}
instance of movieClip 3740 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3744 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3753 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestGirlBlonde3CookedSpaghetti1Queue1 = 0;
_root.guestGirlBlonde3CookedSpaghetti1Queue2 = 0;
_root.guestGirlBlonde3CookedSpaghetti1Queue3 = 0;
}
}
instance guestGirlBlonde3CookedSpaghetti1 of movieClip 3754 {
onClipEvent (enterFrame) {
if (_root.guestBoyBrunette4CookedRendangRice2Queue == 0 & _root.guestGirlAsian3FriedSteamedBuns22Queue1 == 0 & _root.guestGirlAsian3FriedSteamedBuns22Queue2 == 1 || _root.guestBoyBrunette4CookedRendangRice2Queue == 1 & _root.guestGirlAsian3FriedSteamedBuns22Queue1 == 0 & _root.guestGirlAsian3FriedSteamedBuns22Queue2 == 0) {
this._x = 163.3;
this._y = 368.15;
}
if (_root.guestBoyBrunette4CookedRendangRice2Queue == 0 & _root.guestGirlAsian3FriedSteamedBuns22Queue1 == 0 & _root.guestGirlAsian3FriedSteamedBuns22Queue2 == 0) {
this._x = 193.1;
this._y = 343.15;
}
}
}
movieClip 3756 {
frame 740 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyLatin1FriedSteamedBuns11.gotoAndStop('waiting');
}
}
button 3757 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3760 {
frame 960 {
_root.guestBoyLatin1FriedSteamedBuns11.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyLatin1FriedSteamedBuns11.gotoAndStop('leave');
}
}
button 3761 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3763 {
frame 36 {
_root.guestBoyLatin1FriedSteamedBuns11.gotoAndStop('leave');
}
}
movieClip 3764 {
frame 1 {
stop();
}
instance of movieClip 3756 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3760 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3763 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
instance guestBoyLatin1FriedSteamedBuns11 of movieClip 3764 {
onClipEvent (enterFrame) {
if (_root.guestBoyBrunette4CookedRendangRice2Queue == 1 & _root.guestGirlAsian3FriedSteamedBuns22Queue1 == 0 & _root.guestGirlAsian3FriedSteamedBuns22Queue2 == 1 & _root.guestGirlBlonde3CookedSpaghetti1Queue1 == 0 & _root.guestGirlBlonde3CookedSpaghetti1Queue2 == 0 & _root.guestGirlBlonde3CookedSpaghetti1Queue3 == 0 || _root.guestBoyBrunette4CookedRendangRice2Queue == 1 & _root.guestGirlAsian3FriedSteamedBuns22Queue1 == 0 & _root.guestGirlAsian3FriedSteamedBuns22Queue2 == 0 & _root.guestGirlBlonde3CookedSpaghetti1Queue1 == 0 & _root.guestGirlBlonde3CookedSpaghetti1Queue2 == 1 & _root.guestGirlBlonde3CookedSpaghetti1Queue3 == 0 || _root.guestBoyBrunette4CookedRendangRice2Queue == 0 & _root.guestGirlAsian3FriedSteamedBuns22Queue1 == 0 & _root.guestGirlAsian3FriedSteamedBuns22Queue2 == 1 & _root.guestGirlBlonde3CookedSpaghetti1Queue1 == 0 & _root.guestGirlBlonde3CookedSpaghetti1Queue2 == 1 & _root.guestGirlBlonde3CookedSpaghetti1Queue3 == 0) {
this._x = 123.65;
this._y = 375.9;
}
if (_root.guestBoyBrunette4CookedRendangRice2Queue == 1 & _root.guestGirlAsian3FriedSteamedBuns22Queue1 == 0 & _root.guestGirlAsian3FriedSteamedBuns22Queue2 == 0 & _root.guestGirlBlonde3CookedSpaghetti1Queue1 == 0 & _root.guestGirlBlonde3CookedSpaghetti1Queue2 == 0 & _root.guestGirlBlonde3CookedSpaghetti1Queue3 == 0 || _root.guestBoyBrunette4CookedRendangRice2Queue == 0 & _root.guestGirlAsian3FriedSteamedBuns22Queue1 == 0 & _root.guestGirlAsian3FriedSteamedBuns22Queue2 == 1 & _root.guestGirlBlonde3CookedSpaghetti1Queue1 == 0 & _root.guestGirlBlonde3CookedSpaghetti1Queue2 == 0 & _root.guestGirlBlonde3CookedSpaghetti1Queue3 == 0 || _root.guestBoyBrunette4CookedRendangRice2Queue == 0 & _root.guestGirlAsian3FriedSteamedBuns22Queue1 == 0 & _root.guestGirlAsian3FriedSteamedBuns22Queue2 == 0 & _root.guestGirlBlonde3CookedSpaghetti1Queue1 == 0 & _root.guestGirlBlonde3CookedSpaghetti1Queue2 == 0 & _root.guestGirlBlonde3CookedSpaghetti1Queue3 == 1) {
this._x = 149.95;
this._y = 356.9;
}
if (_root.guestBoyBrunette4CookedRendangRice2Queue == 0 & _root.guestGirlAsian3FriedSteamedBuns22Queue1 == 0 & _root.guestGirlAsian3FriedSteamedBuns22Queue2 == 0 & _root.guestGirlBlonde3CookedSpaghetti1Queue1 == 0 & _root.guestGirlBlonde3CookedSpaghetti1Queue2 == 0 & _root.guestGirlBlonde3CookedSpaghetti1Queue3 == 0) {
this._x = 180.95;
this._y = 334.45;
}
}
}
movieClip 3766 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian3CookedChickenHainanRice1.gotoAndStop('waiting');
}
}
button 3767 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3770 {
frame 960 {
_root.guestGirlAsian3CookedChickenHainanRice1.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlAsian3CookedChickenHainanRice1.gotoAndStop('leave');
}
}
button 3771 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3773 {
frame 36 {
_root.guestGirlAsian3CookedChickenHainanRice1.gotoAndStop('leave');
}
}
movieClip 3774 {
frame 1 {
stop();
}
instance of movieClip 3766 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3770 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3773 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 3776 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1.gotoAndStop('waiting');
}
}
button 3777 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3780 {
frame 960 {
_root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1.gotoAndStop('leave');
}
}
button 3781 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3783 {
frame 36 {
_root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1.gotoAndStop('leave');
}
}
movieClip 3784 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3776 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3780 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3783 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBlonde4CookedRendangRice1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 3786 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde4CookedRendangRice1.gotoAndStop('waiting');
}
}
button 3788 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3791 {
frame 960 {
_root.guestGirlBlonde4CookedRendangRice1.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlBlonde4CookedRendangRice1.gotoAndStop('leave');
}
}
button 3793 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3795 {
frame 36 {
_root.guestGirlBlonde4CookedRendangRice1.gotoAndStop('leave');
}
}
movieClip 3796 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3786 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3791 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3795 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBrunette3JuiceBlackcurrant1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3798 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette3JuiceBlackcurrant1.gotoAndStop('waiting');
}
}
button 3799 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3802 {
frame 960 {
_root.guestBoyBrunette3JuiceBlackcurrant1.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyBrunette3JuiceBlackcurrant1.gotoAndStop('leave');
}
}
button 3803 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3805 {
frame 36 {
_root.guestBoyBrunette3JuiceBlackcurrant1.gotoAndStop('leave');
}
}
movieClip 3806 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3798 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3802 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3805 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
instance guestBoyBrunette3JuiceBlackcurrant1 of movieClip 3806 {
onClipEvent (enterFrame) {
if (_root.guestGirlAsian3CookedChickenHainanRice1Queue == 1 & _root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1Queue1 == 0 & _root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1Queue2 == 1 & _root.guestGirlBlonde4CookedRendangRice1Queue1 == 0 & _root.guestGirlBlonde4CookedRendangRice1Queue2 == 0 & _root.guestGirlBlonde4CookedRendangRice1Queue3 == 0 || _root.guestGirlAsian3CookedChickenHainanRice1Queue == 1 & _root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1Queue1 == 0 & _root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1Queue2 == 0 & _root.guestGirlBlonde4CookedRendangRice1Queue1 == 0 & _root.guestGirlBlonde4CookedRendangRice1Queue2 == 1 & _root.guestGirlBlonde4CookedRendangRice1Queue3 == 0 || _root.guestGirlAsian3CookedChickenHainanRice1Queue == 0 & _root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1Queue1 == 0 & _root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1Queue2 == 1 & _root.guestGirlBlonde4CookedRendangRice1Queue1 == 0 & _root.guestGirlBlonde4CookedRendangRice1Queue2 == 1 & _root.guestGirlBlonde4CookedRendangRice1Queue3 == 0) {
this._x = 257.7;
this._y = 389.65;
}
if (_root.guestGirlAsian3CookedChickenHainanRice1Queue == 1 & _root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1Queue1 == 0 & _root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1Queue2 == 0 & _root.guestGirlBlonde4CookedRendangRice1Queue1 == 0 & _root.guestGirlBlonde4CookedRendangRice1Queue2 == 0 & _root.guestGirlBlonde4CookedRendangRice1Queue3 == 0 || _root.guestGirlAsian3CookedChickenHainanRice1Queue == 0 & _root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1Queue1 == 0 & _root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1Queue2 == 1 & _root.guestGirlBlonde4CookedRendangRice1Queue1 == 0 & _root.guestGirlBlonde4CookedRendangRice1Queue2 == 0 & _root.guestGirlBlonde4CookedRendangRice1Queue3 == 0 || _root.guestGirlAsian3CookedChickenHainanRice1Queue == 0 & _root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1Queue1 == 0 & _root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1Queue2 == 0 & _root.guestGirlBlonde4CookedRendangRice1Queue1 == 0 & _root.guestGirlBlonde4CookedRendangRice1Queue2 == 0 & _root.guestGirlBlonde4CookedRendangRice1Queue3 == 1) {
this._x = 283.6;
this._y = 373.2;
}
if (_root.guestGirlAsian3CookedChickenHainanRice1Queue == 0 & _root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1Queue1 == 0 & _root.guestBoyBlonde2FriedChickenWingFriedFrenchFries1Queue2 == 0 & _root.guestGirlBlonde4CookedRendangRice1Queue1 == 0 & _root.guestGirlBlonde4CookedRendangRice1Queue2 == 0 & _root.guestGirlBlonde4CookedRendangRice1Queue3 == 0) {
this._x = 306.15;
this._y = 353.9;
}
}
}
button 3808 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedChickenThigh2.gotoAndStop('waiting');
}
}
}
}
movieClip 3810 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3811 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenThighChef == 1) {
_root.handFull = 0;
_root.friedChickenThighChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
}
}
}
}
}
}
}
movieClip 3814 {
frame 1440 {
_root.guestPhoneFriedChickenThigh2.gotoAndStop('gone');
}
}
movieClip 3816 {
frame 24 {
_root.guestPhoneFriedChickenThigh2.gotoAndStop('gone');
}
}
movieClip 3818 {
frame 1 {
stop();
if (_root.phoneOrderActive == 1) {
nextFrame();
}
}
frame 2 {
stop();
}
instance of movieClip 3810 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3814 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3816 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneFriedChickenThighFriedFrenchFries1.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 4;
}
}
frame 6 {
stop();
}
}
button 3820 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedChickenThighFriedFrenchFries1.gotoAndStop('waiting');
}
}
}
}
movieClip 3822 {
frame 60 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 140 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3823 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenThighFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
}
}
}
}
}
}
}
movieClip 3826 {
frame 1440 {
_root.guestPhoneFriedChickenThighFriedFrenchFries1.gotoAndStop('gone');
}
}
movieClip 3828 {
frame 24 {
_root.guestPhoneFriedChickenThighFriedFrenchFries1.gotoAndStop('gone');
}
}
movieClip 3830 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3822 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3826 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3828 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneJuiceStrawberry3.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 3;
}
}
frame 6 {
stop();
}
}
button 3832 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneJuiceStrawberry3.gotoAndStop('waiting');
}
}
}
}
movieClip 3834 {
frame 60 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 140 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3835 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
}
}
}
}
}
}
}
movieClip 3838 {
frame 1440 {
_root.guestPhoneJuiceStrawberry3.gotoAndStop('gone');
}
}
movieClip 3840 {
frame 24 {
_root.guestPhoneJuiceStrawberry3.gotoAndStop('gone');
}
}
movieClip 3842 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3834 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3838 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3840 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneFriedSteamedBuns13.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 2;
}
}
frame 6 {
stop();
}
}
button 3844 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedSteamedBuns13.gotoAndStop('waiting');
}
}
}
}
movieClip 3846 {
frame 60 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 140 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3847 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
}
}
}
}
}
}
}
movieClip 3850 {
frame 1440 {
_root.guestPhoneFriedSteamedBuns13.gotoAndStop('leave');
}
}
movieClip 3852 {
frame 24 {
_root.guestPhoneFriedSteamedBuns13.gotoAndStop('gone');
}
}
movieClip 3854 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3846 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3850 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3852 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneCookedChickenHainanRice3.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 1;
}
}
frame 6 {
stop();
}
}
button 3856 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneCookedChickenHainanRice3.gotoAndStop('waiting');
}
}
}
}
movieClip 3858 {
frame 60 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 140 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3859 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
}
}
}
}
}
}
}
movieClip 3862 {
frame 1440 {
_root.guestPhoneCookedChickenHainanRice3.gotoAndStop('gone');
}
}
movieClip 3864 {
frame 24 {
_root.guestPhoneCookedChickenHainanRice3.gotoAndStop('gone');
}
}
movieClip 3865 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3858 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3862 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3864 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
frame 20 {
stop();
_root.handFull = 0;
_root.mainMenuOpen = 0;
_root.drinksMenuOpen = 0;
_root.tray1Fill = 0;
_root.tray2Fill = 0;
_root.tray3Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseTray3 = 0;
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastTray3 = 0;
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingTray3 = 0;
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighTray3 = 0;
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakTray3 = 0;
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiTray3 = 0;
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSausageTray1 = 0;
_root.rawSausageTray2 = 0;
_root.rawSausageTray3 = 0;
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesTray3 = 0;
_root.rawRiceTray1 = 0;
_root.rawRiceTray2 = 0;
_root.rawRiceTray3 = 0;
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanTray3 = 0;
_root.rawRendangTray1 = 0;
_root.rawRendangTray2 = 0;
_root.rawRendangTray3 = 0;
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeTray3 = 0;
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryTray3 = 0;
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateTray3 = 0;
_root.juiceMelonTray1 = 0;
_root.juiceMelonTray2 = 0;
_root.juiceMelonTray3 = 0;
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantTray3 = 0;
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSausageTray1 = 0;
_root.friedSausageTray2 = 0;
_root.friedSausageTray3 = 0;
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseTray3 = 0;
_root.cookedRiceTray1 = 0;
_root.cookedRiceTray2 = 0;
_root.cookedRiceTray3 = 0;
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedRendangTray1 = 0;
_root.cookedRendangTray2 = 0;
_root.cookedRendangTray3 = 0;
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceTray3 = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawRiceChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangePouring = 0;
_root.juiceStrawberryPouring = 0;
_root.juiceChocolatePouring = 0;
_root.juiceMelonPouring = 0;
_root.juiceBlackcurrantPouring = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.stoveLeftCooking = 0;
_root.stoveRightCooking = 0;
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighOnStoveRight = 0;
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiOnStoveRight = 0;
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesOnStoveRight = 0;
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangOnStoveRight = 0;
_root.microwaveCooking = 0;
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns3OnMicrowave = 0;
_root.cookedRiceOnMicrowave = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.grillGrilling = 0;
_root.grilledChickenSteakOnGrill = 0;
_root.chef._x = 284.8;
_root.chef._y = 222.8;
_root.chef.gotoAndStop('front');
_root.chef.rice.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food3.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.drinks.gotoAndStop('empty');
_root.stove.stove1.gotoAndStop('empty');
_root.stove.stove2.gotoAndStop('empty');
_root.microwave.microwave1.gotoAndStop('empty');
_root.microwave.microwave2.gotoAndStop('empty');
_root.grill.grill1.gotoAndStop('empty');
_root.grill.grill2.gotoAndStop('empty');
_root.juicer.juicer1.gotoAndStop('empty');
_root.juicer.juicer2.gotoAndStop('empty');
_root.trashBin.gotoAndStop('close');
_root.tray1.gotoAndStop('empty');
_root.tray2.gotoAndStop('empty');
_root.tray3.gotoAndStop('empty');
_root.cashRegister.gotoAndStop('empty');
_root.window1.window1.gotoAndStop('morning');
_root.window1.window2.gotoAndStop('morning');
_root.window1.window3.gotoAndStop('morning');
_root.window1.window4.gotoAndStop('morning');
_root.window2.window1.gotoAndStop('morning');
_root.window2.window2.gotoAndStop('morning');
_root.window2.window3.gotoAndStop('morning');
_root.window2.window4.gotoAndStop('morning');
_root.goal = 270;
if (_root.phoneOrderActive == 1) {
_root.guestCount = 20;
} else {
_root.guestCount = 15;
}
_global.currentLevel = 14;
_root.date = 14;
_root.scoreLevel = 0;
_root.level14Complete = 0;
_root.guestBoyBlonde2JuiceMelon1Queue = 1;
_root.guestBoyEbony2CookedSpaghetti2Queue1 = 1;
_root.guestBoyEbony2CookedSpaghetti2Queue2 = 0;
_root.guestGirlBrunette3JuiceStrawberry2Queue1 = 1;
_root.guestGirlBrunette3JuiceStrawberry2Queue2 = 0;
_root.guestGirlBrunette3JuiceStrawberry2Queue3 = 0;
}
button 3867 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneGrilledChickenSteak3.gotoAndStop('waiting');
}
}
}
}
movieClip 3869 {
frame 200 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 280 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3870 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
}
}
}
}
}
}
}
movieClip 3873 {
frame 1440 {
_root.guestPhoneGrilledChickenSteak3.gotoAndStop('gone');
}
}
movieClip 3875 {
frame 24 {
_root.guestPhoneGrilledChickenSteak3.gotoAndStop('gone');
}
}
movieClip 3877 {
frame 1 {
stop();
if (_root.phoneOrderActive == 1) {
nextFrame();
}
}
frame 2 {
stop();
}
instance of movieClip 3869 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3873 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3875 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneJuiceBlackcurrant3.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 4;
}
}
frame 6 {
stop();
}
}
button 3879 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneJuiceBlackcurrant3.gotoAndStop('waiting');
}
}
}
}
movieClip 3881 {
frame 60 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 140 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3882 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
}
}
}
}
}
}
}
movieClip 3885 {
frame 1440 {
_root.guestPhoneJuiceBlackcurrant3.gotoAndStop('gone');
}
}
movieClip 3887 {
frame 24 {
_root.guestPhoneJuiceBlackcurrant3.gotoAndStop('gone');
}
}
movieClip 3889 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3881 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3885 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3887 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneFriedChickenWing3.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 3;
}
}
frame 6 {
stop();
}
}
button 3891 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedChickenWing3.gotoAndStop('waiting');
}
}
}
}
movieClip 3893 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3894 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
}
}
}
}
}
}
}
movieClip 3897 {
frame 1440 {
_root.guestPhoneFriedChickenWing3.gotoAndStop('gone');
}
}
movieClip 3899 {
frame 24 {
_root.guestPhoneFriedChickenWing3.gotoAndStop('gone');
}
}
movieClip 3901 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3893 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3897 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3899 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneCookedRendangRice3.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 2;
}
}
frame 6 {
stop();
}
}
button 3903 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneCookedRendangRice3.gotoAndStop('waiting');
}
}
}
}
movieClip 3905 {
frame 60 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 140 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3906 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
}
}
}
}
}
}
}
movieClip 3909 {
frame 1440 {
_root.guestPhoneCookedRendangRice3.gotoAndStop('gone');
}
}
movieClip 3911 {
frame 24 {
_root.guestPhoneCookedRendangRice3.gotoAndStop('gone');
}
}
movieClip 3913 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3905 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3909 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 3911 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneJuiceMelon2.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 1;
}
}
frame 6 {
stop();
}
}
button 3915 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneJuiceMelon2.gotoAndStop('waiting');
}
}
}
}
movieClip 3917 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 3918 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceMelonChef == 1) {
_root.handFull = 0;
_root.juiceMelonChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
}
}
}
}
}
}
}
movieClip 3921 {
frame 1440 {
_root.guestPhoneJuiceStrawberry2.gotoAndStop('gone');
}
}
movieClip 3923 {
frame 24 {
_root.guestPhoneJuiceMelon2.gotoAndStop('gone');
}
}
movieClip 3925 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3917 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3921 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
movieClip 3927 {
frame 300 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde2JuiceMelon1.gotoAndStop('waiting');
}
}
button 3928 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceMelonChef == 1) {
_root.handFull = 0;
_root.juiceMelonChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3931 {
frame 960 {
_root.guestBoyBlonde2JuiceMelon1.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyBlonde2JuiceMelon1.gotoAndStop('leave');
}
}
button 3932 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceMelonChef == 1) {
_root.handFull = 0;
_root.juiceMelonChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3934 {
frame 36 {
_root.guestBoyBlonde2JuiceMelon1.gotoAndStop('leave');
}
}
movieClip 3935 {
frame 1 {
stop();
}
instance of movieClip 3927 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3931 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3934 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestBoyBlonde2JuiceMelon1Queue = 0;
if (_root.guestBoyEbony2CookedSpaghetti2Queue1 == 1 & _root.guestGirlBrunette3JuiceStrawberry2Queue1 == 1) {
_root.guestBoyEbony2CookedSpaghetti2Queue1 = 0;
_root.guestBoyEbony2CookedSpaghetti2Queue2 = 1;
_root.guestGirlBrunette3JuiceStrawberry2Queue1 = 0;
_root.guestGirlBrunette3JuiceStrawberry2Queue2 = 1;
_root.guestGirlBrunette3JuiceStrawberry2Queue3 = 0;
} else {
if (_root.guestGirlBrunette3JuiceStrawberry2Queue2 == 1) {
_root.guestGirlBrunette3JuiceStrawberry2Queue1 = 0;
_root.guestGirlBrunette3JuiceStrawberry2Queue2 = 0;
_root.guestGirlBrunette3JuiceStrawberry2Queue3 = 1;
}
}
}
}
movieClip 3937 {
frame 500 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyEbony2CookedSpaghetti2.gotoAndStop('waiting');
}
}
button 3938 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3941 {
frame 960 {
_root.guestBoyEbony2CookedSpaghetti2.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyEbony2CookedSpaghetti2.gotoAndStop('leave');
}
}
button 3942 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3944 {
frame 36 {
_root.guestBoyEbony2CookedSpaghetti2.gotoAndStop('leave');
}
}
movieClip 3945 {
frame 1 {
stop();
}
instance of movieClip 3937 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3941 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3944 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestBoyEbony2CookedSpaghetti2Queue1 = 0;
_root.guestBoyEbony2CookedSpaghetti2Queue2 = 0;
if (_root.guestGirlBrunette3JuiceStrawberry2Queue1 == 1) {
_root.guestGirlBrunette3JuiceStrawberry2Queue1 = 0;
_root.guestGirlBrunette3JuiceStrawberry2Queue2 = 1;
_root.guestGirlBrunette3JuiceStrawberry2Queue3 = 0;
} else {
if (_root.guestGirlBrunette3JuiceStrawberry2Queue2 == 1) {
_root.guestGirlBrunette3JuiceStrawberry2Queue1 = 0;
_root.guestGirlBrunette3JuiceStrawberry2Queue2 = 0;
_root.guestGirlBrunette3JuiceStrawberry2Queue3 = 1;
}
}
}
}
instance guestBoyEbony2CookedSpaghetti2 of movieClip 3945 {
onClipEvent (enterFrame) {
if (_root.guestBoyBlonde2JuiceMelon1Queue == 0) {
this._x = 92.15000000000001;
this._y = 316.3;
}
}
}
movieClip 3947 {
frame 740 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette3JuiceStrawberry2.gotoAndStop('waiting');
}
}
button 3948 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3951 {
frame 960 {
_root.guestGirlBrunette3JuiceStrawberry2.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlBrunette3JuiceStrawberry2.gotoAndStop('leave');
}
}
button 3952 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceStrawberryChef == 1) {
_root.handFull = 0;
_root.juiceStrawberryChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3954 {
frame 36 {
_root.guestGirlBrunette3JuiceStrawberry2.gotoAndStop('leave');
}
}
movieClip 3955 {
frame 1 {
stop();
}
instance of movieClip 3947 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3951 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3954 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestGirlBrunette3JuiceStrawberry2Queue1 = 0;
_root.guestGirlBrunette3JuiceStrawberry2Queue2 = 0;
_root.guestGirlBrunette3JuiceStrawberry2Queue3 = 0;
}
}
instance guestGirlBrunette3JuiceStrawberry2 of movieClip 3955 {
onClipEvent (enterFrame) {
if (_root.guestBoyBlonde2JuiceMelon1Queue == 0 & _root.guestBoyEbony2CookedSpaghetti2Queue1 == 0 & _root.guestBoyEbony2CookedSpaghetti2Queue2 == 1 || _root.guestBoyBlonde2JuiceMelon1Queue == 1 & _root.guestBoyEbony2CookedSpaghetti2Queue1 == 0 & _root.guestBoyEbony2CookedSpaghetti2Queue2 == 0) {
this._x = 72.34999999999999;
this._y = 339.65;
}
if (_root.guestBoyBlonde2JuiceMelon1Queue == 0 & _root.guestBoyEbony2CookedSpaghetti2Queue1 == 0 & _root.guestBoyEbony2CookedSpaghetti2Queue2 == 0) {
this._x = 95.90000000000001;
this._y = 319.4;
}
}
}
movieClip 3957 {
frame 840 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyRedhead1FriedSteamedBuns32.gotoAndStop('waiting');
}
}
button 3958 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3961 {
frame 960 {
_root.guestBoyRedhead1FriedSteamedBuns32.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyRedhead1FriedSteamedBuns32.gotoAndStop('leave');
}
}
button 3962 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3964 {
frame 36 {
_root.guestBoyRedhead1FriedSteamedBuns32.gotoAndStop('leave');
}
}
movieClip 3965 {
frame 1 {
stop();
}
instance of movieClip 3957 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3961 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3964 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
instance guestBoyRedhead1FriedSteamedBuns32 of movieClip 3965 {
onClipEvent (enterFrame) {
if (_root.guestBoyBlonde2JuiceMelon1Queue == 1 & _root.guestBoyEbony2CookedSpaghetti2Queue1 == 0 & _root.guestBoyEbony2CookedSpaghetti2Queue2 == 1 & _root.guestGirlBrunette3JuiceStrawberry2Queue1 == 0 & _root.guestGirlBrunette3JuiceStrawberry2Queue2 == 0 & _root.guestGirlBrunette3JuiceStrawberry2Queue3 == 0 || _root.guestBoyBlonde2JuiceMelon1Queue == 1 & _root.guestBoyEbony2CookedSpaghetti2Queue1 == 0 & _root.guestBoyEbony2CookedSpaghetti2Queue2 == 0 & _root.guestGirlBrunette3JuiceStrawberry2Queue1 == 0 & _root.guestGirlBrunette3JuiceStrawberry2Queue2 == 1 & _root.guestGirlBrunette3JuiceStrawberry2Queue3 == 0 || _root.guestBoyBlonde2JuiceMelon1Queue == 0 & _root.guestBoyEbony2CookedSpaghetti2Queue1 == 0 & _root.guestBoyEbony2CookedSpaghetti2Queue2 == 1 & _root.guestGirlBrunette3JuiceStrawberry2Queue1 == 0 & _root.guestGirlBrunette3JuiceStrawberry2Queue2 == 1 & _root.guestGirlBrunette3JuiceStrawberry2Queue3 == 0) {
this._x = 36.85;
this._y = 361.35;
}
if (_root.guestBoyBlonde2JuiceMelon1Queue == 1 & _root.guestBoyEbony2CookedSpaghetti2Queue1 == 0 & _root.guestBoyEbony2CookedSpaghetti2Queue2 == 0 & _root.guestGirlBrunette3JuiceStrawberry2Queue1 == 0 & _root.guestGirlBrunette3JuiceStrawberry2Queue2 == 0 & _root.guestGirlBrunette3JuiceStrawberry2Queue3 == 0 || _root.guestBoyBlonde2JuiceMelon1Queue == 0 & _root.guestBoyEbony2CookedSpaghetti2Queue1 == 0 & _root.guestBoyEbony2CookedSpaghetti2Queue2 == 1 & _root.guestGirlBrunette3JuiceStrawberry2Queue1 == 0 & _root.guestGirlBrunette3JuiceStrawberry2Queue2 == 0 & _root.guestGirlBrunette3JuiceStrawberry2Queue3 == 0 || _root.guestBoyBlonde2JuiceMelon1Queue == 0 & _root.guestBoyEbony2CookedSpaghetti2Queue1 == 0 & _root.guestBoyEbony2CookedSpaghetti2Queue2 == 0 & _root.guestGirlBrunette3JuiceStrawberry2Queue1 == 0 & _root.guestGirlBrunette3JuiceStrawberry2Queue2 == 0 & _root.guestGirlBrunette3JuiceStrawberry2Queue3 == 1) {
this._x = 58.4;
this._y = 335.35;
}
if (_root.guestBoyBlonde2JuiceMelon1Queue == 0 & _root.guestBoyEbony2CookedSpaghetti2Queue1 == 0 & _root.guestBoyEbony2CookedSpaghetti2Queue2 == 0 & _root.guestGirlBrunette3JuiceStrawberry2Queue1 == 0 & _root.guestGirlBrunette3JuiceStrawberry2Queue2 == 0 & _root.guestGirlBrunette3JuiceStrawberry2Queue3 == 0) {
this._x = 78.8;
this._y = 321.85;
}
}
}
movieClip 3967 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde4FriedChickenBreastFriedFrenchFries1.gotoAndStop('waiting');
}
}
button 3968 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3971 {
frame 960 {
_root.guestGirlBlonde4FriedChickenBreastFriedFrenchFries1.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlBlonde4FriedChickenBreastFriedFrenchFries1.gotoAndStop('leave');
}
}
button 3972 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3974 {
frame 36 {
_root.guestGirlBlonde4FriedChickenBreastFriedFrenchFries1.gotoAndStop('leave');
}
}
movieClip 3975 {
frame 1 {
stop();
}
instance of movieClip 3967 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 3971 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 3974 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBrunette2JuiceMelon2.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 3977 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBrunette2JuiceMelon2.gotoAndStop('waiting');
}
}
button 3978 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceMelonChef == 1) {
_root.handFull = 0;
_root.juiceMelonChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3981 {
frame 960 {
_root.guestGirlBrunette2JuiceMelon2.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlBrunette2JuiceMelon2.gotoAndStop('leave');
}
}
button 3982 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceMelonChef == 1) {
_root.handFull = 0;
_root.juiceMelonChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3984 {
frame 36 {
_root.guestGirlBrunette2JuiceMelon2.gotoAndStop('leave');
}
}
movieClip 3985 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3977 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3981 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3984 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyAsian2CookedSpaghettiCheddarCheese1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 3987 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyAsian2CookedSpaghettiCheddarCheese1.gotoAndStop('waiting');
}
}
button 3988 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3991 {
frame 960 {
_root.guestBoyAsian2CookedSpaghettiCheddarCheese1.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyAsian2CookedSpaghettiCheddarCheese1.gotoAndStop('leave');
}
}
button 3992 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 3994 {
frame 36 {
_root.guestBoyAsian2CookedSpaghettiCheddarCheese1.gotoAndStop('leave');
}
}
movieClip 3995 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3987 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 3991 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 3994 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyLatin1CookedChickenHainanRice2.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 3997 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyLatin1CookedChickenHainanRice2.gotoAndStop('waiting');
}
}
button 3998 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4001 {
frame 960 {
_root.guestBoyLatin1CookedChickenHainanRice2.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyLatin1CookedChickenHainanRice2.gotoAndStop('leave');
}
}
button 4002 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4004 {
frame 36 {
_root.guestBoyLatin1CookedChickenHainanRice2.gotoAndStop('leave');
}
}
movieClip 4005 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 3997 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4001 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 4004 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 4007 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde3GrilledChickenSteakFriedFrenchFries2.gotoAndStop('waiting');
}
}
button 4008 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1 || _root.stoveLevel == 1) {
_root.scoreLevel += 24;
_root.score += 24;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2 || _root.stoveLevel == 2) {
_root.scoreLevel += 29;
_root.score += 29;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4011 {
frame 960 {
_root.guestBoyBlonde3GrilledChickenSteakFriedFrenchFries2.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyBlonde3GrilledChickenSteakFriedFrenchFries2.gotoAndStop('leave');
}
}
button 4012 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1 || _root.stoveLevel == 1) {
_root.scoreLevel += 24;
_root.score += 24;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2 || _root.stoveLevel == 2) {
_root.scoreLevel += 29;
_root.score += 29;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4014 {
frame 36 {
_root.guestBoyBlonde3GrilledChickenSteakFriedFrenchFries2.gotoAndStop('leave');
}
}
movieClip 4015 {
frame 1 {
stop();
}
instance of movieClip 4007 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4011 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4014 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBlonde2CookedRendangRice1.gotoAndStop(2);
} else {
_root.guestCount -= 6;
}
}
}
movieClip 4017 {
frame 60 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde2CookedRendangRice1.gotoAndStop('waiting');
}
}
button 4018 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4021 {
frame 960 {
_root.guestBoyBlonde2CookedRendangRice1.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyBlonde2CookedRendangRice1.gotoAndStop('leave');
}
}
button 4022 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4024 {
frame 36 {
_root.guestBoyBlonde2CookedRendangRice1.gotoAndStop('leave');
}
}
movieClip 4025 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4017 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4021 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 4024 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlAsian3CookedRendangRice2.gotoAndStop(2);
} else {
_root.guestCount -= 5;
}
}
}
movieClip 4027 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian3CookedRendangRice2.gotoAndStop('waiting');
}
}
button 4028 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4031 {
frame 960 {
_root.guestGirlAsian3CookedRendangRice2.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlAsian3CookedRendangRice2.gotoAndStop('leave');
}
}
button 4032 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4034 {
frame 36 {
_root.guestGirlAsian3CookedRendangRice2.gotoAndStop('leave');
}
}
movieClip 4035 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4027 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4031 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 4034 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlRedhead1JuiceBlackcurrant2.gotoAndStop(2);
} else {
_root.guestCount -= 4;
}
}
}
movieClip 4037 {
frame 60 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlRedhead1JuiceBlackcurrant2.gotoAndStop('waiting');
}
}
button 4038 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4041 {
frame 960 {
_root.guestGirlRedhead1JuiceBlackcurrant2.gotoAndStop('mad');
}
frame 1500 {
_root.guestGirlRedhead1JuiceStrawberry2.gotoAndStop('leave');
}
}
button 4042 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4044 {
frame 36 {
_root.guestGirlRedhead1JuiceBlackcurrant2.gotoAndStop('leave');
}
}
movieClip 4045 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4037 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4041 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 4044 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBlonde3CookedSpaghetti2.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 4047 {
frame 60 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde3CookedSpaghetti2.gotoAndStop('waiting');
}
}
button 4048 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4051 {
frame 960 {
_root.guestGirlBlonde3CookedSpaghetti2.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlBlonde3CookedSpaghetti2.gotoAndStop('leave');
}
}
button 4052 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4060 {
frame 36 {
_root.guestGirlBlonde3CookedSpaghetti2.gotoAndStop('leave');
}
}
movieClip 4061 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4047 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4051 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 4060 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBrunette4FriedSteamedBuns32.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 4063 {
frame 60 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette4FriedSteamedBuns32.gotoAndStop('waiting');
}
}
button 4064 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4067 {
frame 960 {
_root.guestBoyBrunette4FriedSteamedBuns32.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyBrunette4FriedSteamedBuns32.gotoAndStop('leave');
}
}
button 4068 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4070 {
frame 36 {
_root.guestBoyBrunette4FriedSteamedBuns32.gotoAndStop('leave');
}
}
movieClip 4071 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4063 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4067 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 4070 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyOld1JuiceOrange1.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 4073 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyOld1JuiceOrange1.gotoAndStop('waiting');
}
}
button 4074 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4077 {
frame 960 {
_root.guestBoyOld1JuiceOrange1.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyOld1JuiceOrange1.gotoAndStop('leave');
}
}
button 4078 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4080 {
frame 36 {
_root.guestBoyOld1JuiceOrange1.gotoAndStop('leave');
}
}
movieClip 4081 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4073 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4077 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 4080 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
frame 21 {
stop();
_root.handFull = 0;
_root.mainMenuOpen = 0;
_root.drinksMenuOpen = 0;
_root.tray1Fill = 0;
_root.tray2Fill = 0;
_root.tray3Fill = 0;
_root.cheddarCheeseTray1 = 0;
_root.cheddarCheeseTray2 = 0;
_root.cheddarCheeseTray3 = 0;
_root.rawChickenBreastTray1 = 0;
_root.rawChickenBreastTray2 = 0;
_root.rawChickenBreastTray3 = 0;
_root.rawChickenWingTray1 = 0;
_root.rawChickenWingTray2 = 0;
_root.rawChickenWingTray3 = 0;
_root.rawChickenThighTray1 = 0;
_root.rawChickenThighTray2 = 0;
_root.rawChickenThighTray3 = 0;
_root.rawChickenSteakTray1 = 0;
_root.rawChickenSteakTray2 = 0;
_root.rawChickenSteakTray3 = 0;
_root.rawSpaghettiTray1 = 0;
_root.rawSpaghettiTray2 = 0;
_root.rawSpaghettiTray3 = 0;
_root.rawSteamedBuns1Tray1 = 0;
_root.rawSteamedBuns1Tray2 = 0;
_root.rawSteamedBuns2Tray1 = 0;
_root.rawSteamedBuns2Tray2 = 0;
_root.rawSteamedBuns3Tray1 = 0;
_root.rawSteamedBuns3Tray2 = 0;
_root.rawSteamedBuns3Tray3 = 0;
_root.rawSausageTray1 = 0;
_root.rawSausageTray2 = 0;
_root.rawSausageTray3 = 0;
_root.rawFrenchFriesTray1 = 0;
_root.rawFrenchFriesTray2 = 0;
_root.rawFrenchFriesTray3 = 0;
_root.rawRiceTray1 = 0;
_root.rawRiceTray2 = 0;
_root.rawRiceTray3 = 0;
_root.rawChickenHainanTray1 = 0;
_root.rawChickenHainanTray2 = 0;
_root.rawChickenHainanTray3 = 0;
_root.rawRendangTray1 = 0;
_root.rawRendangTray2 = 0;
_root.rawRendangTray3 = 0;
_root.juiceOrangeTray1 = 0;
_root.juiceOrangeTray2 = 0;
_root.juiceOrangeTray3 = 0;
_root.juiceStrawberryTray1 = 0;
_root.juiceStrawberryTray2 = 0;
_root.juiceStrawberryTray3 = 0;
_root.juiceChocolateTray1 = 0;
_root.juiceChocolateTray2 = 0;
_root.juiceChocolateTray3 = 0;
_root.juiceMelonTray1 = 0;
_root.juiceMelonTray2 = 0;
_root.juiceMelonTray3 = 0;
_root.juiceBlackcurrantTray1 = 0;
_root.juiceBlackcurrantTray2 = 0;
_root.juiceBlackcurrantTray3 = 0;
_root.friedChickenBreastTray1 = 0;
_root.friedChickenBreastTray2 = 0;
_root.friedChickenBreastTray3 = 0;
_root.friedChickenBreastFriedFrenchFriesTray1 = 0;
_root.friedChickenBreastFriedFrenchFriesTray2 = 0;
_root.friedChickenBreastFriedFrenchFriesTray3 = 0;
_root.friedChickenWingTray1 = 0;
_root.friedChickenWingTray2 = 0;
_root.friedChickenWingTray3 = 0;
_root.friedChickenWingFriedFrenchFriesTray1 = 0;
_root.friedChickenWingFriedFrenchFriesTray2 = 0;
_root.friedChickenWingFriedFrenchFriesTray3 = 0;
_root.friedChickenThighTray1 = 0;
_root.friedChickenThighTray2 = 0;
_root.friedChickenThighTray3 = 0;
_root.friedChickenThighFriedFrenchFriesTray1 = 0;
_root.friedChickenThighFriedFrenchFriesTray2 = 0;
_root.friedChickenThighFriedFrenchFriesTray3 = 0;
_root.grilledChickenSteakTray1 = 0;
_root.grilledChickenSteakTray2 = 0;
_root.grilledChickenSteakTray3 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray1 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray2 = 0;
_root.grilledChickenSteakFriedFrenchFriesTray3 = 0;
_root.cookedSpaghettiTray1 = 0;
_root.cookedSpaghettiTray2 = 0;
_root.cookedSpaghettiTray3 = 0;
_root.cookedSpaghettiCheddarCheeseTray1 = 0;
_root.cookedSpaghettiCheddarCheeseTray2 = 0;
_root.cookedSpaghettiCheddarCheeseTray3 = 0;
_root.friedSteamedBuns1Tray1 = 0;
_root.friedSteamedBuns2Tray1 = 0;
_root.friedSteamedBuns3Tray1 = 0;
_root.friedSteamedBuns1Tray2 = 0;
_root.friedSteamedBuns2Tray2 = 0;
_root.friedSteamedBuns3Tray2 = 0;
_root.friedSteamedBuns1Tray3 = 0;
_root.friedSteamedBuns2Tray3 = 0;
_root.friedSteamedBuns3Tray3 = 0;
_root.friedSausageTray1 = 0;
_root.friedSausageTray2 = 0;
_root.friedSausageTray3 = 0;
_root.friedFrenchFriesTray1 = 0;
_root.friedFrenchFriesTray2 = 0;
_root.friedFrenchFriesTray3 = 0;
_root.friedSausageFriedFrenchFriesTray1 = 0;
_root.friedSausageFriedFrenchFriesTray2 = 0;
_root.friedSausageFriedFrenchFriesTray3 = 0;
_root.friedSausageCheddarCheeseTray1 = 0;
_root.friedSausageCheddarCheeseTray2 = 0;
_root.friedSausageCheddarCheeseTray3 = 0;
_root.cookedRiceTray1 = 0;
_root.cookedRiceTray2 = 0;
_root.cookedRiceTray3 = 0;
_root.cookedChickenHainanTray1 = 0;
_root.cookedChickenHainanTray2 = 0;
_root.cookedChickenHainanTray3 = 0;
_root.cookedChickenHainanRiceTray1 = 0;
_root.cookedChickenHainanRiceTray2 = 0;
_root.cookedChickenHainanRiceTray3 = 0;
_root.cookedRendangTray1 = 0;
_root.cookedRendangTray2 = 0;
_root.cookedRendangTray3 = 0;
_root.cookedRendangRiceTray1 = 0;
_root.cookedRendangRiceTray2 = 0;
_root.cookedRendangRiceTray3 = 0;
_root.cheddarCheeseChef = 0;
_root.rawChickenBreastChef = 0;
_root.rawChickenWingChef = 0;
_root.rawChickenThighChef = 0;
_root.rawChickenSteakChef = 0;
_root.rawSpaghettiChef = 0;
_root.rawSteamedBuns1Chef = 0;
_root.rawSteamedBuns2Chef = 0;
_root.rawSteamedBuns3Chef = 0;
_root.rawSausageChef = 0;
_root.rawFrenchFriesChef = 0;
_root.rawRiceChef = 0;
_root.rawChickenHainanChef = 0;
_root.rawRendangChef = 0;
_root.juiceOrangePouring = 0;
_root.juiceStrawberryPouring = 0;
_root.juiceChocolatePouring = 0;
_root.juiceMelonPouring = 0;
_root.juiceBlackcurrantPouring = 0;
_root.juiceOrangeChef = 0;
_root.juiceStrawberryChef = 0;
_root.juiceChocolateChef = 0;
_root.juiceMelonChef = 0;
_root.juiceBlackcurrantChef = 0;
_root.friedChickenBreastChef = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.friedChickenWingChef = 0;
_root.friedChickenWingFriedFrenchFriesChef = 0;
_root.friedChickenThighChef = 0;
_root.friedChickenThighFriedFrenchFriesChef = 0;
_root.grilledChickenSteakChef = 0;
_root.grilledChickenSteakFrenchFriesChef = 0;
_root.cookedSpaghettiChef = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.friedSteamedBuns1Chef = 0;
_root.friedSteamedBuns2Chef = 0;
_root.friedSteamedBuns3Chef = 0;
_root.friedSausageChef = 0;
_root.friedSausageFriedFrenchFriesChef = 0;
_root.friedSausageCheddarCheeseChef = 0;
_root.friedFrenchFriesChef = 0;
_root.cookedRiceChef = 0;
_root.cookedChickenHainanChef = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.cookedRendangChef = 0;
_root.cookedRendangRiceChef = 0;
_root.stoveLeftCooking = 0;
_root.stoveRightCooking = 0;
_root.friedChickenBreastOnStoveLeft = 0;
_root.friedChickenBreastOnStoveRight = 0;
_root.friedChickenWingOnStoveLeft = 0;
_root.friedChickenWingOnStoveRight = 0;
_root.friedChickenThighOnStoveLeft = 0;
_root.friedChickenThighOnStoveRight = 0;
_root.cookedSpaghettiOnStoveLeft = 0;
_root.cookedSpaghettiOnStoveRight = 0;
_root.friedSausageOnStoveLeft = 0;
_root.friedSausageOnStoveRight = 0;
_root.friedFrenchFriesOnStoveLeft = 0;
_root.friedFrenchFriesOnStoveRight = 0;
_root.cookedRendangOnStoveLeft = 0;
_root.cookedRendangOnStoveRight = 0;
_root.microwaveCooking = 0;
_root.friedSteamedBuns1OnMicrowave = 0;
_root.friedSteamedBuns2OnMicrowave = 0;
_root.friedSteamedBuns3OnMicrowave = 0;
_root.cookedRiceOnMicrowave = 0;
_root.cookedChickenHainanOnMicrowave = 0;
_root.grillGrilling = 0;
_root.grilledChickenSteakOnGrill = 0;
_root.chef._x = 284.8;
_root.chef._y = 222.8;
_root.chef.gotoAndStop('front');
_root.chef.rice.gotoAndStop('empty');
_root.chef.food1.gotoAndStop('empty');
_root.chef.food2.gotoAndStop('empty');
_root.chef.food3.gotoAndStop('empty');
_root.chef.cheddarCheese.gotoAndStop('empty');
_root.chef.frenchFries.gotoAndStop('empty');
_root.chef.drinks.gotoAndStop('empty');
_root.stove.stove1.gotoAndStop('empty');
_root.stove.stove2.gotoAndStop('empty');
_root.microwave.microwave1.gotoAndStop('empty');
_root.microwave.microwave2.gotoAndStop('empty');
_root.grill.grill1.gotoAndStop('empty');
_root.grill.grill2.gotoAndStop('empty');
_root.juicer.juicer1.gotoAndStop('empty');
_root.juicer.juicer2.gotoAndStop('empty');
_root.trashBin.gotoAndStop('close');
_root.tray1.gotoAndStop('empty');
_root.tray2.gotoAndStop('empty');
_root.tray3.gotoAndStop('empty');
_root.cashRegister.gotoAndStop('empty');
_root.window1.window1.gotoAndStop('morning');
_root.window1.window2.gotoAndStop('morning');
_root.window1.window3.gotoAndStop('morning');
_root.window1.window4.gotoAndStop('morning');
_root.window2.window1.gotoAndStop('morning');
_root.window2.window2.gotoAndStop('morning');
_root.window2.window3.gotoAndStop('morning');
_root.window2.window4.gotoAndStop('morning');
_root.goal = 300;
if (_root.phoneOrderActive == 1) {
_root.guestCount = 19;
} else {
_root.guestCount = 14;
}
_global.currentLevel = 15;
_root.date = 15;
_root.scoreLevel = 0;
_root.level15Complete = 0;
_root.guestGirlEbony2FriedChickenWing1Queue = 1;
_root.guestBoyBlonde2CookedRendangRice2Queue1 = 1;
_root.guestBoyBlonde2CookedRendangRice2Queue2 = 0;
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue1 = 1;
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue2 = 0;
}
button 4083 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedSteamedBuns32.gotoAndStop('waiting');
}
}
}
}
movieClip 4085 {
frame 60 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 140 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 4086 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
}
}
}
}
}
}
}
movieClip 4089 {
frame 1440 {
_root.guestPhoneFriedSteamedBuns32.gotoAndStop('gone');
}
}
movieClip 4091 {
frame 24 {
_root.guestPhoneFriedSteamedBuns32.gotoAndStop('gone');
}
}
movieClip 4093 {
frame 1 {
stop();
if (_root.phoneOrderActive == 1) {
nextFrame();
}
}
frame 2 {
stop();
}
instance of movieClip 4085 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4089 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 4091 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneFriedChickenBreastFriedFrenchFries3.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 4;
}
}
frame 6 {
stop();
}
}
button 4095 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneFriedChickenBreastFriedFrenchFries3.gotoAndStop('waiting');
}
}
}
}
movieClip 4097 {
frame 200 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 280 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 4098 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
}
}
}
}
}
}
}
movieClip 4101 {
frame 1440 {
_root.guestPhoneFriedChickenBreastFriedFrenchFries3.gotoAndStop('gone');
}
}
movieClip 4103 {
frame 24 {
_root.guestPhoneFriedChickenBreastFriedFrenchFries3.gotoAndStop('gone');
}
}
movieClip 4105 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4097 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4101 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 4103 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneCookedSpaghettiCheddarCheese4.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 3;
}
}
frame 6 {
stop();
}
}
button 4107 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneCookedSpaghettiCheddarCheese4.gotoAndStop('waiting');
}
}
}
}
movieClip 4109 {
frame 60 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 140 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 4110 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiCheddarCheeseChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiCheddarCheeseChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 16;
_root.score += 16;
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 21;
_root.score += 21;
}
}
}
}
}
}
}
movieClip 4113 {
frame 1440 {
_root.guestPhoneCookedSpaghettiCheddarCheese4.gotoAndStop('gone');
}
}
movieClip 4115 {
frame 24 {
_root.guestPhoneCookedSpaghettiCheddarCheese4.gotoAndStop('gone');
}
}
movieClip 4117 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4109 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4113 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 4115 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneGrilledChickenSteak4.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 2;
}
}
frame 6 {
stop();
}
}
button 4119 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneGrilledChickenSteak4.gotoAndStop('waiting');
}
}
}
}
movieClip 4121 {
frame 60 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 140 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 4122 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
}
}
}
}
}
}
}
movieClip 4125 {
frame 1440 {
_root.guestPhoneGrilledChickenSteak4.gotoAndStop('gone');
}
}
movieClip 4127 {
frame 24 {
_root.guestPhoneGrilledChickenSteak4.gotoAndStop('gone');
}
}
movieClip 4129 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4121 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4125 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 4127 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestPhoneJuiceOrange4.gotoAndStop(2);
nextFrame();
} else {
_root.guestCount -= 1;
}
}
frame 6 {
stop();
}
}
button 4131 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(1);
_root.phoneHangupMusic.gotoAndStop(2);
_root.clickMusic.gotoAndStop(2);
}
_root.guestPhoneJuiceOrange4.gotoAndStop('waiting');
}
}
}
}
movieClip 4133 {
frame 100 {
if (soundFx == 1) {
_root.phoneRingMusic.gotoAndStop(2);
}
}
frame 180 {
if (pausePlay == 0) {
gotoAndPlay('ringing');
}
}
}
button 4134 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('leave');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
}
}
}
}
}
}
}
movieClip 4137 {
frame 1440 {
_root.guestPhoneJuiceOrange4.gotoAndStop('gone');
}
}
movieClip 4139 {
frame 24 {
_root.guestPhoneJuiceOrange4.gotoAndStop('gone');
}
}
movieClip 4141 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4133 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4137 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
instance of movieClip 4139 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
movieClip 4143 {
frame 330 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde3JuiceOrange3.gotoAndStop('waiting');
}
}
button 4144 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4147 {
frame 960 {
_root.guestBoyBlonde3JuiceOrange3.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyBlonde3JuiceOrange3.gotoAndStop('leave');
}
}
button 4148 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4150 {
frame 36 {
_root.guestBoyBlonde3JuiceOrange3.gotoAndStop('leave');
}
}
movieClip 4151 {
frame 1 {
stop();
}
instance of movieClip 4143 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4147 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4150 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyAsian2FriedSteamedBuns23.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 4153 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyAsian2FriedSteamedBuns23.gotoAndStop('waiting');
}
}
button 4154 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4157 {
frame 960 {
_root.guestBoyAsian2FriedSteamedBuns23.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyAsian2FriedSteamedBuns23.gotoAndStop('leave');
}
}
button 4158 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4160 {
frame 36 {
_root.guestBoyAsian2FriedSteamedBuns23.gotoAndStop('leave');
}
}
movieClip 4161 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4153 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4157 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 4160 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlAsian2GrilledChickenSteak3.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 4163 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian2GrilledChickenSteak3.gotoAndStop('waiting');
}
}
button 4164 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4167 {
frame 960 {
_root.guestGirlAsian2GrilledChickenSteak3.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlAsian2GrilledChickenSteak3.gotoAndStop('leave');
}
}
button 4168 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.grilledChickenSteakChef == 1) {
_root.handFull = 0;
_root.grilledChickenSteakChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.grillLevel == 1) {
_root.scoreLevel += 22;
_root.score += 22;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.grillLevel == 2) {
_root.scoreLevel += 27;
_root.score += 27;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4170 {
frame 36 {
_root.guestGirlAsian2GrilledChickenSteak3.gotoAndStop('leave');
}
}
movieClip 4171 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4163 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlAsian3FriedSteamedBuns23.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 4173 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian3FriedSteamedBuns23.gotoAndStop('waiting');
}
}
button 4174 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4177 {
frame 960 {
_root.guestGirlAsian3FriedSteamedBuns23.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlAsian3FriedSteamedBuns23.gotoAndStop('leave');
}
}
button 4178 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 208.2;
_root.chef._y = 210.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns2Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns2Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue3.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue3.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4180 {
frame 36 {
_root.guestGirlAsian3FriedSteamedBuns23.gotoAndStop('leave');
}
}
movieClip 4181 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4173 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 4180 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
movieClip 4183 {
frame 400 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlEbony2FriedChickenWing1.gotoAndStop('waiting');
}
}
button 4184 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4187 {
frame 1080 {
_root.guestGirlEbony2FriedChickenWing1.gotoAndStop('mad');
}
frame 1620 {
_root.guestGirlEbony2FriedChickenWing1.gotoAndStop('leave');
}
}
button 4188 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenWingChef == 1) {
_root.handFull = 0;
_root.friedChickenWingChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 18;
_root.score += 18;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 23;
_root.score += 23;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4190 {
frame 36 {
_root.guestGirlEbony2FriedChickenWing1.gotoAndStop('leave');
}
}
movieClip 4191 {
frame 1 {
stop();
}
instance of movieClip 4183 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4187 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4190 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestGirlEbony2FriedChickenWing1Queue = 0;
if (_root.guestBoyBlonde2CookedRendangRice2Queue1 == 1 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue1 == 1) {
_root.guestBoyBlonde2CookedRendangRice2Queue1 = 0;
_root.guestBoyBlonde2CookedRendangRice2Queue2 = 1;
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue1 = 0;
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue2 = 1;
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue3 = 0;
} else {
if (_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue2 == 1) {
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue1 = 0;
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue2 = 0;
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue3 = 1;
}
}
}
}
movieClip 4193 {
frame 530 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBlonde2CookedRendangRice2.gotoAndStop('waiting');
}
}
button 4194 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4197 {
frame 960 {
_root.guestBoyBlonde2CookedRendangRice2.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyBlonde2CookedRendangRice2.gotoAndStop('leave');
}
}
button 4198 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4200 {
frame 36 {
_root.guestBoyBlonde2CookedRendangRice2.gotoAndStop('leave');
}
}
movieClip 4201 {
frame 1 {
stop();
}
instance of movieClip 4193 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4197 {
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();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestBoyBlonde2CookedRendangRice2Queue1 = 0;
_root.guestBoyBlonde2CookedRendangRice2Queue2 = 0;
if (_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue1 == 1) {
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue1 = 0;
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue2 = 1;
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue3 = 0;
} else {
if (_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue2 == 1) {
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue1 = 0;
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue2 = 0;
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue3 = 1;
}
}
}
}
instance guestBoyBlonde2CookedRendangRice2 of movieClip 4201 {
onClipEvent (enterFrame) {
if (_root.guestGirlEbony2FriedChickenWing1Queue == 0) {
this._x = 170.95;
this._y = 359.75;
}
}
}
movieClip 4203 {
frame 660 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2.gotoAndStop('waiting');
}
}
button 4204 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4207 {
frame 960 {
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2.gotoAndStop('leave');
}
}
button 4208 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedChickenBreastFriedFrenchFriesChef == 1) {
_root.handFull = 0;
_root.friedChickenBreastFriedFrenchFriesChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4210 {
frame 36 {
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2.gotoAndStop('leave');
}
}
movieClip 4211 {
frame 1 {
stop();
}
instance of movieClip 4203 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
_root.guestCount -= 1;
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue1 = 0;
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue2 = 0;
_root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue3 = 0;
}
}
instance guestBoyBrunette4FriedChickenBreastFriedFrenchFries2 of movieClip 4211 {
onClipEvent (enterFrame) {
if (_root.guestGirlEbony2FriedChickenWing1Queue == 0 & _root.guestBoyBlonde2CookedRendangRice2Queue1 == 0 & _root.guestBoyBlonde2CookedRendangRice2Queue2 == 1 || _root.guestGirlEbony2FriedChickenWing1Queue == 1 & _root.guestBoyBlonde2CookedRendangRice2Queue1 == 0 & _root.guestBoyBlonde2CookedRendangRice2Queue2 == 0) {
this._x = 141.8;
this._y = 361.35;
}
if (_root.guestGirlEbony2FriedChickenWing1Queue == 0 & _root.guestBoyBlonde2CookedRendangRice2Queue1 == 0 & _root.guestBoyBlonde2CookedRendangRice2Queue2 == 0) {
this._x = 171.8;
this._y = 333.85;
}
}
}
movieClip 4213 {
frame 800 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlRedhead1FriedSteamedBuns32.gotoAndStop('waiting');
}
}
button 4214 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4217 {
frame 960 {
_root.guestGirlRedhead1FriedSteamedBuns32.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlRedhead1FriedSteamedBuns32.gotoAndStop('leave');
}
}
button 4218 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 284.8;
_root.chef._y = 222.8;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns3Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns3Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue2.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue2.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4220 {
frame 36 {
_root.guestGirlRedhead1FriedSteamedBuns32.gotoAndStop('leave');
}
}
movieClip 4221 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4217 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
_root.guestCount -= 1;
}
}
instance guestGirlRedhead1FriedSteamedBuns32 of movieClip 4221 {
onClipEvent (enterFrame) {
if (_root.guestGirlEbony2FriedChickenWing1Queue == 1 & _root.guestBoyBlonde2CookedRendangRice2Queue1 == 0 & _root.guestBoyBlonde2CookedRendangRice2Queue2 == 1 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue1 == 0 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue2 == 0 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue3 == 0 || _root.guestGirlEbony2FriedChickenWing1Queue == 1 & _root.guestBoyBlonde2CookedRendangRice2Queue1 == 0 & _root.guestBoyBlonde2CookedRendangRice2Queue2 == 0 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue1 == 0 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue2 == 1 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue3 == 0 || _root.guestGirlEbony2FriedChickenWing1Queue == 0 & _root.guestBoyBlonde2CookedRendangRice2Queue1 == 0 & _root.guestBoyBlonde2CookedRendangRice2Queue2 == 1 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue1 == 0 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue2 == 1 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue3 == 0) {
this._x = 105.65;
this._y = 385.2;
}
if (_root.guestGirlEbony2FriedChickenWing1Queue == 1 & _root.guestBoyBlonde2CookedRendangRice2Queue1 == 0 & _root.guestBoyBlonde2CookedRendangRice2Queue2 == 0 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue1 == 0 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue2 == 0 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue3 == 0 || _root.guestGirlEbony2FriedChickenWing1Queue == 0 & _root.guestBoyBlonde2CookedRendangRice2Queue1 == 0 & _root.guestBoyBlonde2CookedRendangRice2Queue2 == 1 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue1 == 0 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue2 == 0 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue3 == 0 || _root.guestGirlEbony2FriedChickenWing1Queue == 0 & _root.guestBoyBlonde2CookedRendangRice2Queue1 == 0 & _root.guestBoyBlonde2CookedRendangRice2Queue2 == 0 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue1 == 0 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue2 == 0 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue3 == 1) {
this._x = 139.65;
this._y = 359.2;
}
if (_root.guestGirlEbony2FriedChickenWing1Queue == 0 & _root.guestBoyBlonde2CookedRendangRice2Queue1 == 0 & _root.guestBoyBlonde2CookedRendangRice2Queue2 == 0 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue1 == 0 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue2 == 0 & _root.guestBoyBrunette4FriedChickenBreastFriedFrenchFries2Queue3 == 0) {
this._x = 170.85;
this._y = 339.2;
}
}
}
movieClip 4223 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyRedhead1JuiceOrange1.gotoAndStop('waiting');
}
}
button 4224 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4227 {
frame 960 {
_root.guestBoyRedhead1JuiceOrange1.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyRedhead1JuiceOrange1.gotoAndStop('leave');
}
}
button 4228 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceOrangeChef == 1) {
_root.handFull = 0;
_root.juiceOrangeChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4230 {
frame 36 {
_root.guestBoyRedhead1JuiceOrange1.gotoAndStop('leave');
}
}
movieClip 4231 {
frame 1 {
stop();
}
instance of movieClip 4223 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 2 {
stop();
}
instance of movieClip 4227 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
instance of movieClip 4230 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 5 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlOld2CookedRendangRice2.gotoAndStop(2);
} else {
_root.guestCount -= 5;
}
}
}
movieClip 4233 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlOld2CookedRendangRice2.gotoAndStop('waiting');
}
}
button 4234 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4237 {
frame 960 {
_root.guestGirlOld2CookedRendangRice2.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlOld2CookedRendangRice2.gotoAndStop('leave');
}
}
button 4238 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedRendangRiceChef == 1) {
_root.handFull = 0;
_root.cookedRendangRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1 || _root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2 || _root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4244 {
frame 36 {
_root.guestGirlOld2CookedRendangRice2.gotoAndStop('leave');
}
}
movieClip 4245 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4233 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4237 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 4244 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyBrunette3JuiceBlackcurrant2.gotoAndStop(2);
} else {
_root.guestCount -= 4;
}
}
}
movieClip 4247 {
frame 200 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyBrunette3JuiceBlackcurrant2.gotoAndStop('waiting');
}
}
button 4248 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4251 {
frame 960 {
_root.guestBoyBrunette3JuiceBlackcurrant2.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyBrunette3JuiceBlackcurrant2.gotoAndStop('leave');
}
}
button 4252 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.juiceBlackcurrantChef == 1) {
_root.handFull = 0;
_root.juiceBlackcurrantChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.juicerLevel == 1) {
_root.scoreLevel += 8;
_root.score += 8;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.juicerLevel == 2) {
_root.scoreLevel += 12;
_root.score += 12;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4254 {
frame 36 {
_root.guestBoyBrunette3JuiceBlackcurrant2.gotoAndStop('leave');
}
}
movieClip 4255 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4247 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4251 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 4254 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlAsian3CookedChickenHainanRice2.gotoAndStop(2);
} else {
_root.guestCount -= 3;
}
}
}
movieClip 4257 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlAsian3CookedChickenHainanRice2.gotoAndStop('waiting');
}
}
button 4258 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4261 {
frame 960 {
_root.guestGirlAsian3CookedChickenHainanRice2.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlAsian3CookedChickenHainanRice2.gotoAndStop('leave');
}
}
button 4262 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedChickenHainanRiceChef == 1) {
_root.handFull = 0;
_root.cookedChickenHainanRiceChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 20;
_root.score += 20;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 25;
_root.score += 25;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4264 {
frame 36 {
_root.guestGirlAsian3CookedChickenHainanRice2.gotoAndStop('leave');
}
}
movieClip 4265 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4257 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4261 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 4264 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestBoyEbony1CookedSpaghetti1.gotoAndStop(2);
} else {
_root.guestCount -= 2;
}
}
}
movieClip 4267 {
frame 60 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestBoyEbony1CookedSpaghetti1.gotoAndStop('waiting');
}
}
button 4268 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4271 {
frame 960 {
_root.guestBoyEbony1CookedSpaghetti1.gotoAndStop('mad');
}
frame 1440 {
_root.guestBoyEbony1CookedSpaghetti1.gotoAndStop('leave');
}
}
button 4272 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.cookedSpaghettiChef == 1) {
_root.handFull = 0;
_root.cookedSpaghettiChef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.stoveLevel == 1) {
_root.scoreLevel += 14;
_root.score += 14;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.stoveLevel == 2) {
_root.scoreLevel += 19;
_root.score += 19;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4274 {
frame 36 {
_root.guestBoyEbony1CookedSpaghetti1.gotoAndStop('leave');
}
}
movieClip 4275 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4267 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4271 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 4274 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
if (_root.restaurantClose == 0) {
_root.guestGirlBlonde3FriedSteamedBuns11.gotoAndStop(2);
} else {
_root.guestCount -= 1;
}
}
}
movieClip 4277 {
frame 100 {
if (soundFx == 1) {
_root.guestComeMusic.gotoAndStop(2);
}
_root.guestGirlBlonde3FriedSteamedBuns11.gotoAndStop('waiting');
}
}
button 4278 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4281 {
frame 960 {
_root.guestGirlBlonde3FriedSteamedBuns11.gotoAndStop('mad');
}
frame 1440 {
_root.guestGirlBlonde3FriedSteamedBuns11.gotoAndStop('leave');
}
}
button 4282 {
on (press) {
if (pausePlay == 0) {
if (_root.mainMenuOpen == 0 & _root.drinksMenuOpen == 0) {
_root.chef._x = 376.2;
_root.chef._y = 238.75;
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.handFull == 1 & _root.friedSteamedBuns1Chef == 1) {
_root.handFull = 0;
_root.friedSteamedBuns1Chef = 0;
_root.chef.gotoAndStop('front');
_root.cashRegister.gotoAndStop('ok');
_root.customerServedTotal += 1;
gotoAndStop('happy');
if (_root.microwaveLevel == 1) {
_root.scoreLevel += 10;
_root.score += 10;
_root.coinsQueue1.coinsLevel1.gotoAndStop(2);
} else {
if (_root.microwaveLevel == 2) {
_root.scoreLevel += 15;
_root.score += 15;
_root.coinsQueue1.coinsLevel2.gotoAndStop(2);
}
}
}
}
}
}
}
movieClip 4290 {
frame 36 {
_root.guestGirlBlonde3FriedSteamedBuns11.gotoAndStop('leave');
}
}
movieClip 4291 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance of movieClip 4277 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 3 {
stop();
}
instance of movieClip 4281 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 4290 {
onClipEvent (enterFrame) {
if (pausePlay == 1) {
this.stop();
} else {
this.play();
}
}
}
frame 6 {
stop();
_root.guestCount -= 1;
}
}
frame 22 {
stop();
_global.pausePlay = 1;
_root.goalText._alpha = 0;
_root.dollarText1._alpha = 0;
_root.dollarText2._alpha = 0;
_root.scoreText._alpha = 0;
_root.bgDashboard1._alpha = 0;
_root.bgDashboard2._alpha = 0;
_root.goalCountText._x = 56.9;
_root.goalCountText._y = -85.09999999999999;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = -85.09999999999999;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
_root.pauseOption._x = 17;
_root.pauseOption._y = -61.65;
_root.musicOption._x = 17;
_root.musicOption._y = 16.35;
_root.soundFxOption._x = 43.4;
_root.soundFxOption._y = 16.35;
_root.qualityOption._x = 69.8;
_root.qualityOption._y = 16.35;
_root.loseMusic.gotoAndStop(2);
_root.inGame1Music.gotoAndStop(1);
_root.inGame2Music.gotoAndStop(1);
_root.inGame3Music.gotoAndStop(1);
_root.inGame4Music.gotoAndStop(1);
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.gameData.data.scoreGame = _root.scoreTotal;
_root.gameData.flush();
if (currentLevel == 1) {
_root.goal = 10;
}
if (currentLevel == 2) {
_root.goal = 20;
}
if (currentLevel == 3) {
_root.goal = 30;
}
if (currentLevel == 4) {
_root.goal = 40;
}
if (currentLevel == 5) {
_root.goal = 60;
}
if (currentLevel == 6) {
_root.goal = 80;
}
if (currentLevel == 7) {
_root.goal = 100;
}
if (currentLevel == 8) {
_root.goal = 120;
}
if (currentLevel == 9) {
_root.goal = 140;
}
if (currentLevel == 10) {
_root.goal = 160;
}
if (currentLevel == 11) {
_root.goal = 180;
}
if (currentLevel == 12) {
_root.goal = 210;
}
if (currentLevel == 13) {
_root.goal = 240;
}
if (currentLevel == 14) {
_root.goal = 270;
}
if (currentLevel == 15) {
_root.goal = 300;
}
}
movieClip 4293 {
frame 1 {
stop();
var loseSound = new Sound();
loseSound.attachSound('lose.mp3');
loseSound.stop();
}
frame 2 {
stop();
var loseSound = new Sound();
loseSound.attachSound('lose.mp3');
loseSound.start(0, 99999);
}
}
movieClip 4296 {
}
button 4303 {
on (press) {
_root.goalReached.gotoAndStop(1);
_root.gameOverScreen.gotoAndStop(1);
_root.loseMusic.gotoAndStop(1);
_root.levelScreen.gotoAndStop(2);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
if (_root.gameData.data.levelGame == 1) {
_parent.gotoAndStop('levels');
}
if (_root.gameData.data.levelGame == 2) {
_parent.gotoAndStop('playLevel2');
}
if (_root.gameData.data.levelGame == 3) {
_parent.gotoAndStop('playLevel3');
}
if (_root.gameData.data.levelGame == 4) {
_parent.gotoAndStop('playLevel4');
}
if (_root.gameData.data.levelGame == 5) {
_parent.gotoAndStop('playLevel5');
}
if (_root.gameData.data.levelGame == 6) {
_parent.gotoAndStop('playLevel6');
}
if (_root.gameData.data.levelGame == 7) {
_parent.gotoAndStop('playLevel7');
}
if (_root.gameData.data.levelGame == 8) {
_parent.gotoAndStop('playLevel8');
}
if (_root.gameData.data.levelGame == 9) {
_parent.gotoAndStop('playLevel9');
}
if (_root.gameData.data.levelGame == 10) {
_parent.gotoAndStop('playLevel10');
}
if (_root.gameData.data.levelGame == 11) {
_parent.gotoAndStop('playLevel11');
}
if (_root.gameData.data.levelGame == 12) {
_parent.gotoAndStop('playLevel12');
}
if (_root.gameData.data.levelGame == 13) {
_parent.gotoAndStop('playLevel13');
}
if (_root.gameData.data.levelGame == 14) {
_parent.gotoAndStop('playLevel14');
}
if (_root.gameData.data.levelGame == 15) {
_parent.gotoAndStop('playLevel15');
}
}
}
button 4306 {
on (press) {
_root.loseMusic.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop('submitScore');
}
}
// unknown tag 88 length 143
frame 23 {
stop();
_root.gameData = SharedObject.getLocal('dinercheftwo');
_root.gameData.data.levelGame = _root.date;
_root.date = 0;
_root.level15Complete = 1;
_root.goalText._alpha = 0;
_root.dollarText1._alpha = 0;
_root.dollarText2._alpha = 0;
_root.scoreText._alpha = 0;
_root.bgDashboard1._alpha = 0;
_root.bgDashboard2._alpha = 0;
_root.goalCountText._x = 292.75;
_root.goalCountText._y = 123.15;
_root.scoreLevelText._x = 265.75;
_root.scoreLevelText._y = 186.05;
_root.scoreTotalText._x = 265.75;
_root.scoreTotalText._y = 258.35;
_root.pauseOption._x = 17;
_root.pauseOption._y = -61.65;
_root.musicOption._x = 17;
_root.musicOption._y = 16.35;
_root.soundFxOption._x = 43.4;
_root.soundFxOption._y = 16.35;
_root.qualityOption._x = 69.8;
_root.qualityOption._y = 16.35;
_root.winMusic.gotoAndStop(2);
_root.inGame1Music.gotoAndStop(1);
_root.inGame2Music.gotoAndStop(1);
_root.inGame3Music.gotoAndStop(1);
_root.inGame4Music.gotoAndStop(1);
trace('Score total: ' + _root.gameData.data.scoreGame);
trace('Game level: ' + _root.gameData.data.levelGame);
_root.gameData.data.scoreGame = _root.score;
_root.gameData.flush();
if (currentLevel == 1) {
_root.goal = 10;
}
if (currentLevel == 2) {
_root.goal = 20;
}
if (currentLevel == 3) {
_root.goal = 30;
}
if (currentLevel == 4) {
_root.goal = 40;
}
if (currentLevel == 5) {
_root.goal = 60;
}
if (currentLevel == 6) {
_root.goal = 80;
}
if (currentLevel == 7) {
_root.goal = 100;
}
if (currentLevel == 8) {
_root.goal = 120;
}
if (currentLevel == 9) {
_root.goal = 140;
}
if (currentLevel == 10) {
_root.goal = 160;
}
if (currentLevel == 11) {
_root.goal = 180;
}
if (currentLevel == 12) {
_root.goal = 210;
}
if (currentLevel == 13) {
_root.goal = 240;
}
if (currentLevel == 14) {
_root.goal = 270;
}
if (currentLevel == 15) {
_root.goal = 300;
}
}
movieClip 4310 {
frame 1 {
stop();
var effect3Sound = new Sound();
effect3Sound.attachSound('effect3.mp3');
effect3Sound.stop();
var applauseSound = new Sound();
applauseSound.attachSound('Applause.mp3');
applauseSound.stop();
var winFadeSound = new Sound();
winFadeSound.attachSound('winFade.wav');
winFadeSound.stop();
}
frame 2 {
play();
}
frame 3 {
var effect3Sound = new Sound();
effect3Sound.attachSound('effect3.mp3');
effect3Sound.start(0, 1);
}
frame 4 {
var applauseSound = new Sound();
applauseSound.attachSound('Applause.mp3');
applauseSound.start(0, 1);
}
frame 18 {
var winSound = new Sound();
winSound.attachSound('Win.mp3');
winSound.start(0, 1);
}
frame 149 {
gotoAndStop(1);
}
}
movieClip 4312 {
}
movieClip 4313 {
frame 127 {
_root.winMusic.gotoAndStop(1);
_parent.nextFrame();
}
}
frame 24 {
stop();
_root.goalCountText._alpha = 0;
_root.scoreLevelText._alpha = 0;
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = -85.09999999999999;
_root.customerServedText._alpha = 100;
_root.customerServedText._x = 445.85;
_root.customerServedText._y = 226.7;
_root.scoreTotalText._x = 417.2;
_root.scoreTotalText._y = 306.35;
}
movieClip 4317 {
}
movieClip 4320 {
}
movieClip 4321 {
}
button 4323 {
on (press) {
_root.winMusic.gotoAndStop(1);
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop('submitScore');
}
}
frame 25 {
stop();
_root.customerServedText._x = 20.85;
_root.customerServedText._y = -47.1;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
}
// unknown tag 88 length 197
movieClip 4332 {
frame 1 {
stop();
}
}
instance b1 of movieClip 4332 {
onClipEvent (release) {
x = new LoadVars();
x.n = _parent.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/dinerchef2_submit.php', x, 'POST');
_parent.gotoAndStop('highScores');
}
onClipEvent (rollOver) {
this.gotoAndStop(2);
}
onClipEvent (rollOut) {
this.gotoAndStop(1);
}
}
frame 26 {
stop();
_root.scoreLevelText._x = 513.9500000000001;
_root.scoreLevelText._y = -85.09999999999999;
_root.scoreTotalText._x = 513.9500000000001;
_root.scoreTotalText._y = -46.35;
var c = new LoadVars();
var i = new LoadVars();
c.sendAndLoad('http://hiscore.girlgamesclub.com/dinerchef2_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;
};
}
instance titleMusic of movieClip 559 {
onClipEvent (enterFrame) {
if (music == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
button 4336 {
on (press) {
if (music == 1) {
_root.titleMusic.gotoAndStop(2);
}
if (soundFx == 1) {
_root.clickMusic.gotoAndStop(2);
}
gotoAndStop('menu');
}
}
movieClip 4338 {
}