Frame 1
function rightclick() {
getURL ("http://www.smileycooking.com/");
}
stop();
Stage.showMenu = true;
var fmm01_menu = new ContextMenu();
fmm01_menu.hideBuiltInItems();
_root.menu = fmm01_menu;
var item = new ContextMenuItem("Powered by www.smileycooking.com", rightclick);
fmm01_menu.customItems[0] = item;
function cargando() {
var _local2;
var _local3;
var _local4;
_local2 = _root.getBytesTotal();
_local3 = _root.getBytesLoaded();
_local4 = Math.floor((_local3 * 100) / _local2);
barra_mc.gotoAndStop(_local4);
if (_local3 == _local2) {
clearInterval(hiloPrecarga);
barra_mc._visible = false;
play();
}
}
fscommand ("showmenu", false);
var hiloPrecarga = setInterval(cargando, 1);
Sonido = new Sound(this);
Sonido.attachSound("Music");
Sonido.start(0, 99);
stop();
Frame 78
dressup_mc.setMask(maskng_mc);
dressup_mc.cacheAsBitmap = true;
maskng_mc.cacheAsBitmap = true;
Frame 125
stop();
Frame 126
function rightclick() {
getURL ("http://www.smileycooking.com/", "_blank");
}
stop();
onclick = function () {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksndins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksndins = new Sound(this._parent.BS_clicksndins);
} else {
this.createEmptyMovieClip("_clicksndins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksndins = new Sound(this.BS_clicksndins);
}
_global.Behaviors.Sound.clicksndins.attachSound("clicksnd");
_global.Behaviors.Sound.clicksndins.start(0, 1);
} else {
_global.Behaviors.Sound.clicksndins.stop("clicksnd");
}
};
onroll = function () {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsndins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsndins = new Sound(this._parent.BS_rollsndins);
} else {
this.createEmptyMovieClip("_rollsndins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsndins = new Sound(this.BS_rollsndins);
}
_global.Behaviors.Sound.rollsndins.attachSound("rollsnd");
_global.Behaviors.Sound.rollsndins.start(0, 1);
} else {
_global.Behaviors.Sound.rollsndins.stop("rollsnd");
}
};
_global.Behaviors.Sound.rollsndins.stop("rollsnd");
_global.Behaviors.Sound.clicksndins.stop("clicksnd");
var fmm01_menu = new ContextMenu();
fmm01_menu.hideBuiltInItems();
_root.menu = fmm01_menu;
var item = new ContextMenuItem("Created by www.smileycooking.com", rightclick);
fmm01_menu.customItems[0] = item;
Frame 127
stop();
Frame 128
stop();
Symbol 4 Button
on (release) {
getURL ("http://www.smileycooking.com/", "_blank");
}
Symbol 49 MovieClip Frame 20
stop();
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Instance of Symbol 97 MovieClip "snow" in Symbol 98 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 650;
movieHeight = 500;
i = 1 + (Math.random() * 2);
k = -3.141593 + (Math.random() * 3.14);
this._xscale = (this._yscale = 25 + (Math.random() * 170));
this._alpha = 75 + (Math.random() * 100);
this._x = -5 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * 3.14);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Symbol 106 MovieClip Frame 20
stop();
Symbol 139 Button
on (release) {
gotoAndStop ("playgame");
}
Symbol 144 Button
on (release) {
getURL ("http://www.smileycooking.com/", "_blank");
}
Symbol 145 Button
on (release) {
getURL ("http://www.facebook.com/freeonlinegirlgames", "_blank");
}
Symbol 146 Button
on (release) {
gotoAndStop ("playgame");
}
Symbol 185 Button
on (release) {
gotoAndStop ("Game");
onclick();
}
on (rollOver) {
onroll();
}
Symbol 190 Button
on (release) {
getURL ("http://www.smileycooking.com/", "_blank");
onclick();
}
on (rollOver) {
onroll();
}
Symbol 221 Button
on (release) {
getURL ("http://www.smileycooking.com/", "_blank");
}
Symbol 222 Button
on (release) {
getURL ("http://www.ecookinggamesonline.com/", "_blank");
}
Symbol 223 Button
on (release) {
getURL ("http://www.smileydressup.com/", "_blank");
}
Symbol 224 Button
on (release) {
getURL ("http://www.xjocuri.ro/", "_blank");
}
Symbol 225 Button
on (release) {
getURL ("http://www.smileycooking.com", "_blank");
}
Symbol 226 Button
on (release) {
getURL ("http://www.hollywoodgames.net/", "_blank");
}
Symbol 227 Button
on (release) {
getURL ("http://www.smileycooking.com/6/pizza-games/1", "_blank");
}
Symbol 228 Button
on (release) {
getURL ("http://www.smileycooking.com/4/burger-games/1", "_blank");
}
Symbol 229 Button
on (release) {
getURL ("http://www.smileycooking.com/1/food-games/1", "_blank");
}
Symbol 232 Button
on (release) {
getURL ("http://www.y8.com/", "_blank");
}
Symbol 240 Button
on (release) {
gotoAndStop (1);
}
Symbol 242 Button
on (release) {
gotoAndStop (2);
}
Symbol 243 MovieClip Frame 1
stop();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_bgsndins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.bgsndins = new Sound(this._parent.BS_bgsndins);
} else {
this.createEmptyMovieClip("_bgsndins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.bgsndins = new Sound(this.BS_bgsndins);
}
_global.Behaviors.Sound.bgsndins.attachSound("bgsnd");
_global.Behaviors.Sound.bgsndins.start(0, 1000);
btn1._visible = true;
btn2._visible = false;
Symbol 243 MovieClip Frame 2
stop();
_global.Behaviors.Sound.blendersndins.stop("blendersnd");
_global.Behaviors.Sound.saltins.stop("salt");
_global.Behaviors.Sound.watersndins.stop("watersnd");
_global.Behaviors.Sound.fry2ins.stop("fry2");
_global.Behaviors.Sound.fryins.stop("fry");
_global.Behaviors.Sound.drinksndins.stop("drinksnd");
_global.Behaviors.Sound.bbleins.stop("bble");
_global.Behaviors.Sound.congratsins.stop("congrats");
_global.Behaviors.Sound.zoomingsndins.stop("zoomingsnd");
_global.Behaviors.Sound.cutsndins.stop("cutsnd");
_global.Behaviors.Sound.rollsndins.stop("rollsnd");
_global.Behaviors.Sound.clicksndins.stop("clicksnd");
_global.Behaviors.Sound.oilmixsnd.stop("oilmix");
_global.Behaviors.Sound.congrats2sndins.stop("congrats2snd");
_global.Behaviors.Sound.transitionins.stop("transition");
_global.Behaviors.Sound.bgsndins.stop("bgsnd");
btn1._visible = false;
btn2._visible = true;
Symbol 244 MovieClip Frame 11
stop();
Symbol 259 MovieClip Frame 11
stop();
Symbol 262 MovieClip Frame 11
stop();
Symbol 263 MovieClip Frame 1
stop();
this._parent.puppy_dress._x = 222.8;
this._parent.puppy_dress._y = 128.2;
Symbol 263 MovieClip Frame 2
this._parent.puppy_dress._x = 222.8;
this._parent.puppy_dress._y = 128.2;
Symbol 263 MovieClip Frame 3
gotoAndStop (1);
Symbol 270 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 6
gotoAndStop (2);
Symbol 274 MovieClip Frame 7
stop();
Symbol 276 MovieClip Frame 7
stop();
Symbol 280 MovieClip Frame 7
stop();
Symbol 282 MovieClip Frame 7
stop();
Symbol 286 MovieClip Frame 7
stop();
Symbol 287 MovieClip Frame 1
stop();
Symbol 287 MovieClip Frame 6
gotoAndStop (1);
Symbol 294 MovieClip Frame 1
stop();
Symbol 294 MovieClip Frame 7
gotoAndStop (2);
Symbol 300 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 7
gotoAndStop (2);
Symbol 306 MovieClip Frame 1
stop();
Symbol 306 MovieClip Frame 7
gotoAndStop (2);
Symbol 311 MovieClip Frame 1
stop();
Symbol 311 MovieClip Frame 7
gotoAndStop (2);
Symbol 316 MovieClip Frame 7
stop();
Symbol 320 MovieClip Frame 7
stop();
Symbol 324 MovieClip Frame 7
stop();
Symbol 330 MovieClip Frame 7
stop();
Symbol 334 MovieClip Frame 7
stop();
Symbol 335 MovieClip Frame 1
stop();
Symbol 335 MovieClip Frame 7
gotoAndStop (2);
Symbol 341 Button
on (release) {
gotoAndStop ("final");
onclick();
}
on (rollOver) {
onroll();
}
Symbol 347 Button
on (release) {
getURL ("http://www.smileycooking.com/", "_blank");
onclick();
}
on (rollOver) {
onroll();
}
Symbol 351 Button
on (release) {
holloweencake_mc.plate.nextFrame();
onclick();
}
on (rollOver) {
onroll();
}
Symbol 358 Button
on (release) {
holloweencake_mc.sidedish.nextFrame();
onclick();
}
on (rollOver) {
onroll();
}
Symbol 363 Button
on (release) {
holloweencake_mc.design.nextFrame();
onclick();
}
on (rollOver) {
onroll();
}
Symbol 370 Button
on (release) {
holloweencake_mc.icing.nextFrame();
onclick();
}
on (rollOver) {
onroll();
}
Symbol 375 Button
on (release) {
holloweencake_mc.topdesign1.nextFrame();
onclick();
}
on (rollOver) {
onroll();
}
Symbol 380 Button
on (release) {
holloweencake_mc.topins.nextFrame();
onclick();
}
on (rollOver) {
onroll();
}
Symbol 385 Button
on (release) {
holloweencake_mc.cake.nextFrame();
onclick();
}
on (rollOver) {
onroll();
}
Symbol 391 Button
on (release) {
holloweencake_mc.cake.gotoAndStop(1);
onclick();
}
on (rollOver) {
onroll();
}
Symbol 393 Button
on (release) {
holloweencake_mc.topdesign1.gotoAndStop(1);
onclick();
}
on (rollOver) {
onroll();
}
Symbol 395 Button
on (release) {
holloweencake_mc.icing.gotoAndStop(1);
onclick();
}
on (rollOver) {
onroll();
}
Symbol 397 Button
on (release) {
holloweencake_mc.topins.gotoAndStop(1);
onclick();
}
on (rollOver) {
onroll();
}
Symbol 399 Button
on (release) {
holloweencake_mc.sidedish.gotoAndStop(1);
onclick();
}
on (rollOver) {
onroll();
}
Symbol 401 Button
on (release) {
holloweencake_mc.plate.gotoAndStop(1);
onclick();
}
on (rollOver) {
onroll();
}
Symbol 403 Button
on (release) {
holloweencake_mc.design.gotoAndStop(1);
onclick();
}
on (rollOver) {
onroll();
}
Symbol 408 Button
on (release) {
bgs.nextFrame();
onclick();
}
on (rollOver) {
onroll();
}
Symbol 413 Button
on (release) {
gotoAndStop ("playgame");
onclick();
}
on (rollOver) {
onroll();
}