Frame 1 (8 B)
stop();
Instance of Symbol 3 MovieClip in Frame 1 (262 B)
onClipEvent (load) {
Set("30", this._x);
}
onClipEvent (enterFrame) {
if (_root.getBytesTotal() != undefined) {
this._x = 30 + ((_root.getBytesLoaded() / _root.getBytesTotal()) * 300);
if (this._x >= (30 + 300)) {
_root.gotoAndPlay("intro");
}
}
}
Frame 2 (1.19 KiB) ●
var bMessage = "Click me to start!";
i = 1;
while (i <= 3) {
_root[("music" + i) + "_sfx"].stop();
_root[("music" + i) + "_sfx"] = new Sound();
_root[("music" + i) + "_sfx"].attachSound(("music" + i) + "_sfx");
_root[("music" + i) + "_sfx"].onSoundComplete = function () {
this.start();
};
i++;
}
myMusic = ("music" + (Math.floor(Math.random() * 3) + 1).toString()) + "_sfx";
_root[myMusic].start();
var 34 = new Sound();
var 25 = true;
_root.createEmptyMovieClip("sound_mc", _root.getNextHighestDepth());
Key.addListener(_root.sound_mc);
_root.sound_mc.onKeyDown = function () {
myKey = Key.getCode();
if ((myKey >= 49) && (myKey <= 53)) {
i = 1;
while (i <= 5) {
_root[("music" + i) + "_sfx"].stop();
i++;
}
myMusic = ("music" + (myKey - 48)) + "_sfx";
_root[myMusic].start();
}
if (myKey == 83) {
if (_root["25"]) {
_root["25"] = false;
_root["34"].setVolume(0);
} else {
_root["25"] = true;
_root["34"].setVolume(100);
}
}
};
if (_global.System) {
System.security.allowDomain("mochibot.com");
}
_level0.__com_mochibot__swfid = "22914afa";
loadMovieNum ("http://mochibot.com/my/core.swf", 10301);
stop();
Frame 3 (2.67 KiB) ●
function 23() {
clearInterval(spawnCoco);
spawnCoco = setInterval(function () {
Set("17", "n" + _root.getNextHighestDepth());
if (_root["13"] <= 0) {
_root.coconut_mc.duplicateMovieClip(17, _root.getNextHighestDepth());
} else {
_root.melon_mc.duplicateMovieClip(17, _root.getNextHighestDepth());
}
}, 500 - (_root["8"] * 50));
}
var 28 = 700;
var 27 = 500;
var score = 0;
var 8 = 0;
var 1 = 2;
var 15 = 10;
var 32 = 30;
var 31 = 32;
var 14 = 5;
var 7 = 10;
var 35 = 5;
var 20 = new Array();
20[0] = "Melon Rain";
20[1] = "Shield";
20[2] = "Sprint";
20[3] = "Time +10";
var 13 = 0;
var 26 = 0;
var 6 = 0;
var 24 = 0;
var 16 = new Object();
Key.addListener(16);
16.onKeyDown = function () {
myKey = Key.getCode();
if ((myKey == 40) && (!_root.hero_mc["9"])) {
_root.hero_mc.gotoAndPlay("duck");
_root.hero_mc["9"] = true;
}
if (myKey == 39) {
_root.hero_mc.moveDir = "right";
}
if (myKey == 37) {
_root.hero_mc.moveDir = "left";
}
};
16.onKeyUp = function () {
if ((!Key.isDown(40)) && (_root.hero_mc["9"])) {
_root.hero_mc.gotoAndPlay("endDuck1");
_root.hero_mc["9"] = false;
}
if (((!Key.isDown(39)) && (_root.hero_mc.moveDir == "right")) || ((!Key.isDown(37)) && (_root.hero_mc.moveDir == "left"))) {
_root.hero_mc.moveDir = "neutral";
}
};
oneSecond = setInterval(function () {
_root.score = _root.score + 2;
_root["31"]--;
if (_root["31"] <= 0) {
_root.gotoAndStop("outro");
}
if (_root["13"] > 0) {
_root["13"]--;
}
if (_root["26"] > 0) {
_root["26"]--;
}
if (_root["24"] > 0) {
_root["24"]--;
}
if (Math.floor(_root.score / 250) > _root["8"]) {
_root["8"]++;
_root["7"]++;
_root["14"]++;
_root["35"]++;
_root["15"]++;
_root.23();
Set("17", _root.getNextHighestDepth());
_root.textDisplay_mc.duplicateMovieClip(17, 17);
_root[17].dMessage = ("Level " + _root["8"]) + "!";
}
}, 1000);
23();
spawnMelon = setInterval(function () {
Set("17", "n" + _root.getNextHighestDepth());
_root.melon_mc.duplicateMovieClip(17, _root.getNextHighestDepth());
}, 2000);
spawnCloud = setInterval(function () {
Set("17", "n" + _root.getNextHighestDepth());
_root.cloud_mc.duplicateMovieClip(17, _root.getNextHighestDepth());
}, 10000);
spawnWater = setInterval(function () {
Set("17", "n" + _root.getNextHighestDepth());
_root.water_mc.duplicateMovieClip(17, _root.getNextHighestDepth());
}, 30000);
var 4 = new Sound();
4.attachSound("bonk_sfx");
var 22 = new Sound();
22.attachSound("screech_sfx");
var 3 = new Sound();
3.attachSound("bloop_sfx");
var 19 = new Sound();
19.attachSound("powerSound_sfx");
stop();
Instance of Symbol 43 MovieClip in Frame 3 (256 B)
onClipEvent (load) {
var 2;
}
onClipEvent (enterFrame) {
if (_root["31"] < 5) {
if (this._alpha >= 100) {
Set("2", -50);
}
if (this._alpha <= 0) {
Set("2", 50);
}
this._alpha = this._alpha + 2;
} else {
this._alpha = 100;
}
}
Instance of Symbol 112 MovieClip "hero_mc" in Frame 3 (953 B)
onClipEvent (load) {
function 5() {
if (9) {
gotoAndPlay ("duck");
} else {
gotoAndPlay ("stand");
}
Set("10", false);
Set("21", false);
}
var 21 = false;
var 9 = false;
var 10 = false;
var 2;
var 29 = this._width;
}
onClipEvent (enterFrame) {
if ((!9) && (!10)) {
if (moveDir == "left") {
this._x = this._x - _root["15"];
if (_root["26"] > 0) {
this._x = this._x - _root["15"];
}
}
if (moveDir == "right") {
this._x = this._x + _root["15"];
if (_root["26"] > 0) {
this._x = this._x + _root["15"];
}
}
if (this._x < (29 / 2)) {
this._x = 29 / 2;
}
if (this._x > (_root["28"] - (29 / 2))) {
this._x = _root["28"] - (29 / 2);
}
}
if ((_root["26"] > 0) && (_root["26"] < 3)) {
if (this._alpha >= 100) {
Set("2", -50);
}
if (this._alpha <= 0) {
Set("2", 50);
}
this._alpha = this._alpha + 2;
} else {
this._alpha = 100;
}
}
Instance of Symbol 3 MovieClip "coconut_mc" in Frame 3 (1.6 KiB) ●
onClipEvent (load) {
if (this._name != "coconut_mc") {
var 36 = (3 - (Math.random() * 6));
var 37 = (Math.random() * 3);
var 33 = 12;
var 2;
var 1 = _root["1"];
var 11 = false;
this._visible = true;
this._x = (Math.random() * (_root["28"] - this._width)) + (this._width / 2);
this._y = -this._height;
} else {
this._visible = false;
this._x = -200;
this._y = -200;
}
}
onClipEvent (enterFrame) {
if (this._name != "coconut_mc") {
if (!11) {
if ((33 == 12) && (_root.hero_mc.hitTest(this) || (_root.shield_mc.hitTest(this)))) {
var 17 = ("b" + _root.getNextHighestDepth());
_root.bonk_mc.duplicateMovieClip(17, _root.getNextHighestDepth());
_root[17]._x = this._x;
_root[17]._y = this._y;
Set("11", true);
_root["4"].start();
if ((!_root.hero_mc["21"]) && (!_root.shield_mc.hitTest(this))) {
_root["31"] = _root["31"] - 2;
_root.hero_mc.gotoAndPlay("flinch");
_root["22"].start();
}
}
if (33 < 12) {
if (this._alpha >= 100) {
Set("2", -50);
}
if (this._alpha <= 0) {
Set("2", 50);
}
this._alpha = this._alpha + 2;
} else {
this._alpha = 100;
}
if (this._y < (_root["27"] - (this._height / 2))) {
if ((this._y + _root["7"]) < (_root["27"] - (this._height / 2))) {
this._y = this._y + _root["7"];
} else {
this._y = _root["27"] - (this._height / 2);
}
} else {
33--;
}
if ((33 <= 0) || (_root._currentframe == 4)) {
removeMovieClip(this);
}
} else {
this._x = this._x + 36;
this._y = this._y + 37;
Set("37", 37 + 1);
}
}
}
Instance of Symbol 114 MovieClip "bonk_mc" in Frame 3 (198 B)
onClipEvent (load) {
if (this._name != "bonk_mc") {
this._rotation = 45 - (Math.random() * 90);
this._visible = true;
} else {
this._visible = false;
this._x = -200;
this._y = -200;
}
}
Instance of Symbol 19 MovieClip "melon_mc" in Frame 3 (1.72 KiB) ●
onClipEvent (load) {
if (this._name != "melon_mc") {
var 36 = (3 - (Math.random() * 6));
var 37 = (Math.random() * 3);
var 33 = 24;
var 2;
var 1 = _root["1"];
var 12 = false;
var 11 = false;
this._visible = true;
this._x = (Math.random() * (_root["28"] - this._width)) + (this._width / 2);
this._y = -this._height;
} else {
this._visible = false;
this._x = -200;
this._y = -200;
}
}
onClipEvent (enterFrame) {
if (this._name != "melon_mc") {
if (!11) {
if (_root.hero_mc.hitTest(this)) {
if (_root.hero_mc["21"]) {
var 17 = ("b" + _root.getNextHighestDepth());
_root.bonk_mc.duplicateMovieClip(17, _root.getNextHighestDepth());
_root[17]._x = this._x;
_root[17]._y = this._y;
Set("11", true);
_root["4"].start();
} else {
_root["31"] = _root["31"] + 2;
if (_root["31"] > _root["32"]) {
_root["31"] = _root["32"];
}
this.gotoAndPlay("eaten");
_root["19"].start();
_root.score = _root.score + 10;
Set("11", true);
Set("12", true);
}
}
if ((!12) && (33 < 24)) {
if (this._alpha >= 100) {
Set("2", -50);
}
if (this._alpha <= 0) {
Set("2", 50);
}
this._alpha = this._alpha + 2;
} else {
this._alpha = 100;
}
if (this._y < (_root["27"] - (this._height / 2))) {
if ((this._y + _root["14"]) < (_root["27"] - (this._height / 2))) {
this._y = this._y + _root["14"];
} else {
this._y = _root["27"] - (this._height / 2);
}
} else {
33--;
}
if ((!12) && ((33 <= 0) || (_root._currentframe == 4))) {
removeMovieClip(this);
}
} else if (!12) {
this._x = this._x + 36;
this._y = this._y + 37;
Set("37", 37 + 1);
}
}
}
Instance of Symbol 120 MovieClip "cloud_mc" in Frame 3 (702 B)
onClipEvent (load) {
if (this._name != "cloud_mc") {
gotoAndStop(Math.floor(Math.random() * this._totalframes) + 1);
xSide = Math.round(Math.random());
Set("36", Math.random() + 0.5);
this._visible = true;
if (xSide == 0) {
this._x = -this._width;
} else {
this._x = _root["28"];
}
this._y = (Math.random() * 100) + 25;
} else {
this._visible = false;
this._x = -100;
this._y = -100;
}
}
onClipEvent (enterFrame) {
if (this._name != "cloud_mc") {
if (xSide == 0) {
this._x = this._x + 36;
} else {
this._x = this._x - 36;
}
if (((this._x >= (_root["27"] + 400)) || (this._x < -400)) || (_root._currentframe == 4)) {
removeMovieClip(this);
}
}
}
Instance of Symbol 19 MovieClip in Frame 3 (344 B)
onClipEvent (load) {
var 30 = this._x;
var 2;
}
onClipEvent (enterFrame) {
this._x = 30 + ((_root["31"] / _root["32"]) * (125 - this._width));
if (_root["31"] < 5) {
if (this._alpha >= 100) {
Set("2", -50);
}
if (this._alpha <= 0) {
Set("2", 50);
}
this._alpha = this._alpha + 2;
} else {
this._alpha = 100;
}
}
Instance of Symbol 124 MovieClip "textDisplay_mc" in Frame 3 (415 B)
onClipEvent (load) {
if (this._name != "textDisplay_mc") {
this._visible = true;
counter = 48;
this._x = _root.hero_mc._x;
this._y = _root.hero_mc._y - 50;
} else {
this._visible = false;
this._x = -200;
this._y = -200;
}
}
onClipEvent (enterFrame) {
if (this._name != "textDisplay_mc") {
this._y = this._y - 1;
if (counter > 0) {
counter--;
} else {
removeMovieClip(this);
}
}
}
Instance of Symbol 27 MovieClip "water_mc" in Frame 3 (2.21 KiB) ●
onClipEvent (load) {
if (this._name != "water_mc") {
var 36 = (3 - (Math.random() * 6));
var 37 = (Math.random() * 3);
var 18 = _root["20"][Math.floor(Math.random() * _root["20"].length)];
var 33 = 24;
var 2;
var 1 = _root["1"];
var 12 = false;
var 11 = false;
this._visible = true;
this._x = (Math.random() * (_root["28"] - this._width)) + (this._width / 2);
this._y = -this._height;
} else {
this._visible = false;
this._x = -200;
this._y = -200;
}
}
onClipEvent (enterFrame) {
if (this._name != "water_mc") {
if (!11) {
if (_root.hero_mc.hitTest(this)) {
if (_root.hero_mc["21"]) {
var 17 = ("b" + _root.getNextHighestDepth());
_root.bonk_mc.duplicateMovieClip(17, _root.getNextHighestDepth());
_root[17]._x = this._x;
_root[17]._y = this._y;
Set("11", true);
_root["4"].start();
} else {
if (18 == "Melon Rain") {
_root["13"] = _root["13"] + 5;
}
if (18 == "Shield") {
_root["24"] = _root["24"] + 10;
}
if (18 == "Sprint") {
_root["26"] = _root["26"] + 10;
}
if (18 == "Time +10") {
_root["31"] = _root["31"] + 10;
if (_root["31"] > _root["32"]) {
_root["31"] = _root["32"];
}
}
Set("17", "d" + _root.getNextHighestDepth());
_root.textDisplay_mc.duplicateMovieClip(17, _root.getNextHighestDepth());
_root[17].dMessage = 18;
this.gotoAndPlay("eaten");
_root["19"].start();
_root.score = _root.score + 10;
Set("11", true);
Set("12", true);
}
}
if ((!12) && (33 < 24)) {
if (this._alpha >= 100) {
Set("2", -50);
}
if (this._alpha <= 0) {
Set("2", 50);
}
this._alpha = this._alpha + 2;
} else {
this._alpha = 100;
}
if (this._y < (_root["27"] - (this._height / 2))) {
if ((this._y + _root["35"]) < (_root["27"] - (this._height / 2))) {
this._y = this._y + _root["35"];
} else {
this._y = _root["27"] - (this._height / 2);
}
} else {
33--;
}
if ((!12) && ((33 <= 0) || (_root._currentframe == 4))) {
removeMovieClip(this);
}
} else if (!12) {
this._x = this._x + 36;
this._y = this._y + 37;
Set("37", 37 + 1);
}
}
}
Instance of Symbol 126 MovieClip "shield_mc" in Frame 3 (536 B)
onClipEvent (load) {
var 2;
this._visible = false;
this._x = -200;
this._y = -200;
}
onClipEvent (enterFrame) {
if (_root["24"] > 0) {
this._visible = true;
this._x = _root.hero_mc._x - (this._width / 2);
this._y = _root.hero_mc._y - 100;
if (_root["24"] < 3) {
if (this._alpha >= 100) {
Set("2", -50);
}
if (this._alpha <= 0) {
Set("2", 50);
}
this._alpha = this._alpha + 2;
} else {
this._alpha = 100;
}
} else {
this._visible = false;
this._x = -200;
this._y = -200;
}
}
Frame 4 (191 B)
clearInterval(oneSecond);
clearInterval(spawnCoco);
clearInterval(spawnMelon);
clearInterval(spawnCloud);
clearInterval(spawnWater);
bMessage = "Your score was " + _root.score;
stop();
Symbol 12 MovieClip Frame 1 (8 B)
stop();
Symbol 19 MovieClip Frame 1 (8 B)
stop();
Symbol 19 MovieClip Frame 7 (23 B)
removeMovieClip(this);
Symbol 27 MovieClip Frame 1 (8 B)
stop();
Symbol 27 MovieClip Frame 7 (23 B)
removeMovieClip(this);
Symbol 34 Button (178 B)
on (press) {
getURL ("http://steve.slightsbytes.com", "_blank");
}
on (rollOver) {
_root.bMessage = "Visit my site!";
}
on (rollOut) {
_root.bMessage = "Click me to start!";
}
Symbol 36 Button (42 B)
on (press) {
_root.gotoAndPlay("game");
}
Symbol 112 MovieClip Frame 19 (5 B)
5();
Symbol 112 MovieClip Frame 23 (17 B)
Set("21", true);
Symbol 112 MovieClip Frame 29 (97 B)
if (9) {
gotoAndPlay ("beginDuck");
} else {
Set("21", false);
gotoAndPlay(nextFrame);
}
Symbol 112 MovieClip Frame 32 (5 B)
5();
Symbol 112 MovieClip Frame 33 (17 B)
Set("10", true);
Symbol 112 MovieClip Frame 41 (5 B)
5();
Symbol 114 MovieClip Frame 3 (23 B)
removeMovieClip(this);
Symbol 120 MovieClip Frame 1 (8 B)
stop();
Symbol 120 MovieClip Frame 2 (8 B)
stop();
Symbol 120 MovieClip Frame 3 (8 B)
stop();
Symbol 120 MovieClip Frame 4 (8 B)
stop();
Symbol 120 MovieClip Frame 5 (8 B)
stop();
Symbol 129 Button (154 B)
on (rollOver) {
bMessage = "Go again?";
}
on (rollOut) {
_root.bMessage = "Your score was " + _root.score;
}
on (press) {
_root.gotoAndStop("intro");
}