Frame 1
function 6(17, 10) {
getURL ("http://armorgames.com", "_blank");
}
function 7(17, 10) {
getURL ("http://newgrounds.com/", "_blank");
}
function 8(17, 10) {
getURL ("http://planetbob.net/flash", "_blank");
}
function 9(17, 10) {
getURL ("http://planetbob.net/pb", "_blank");
}
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
a_cmi = new ContextMenuItem("Play More Games!", 6);
b_cmi = new ContextMenuItem("Newgrounds", 7);
c_cmi = new ContextMenuItem("Denvish Designs", 8);
d_cmi = new ContextMenuItem("Planet Bob - Music", 9);
c_cmi.separatorBefore = true;
root_cm.customItems.push(a_cmi, c_cmi, d_cmi, b_cmi);
_root.menu = root_cm;
_root.s = new Sound();
_root.s.attachSound("atb");
_root.s.setVolume(100);
Instance of Symbol 98 MovieClip in Frame 2
onClipEvent (load) {
this.swapDepths(8100);
}
on (press) {
getURL ("http://armorgames.com", "_blank");
}
on (rollOver) {
Mouse.show();
_root.outof = 1;
}
on (rollOut, dragOut) {
if ((_root._currentFrame > 4) && (!_root.paused)) {
Mouse.hide();
_root.outof = 0;
}
}
Instance of Symbol 100 MovieClip in Frame 2
on (press) {
getURL ("http://planetbob.net/flash", "_blank");
}
Frame 3
function 14() {
15();
loadVariables ((l11l + lI11) + ".asp", hst);
}
function 15() {
_root.createEmptyMovieClip("hst", 180000);
with (hst) {
beginFill(0, 50);
moveTo(0, 0);
lineTo(SW, 0);
lineTo(SW, SH);
lineTo(0, SH);
lineTo(0, 0);
endFill();
beginFill(0, 60);
lineStyle(0, 16777215, 80);
moveTo(10, 10);
lineTo(SW - 10, 10);
lineTo(SW - 10, SH - 10);
lineTo(10, SH - 10);
lineTo(10, 10);
endFill();
beginFill(16777164, 100);
moveTo(248, 10);
lineTo(252, 10);
lineTo(252, SH - 10);
lineTo(248, SH - 10);
lineTo(248, 10);
endFill();
i = 10;
while (i < ((SH - 10) - 1)) {
moveTo(10, i);
lineTo(SW - 10, i);
i = i + ((SH - 20) / 27);
}
hsa = new Array(10, 40, 178, 248, 252, 282, 420, 490);
hsn = new Array("#", "player", "score", "", "#", "player", "score");
m = 0;
while (m < (hsa.length - 1)) {
((m > 3) ? ((krt = 500)) : ((krt = 400)));
hst.createTextField(hsn[m] + krt, (m * 50) + krt, hsa[m], 9.2, hsa[m + 1] - hsa[m], 15);
with (hst[hsn[m] + krt]) {
text = hsn[m].toUpperCase();
setTextFormat(sTF);
}
m++;
}
m = 0;
while (m < (hsa.length - 1)) {
krt = 0;
if (m > 3) {
krt = krt + 25;
}
t = (SH - 20) / 27;
i = 10 + (2 * t);
while (i < ((SH - 10) - 1)) {
krt++;
hst.createTextField(hsn[m] + krt, (m * 50) + krt, hsa[m], i - 0.6, hsa[m + 1] - hsa[m], t * 2);
with (hst[hsn[m] + krt]) {
text = "WAIT";
if ((m == 0) || (m == 4)) {
text = krt;
}
setTextFormat(sTF);
}
i = i + t;
}
moveTo(hsa[m + 1], 10);
lineTo(hsa[m + 1], SH - 10);
m++;
}
}
hst.onPress = function () {
this._visible = 0;
};
hst.onData = function () {
mi = 1;
while (mi < 51) {
this["player" + mi].text = this["inplayer" + mi];
this["score" + mi].text = this["inscore" + mi];
this["player" + mi].setTextFormat(sTF);
this["score" + mi].setTextFormat(sTF);
mi++;
}
};
}
function 16() {
paused = 1;
_root.attachMovie("submitscore", "SS", 970002);
SS._x = SW / 2;
SS._y = SH / 2;
if (score > wboscore) {
SS.gotoAndStop(1);
} else if (score > stlscore) {
SS.gotoAndStop(2);
} else if (score > pbscore) {
SS.gotoAndStop(3);
} else {
SS.gotoAndStop(4);
}
if (score > 21.data.score) {
21.data.score = score;
21.flush();
}
SS.sit.onSetFocus = function () {
this.text = "";
};
SS.submit.onPress = function () {
if (_root.uT2005._x == undefined) {
yscore = _root.score;
yplayer = SS.sit.text;
loadVariablesNum ((l11l + ll1I) + ".asp", 0, "POST");
SS.sit.text = "SENDING DATA...";
pauseit = setInterval(function () {
_root.20();
_root.stats.removeMovieClip();
_root.sc.removeMovieClip();
_root.gover.removeMovieClip();
_root.gotoAndStop(4);
_root.19();
clearInterval(pauseit);
}, 4000);
}
};
}
function 19() {
SS.removeMovieClip();
14();
hst._visible = 1;
}
function 22() {
var 5 = 1;
if (_root._url.substr(0, 7) == "file://") {
if (!aloc) {
Set("5", 0);
}
}
if (!5) {
_root.gotoAndStop(1);
_root.createEmptyMovieClip("block", 900000);
with (block) {
beginFill(16738047, 100);
moveTo(0, 0);
lineTo(SW, 0);
lineTo(SW, SH);
lineTo(0, SH);
lineTo(0, 0);
endFill();
createTextField("gy", 1, 0, 170, SW, SH);
gy.selectable = 0;
gy.text = "MAKE YOUR OWN GAME\r\rDON'T STEAL MINE";
gy.setTextFormat(sTF);
}
}
}
function 1() {
lI11 = 0;
i = C2.length - 1;
while (i > 0) {
lI11 = lI11 + (C2[i] + P2[i]);
i--;
}
C3 = new Array();
llI1 = 1;
i = 0;
while (i < 1000) {
llI1++;
if (llI1 > 89) {
llI1 = 1;
}
C3.push(llI1);
i++;
}
llI1 = 7;
i = 0;
while (i < 1000) {
llI1 = llI1 * C3[i];
i = i + 136;
}
gtr = new Array();
l11l = "";
while (P1.length > 0) {
f = P1.length;
gtr.splice(P1[f - 1], 0, P1.slice(f - 2, f - 1));
P1.splice(f - 2, 2);
}
i = 0;
while (i < gtr.length) {
l11l = l11l + gtr[i];
i++;
}
gi8 = new LoadVars();
gi8.onData = function (_arg1) {
tn = _arg1;
I1il = "";
ll1I = "";
l1Il = "";
IIl1 = "";
i = 102;
while (i <= 6000) {
I1il = I1il + tn.substr(i, 2);
i = i + 469;
}
i = 247;
while (i <= 6000) {
ll1I = ll1I + tn.substr(i, 2);
i = i + 284;
}
i = 567;
while (i <= 6000) {
l1Il = l1Il + tn.substr(i, 2);
i = i + 339;
}
i = 23;
while (i <= 6000) {
IIl1 = IIl1 + tn.substr(i, 1);
i = i + 64;
}
};
gi8.load((l11l + lI11) + ".txt");
}
aloc = 0;
init = 1;
SH = Stage.height;
SW = Stage.width;
musicon = 1;
sfxon = 1;
System.security.allowDomain("http://mymarilyn.net", "http://uploads.ungrounded.net", "http://ungrounded.net", "http://newgrounds.com");
C2 = new Array(15790320, 13565952, 16444048, 12586598, 3625470, 10825999);
P1 = new Array("n", "23", "8", "36", "p", "3", "s", "34", "n", "25", "r", "10", "7", "34", "y", "7", "/", "28", "t", "2", "o", "25", "t", "1", "d", "25", "/", "3", "/", "21", "n", "11", "g", "19", "i", "6", "y", "7", ".", "8", "l", "6", "/", "9", "y", "18", "e", "11", "t", "14", "/", "12", "t", "12", "i", "10", "r", "10", "m", "3", "n", "5", ":", "1", "t", "5", "l", "5", "e", "4", "/", "1", "h", "0", "8", "5", "a", "1", "m", "0", "s", "2", "7", "0", "/", "1", "d", "0");
P2 = new Array("gh", "ir", "FT", "h", "l", "zx");
sTF = new TextFormat();
with (sTF) {
color = 16777164 /* 0xFFFFCC */;
font = "Tahoma";
size = 10;
bold = 1;
align = "center";
}
22();
1();
14();
hst._visible = 0;
stop();
Frame 4
_root.witch.removeMovieClip();
_root.clouds.removeMovieClip();
intro._visible = 1;
var 21 = SharedObject.getLocal("toad");
oldscore = 21.data.score;
pbscore = 21.data.score;
if (21.data.score == undefined) {
oldscore = 0;
21.data.score = 0;
21.flush();
}
stopAllSounds();
if (_root.musicon) {
_root.sfx.gotoAndPlay(8);
}
22();
stop();
Instance of Symbol 173 MovieClip "intro" in Frame 4
on (press) {
this._visible = 0;
_root.gotoAndStop(5);
_root.paused = 0;
}
Frame 5
function 20() {
Mouse.show();
stopAllSounds();
i = 0;
while (i < 151) {
_root["bub" + i].removeMovieClip();
i++;
}
i = 0;
while (i < 21) {
_root["p" + i].removeMovieClip();
i++;
}
i = 0;
while (i < 21) {
_root["bg" + i].removeMovieClip();
i++;
}
i = 0;
while (i < 21) {
_root["fg" + i].removeMovieClip();
i++;
}
i = 0;
while (i < 21) {
_root["hs" + i].removeMovieClip();
i++;
}
clearInterval(pung);
clearInterval(pong);
clearInterval(ping);
clearInterval(pang);
clearInterval(plang);
bi = 0;
ip = 0;
lives = 9;
kount = 0;
scrollspeed = 2;
gravity = 1.05;
droppo = 0;
outof = 0;
hno = 1;
bgcount = 1;
pmkint = 750;
ltc = 0;
}
function 12() {
if (pmkint > 250) {
pmkint = pmkint - 50;
}
if (scrollspeed < 6) {
scrollspeed = scrollspeed + 0.2;
}
clearInterval(ping);
11();
}
function 13() {
plang = setInterval(function () {
if (!_root.paused) {
ltc++;
}
if (ltc > 200) {
ltc = 0;
12();
}
}, 100);
}
function 4() {
Mouse.show();
stopAllSounds();
if (_root.sfxon) {
_root.sfx.gotoAndPlay(7);
}
if (_root.musicon) {
_root.sfx.gotoAndPlay(10);
}
_root.paused = 1;
gover._visible = 1;
gover.gotoAndPlay(2);
}
function 11() {
ping = setInterval(function () {
if (!_root.paused) {
bi++;
kount++;
if ((kount > 120) && (init)) {
_root.opt._visible = 0;
_root.sndvol = _root.s.getVolume();
stopAllSounds();
_root.s.setVolume(100);
_root.sfx.gotoAndPlay(3);
_root.sfx.gotoAndPlay(2);
_root.paused = 1;
init = 0;
Mouse.show();
gotoAndStop (6);
}
if (bi >= 150) {
bi = 1;
}
_root.attachMovie("pump", "bub" + bi, bi + 1000);
_root["bub" + bi]._width = (_root["bub" + bi]._height = random(20) + 20);
_root["bub" + bi]._y = 450;
_root["bub" + bi].a = 0;
_root["bub" + bi].xMove = random(100) + 1;
_root["bub" + bi].yMove = random(8) + 1;
_root["bub" + bi].xpos = random(Stage.width);
_root["bub" + bi].cacheAsBitmap = true;
((!(_root["bub" + bi]._x === undefined)) ? ((_root.score = _root.score + (50 - _root["bub" + bi]._width))) : null);
((random(2) == 0) ? ((_root["bub" + bi]._xscale = _root["bub" + bi]._xscale * -1)) : null);
_root["bub" + bi].onEnterFrame = function () {
if (!_root.paused) {
with (this) {
_x = (Math.sin(a) * xMove) + xpos;
_y = _y - yMove;
a = a + 0.05;
if ((_y < (_root.witch._y + 20)) && (_y > (_root.witch._y - 20))) {
if (hzone.hitTest(_root.witch.hzone) && (_root.witch._currentframe < 5)) {
this.hzone.removeMovieClip();
gotoAndPlay(2);
((_root.lives > 0) ? (_root.lives--) : 0);
if (_root.sfxon) {
_root.sfx.gotoAndPlay(random(2) + 4);
}
witch.gotoAndPlay(5);
}
}
((_y < 0) ? (this.removeMovieClip()) : 0);
}
}
};
}
}, int(_root.pmkint));
}
paused = 0;
frogcount = 0;
score = 0;
20();
_root.onEnterFrame = function () {
if (_root._ymouse > 315) {
_root.outof = 1;
Mouse.show();
} else if (_root.outof) {
_root.outof = 0;
Mouse.hide();
}
if ((!_root.paused) && (_currentframe > 4)) {
if (hno == 1) {
ph = 12;
} else {
ph = hno - 1;
}
if ((_root["hs" + ph]._x < (Stage.width - (_root["hs" + ph]._width / 2))) || (_root["hs" + ph]._x == undefined)) {
attachMovie("h" + (random(12) + 1), "hs" + hno, hno + 900);
_root["hs" + hno]._x = Stage.width + (_root["hs" + hno]._width / 2);
_root["hs" + hno]._y = 370;
_root["hs" + hno].cacheAsBitmap = true;
_root["hs" + hno].bombed = 0;
_root["hs" + hno].onEnterFrame = function () {
if (!_root.paused) {
this._x = this._x - _root.scrollspeed;
if (this._x < ((-this._width) / 2)) {
this.removeMovieClip();
}
}
};
hno++;
if (hno > 12) {
hno = 1;
}
}
stlscore = hst.score50.text;
wboscore = hst.score1.text;
if (score > wboscore) {
sthscore = score;
} else {
sthscore = wboscore;
}
if (score > oldscore) {
oldscore = score;
}
if (!(sc._x === undefined)) {
with (sc) {
ub.text = "YOUR BEST: " + oldscore;
cs.text = "CURRENT SCORE: " + score;
wb.text = "WORLD BEST: " + sthscore;
td.text = "TOADS: " + frogcount;
li.text = "LIVES: " + lives;
}
}
if (lives < 1) {
4();
}
} else {
Mouse.show();
}
};
kl = new Object();
kl.onKeyDown = function () {
if (Key.getCode() == 81) {
if ((qi++) >= 2) {
qi = 0;
}
_quality = ["HIGH", "MEDIUM", "LOW"][qi];
}
if (Key.getCode() == 80) {
if (_root.paused) {
_root.paused = 0;
Mouse.hide();
stats.psebtn.gotoAndStop(1);
_root.opt._visible = 0;
} else {
_root.paused = 1;
Mouse.show();
stats.psebtn.gotoAndStop(2);
_root.opt._visible = 1;
}
}
if (!_root.paused) {
if (Key.getCode() == 88) {
og = random(4) + 1;
} else if (Key.getCode() == 90) {
og = 5;
} else {
og = 0;
}
}
if (og > 0) {
if (!_root.paused) {
if (!droppo) {
droppo = 1;
ip++;
if (ip > 20) {
ip = 0;
}
duplicateMovieClip ("potion", "p" + ip, ip + 3000);
_root["p" + ip]._x = witch._x;
_root["p" + ip]._y = witch._y + 5;
_root["p" + ip].drop = 3;
_root["p" + ip]._rotation = random(20);
_root["p" + ip].gotoAndPlay(og);
_root["p" + ip].cacheAsBitmap = true;
_root["p" + ip].onEnterFrame = function () {
if (!_root.paused) {
with (this) {
drop = drop * _root.gravity;
if (_currentframe < 5) {
_rotation = _rotation + 3;
}
_y = _y + drop;
_x = _x - scrollspeed;
i = 1;
while (i < 13) {
if ((hitTest(_root["hs" + i].hzone2) && (_root["hs" + i].bombed == 0)) && (_currentframe < 5)) {
_root["hs" + i].bombed = 1;
_root.score = _root.score + 200;
_root.attachMovie("kid", "bg" + i, i + 1500);
_root["bg" + i]._x = _root["hs" + i]._x;
_root["bg" + i]._y = 370;
_root["bg" + i].gotoAndStop(random(2) + 1);
_root["bg" + i].cacheAsBitmap = true;
if (_root.sfxon) {
_root.sfx.gotoAndPlay(6);
}
_root["bg" + i].onEnterFrame = function () {
if (!_root.paused) {
this._x = this._x - _root.scrollspeed;
if (this._x < (-this._width)) {
this.removeMovieClip();
}
}
};
this.removeMovieClip();
} else if (this.hitTest(_root["bg" + i]) && (_currentframe > 4)) {
_root["hs" + i].bombed == 2;
new Color(_root["hs" + i]).setRGB(4915457);
_root["hs" + i]._alpha = 75;
_root.attachMovie("toad", "fg" + i, i + 1500);
_root["fg" + i]._x = _root["hs" + i]._x;
_root["fg" + i]._y = 370;
_root["fg" + i].cacheAsBitmap = true;
_root.score = _root.score + 1000;
_root.frogcount++;
if (_root.sfxon) {
_root.sfx.gotoAndPlay(random(30) + 20);
}
_root["fg" + i].onEnterFrame = function () {
if (!_root.paused) {
if (this.sit) {
this._x = this._x - _root.scrollspeed;
} else {
this._x = this._x - (_root.scrollspeed * 4);
}
if (this._x < (-this._width)) {
this.removeMovieClip();
}
}
};
this.removeMovieClip();
}
i++;
}
if (_y > Stage.height) {
this.removeMovieClip();
}
}
}
};
pung = setInterval(function () {
droppo = 0;
clearInterval(pung);
}, 850);
}
}
}
};
Key.addListener(kl);
pong = setInterval(function () {
if (!outof) {
Mouse.hide();
}
}, 3000);
pang = setInterval(function () {
loadVariables ((l11l + lI11) + ".asp", hst);
}, 180000);
if (sfxon) {
sfx.gotoAndPlay(7);
}
if (musicon) {
sfx.gotoAndPlay(9);
}
stats._visible = 1;
Mouse.hide();
13();
11();
22();
stop();
Instance of Symbol 175 MovieClip in Frame 5
onClipEvent (load) {
this.cacheAsBitmap = true;
}
Instance of Symbol 183 MovieClip "stats" in Frame 5
onClipEvent (load) {
this.swapDepths(8002);
}
Instance of Symbol 195 MovieClip "sc" in Frame 5
onClipEvent (load) {
this.swapDepths(8050);
}
Instance of Symbol 197 MovieClip "moon" in Frame 5
onClipEvent (load) {
this.cacheAsBitmap = true;
}
Instance of Symbol 199 MovieClip "clouds" in Frame 5
onClipEvent (load) {
_width = 2000;
_height = 450;
_x = 500;
_y = 180;
this.cacheAsBitmap = true;
this._visible = true;
}
onClipEvent (enterFrame) {
if (!_root.paused) {
if (this._visible == true) {
_x = (_x - (_root.scrollspeed * 1.6));
if (_x < -500) {
_x = 500;
}
}
}
}
Instance of Symbol 201 MovieClip "bhouses" in Frame 5
onClipEvent (load) {
this.cacheAsBitmap = true;
this._visible = true;
}
onClipEvent (enterFrame) {
if (!_root.paused) {
if (this._visible == true) {
_x = (_x - (_root.scrollspeed * 1.3));
if (_x < 0) {
_x = 500;
}
}
}
}
Instance of Symbol 208 MovieClip "witch" in Frame 5
onClipEvent (load) {
oldX = 0;
this.swapDepths(1999);
xsca = _xscale;
this.cacheAsBitmap = true;
}
onClipEvent (enterFrame) {
if (!_root.paused) {
if ((_root._ymouse < 310) && (_root._ymouse > 12)) {
_y = _root._ymouse;
}
_x = _root._xmouse;
if (_x > oldX) {
_xscale = (-xsca);
} else if (_x < oldX) {
_xscale = xsca;
}
oldX = _x;
}
}
Instance of Symbol 244 MovieClip "opt" in Frame 5
onClipEvent (load) {
this.swapDepths(99999);
this._visible = 0;
}
Instance of Symbol 251 MovieClip "gover" in Frame 5
onClipEvent (load) {
this.swapDepths(971002);
this._visible = 0;
}
Frame 6
outof = 1;
Mouse.show();
Instance of Symbol 262 MovieClip "shocker" in Frame 6
onClipEvent (load) {
this.swapDepths(999999);
}
Symbol 59 MovieClip [toad] Frame 1
this.sit = 0;
Symbol 59 MovieClip [toad] Frame 9
this.sit = 1;
Symbol 59 MovieClip [toad] Frame 16
this.sit = 0;
Symbol 59 MovieClip [toad] Frame 24
this.sit = 1;
Symbol 59 MovieClip [toad] Frame 31
this.sit = 0;
Symbol 59 MovieClip [toad] Frame 39
this.sit = 1;
Symbol 59 MovieClip [toad] Frame 45
gotoAndPlay (31);
Symbol 90 MovieClip [pump] Frame 1
stop();
hzone._visible = 0;
Symbol 90 MovieClip [pump] Frame 8
this.removeMovieClip();
Symbol 91 MovieClip [submitscore] Frame 1
stop();
Instance of Symbol 81 MovieClip in Symbol 91 MovieClip [submitscore] Frame 3
on (press) {
_root.20();
_root.gotoAndStop(4);
_root.stats.removeMovieClip();
_root.sc.removeMovieClip();
_root.gover.removeMovieClip();
_root.opt.removeMovieClip();
_root.SS.removeMovieClip();
}
Symbol 109 Button
on (release) {
_root.play();
}
Instance of Symbol 102 MovieClip in Symbol 110 MovieClip Frame 1
onClipEvent (load) {
_root.stop();
_parent.stop();
}
onClipEvent (enterFrame) {
var 2 = _root.getBytesTotal();
var 3 = _root.getBytesLoaded();
kbl = int(3 / 1024);
kbt = int(2 / 1024);
percent = (3 / 2) * 100;
pc = int(percent);
_parent.mask._alpha = 100 - pc;
_width = (percent * 2.8);
_root.plpc = ((((pc + "% LOADED - ") + kbl) + " OF ") + kbt) + " KB";
if (3 == 2) {
_parent.gotoAndStop(2);
}
}
Symbol 150 MovieClip Frame 113
_root.play();
Symbol 164 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 2
gotoAndStop (1);
Symbol 164 MovieClip Frame 3
gotoAndStop (1);
Symbol 164 MovieClip Frame 4
gotoAndStop (1);
Symbol 164 MovieClip Frame 5
gotoAndStop (1);
Symbol 164 MovieClip Frame 6
gotoAndStop (1);
Symbol 164 MovieClip Frame 7
gotoAndStop (1);
Symbol 164 MovieClip Frame 8
gotoAndStop (1);
Symbol 164 MovieClip Frame 9
gotoAndStop (1);
Symbol 164 MovieClip Frame 10
gotoAndStop (1);
Symbol 164 MovieClip Frame 11
gotoAndStop (1);
Symbol 164 MovieClip Frame 20
gotoAndStop (1);
Symbol 164 MovieClip Frame 21
gotoAndStop (1);
Symbol 164 MovieClip Frame 22
gotoAndStop (1);
Symbol 164 MovieClip Frame 23
gotoAndStop (1);
Symbol 164 MovieClip Frame 24
gotoAndStop (1);
Symbol 164 MovieClip Frame 25
gotoAndStop (1);
Symbol 164 MovieClip Frame 26
gotoAndStop (1);
Symbol 164 MovieClip Frame 27
gotoAndStop (1);
Symbol 164 MovieClip Frame 28
gotoAndStop (1);
Symbol 164 MovieClip Frame 29
gotoAndStop (1);
Symbol 164 MovieClip Frame 30
gotoAndStop (1);
Symbol 164 MovieClip Frame 31
gotoAndStop (1);
Symbol 164 MovieClip Frame 32
gotoAndStop (1);
Symbol 164 MovieClip Frame 33
gotoAndStop (1);
Symbol 164 MovieClip Frame 34
gotoAndStop (1);
Symbol 164 MovieClip Frame 35
gotoAndStop (1);
Symbol 164 MovieClip Frame 36
gotoAndStop (1);
Symbol 164 MovieClip Frame 37
gotoAndStop (1);
Symbol 164 MovieClip Frame 38
gotoAndStop (1);
Symbol 164 MovieClip Frame 39
gotoAndStop (1);
Symbol 164 MovieClip Frame 40
gotoAndStop (1);
Symbol 164 MovieClip Frame 41
gotoAndStop (1);
Symbol 164 MovieClip Frame 42
gotoAndStop (1);
Symbol 164 MovieClip Frame 43
gotoAndStop (1);
Symbol 164 MovieClip Frame 44
gotoAndStop (1);
Symbol 164 MovieClip Frame 45
gotoAndStop (1);
Symbol 164 MovieClip Frame 46
gotoAndStop (1);
Symbol 164 MovieClip Frame 47
gotoAndStop (1);
Symbol 164 MovieClip Frame 48
gotoAndStop (1);
Symbol 164 MovieClip Frame 49
gotoAndStop (1);
Symbol 180 MovieClip Frame 1
stop();
Instance of Symbol 180 MovieClip "psebtn" in Symbol 183 MovieClip Frame 1
on (press) {
if (_root.paused) {
_root.paused = 0;
Mouse.hide();
gotoAndStop (1);
_root.opt._visible = 0;
} else {
_root.paused = 1;
Mouse.show();
gotoAndStop (2);
_root.opt._visible = 1;
}
}
Instance of Symbol 100 MovieClip in Symbol 183 MovieClip Frame 1
on (press) {
getURL ("http://planetbob.net/flash", "_blank");
}
Instance of Symbol 182 MovieClip in Symbol 183 MovieClip Frame 1
on (press) {
_root.paused = 1;
_root.stats.psebtn.gotoAndStop(2);
_root.14();
_root.hst._visible = 1;
}
Symbol 195 MovieClip Frame 1
stop();
Symbol 208 MovieClip Frame 4
gotoAndPlay (1);
Symbol 217 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 2
stop();
Symbol 217 MovieClip Frame 3
stop();
Symbol 217 MovieClip Frame 4
stop();
Symbol 217 MovieClip Frame 7
gotoAndPlay (5);
Symbol 220 MovieClip Frame 2
stop();
Symbol 225 MovieClip Frame 1
stop();
Symbol 227 Button
on (rollOver) {
voltext.gotoAndStop(2);
}
on (rollOut, dragOut, releaseOutside) {
voltext.gotoAndStop(1);
}
on (press) {
bar._width = _xmouse;
vol = int(bar._width / 1.9);
voltext.jim = vol;
_root.s.setVolume(vol);
}
Instance of Symbol 220 MovieClip "bar" in Symbol 228 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (1);
_width = 190;
}
Instance of Symbol 232 MovieClip in Symbol 244 MovieClip Frame 1
on (press) {
_root.20();
_root.gotoAndStop(4);
_root.sc.removeMovieClip();
_root.gover.removeMovieClip();
_root.stats.removeMovieClip();
_root.opt.removeMovieClip();
}
Instance of Symbol 234 MovieClip in Symbol 244 MovieClip Frame 1
on (press) {
_root.paused = 1;
_root.stats.psebtn.gotoAndStop(2);
_root.14();
_root.hst._visible = 1;
}
Instance of Symbol 237 MovieClip in Symbol 244 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.opt._visible) {
if (_root.musicon) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
}
on (press) {
stopAllSounds();
if (_root.musicon) {
_root.musicon = 0;
} else {
_root.musicon = 1;
_root.sfx.gotoAndPlay(9);
}
}
Instance of Symbol 240 MovieClip in Symbol 244 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.opt._visible) {
if (_root.sfxon) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
}
on (press) {
if (_root.sfxon) {
_root.sfxon = 0;
} else {
_root.sfxon = 1;
}
}
Instance of Symbol 243 MovieClip in Symbol 244 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.opt._visible) {
if (_root.clouds._visible) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
}
on (press) {
if (_root.clouds._visible) {
_root.clouds._visible = 0;
_root.bhouses._visible = 0;
} else {
_root.clouds._visible = 1;
_root.bhouses._visible = 1;
}
}
Symbol 251 MovieClip Frame 1
stop();
Symbol 251 MovieClip Frame 33
_root.16();
Symbol 251 MovieClip Frame 65
this.removeMovieClip();
Symbol 261 Button
on (press) {
Mouse.hide();
_root.s.setVolume(_root.sndvol);
_root.outof = 0;
if (_root.musicon) {
_root.sfx.gotoAndPlay(9);
}
_root.paused = 0;
_root.shocker.removeMovieClip();
}
Symbol 262 MovieClip Frame 85
stop();