Frame 1
Stage.showMenu = false;
Frame 2
stop();
stop();
stopAllSounds();
Frame 3
currently = getTimer();
end = currently + 2000;
Frame 4
currently = getTimer();
Frame 5
if (currently <= end) {
gotoAndPlay (4);
}
Frame 6
score = 0;
_root.bur._x = random(-20);
_root.bur._y = random(550);
if ((_root.bur._x = 500)) {
_root.bur.gotoAndPlay(1);
}
bonsco = 0;
stop();
stop();
_root.createEmptyMovieClip("countDown", 10);
cCenterX = 450;
cCenterY = 370;
_root.countDown.counter._x = 370;
_root.countDown.counter._y = 0;
_root.countDown.createTextField("myTextField", 1, cCenterX, cCenterY, 99, 10);
_root.countDown.myTextField.background = true;
_root.countDown.myTextField.autoSize = "center";
_root.countDown.myTextField.border = false;
_root.countDown.myTextField.backgroundColor = 33023;
_root.countDown.myTextField.textColor = 16777215 /* 0xFFFFFF */;
_root.countDown.myTextField.fontSize = 20;
count = 60;
myCountDown = function () {
count--;
};
countInterval = setInterval(myCountDown, 1000);
this.onEnterFrame = function () {
_root.countDown.myTextField.text = count;
if (count == 0) {
clearInterval(countInterval);
_root.countDown.myTextField.text = "00";
_root.gotoAndStop(7);
}
};
Instance of Symbol 53 MovieClip "player" in Frame 6
onClipEvent (load) {
speed = 7.2;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + speed;
}
if (Key.isDown(37)) {
this._x = this._x - speed;
}
if (Key.isDown(38)) {
this._y = this._y - speed;
}
if (Key.isDown(40)) {
this._y = this._y + speed;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.wall)) {
this._x = this._x - speed;
}
if (this.hittest(_root.wall1)) {
this._x = this._x + speed;
}
if (this.hittest(_root.wall2)) {
this._y = this._y - speed;
}
if (this.hittest(_root.wall3)) {
this._y = this._y + speed;
}
}
Frame 7
_root.bur._x = random(-20);
_root.bur._y = random(400);
if ((_root.bur._x = 500)) {
_root.bur.gotoAndPlay(1);
}
_root.pizza._x = -20;
_root.pizza._y = random(400);
if ((_root.pizza._x = 650)) {
_root.pizza.gotoAndPlay(1);
}
icecream = 0;
_root.createEmptyMovieClip("countDown", 10);
cCenterX = 450;
cCenterY = 370;
_root.countDown.counter._x = 370;
_root.countDown.counter._y = 0;
_root.countDown.createTextField("myTextField", 1, cCenterX, cCenterY, 99, 10);
_root.countDown.myTextField.background = true;
_root.countDown.myTextField.autoSize = "center";
_root.countDown.myTextField.border = false;
_root.countDown.myTextField.backgroundColor = 0;
_root.countDown.myTextField.textColor = 16777215 /* 0xFFFFFF */;
count = 60;
myCountDown = function () {
count--;
};
countInterval = setInterval(myCountDown, 1000);
this.onEnterFrame = function () {
_root.countDown.myTextField.text = count;
if (count == 0) {
clearInterval(countInterval);
_root.countDown.myTextField.text = "00";
_root.gotoAndStop(8);
}
};
stop();
_root.bon.play();
Instance of Symbol 53 MovieClip "player" in Frame 7
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + speed;
}
if (Key.isDown(37)) {
this._x = this._x - speed;
}
if (Key.isDown(38)) {
this._y = this._y - speed;
}
if (Key.isDown(40)) {
this._y = this._y + speed;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.wall)) {
this._x = this._x - speed;
}
if (this.hittest(_root.wall1)) {
this._x = this._x + speed;
}
if (this.hittest(_root.wall2)) {
this._y = this._y - speed;
}
if (this.hittest(_root.wall3)) {
this._y = this._y + speed;
}
}
Frame 8
stop();
if (bonsco < 2) {
gotoAndPlay (9);
}
stop();
_root.createEmptyMovieClip("countDown", 10);
cCenterX = 450;
cCenterY = 370;
_root.countDown.counter._x = 370;
_root.countDown.counter._y = 0;
_root.countDown.createTextField("myTextField", 1, cCenterX, cCenterY, 99, 10);
_root.countDown.myTextField.background = true;
_root.countDown.myTextField.autoSize = "center";
_root.countDown.myTextField.border = false;
_root.countDown.myTextField.backgroundColor = 15833535 /* 0xF199BF */;
_root.countDown.myTextField.textColor = 16777215 /* 0xFFFFFF */;
_root.countDown.myTextField.fontSize = 20;
count = 60;
myCountDown = function () {
count--;
};
countInterval = setInterval(myCountDown, 1000);
this.onEnterFrame = function () {
_root.countDown.myTextField.text = count;
if (count == 0) {
clearInterval(countInterval);
_root.countDown.myTextField.text = "00";
_root.gotoAndStop(9);
}
};
Instance of Symbol 53 MovieClip "player" in Frame 8
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + speed;
}
if (Key.isDown(37)) {
this._x = this._x - speed;
}
if (Key.isDown(38)) {
this._y = this._y - speed;
}
if (Key.isDown(40)) {
this._y = this._y + speed;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.wall)) {
this._x = this._x - speed;
}
if (this.hittest(_root.wall1)) {
this._x = this._x + speed;
}
if (this.hittest(_root.wall2)) {
this._y = this._y - speed;
}
if (this.hittest(_root.wall3)) {
this._y = this._y + speed;
}
}
onClipEvent (enterFrame) {
i = 0;
while (i < 2) {
if (this.hittest(_root["fud" + i])) {
_root.score = _root.score + 5;
_root["fud" + i].swapDepths(getNextHighestDepth());
_root["fud" + i].removeMovieClip();
_root.sound.gotoAndPlay(1);
}
i++;
}
if (this.hittest(_root["circle" + i])) {
_root.score = _root.score + 5;
_root["circle" + i].swapDepths(getNextHighestDepth());
_root["circle" + i].removeMovieClip();
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.bur)) {
_root.score = _root.score + 5;
_root.bur.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.pizza)) {
_root.score = _root.score + 5;
_root.pizza.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.cat)) {
_root.score = _root.score + 5;
_root.cat.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.ecl)) {
_root.score = _root.score + 5;
_root.ecl.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.bomb)) {
_root.score = _root.score - 50;
_root.bomb.gotoAndPlay(1);
}
if (this.hittest(_root.bomb2)) {
_root.score = _root.score - 50;
_root.bomb2.gotoAndPlay(1);
}
if (this.hittest(_root.dog)) {
_root.score = _root.score + 5;
_root.dog.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
}
Frame 9
stop();
if (icecream < 1) {
gotoAndPlay (10);
}
stop();
_root.createEmptyMovieClip("countDown", 10);
cCenterX = 450;
cCenterY = 370;
_root.countDown.counter._x = 370;
_root.countDown.counter._y = 0;
_root.countDown.createTextField("myTextField", 1, cCenterX, cCenterY, 99, 10);
_root.countDown.myTextField.background = true;
_root.countDown.myTextField.autoSize = "center";
_root.countDown.myTextField.border = false;
_root.countDown.myTextField.backgroundColor = 92841 /* 0x016AA9 */;
_root.countDown.myTextField.textColor = 8388863 /* 0x8000FF */;
_root.countDown.myTextField.fontSize = 20;
count = 60;
myCountDown = function () {
count--;
};
countInterval = setInterval(myCountDown, 1000);
this.onEnterFrame = function () {
_root.countDown.myTextField.text = count;
if (count == 0) {
clearInterval(countInterval);
_root.countDown.myTextField.text = "00";
_root.gotoAndStop(10);
}
};
Instance of Symbol 53 MovieClip "player" in Frame 9
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + speed;
}
if (Key.isDown(37)) {
this._x = this._x - speed;
}
if (Key.isDown(38)) {
this._y = this._y - speed;
}
if (Key.isDown(40)) {
this._y = this._y + speed;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.wall)) {
this._x = this._x - speed;
}
if (this.hittest(_root.wall1)) {
this._x = this._x + speed;
}
if (this.hittest(_root.wall2)) {
this._y = this._y - speed;
}
if (this.hittest(_root.wall3)) {
this._y = this._y + speed;
}
}
Frame 10
stop();
_root.createEmptyMovieClip("countDown", 10);
cCenterX = 450;
cCenterY = 370;
_root.countDown.counter._x = 370;
_root.countDown.counter._y = 0;
_root.countDown.createTextField("myTextField", 1, cCenterX, cCenterY, 99, 10);
_root.countDown.myTextField.background = true;
_root.countDown.myTextField.autoSize = "center";
_root.countDown.myTextField.border = false;
_root.countDown.myTextField.backgroundColor = 12255406 /* 0xBB00AE */;
_root.countDown.myTextField.textColor = 16777215 /* 0xFFFFFF */;
_root.countDown.myTextField.fontSize = 20;
count = 60;
myCountDown = function () {
count--;
};
countInterval = setInterval(myCountDown, 1000);
this.onEnterFrame = function () {
_root.countDown.myTextField.text = count;
if (count == 0) {
clearInterval(countInterval);
_root.countDown.myTextField.text = "00";
_root.gotoAndStop(11);
}
};
stop();
_root.bon.play();
Instance of Symbol 53 MovieClip "player" in Frame 10
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + speed;
}
if (Key.isDown(37)) {
this._x = this._x - speed;
}
if (Key.isDown(38)) {
this._y = this._y - speed;
}
if (Key.isDown(40)) {
this._y = this._y + speed;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.wall)) {
this._x = this._x - speed;
}
if (this.hittest(_root.wall1)) {
this._x = this._x + speed;
}
if (this.hittest(_root.wall2)) {
this._y = this._y - speed;
}
if (this.hittest(_root.wall3)) {
this._y = this._y + speed;
}
}
Frame 11
_root.bur._x = random(-20);
_root.bur._y = random(400);
if ((_root.bur._x = 500)) {
_root.bur.gotoAndPlay(1);
}
_root.pizza._x = -20;
_root.pizza._y = random(400);
if ((_root.pizza._x = 650)) {
_root.pizza.gotoAndPlay(1);
}
icecream = 0;
stop();
_root.createEmptyMovieClip("countDown", 10);
cCenterX = 450;
cCenterY = 370;
_root.countDown.counter._x = 370;
_root.countDown.counter._y = 0;
_root.countDown.createTextField("myTextField", 1, cCenterX, cCenterY, 99, 10);
_root.countDown.myTextField.background = true;
_root.countDown.myTextField.autoSize = "center";
_root.countDown.myTextField.border = false;
_root.countDown.myTextField.backgroundColor = 0;
_root.countDown.myTextField.textColor = 16777215 /* 0xFFFFFF */;
_root.countDown.myTextField.fontSize = 20;
count = 60;
myCountDown = function () {
count--;
};
countInterval = setInterval(myCountDown, 1000);
this.onEnterFrame = function () {
_root.countDown.myTextField.text = count;
if (count == 0) {
clearInterval(countInterval);
_root.countDown.myTextField.text = "00";
_root.gotoAndStop(12);
}
};
stop();
_root.bon.play();
Instance of Symbol 53 MovieClip "player" in Frame 11
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + speed;
}
if (Key.isDown(37)) {
this._x = this._x - speed;
}
if (Key.isDown(38)) {
this._y = this._y - speed;
}
if (Key.isDown(40)) {
this._y = this._y + speed;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.wall)) {
this._x = this._x - speed;
}
if (this.hittest(_root.wall1)) {
this._x = this._x + speed;
}
if (this.hittest(_root.wall2)) {
this._y = this._y - speed;
}
if (this.hittest(_root.wall3)) {
this._y = this._y + speed;
}
}
Frame 12
yuppers = 0;
stop();
_root.createEmptyMovieClip("countDown", 10);
cCenterX = 450;
cCenterY = 370;
_root.countDown.counter._x = 370;
_root.countDown.counter._y = 0;
_root.countDown.createTextField("myTextField", 1, cCenterX, cCenterY, 99, 10);
_root.countDown.myTextField.background = true;
_root.countDown.myTextField.autoSize = "center";
_root.countDown.myTextField.border = false;
_root.countDown.myTextField.backgroundColor = 48137;
_root.countDown.myTextField.textColor = 16777215 /* 0xFFFFFF */;
_root.countDown.myTextField.fontSize = 20;
count = 60;
myCountDown = function () {
count--;
};
countInterval = setInterval(myCountDown, 1000);
this.onEnterFrame = function () {
_root.countDown.myTextField.text = count;
if (count == 0) {
clearInterval(countInterval);
_root.countDown.myTextField.text = "00";
_root.gotoAndStop(13);
}
};
stop();
Instance of Symbol 53 MovieClip "player" in Frame 12
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + speed;
}
if (Key.isDown(37)) {
this._x = this._x - speed;
}
if (Key.isDown(38)) {
this._y = this._y - speed;
}
if (Key.isDown(40)) {
this._y = this._y + speed;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.wall)) {
this._x = this._x - speed;
}
if (this.hittest(_root.wall1)) {
this._x = this._x + speed;
}
if (this.hittest(_root.wall2)) {
this._y = this._y - speed;
}
if (this.hittest(_root.wall3)) {
this._y = this._y + speed;
}
}
Frame 13
stop();
_root.createEmptyMovieClip("countDown", 10);
cCenterX = 450;
cCenterY = 370;
_root.countDown.counter._x = 370;
_root.countDown.counter._y = 0;
_root.countDown.createTextField("myTextField", 1, cCenterX, cCenterY, 99, 10);
_root.countDown.myTextField.background = true;
_root.countDown.myTextField.autoSize = "center";
_root.countDown.myTextField.border = false;
_root.countDown.myTextField.backgroundColor = 13386240 /* 0xCC4200 */;
_root.countDown.myTextField.textColor = 16777215 /* 0xFFFFFF */;
_root.countDown.myTextField.fontSize = 20;
count = 60;
myCountDown = function () {
count--;
};
countInterval = setInterval(myCountDown, 1000);
this.onEnterFrame = function () {
_root.countDown.myTextField.text = count;
if (count == 0) {
clearInterval(countInterval);
_root.countDown.myTextField.text = "00";
_root.gotoAndStop(14);
}
};
if (yuppers < 1) {
gotoAndPlay (13);
}
Instance of Symbol 53 MovieClip "player" in Frame 13
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + speed;
}
if (Key.isDown(37)) {
this._x = this._x - speed;
}
if (Key.isDown(38)) {
this._y = this._y - speed;
}
if (Key.isDown(40)) {
this._y = this._y + speed;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.wall)) {
this._x = this._x - speed;
}
if (this.hittest(_root.wall1)) {
this._x = this._x + speed;
}
if (this.hittest(_root.wall2)) {
this._y = this._y - speed;
}
if (this.hittest(_root.wall3)) {
this._y = this._y + speed;
}
}
Frame 14
stop();
stop();
_root.createEmptyMovieClip("countDown", 10);
cCenterX = 450;
cCenterY = 370;
_root.countDown.counter._x = 370;
_root.countDown.counter._y = 0;
_root.countDown.createTextField("myTextField", 1, cCenterX, cCenterY, 99, 10);
_root.countDown.myTextField.background = true;
_root.countDown.myTextField.autoSize = "center";
_root.countDown.myTextField.border = false;
_root.countDown.myTextField.backgroundColor = 128;
_root.countDown.myTextField.textColor = 16777215 /* 0xFFFFFF */;
_root.countDown.myTextField.fontSize = 20;
count = 60;
myCountDown = function () {
count--;
};
countInterval = setInterval(myCountDown, 1000);
this.onEnterFrame = function () {
_root.countDown.myTextField.text = count;
if (count == 0) {
clearInterval(countInterval);
_root.countDown.myTextField.text = "00";
_root.gotoAndStop(15);
}
};
Instance of Symbol 53 MovieClip "player" in Frame 14
onClipEvent (load) {
speed = 6;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + speed;
}
if (Key.isDown(37)) {
this._x = this._x - speed;
}
if (Key.isDown(38)) {
this._y = this._y - speed;
}
if (Key.isDown(40)) {
this._y = this._y + speed;
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.wall)) {
this._x = this._x - speed;
}
if (this.hittest(_root.wall1)) {
this._x = this._x + speed;
}
if (this.hittest(_root.wall2)) {
this._y = this._y - speed;
}
if (this.hittest(_root.wall3)) {
this._y = this._y + speed;
}
}
onClipEvent (enterFrame) {
i = 0;
while (i < 2) {
if (this.hittest(_root["fud" + i])) {
_root.score = _root.score + 5;
_root["fud" + i].swapDepths(getNextHighestDepth());
_root["fud" + i].removeMovieClip();
_root.sound.gotoAndPlay(1);
}
i++;
}
if (this.hittest(_root["circle" + i])) {
_root.score = _root.score + 5;
_root["circle" + i].swapDepths(getNextHighestDepth());
_root["circle" + i].removeMovieClip();
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.bur)) {
_root.score = _root.score + 5;
_root.bur.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.pizza)) {
_root.score = _root.score + 5;
_root.pizza.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.cat)) {
_root.score = _root.score + 5;
_root.cat.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.ecl)) {
_root.score = _root.score + 5;
_root.ecl.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.bomb)) {
_root.score = _root.score - 50;
_root.bomb.gotoAndPlay(1);
}
if (this.hittest(_root.bomb2)) {
_root.score = _root.score - 50;
_root.bomb2.gotoAndPlay(1);
}
if (this.hittest(_root.dog)) {
_root.score = _root.score + 5;
_root.dog.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.bon)) {
_root.score = _root.score + 10;
_root.bonsco = _root.bonsco + 1;
_root.bon.gotoAndStop(280);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.yogurt)) {
_root.score = _root.score + 5;
_root.yogurt.gotoAndStop(161);
_root.sound.gotoAndPlay(1);
_root.icecream = _root.icecream + 1;
}
if (this.hittest(_root.yup)) {
_root.score = _root.score + 8;
_root.yup.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.yup3)) {
_root.score = _root.score + 8;
_root.yup3.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.yup2)) {
_root.score = _root.score + 8;
_root.yup2.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.yup1)) {
_root.score = _root.score + 8;
_root.yup1.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
}
Frame 15
stopAllSounds();
Frame 16
stop();
_root.countdown._x = 600;
if (score >= 1000) {
gotoAndStop (19);
} else {
}
count = 10000;
Frame 17
stop();
stopAllSounds();
Frame 18
stop();
Frame 19
stop();
Symbol 2 MovieClip [icec1] Frame 1
_root.circle._x = random(550);
_root.circle._y = -140;
Symbol 12 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndPlay (5);
}
Symbol 12 MovieClip Frame 2
gotoAndPlay (1);
Symbol 12 MovieClip Frame 40
_root.play();
Symbol 16 Button
on (release) {
getURL ("http://pixelpixelpants20.googlepages.com/");
}
Symbol 20 Button
on (release) {
getURL ("http://headshot777.newgrounds.com/");
}
Symbol 23 Button
on (release) {
getURL ("http://pixelpants.newgrounds.com/");
}
Symbol 27 Button
on (release) {
gotoAndPlay (3);
}
Symbol 30 Button
on (release) {
gotoAndPlay (17);
}
Symbol 35 Button
on (release) {
gotoAndPlay (18);
}
Instance of Symbol 49 MovieClip in Symbol 53 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hittest(_root.fud)) {
_root.score = _root.score + 3;
_root.fud.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.circle)) {
_root.score = _root.score + 4;
_root.circle.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.bur)) {
_root.score = _root.score + 6;
_root.bur.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.bomb)) {
_root.gotoAndPlay(15);
}
if (this.hittest(_root.bomb2)) {
_root.gotoAndPlay(15);
}
if (this.hittest(_root.bon)) {
_root.score = _root.score + 10;
_root.bonsco = _root.bonsco + 1;
_root.bon.gotoAndStop(280);
_root.sound.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (this.hittest(_root.pizza)) {
_root.score = _root.score + 4;
_root.pizza.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.cat)) {
_root.score = _root.score + 1;
_root.cat.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.ecl)) {
_root.score = _root.score + 7;
_root.ecl.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.bomb)) {
_root.gotoAndPlay(15);
}
if (this.hittest(_root.bomb2)) {
_root.gotoAndPlay(15);
}
if (this.hittest(_root.dog)) {
_root.score = _root.score + 8;
_root.dog.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.bon)) {
_root.score = _root.score + 10;
_root.bonsco = _root.bonsco + 1;
_root.bon.gotoAndStop(280);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.yogurt)) {
_root.score = _root.score + 9;
_root.yogurt.gotoAndStop(161);
_root.sound.gotoAndPlay(1);
_root.icecream = _root.icecream + 1;
}
if (this.hittest(_root.milk)) {
_root.score = _root.score + 11;
_root.milk.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.milk2)) {
_root.score = _root.score + 11;
_root.milk2.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.milk3)) {
_root.score = _root.score + 11;
_root.milk3.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.yogurt)) {
_root.score = _root.score + 9;
_root.yogurt.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.yogurt1)) {
_root.score = _root.score + 9;
_root.yogurt1.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.yogurt2)) {
_root.score = _root.score + 9;
_root.yogurt2.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.yup)) {
_root.score = _root.score + 9;
_root.yup.gotoAndStop(127);
_root.sound.gotoAndPlay(1);
_root.yuppers = _root.yuppers + 1;
}
if (this.hittest(_root.yup3)) {
_root.score = _root.score + 9;
_root.yup3.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.yup2)) {
_root.score = _root.score + 9;
_root.yup2.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
if (this.hittest(_root.yup1)) {
_root.score = _root.score + 9;
_root.yup1.gotoAndPlay(1);
_root.sound.gotoAndPlay(1);
}
}
Symbol 55 MovieClip Frame 1
_root.bur._x = random(-20);
_root.bur._y = random(550);
Symbol 62 MovieClip Frame 2
stop();
Symbol 65 MovieClip Frame 1
_root.bur._x = random(-20);
_root.bur._y = random(550);
Symbol 67 MovieClip Frame 1
_root.bomb._x = 780;
_root.bomb._y = random(400);
Symbol 69 MovieClip Frame 1
_root.bomb2._x = random(550);
_root.bomb2._y = -140;
Symbol 71 MovieClip Frame 148
stop();
Symbol 76 MovieClip Frame 1
_root.ecl._x = random(550);
_root.ecl._y = -140;
Symbol 78 MovieClip Frame 1
_root.cat._x = 780;
_root.cat._y = random(400);
Symbol 80 MovieClip Frame 1
_root.pizza._x = -20;
_root.pizza._y = random(400);
Symbol 82 MovieClip Frame 1
_root.dog._x = 780;
_root.dog._y = random(400);
Symbol 84 MovieClip Frame 1
this._x = random(550);
Symbol 84 MovieClip Frame 161
stop();
Symbol 90 MovieClip Frame 1
_root.milk._x = 780;
_root.milk._y = random(400);
Symbol 92 MovieClip Frame 1
_root.milk2._x = -20;
_root.milk2._y = random(400);
Symbol 94 MovieClip Frame 1
_root.milk3._x = random(550);
_root.milk3._y = -140;
Symbol 98 MovieClip Frame 1
this._x = random(550);
Symbol 99 MovieClip Frame 1
this._y = random(400);
Symbol 100 MovieClip Frame 1
this._y = random(400);
Symbol 111 MovieClip Frame 127
stop();
Symbol 116 MovieClip Frame 1
_root.yup3._x = random(550);
_root.yup3._y = -140;
Symbol 117 MovieClip Frame 1
_root.yup2._x = 780;
_root.yup2._y = random(400);
Symbol 118 MovieClip Frame 1
_root.yup1._x = -20;
_root.yup1._y = random(400);
Symbol 130 Button
on (release) {
gotoAndStop (1);
}
Symbol 140 Button
on (release) {
gotoAndStop (2);
}
Symbol 144 Button
on (release) {
_quality = "LOW";
}
Symbol 147 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 150 Button
on (release) {
_quality = "HIGH";
}
Symbol 152 Button
on (release) {
gotoAndPlay (2);
}