Frame 1
stop();
Frame 2
stop();
_global.speed = 10;
Frame 5
_root.gametype = "scoretype";
stop();
Instance of Symbol 107 MovieClip "coconut1" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hita)) {
if (this._currentframe == 1) {
_root.score++;
_root.clonescore++;
} else if (this._currentframe == 2) {
_root.score = _root.score + 5;
_root.clonescore = _root.clonescore + 5;
} else if (this._currentframe == 3) {
_root.score = _root.score - 10;
_root.clonescore = _root.clonescore - 10;
}
this._y = 1000;
_root.sfx.gotoAndPlay(2);
}
}
Instance of Symbol 107 MovieClip "coconut2" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hita)) {
if (this._currentframe == 1) {
_root.score++;
_root.clonescore++;
} else if (this._currentframe == 2) {
_root.score = _root.score + 5;
_root.clonescore = _root.clonescore + 5;
} else if (this._currentframe == 3) {
_root.score = _root.score - 10;
_root.clonescore = _root.clonescore - 10;
}
this._y = 1000;
_root.sfx.gotoAndPlay(2);
}
}
Instance of Symbol 107 MovieClip "coconut3" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hita)) {
if (this._currentframe == 1) {
_root.score++;
_root.clonescore++;
} else if (this._currentframe == 2) {
_root.score = _root.score + 5;
_root.clonescore = _root.clonescore + 5;
} else if (this._currentframe == 3) {
_root.score = _root.score - 10;
_root.clonescore = _root.clonescore - 10;
}
this._y = 1000;
_root.sfx.gotoAndPlay(2);
}
}
Instance of Symbol 107 MovieClip "coconut4" in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hita)) {
if (this._currentframe == 1) {
_root.score++;
_root.clonescore++;
} else if (this._currentframe == 2) {
_root.score = _root.score + 5;
_root.clonescore = _root.clonescore + 5;
} else if (this._currentframe == 3) {
_root.score = _root.score - 10;
_root.clonescore = _root.clonescore - 10;
}
this._y = 1000;
_root.sfx.gotoAndPlay(2);
}
}
Instance of Symbol 141 MovieClip "tracer" in Frame 5
onClipEvent (load) {
startDrag ("", true);
}
Instance of Symbol 141 MovieClip "control" in Frame 5
onClipEvent (load) {
_root.fallsleft = 5;
_root.score = 0;
_root.clonescore = 0;
_root.coconut1.randomize();
_root.coconut2.randomize();
_root.coconut3.randomize();
_root.coconut4.randomize();
}
onClipEvent (enterFrame) {
if (_root.clonescore >= 100) {
_root.fallsleft++;
_root.clonescore = _root.clonescore - 100;
}
_root.b01._x = _root.tracer._x - 30;
_root.b02._x = _root.tracer._x - 30;
_root.hita._x = _root.tracer._x - 30;
_root.coconut1._y = _root.coconut1._y + _global.speed;
_root.coconut2._y = _root.coconut2._y + _global.speed;
_root.coconut3._y = _root.coconut3._y + _global.speed;
_root.coconut4._y = _root.coconut4._y + _global.speed;
if (_root.coconut1._y >= 455) {
if (_root.coconut1._y <= 600) {
if (_root.coconut1._currentframe == 1) {
_root.smash01._x = _root.coconut1._x;
_root.smash01._y = _root.coconut1._y;
_root.smash01.play();
_root.fallsleft--;
} else if (_root.coconut1._currentframe == 3) {
_root.bsmash01._x = _root.coconut1._x;
_root.bsmash01._y = _root.coconut1._y;
_root.bsmash01.play();
} else if (_root.coconut1._currentframe == 2) {
_root.basmash01._x = _root.coconut1._x;
_root.basmash01._y = _root.coconut1._y;
_root.basmash01.play();
_root.fallsleft--;
}
}
_root.coconut1.randomize();
_root.coconut1._y = -50;
_root.coconut1._x = random(400) + 50;
}
if (_root.coconut2._y >= 460) {
if (_root.coconut2._y <= 600) {
if (_root.coconut2._currentframe == 1) {
_root.smash02._x = _root.coconut2._x;
_root.smash02._y = _root.coconut2._y;
_root.smash02.play();
_root.fallsleft--;
} else if (_root.coconut2._currentframe == 3) {
_root.bsmash02._x = _root.coconut2._x;
_root.bsmash02._y = _root.coconut2._y;
_root.bsmash02.play();
} else if (_root.coconut2._currentframe == 2) {
_root.basmash02._x = _root.coconut2._x;
_root.basmash02._y = _root.coconut2._y;
_root.basmash02.play();
_root.fallsleft--;
}
}
_root.coconut2.randomize();
_root.coconut2._y = -50;
_root.coconut2._x = random(400) + 50;
}
if (_root.coconut3._y >= 450) {
if (_root.coconut3._y <= 600) {
if (_root.coconut3._currentframe == 1) {
_root.smash03._x = _root.coconut3._x;
_root.smash03._y = _root.coconut3._y;
_root.smash03.play();
_root.fallsleft--;
} else if (_root.coconut3._currentframe == 3) {
_root.bsmash03._x = _root.coconut3._x;
_root.bsmash03._y = _root.coconut3._y;
_root.bsmash03.play();
} else if (_root.coconut3._currentframe == 2) {
_root.basmash03._x = _root.coconut3._x;
_root.basmash03._y = _root.coconut3._y;
_root.basmash03.play();
_root.fallsleft--;
}
}
_root.coconut3.randomize();
_root.coconut3._y = -50;
_root.coconut3._x = random(400) + 50;
}
if (_root.coconut4._y >= 465) {
if (_root.coconut4._y <= 600) {
if (_root.coconut4._currentframe == 1) {
_root.smash04._x = _root.coconut4._x;
_root.smash04._y = _root.coconut4._y;
_root.smash04.play();
_root.fallsleft--;
} else if (_root.coconut4._currentframe == 3) {
_root.bsmash04._x = _root.coconut4._x;
_root.bsmash04._y = _root.coconut4._y;
_root.bsmash04.play();
} else if (_root.coconut4._currentframe == 2) {
_root.basmash04._x = _root.coconut4._x;
_root.basmash04._y = _root.coconut4._y;
_root.basmash04.play();
_root.fallsleft--;
}
}
_root.coconut4.randomize();
_root.coconut4._y = -50;
_root.coconut4._x = random(400) + 50;
}
if (_root.fallsleft < 0) {
_root.gotoAndStop(10);
}
_global.speed = _global.speed + 0.0005;
}
Frame 6
_root.gametype = "catchtype";
stop();
Instance of Symbol 107 MovieClip "coconut1" in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hita)) {
if (this._currentframe == 1) {
_root.score++;
} else if (this._currentframe == 2) {
_root.score = _root.score + 5;
} else if (this._currentframe == 3) {
_root.score = _root.score - 10;
}
this._y = 1000;
_root.sfx.gotoAndPlay(2);
}
}
Instance of Symbol 107 MovieClip "coconut2" in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hita)) {
if (this._currentframe == 1) {
_root.score++;
} else if (this._currentframe == 2) {
_root.score = _root.score + 5;
} else if (this._currentframe == 3) {
_root.score = _root.score - 10;
}
this._y = 1000;
_root.sfx.gotoAndPlay(2);
}
}
Instance of Symbol 107 MovieClip "coconut3" in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hita)) {
if (this._currentframe == 1) {
_root.score++;
} else if (this._currentframe == 2) {
_root.score = _root.score + 5;
} else if (this._currentframe == 3) {
_root.score = _root.score - 10;
}
this._y = 1000;
_root.sfx.gotoAndPlay(2);
}
}
Instance of Symbol 107 MovieClip "coconut4" in Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hita)) {
if (this._currentframe == 1) {
_root.score++;
} else if (this._currentframe == 2) {
_root.score = _root.score + 5;
} else if (this._currentframe == 3) {
_root.score = _root.score - 10;
}
this._y = 1000;
_root.sfx.gotoAndPlay(2);
}
}
Instance of Symbol 141 MovieClip "control" in Frame 6
onClipEvent (load) {
_root.score = 0;
_root.coconut1.randomize();
_root.coconut2.randomize();
_root.coconut3.randomize();
_root.coconut4.randomize();
}
onClipEvent (enterFrame) {
_root.b01._x = _root.tracer._x - 30;
_root.b02._x = _root.tracer._x - 30;
_root.hita._x = _root.tracer._x - 30;
_root.coconut1._y = _root.coconut1._y + _global.speed;
_root.coconut2._y = _root.coconut2._y + _global.speed;
_root.coconut3._y = _root.coconut3._y + _global.speed;
_root.coconut4._y = _root.coconut4._y + _global.speed;
if (_root.coconut1._y >= 455) {
if (_root.coconut1._y <= 600) {
if (_root.coconut1._currentframe == 1) {
_root.smash01._x = _root.coconut1._x;
_root.smash01._y = _root.coconut1._y;
_root.smash01.play();
_root.gotoAndStop(10);
} else if (_root.coconut1._currentframe == 3) {
_root.bsmash01._x = _root.coconut1._x;
_root.bsmash01._y = _root.coconut1._y;
_root.bsmash01.play();
} else if (_root.coconut1._currentframe == 2) {
_root.basmash01._x = _root.coconut1._x;
_root.basmash01._y = _root.coconut1._y;
_root.basmash01.play();
_root.gotoAndStop(10);
}
}
_root.coconut1.randomize();
_root.coconut1._y = -50;
_root.coconut1._x = random(400) + 50;
}
if (_root.coconut2._y >= 460) {
if (_root.coconut2._y <= 600) {
if (_root.coconut2._currentframe == 1) {
_root.smash02._x = _root.coconut2._x;
_root.smash02._y = _root.coconut2._y;
_root.smash02.play();
_root.gotoAndStop(10);
} else if (_root.coconut2._currentframe == 3) {
_root.bsmash02._x = _root.coconut2._x;
_root.bsmash02._y = _root.coconut2._y;
_root.bsmash02.play();
} else if (_root.coconut2._currentframe == 2) {
_root.basmash02._x = _root.coconut2._x;
_root.basmash02._y = _root.coconut2._y;
_root.basmash02.play();
_root.gotoAndStop(10);
}
}
_root.coconut2.randomize();
_root.coconut2._y = -50;
_root.coconut2._x = random(400) + 50;
}
if (_root.coconut3._y >= 450) {
if (_root.coconut3._y <= 600) {
if (_root.coconut3._currentframe == 1) {
_root.smash03._x = _root.coconut3._x;
_root.smash03._y = _root.coconut3._y;
_root.smash03.play();
_root.gotoAndStop(10);
} else if (_root.coconut3._currentframe == 3) {
_root.bsmash03._x = _root.coconut3._x;
_root.bsmash03._y = _root.coconut3._y;
_root.bsmash03.play();
} else if (_root.coconut3._currentframe == 2) {
_root.basmash03._x = _root.coconut3._x;
_root.basmash03._y = _root.coconut3._y;
_root.basmash03.play();
_root.gotoAndStop(10);
}
}
_root.coconut3.randomize();
_root.coconut3._y = -50;
_root.coconut3._x = random(400) + 50;
}
if (_root.coconut4._y >= 465) {
if (_root.coconut4._y <= 600) {
if (_root.coconut4._currentframe == 1) {
_root.smash04._x = _root.coconut4._x;
_root.smash04._y = _root.coconut4._y;
_root.smash04.play();
_root.gotoAndStop(10);
} else if (_root.coconut4._currentframe == 3) {
_root.bsmash04._x = _root.coconut4._x;
_root.bsmash04._y = _root.coconut4._y;
_root.bsmash04.play();
} else if (_root.coconut4._currentframe == 2) {
_root.basmash04._x = _root.coconut4._x;
_root.basmash04._y = _root.coconut4._y;
_root.basmash04.play();
_root.gotoAndStop(10);
}
}
_root.coconut4.randomize();
_root.coconut4._y = -50;
_root.coconut4._x = random(400) + 50;
}
_global.speed = _global.speed + 0.005;
}
Frame 7
_root.gametype = "level";
stop();
Instance of Symbol 107 MovieClip "coconut1" in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hita)) {
if (this._currentframe == 1) {
_root.score++;
_root.clonescore++;
} else if (this._currentframe == 2) {
_root.score = _root.score + 5;
_root.clonescore = _root.clonescore + 5;
} else if (this._currentframe == 3) {
_root.score = _root.score - 10;
_root.clonescore = _root.clonescore - 10;
}
this._y = 1000;
_root.sfx.gotoAndPlay(2);
}
}
Instance of Symbol 107 MovieClip "coconut2" in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hita)) {
if (this._currentframe == 1) {
_root.score++;
_root.clonescore++;
} else if (this._currentframe == 2) {
_root.score = _root.score + 5;
_root.clonescore = _root.clonescore + 5;
} else if (this._currentframe == 3) {
_root.score = _root.score - 10;
_root.clonescore = _root.clonescore - 10;
}
this._y = 1000;
_root.sfx.gotoAndPlay(2);
}
}
Instance of Symbol 107 MovieClip "coconut3" in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hita)) {
if (this._currentframe == 1) {
_root.score++;
_root.clonescore++;
} else if (this._currentframe == 2) {
_root.score = _root.score + 5;
_root.clonescore = _root.clonescore + 5;
} else if (this._currentframe == 3) {
_root.score = _root.score - 10;
_root.clonescore = _root.clonescore - 10;
}
this._y = 1000;
_root.sfx.gotoAndPlay(2);
}
}
Instance of Symbol 107 MovieClip "coconut4" in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hita)) {
if (this._currentframe == 1) {
_root.score++;
_root.clonescore++;
} else if (this._currentframe == 2) {
_root.score = _root.score + 5;
_root.clonescore = _root.clonescore + 5;
} else if (this._currentframe == 3) {
_root.score = _root.score - 10;
_root.clonescore = _root.clonescore - 10;
}
this._y = 1000;
_root.sfx.gotoAndPlay(2);
}
}
Instance of Symbol 141 MovieClip "control" in Frame 7
onClipEvent (load) {
_root.coconut1.randomize();
_root.coconut2.randomize();
_root.coconut3.randomize();
_root.coconut4.randomize();
}
onClipEvent (enterFrame) {
if (_root.clonescore >= 100) {
_root.fallsleft++;
_root.clonescore = _root.clonescore - 100;
}
_root.b01._x = _root.tracer._x - 30;
_root.b02._x = _root.tracer._x - 30;
_root.hita._x = _root.tracer._x - 30;
_root.coconut1._y = _root.coconut1._y + _global.speed;
_root.coconut2._y = _root.coconut2._y + _global.speed;
_root.coconut3._y = _root.coconut3._y + _global.speed;
_root.coconut4._y = _root.coconut4._y + _global.speed;
if (_root.coconut1._y >= 455) {
if (_root.coconut1._y <= 600) {
if (_root.coconut1._currentframe == 1) {
_root.smash01._x = _root.coconut1._x;
_root.smash01._y = _root.coconut1._y;
_root.smash01.play();
_root.fallsleft--;
} else if (_root.coconut1._currentframe == 3) {
_root.bsmash01._x = _root.coconut1._x;
_root.bsmash01._y = _root.coconut1._y;
_root.bsmash01.play();
} else if (_root.coconut1._currentframe == 2) {
_root.basmash01._x = _root.coconut1._x;
_root.basmash01._y = _root.coconut1._y;
_root.basmash01.play();
_root.fallsleft--;
}
}
_root.coconut1.randomize();
_root.coconut1._y = -50;
_root.coconut1._x = random(400) + 50;
}
if (_root.coconut2._y >= 460) {
if (_root.coconut2._y <= 600) {
if (_root.coconut2._currentframe == 1) {
_root.smash02._x = _root.coconut2._x;
_root.smash02._y = _root.coconut2._y;
_root.smash02.play();
_root.fallsleft--;
} else if (_root.coconut2._currentframe == 3) {
_root.bsmash02._x = _root.coconut2._x;
_root.bsmash02._y = _root.coconut2._y;
_root.bsmash02.play();
} else if (_root.coconut2._currentframe == 2) {
_root.basmash02._x = _root.coconut2._x;
_root.basmash02._y = _root.coconut2._y;
_root.basmash02.play();
_root.fallsleft--;
}
}
_root.coconut2.randomize();
_root.coconut2._y = -50;
_root.coconut2._x = random(400) + 50;
}
if (_root.coconut3._y >= 450) {
if (_root.coconut3._y <= 600) {
if (_root.coconut3._currentframe == 1) {
_root.smash03._x = _root.coconut3._x;
_root.smash03._y = _root.coconut3._y;
_root.smash03.play();
_root.fallsleft--;
} else if (_root.coconut3._currentframe == 3) {
_root.bsmash03._x = _root.coconut3._x;
_root.bsmash03._y = _root.coconut3._y;
_root.bsmash03.play();
} else if (_root.coconut3._currentframe == 2) {
_root.basmash03._x = _root.coconut3._x;
_root.basmash03._y = _root.coconut3._y;
_root.basmash03.play();
_root.fallsleft--;
}
}
_root.coconut3.randomize();
_root.coconut3._y = -50;
_root.coconut3._x = random(400) + 50;
}
if (_root.coconut4._y >= 465) {
if (_root.coconut4._y <= 600) {
if (_root.coconut4._currentframe == 1) {
_root.smash04._x = _root.coconut4._x;
_root.smash04._y = _root.coconut4._y;
_root.smash04.play();
_root.fallsleft--;
} else if (_root.coconut4._currentframe == 3) {
_root.bsmash04._x = _root.coconut4._x;
_root.bsmash04._y = _root.coconut4._y;
_root.bsmash04.play();
} else if (_root.coconut4._currentframe == 2) {
_root.basmash04._x = _root.coconut4._x;
_root.basmash04._y = _root.coconut4._y;
_root.basmash04.play();
_root.fallsleft--;
}
}
_root.coconut4.randomize();
_root.coconut4._y = -50;
_root.coconut4._x = random(400) + 50;
}
if (_root.fallsleft < 0) {
_root.gotoAndStop(10);
}
if (_root.score >= _root.quota) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 141 MovieClip in Frame 8
onClipEvent (load) {
_root.quota = _root.score + 25;
_global.speed = _global.speed + 1;
}
Frame 11
gotoAndStop (10);
Frame 12
loadVariablesNum ((((("http://kode0001.com/dev/MB/fmakescore.php?fscore=" + _root.score) + "&fplayer=") + _root.nicknamea) + "&pizza=ASDFGH&typez=") + _root.gametype, 0);
Frame 15
function checkScoresC() {
loadVariablesNum ("http://kode0001.com/dev/MB/flashdisphsMB03.php?stuff=" + random(999999), 0);
}
function checkScoresB() {
loadVariablesNum ("http://kode0001.com/dev/MB/flashdisphsMB02.php?stuff=" + random(999999), 0);
}
function checkScores() {
loadVariablesNum ("http://kode0001.com/dev/MB/flashdisphsMB01.php?stuff=" + random(999999), 0);
}
Symbol 19 MovieClip Frame 1
stop();
Instance of Symbol 11 MovieClip in Symbol 19 MovieClip Frame 1
onClipEvent (enterFrame) {
setProperty("_parent.loaderbar", _xscale , Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100));
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
_parent.gotoAndPlay(5);
}
}
Symbol 19 MovieClip Frame 37
_root.gotoAndStop(2);
Symbol 26 Button
on (press) {
if (_global.speed < 20) {
_global.speed++;
}
}
Symbol 27 Button
on (press) {
if (_global.speed > 5) {
_global.speed--;
}
}
Symbol 44 Button
on (release) {
_root.gotoAndStop(4);
}
Symbol 45 MovieClip Frame 20
stop();
Symbol 50 Button
on (release) {
_root.gotoAndStop(15);
}
Symbol 51 MovieClip Frame 24
stop();
Symbol 56 Button
on (release) {
_root.gotoAndStop(3);
}
Symbol 57 MovieClip Frame 22
stop();
Symbol 65 Button
on (release) {
_root.score = 0;
_root.clonescore = 0;
_root.quota = 25;
_root.fallsleft = 5;
_root.gotoAndStop(7);
}
Symbol 66 MovieClip Frame 20
stop();
Symbol 72 Button
on (release) {
_root.gotoAndStop(5);
}
Symbol 73 MovieClip Frame 22
stop();
Symbol 78 Button
on (release) {
_root.gotoAndStop(6);
}
Symbol 79 MovieClip Frame 24
stop();
Symbol 81 MovieClip Frame 21
stop();
Symbol 83 MovieClip Frame 23
stop();
Symbol 85 MovieClip Frame 25
stop();
Symbol 89 Button
on (release) {
gotoAndStop (2);
}
Symbol 100 MovieClip Frame 1
gotoAndStop(random(2) + 1);
Symbol 107 MovieClip Frame 1
function pcatchrand() {
num = random(100);
if (num < 10) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
function randomize() {
num = random(100);
if (num < 5) {
gotoAndStop (2);
} else if (num < 70) {
gotoAndStop (1);
} else {
gotoAndStop (3);
}
}
Symbol 124 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 16
this._y = 1000;
Symbol 139 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 16
this._y = 1000;
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 9
this._y = 1000;
Symbol 152 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 3
gotoAndStop (1);
Symbol 166 Button
on (release) {
gotoAndStop (7);
}
Symbol 170 Button
on (release) {
gotoAndStop (2);
}
Symbol 178 Button
on (release) {
gotoAndStop (12);
}
Symbol 224 Button
on (release) {
checkScoresB();
gotoAndStop (17);
}
Symbol 225 Button
on (release) {
checkScores();
gotoAndStop (16);
}
Symbol 226 Button
on (release) {
checkScoresC();
gotoAndStop (18);
}
Symbol 228 Button
on (release) {
gotoAndStop (15);
}
Symbol 232 Button
on (release) {
checkScores();
}
Symbol 234 Button
on (release) {
checkScoresB();
}
Symbol 236 Button
on (release) {
checkScoresC();
}