Frame 1
Mouse.show();
fscommand ("fullscreen", "false");
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
stop();
Frame 2
stop();
Frame 3
current_bytes = this.getBytesLoaded();
tot_bytes = this.getBytesTotal();
percent = int((current_bytes / tot_bytes) * 100) + "% ";
if (current_bytes >= tot_bytes) {
gotoAndPlay (10);
}
Frame 4
this.gotoAndPlay("loader");
Frame 15
gotoAndPlay (26);
Frame 17
gotoAndPlay (49);
Frame 26
Mouse.show();
Frame 32
r = Number(r) + 1;
duplicateMovieClip ("thing", "thing" add r, r);
setProperty("thing" add r, _x , (Math.random() * 3000) + 1);
Frame 33
gotoAndPlay (32);
Frame 35
Mouse.show();
Frame 48
stop();
Frame 49
Mouse.hide();
paused = 0;
blah = 0;
gamespeed = 3;
tellTarget ("/the_ballp") {
stop();
};
setProperty("/the_ballp", _visible , 0);
setProperty("/the_balls", _visible , 0);
gamespeedp = 3;
ballalpha = 100;
setProperty("/the_ball", _alpha , ballalpha);
xspeed = "1";
yspeed = "1";
xstep = xspeed;
ystep = yspeed;
sc = 0;
lev = 1;
xspeedp = "1";
yspeedp = "1";
xstepp = xspeedp;
ystepp = yspeedp;
twoballs = 0;
gone = 0;
btwo = "1";
bone = "1";
xspeeds = "1";
yspeeds = "1";
xsteps = xspeeds;
ysteps = yspeeds;
gamespeeds = 3;
l2d = 0;
l3d = 0;
l4d = 0;
l5d = 0;
l6d = 0;
l7d = 0;
l8d = 0;
l9d = 0;
l10d = 0;
startDrag ("/mousetrack", true);
Instance of Symbol 155 MovieClip "cross hairs" in Frame 49
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (mouseMove) {
_x = getProperty("_level0", _xmouse);
_y = getProperty("_level0", _ymouse);
}
Frame 50
if (7 < Number(lev)) {
BallXs = getProperty("/the_balls", _x);
if (Number(blah) == 0) {
blah = 1;
gamespeeds = gamespeed * 0.75;
}
tellTarget ("/the_balls") {
play();
};
if ((Number(BallXs) < 330) and (Number(-10) < Number(BallXs))) {
setProperty("/the_balls", _visible , 1);
twoballs = 2;
loopcounts = 1;
setProperty("/the_balls", _visible , true);
while (Number(loopcounts) < Number(gamespeeds)) {
baty = getProperty("/mousetrack", _y);
if (174 < Number(baty)) {
baty = 174;
}
if (Number(baty) < 27) {
baty = 27;
}
setProperty("/bats", _y , baty);
BallXs = getProperty("/the_balls", _x);
BallYs = getProperty("/the_balls", _y);
dx1s = ballxs - 15;
dy1s = ballys - baty;
collision1s = false;
collision2s = false;
dx2s = 298 - ballxs;
dy2s = ballys - baty;
if (((0 < Number(dx1s)) and (Number(dx1s) < 10)) and ((Number(-24) < Number(dy1s)) and (Number(dy1s) < 25))) {
collision1s = true;
tellTarget ("/sound") {
gotoAndPlay (3);
};
sc = Number(sc) + 5;
}
if (((0 < Number(dx2s)) and (Number(dx2s) < 17)) and ((Number(-24) < Number(dy2s)) and (Number(dy2s) < 25))) {
tellTarget ("/sound") {
gotoAndPlay (3);
};
collision2s = true;
sc = Number(sc) + 5;
}
if ((Number(Ballxs) >= 310) or (Number(collision2s) == Number(true))) {
if (Number(collision2s) == Number(false)) {
bthree = 0;
twoballs = 1;
if (Number(twoballs) == 0) {
gotoAndStop (53);
} else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) {
gotoAndStop (53);
} else if ((((Number(twoballs) == 2) and (Number(btwo) == 0)) and (Number(bone) == 0)) and (Number(bthree) == 0)) {
gotoAndStop (53);
}
} else {
xsteps = -xspeeds;
}
}
if ((10 >= Number(Ballxs)) or (Number(collision1s) == Number(true))) {
if (Number(collision1s) == Number(false)) {
bthree = 0;
twoballs = 1;
gone = Number(gone) + 1;
if (Number(twoballs) == 0) {
gotoAndStop (53);
} else if ((Number(twoballs) == 1) and (Number(btwo) == 0)) {
gotoAndStop (53);
} else if ((((Number(twoballs) == 2) and (Number(btwo) == 0)) and (Number(bone) == 0)) and (Number(bthree) == 0)) {
gotoAndStop (53);
}
} else {
xsteps = xspeeds;
gamespeeds = Number(gamespeeds) + 1;
}
}
randoms = random(10);
oddbounces = false;
if (Number(randoms) == 5) {
oddbounces = true;
}
setProperty("/the_balls", _x , Number(BallXs) + Number(xsteps));
if (Number(Ballys) >= 190) {
ysteps = -yspeeds;
if (Number(oddbouncep) == Number(true)) {
if (Number(xsteps) == Number(xspeeds)) {
xsteps = -xspeeds;
} else {
xsteps = xspeeds;
}
}
tellTarget ("/sound") {
gotoAndPlay (2);
};
}
if (10 >= Number(Ballys)) {
ysteps = yspeeds;
if (Number(oddbounces) == Number(true)) {
if (Number(xsteps) == Number(xspeeds)) {
xsteps = -xspeeds;
} else {
xsteps = xspeeds;
}
}
tellTarget ("/sound") {
gotoAndPlay (2);
};
}
setProperty("/the_balls", _y , Number(BallYs) + Number(ysteps));
loopcounts = Number(loopcounts) + 1;
}
if (Number(gamespeedp) >= 14) {
gamespeeds = 14;
setProperty("/the_balls", _alpha , ballalpha);
ballalpha = ballalpha - 0.1;
}
x1 = x2;
x2 = x3;
x3 = x4;
x4 = x5;
y1 = y2;
y2 = y3;
y3 = y4;
y4 = y5;
x5 = getProperty("/the_ball", _x);
y5 = getProperty("/the_ball", _y);
x55 = (Number(x5) + Number(x4)) / 2;
y55 = (Number(y5) + Number(y4)) / 2;
x44 = (Number(x4) + Number(x3)) / 2;
y44 = (Number(y4) + Number(y3)) / 2;
x33 = (Number(x3) + Number(x2)) / 2;
y33 = (Number(y3) + Number(y2)) / 2;
setProperty("/ball1", _x , x55);
setProperty("/ball1", _y , y55);
setProperty("/ball11", _x , x4);
setProperty("/ball11", _y , y4);
setProperty("/ball22", _x , x3);
setProperty("/ball22", _y , y3);
setProperty("/ball33", _x , x2);
setProperty("/ball33", _y , y2);
setProperty("/ball2", _x , x44);
setProperty("/ball2", _y , y44);
setProperty("/ball3", _x , x33);
setProperty("/ball3", _y , y33);
} else {
tellTarget ("/the_balls") {
gotoAndStop (30);
};
}
}
if (3 < Number(lev)) {
BallXp = getProperty("/the_ballp", _x);
tellTarget ("/the_ballp") {
play();
};
if ((Number(BallXp) < 330) and (Number(-10) < Number(BallXp))) {
if (Number(twoballs) == 0) {
twoballs = 1;
gamespeedp = gamespeed * 0.6;
}
setProperty("/the_ballp", _visible , 1);
loopcountp = 1;
setProperty("/the_ballp", _visible , true);
while (Number(loopcountp) < Number(gamespeedp)) {
baty = getProperty("/mousetrack", _y);
if (174 < Number(baty)) {
baty = 174;
}
if (Number(baty) < 27) {
baty = 27;
}
setProperty("/bats", _y , baty);
BallXp = getProperty("/the_ballp", _x);
BallYp = getProperty("/the_ballp", _y);
dx1p = ballxp - 15;
dy1p = ballyp - baty;
collision1p = false;
collision2p = false;
dx2p = 298 - ballxp;
dy2p = ballyp - baty;
if (((0 < Number(dx1p)) and (Number(dx1p) < 10)) and ((Number(-24) < Number(dy1p)) and (Number(dy1p) < 25))) {
collision1p = true;
tellTarget ("/sound") {
gotoAndPlay (3);
};
sc = Number(sc) + 5;
}
if (((0 < Number(dx2p)) and (Number(dx2p) < 10)) and ((Number(-24) < Number(dy2p)) and (Number(dy2p) < 25))) {
tellTarget ("/sound") {
gotoAndPlay (3);
};
collision2p = true;
sc = Number(sc) + 5;
}
if ((Number(Ballxp) >= 310) or (Number(collision2p) == Number(true))) {
if (Number(collision2p) == Number(false)) {
btwo = "0";
if (Number(twoballs) == 0) {
gotoAndStop (53);
} else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) {
gotoAndStop (53);
} else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) {
gotoAndStop (53);
}
} else {
xstepp = -xspeedp;
}
}
if ((10 >= Number(Ballxp)) or (Number(collision1p) == Number(true))) {
if (Number(collision1p) == Number(false)) {
btwo = "0";
gone = Number(gone) + 1;
if (Number(twoballs) == 0) {
gotoAndStop (53);
} else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) {
gotoAndStop (53);
} else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) {
gotoAndStop (53);
}
} else {
xstepp = xspeedp;
gamespeedp = Number(gamespeedp) + 1;
}
}
randomp = random(10);
oddbouncep = false;
if (Number(randomp) == 5) {
oddbouncep = true;
}
setProperty("/the_ballp", _x , Number(BallXp) + Number(xstepp));
if (Number(Ballyp) >= 190) {
ystepp = -yspeedp;
if (Number(oddbouncep) == Number(true)) {
if (Number(xstepp) == Number(xspeedp)) {
xstepp = -xspeedp;
} else {
xstepp = xspeedp;
}
}
tellTarget ("/sound") {
gotoAndPlay (2);
};
}
if (10 >= Number(Ballyp)) {
ystepp = yspeedp;
if (Number(oddbouncep) == Number(true)) {
if (Number(xstep) == Number(xspeed)) {
xstepp = -xspeedp;
} else {
xstepp = xspeedp;
}
}
tellTarget ("/sound") {
gotoAndPlay (2);
};
}
setProperty("/the_ballp", _y , Number(BallYp) + Number(ystepp));
loopcountp = Number(loopcountp) + 1;
}
if (Number(gamespeedp) >= 14) {
gamespeedp = 14;
setProperty("/the_ballp", _alpha , ballalpha);
ballalpha = ballalpha - 0.1;
}
x1 = x2;
x2 = x3;
x3 = x4;
x4 = x5;
y1 = y2;
y2 = y3;
y3 = y4;
y4 = y5;
x5 = getProperty("/the_ball", _x);
y5 = getProperty("/the_ball", _y);
x55 = (Number(x5) + Number(x4)) / 2;
y55 = (Number(y5) + Number(y4)) / 2;
x44 = (Number(x4) + Number(x3)) / 2;
y44 = (Number(y4) + Number(y3)) / 2;
x33 = (Number(x3) + Number(x2)) / 2;
y33 = (Number(y3) + Number(y2)) / 2;
setProperty("/ball1", _x , x55);
setProperty("/ball1", _y , y55);
setProperty("/ball11", _x , x4);
setProperty("/ball11", _y , y4);
setProperty("/ball22", _x , x3);
setProperty("/ball22", _y , y3);
setProperty("/ball33", _x , x2);
setProperty("/ball33", _y , y2);
setProperty("/ball2", _x , x44);
setProperty("/ball2", _y , y44);
setProperty("/ball3", _x , x33);
setProperty("/ball3", _y , y33);
} else {
tellTarget ("/the_ballp") {
gotoAndStop (30);
};
}
}
BallX = getProperty("/the_ball", _x);
if ((Number(BallX) < 330) and (Number(-10) < Number(BallX))) {
loopcount = 1;
setProperty("/the_ball", _visible , true);
while (Number(loopcount) < Number(gamespeed)) {
baty = getProperty("/mousetrack", _y);
if (174 < Number(baty)) {
baty = 174;
}
if (Number(baty) < 27) {
baty = 27;
}
setProperty("/bats", _y , baty);
BallX = getProperty("/the_ball", _x);
BallY = getProperty("/the_ball", _y);
dx1 = ballx - 15;
dy1 = bally - baty;
collision1 = false;
collision2 = false;
dx2 = 298 - ballx;
dy2 = bally - baty;
if (((0 < Number(dx1)) and (Number(dx1) < 10)) and ((Number(-24) < Number(dy1)) and (Number(dy1) < 25))) {
collision1 = true;
tellTarget ("/sound") {
gotoAndPlay (3);
};
sc = Number(sc) + 5;
}
if (((0 < Number(dx2)) and (Number(dx2) < 10)) and ((Number(-24) < Number(dy2)) and (Number(dy2) < 25))) {
tellTarget ("/sound") {
gotoAndPlay (3);
};
collision2 = true;
sc = Number(sc) + 5;
}
if ((Number(Ballx) >= 310) or (Number(collision2) == Number(true))) {
if (Number(collision2) == Number(false)) {
bone = "0";
gone = Number(gone) + 1;
if (Number(twoballs) == 0) {
gotoAndStop (53);
} else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) {
gotoAndStop (53);
} else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) {
gotoAndStop (53);
}
} else {
xstep = -xspeed;
}
}
if ((10 >= Number(Ballx)) or (Number(collision1) == Number(true))) {
if (Number(collision1) == Number(false)) {
bone = "0";
gone = Number(gone) + 1;
if (Number(twoballs) == 0) {
gotoAndStop (53);
} else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) {
gotoAndStop (53);
} else if (((Number(twoballs) == 1) and (Number(btwo) == 0)) and (Number(bone) == 0)) {
gotoAndStop (53);
}
} else {
xstep = xspeed;
gamespeed = Number(gamespeed) + 1;
}
}
random = random(10);
oddbounce = false;
if (Number(random) == 5) {
oddbounce = true;
}
setProperty("/the_ball", _x , Number(BallX) + Number(xstep));
if (Number(Bally) >= 190) {
ystep = -yspeed;
if (Number(oddbounce) == Number(true)) {
if (Number(xstep) == Number(xspeed)) {
xstep = -xspeed;
} else {
xstep = xspeed;
}
}
tellTarget ("/sound") {
gotoAndPlay (2);
};
}
if (10 >= Number(Bally)) {
ystep = yspeed;
if (Number(oddbounce) == Number(true)) {
if (Number(xstep) == Number(xspeed)) {
xstep = -xspeed;
} else {
xstep = xspeed;
}
}
tellTarget ("/sound") {
gotoAndPlay (2);
};
}
setProperty("/the_ball", _y , Number(BallY) + Number(ystep));
loopcount = Number(loopcount) + 1;
}
if (Number(gamespeed) >= 14) {
gamespeed = 14;
setProperty("/the_ball", _alpha , ballalpha);
ballalpha = ballalpha - 0.1;
}
x1 = x2;
x2 = x3;
x3 = x4;
x4 = x5;
y1 = y2;
y2 = y3;
y3 = y4;
y4 = y5;
x5 = getProperty("/the_ball", _x);
y5 = getProperty("/the_ball", _y);
x55 = (Number(x5) + Number(x4)) / 2;
y55 = (Number(y5) + Number(y4)) / 2;
x44 = (Number(x4) + Number(x3)) / 2;
y44 = (Number(y4) + Number(y3)) / 2;
x33 = (Number(x3) + Number(x2)) / 2;
y33 = (Number(y3) + Number(y2)) / 2;
setProperty("/ball1", _x , x55);
setProperty("/ball1", _y , y55);
setProperty("/ball11", _x , x4);
setProperty("/ball11", _y , y4);
setProperty("/ball22", _x , x3);
setProperty("/ball22", _y , y3);
setProperty("/ball33", _x , x2);
setProperty("/ball33", _y , y2);
setProperty("/ball2", _x , x44);
setProperty("/ball2", _y , y44);
setProperty("/ball3", _x , x33);
setProperty("/ball3", _y , y33);
}
startDrag ("/mousetrack", true);
Frame 51
x1 = x2;
x2 = x3;
x3 = x4;
x4 = x5;
y1 = y2;
y2 = y3;
y3 = y4;
y4 = y5;
x5 = getProperty("/the_ball", _x);
y5 = getProperty("/the_ball", _y);
x55 = (Number(x5) + Number(x4)) / 2;
y55 = (Number(y5) + Number(y4)) / 2;
x44 = (Number(x4) + Number(x3)) / 2;
y44 = (Number(y4) + Number(y3)) / 2;
x33 = (Number(x3) + Number(x2)) / 2;
y33 = (Number(y3) + Number(y2)) / 2;
setProperty("/ball1", _x , x55);
setProperty("/ball1", _y , y55);
setProperty("/ball11", _x , x4);
setProperty("/ball11", _y , y4);
setProperty("/ball22", _x , x3);
setProperty("/ball22", _y , y3);
setProperty("/ball33", _x , x2);
setProperty("/ball33", _y , y2);
setProperty("/ball2", _x , x44);
setProperty("/ball2", _y , y44);
setProperty("/ball3", _x , x33);
setProperty("/ball3", _y , y33);
if (Number(sc) == 30) {
lev = 2;
tellTarget ("/the_ball") {
gotoAndStop (2);
};
if (Number(l2d) == 0) {
l2d = 1;
tellTarget ("/levels") {
gotoAndPlay (2);
};
}
tellTarget ("/ball33") {
gotoAndStop (2);
};
tellTarget ("/ball22") {
gotoAndStop (2);
};
tellTarget ("/ball11") {
gotoAndStop (2);
};
tellTarget ("/ball11") {
gotoAndStop (2);
};
tellTarget ("/ball3") {
gotoAndStop (2);
};
tellTarget ("/ball2") {
gotoAndStop (2);
};
tellTarget ("/ball1") {
gotoAndStop (2);
};
}
if ((Number(sc) >= 60) and (Number(sc) < 80)) {
lev = 3;
if (Number(l3d) == 0) {
l3d = 1;
tellTarget ("/levels") {
gotoAndPlay (37);
};
}
tellTarget ("/the_ball") {
gotoAndStop (3);
};
tellTarget ("/ball33") {
gotoAndStop (3);
};
tellTarget ("/ball22") {
gotoAndStop (3);
};
tellTarget ("/ball11") {
gotoAndStop (3);
};
tellTarget ("/ball11") {
gotoAndStop (3);
};
tellTarget ("/ball3") {
gotoAndStop (3);
};
tellTarget ("/ball2") {
gotoAndStop (3);
};
tellTarget ("/ball1") {
gotoAndStop (3);
};
}
if ((Number(sc) >= 100) and (Number(sc) < 115)) {
if (Number(l4d) == 0) {
l4d = 1;
tellTarget ("/levels") {
gotoAndPlay (75);
};
}
lev = 4;
tellTarget ("/the_ball") {
gotoAndStop (4);
};
tellTarget ("/ball33") {
gotoAndStop (4);
};
tellTarget ("/ball22") {
gotoAndStop (4);
};
tellTarget ("/ball11") {
gotoAndStop (4);
};
tellTarget ("/ball11") {
gotoAndStop (4);
};
tellTarget ("/ball3") {
gotoAndStop (4);
};
tellTarget ("/ball2") {
gotoAndStop (4);
};
tellTarget ("/ball1") {
gotoAndStop (4);
};
}
if ((Number(sc) >= 130) and (Number(sc) < 145)) {
if (Number(l5d) == 0) {
l5d = 1;
tellTarget ("/levels") {
gotoAndPlay (125);
};
}
lev = 5;
tellTarget ("/the_ball") {
gotoAndStop (20);
};
tellTarget ("/ball33") {
gotoAndStop (25);
};
tellTarget ("/ball22") {
gotoAndStop (23);
};
tellTarget ("/ball11") {
gotoAndStop (22);
};
tellTarget ("/ball3") {
gotoAndStop (26);
};
tellTarget ("/ball2") {
gotoAndStop (24);
};
tellTarget ("/ball1") {
gotoAndStop (21);
};
}
if ((Number(sc) >= 160) and (Number(sc) < 180)) {
if (Number(l6d) == 0) {
l6d = 1;
tellTarget ("/levels") {
gotoAndPlay (175);
};
}
lev = 6;
tellTarget ("/the_ball") {
gotoAndStop (6);
};
tellTarget ("/ball33") {
gotoAndStop (6);
};
tellTarget ("/ball22") {
gotoAndStop (6);
};
tellTarget ("/ball11") {
gotoAndStop (6);
};
tellTarget ("/ball11") {
gotoAndStop (6);
};
tellTarget ("/ball3") {
gotoAndStop (6);
};
tellTarget ("/ball2") {
gotoAndStop (6);
};
tellTarget ("/ball1") {
gotoAndStop (6);
};
}
if ((Number(sc) >= 200) and (Number(sc) < 220)) {
if (Number(l7d) == 0) {
l7d = 1;
tellTarget ("/levels") {
gotoAndPlay (210);
};
}
lev = 7;
tellTarget ("/the_ball") {
gotoAndStop (7);
};
tellTarget ("/ball33") {
gotoAndStop (7);
};
tellTarget ("/ball22") {
gotoAndStop (7);
};
tellTarget ("/ball11") {
gotoAndStop (7);
};
tellTarget ("/ball11") {
gotoAndStop (7);
};
tellTarget ("/ball3") {
gotoAndStop (7);
};
tellTarget ("/ball2") {
gotoAndStop (7);
};
tellTarget ("/ball1") {
gotoAndStop (7);
};
}
if ((Number(sc) >= 230) and (Number(sc) < 240)) {
if (Number(l8d) == 0) {
l8d = 1;
tellTarget ("/levels") {
gotoAndPlay (275);
};
}
lev = 8;
tellTarget ("/the_ball") {
gotoAndStop (8);
};
tellTarget ("/ball33") {
gotoAndStop (8);
};
tellTarget ("/ball22") {
gotoAndStop (8);
};
tellTarget ("/ball11") {
gotoAndStop (8);
};
tellTarget ("/ball11") {
gotoAndStop (8);
};
tellTarget ("/ball3") {
gotoAndStop (8);
};
tellTarget ("/ball2") {
gotoAndStop (8);
};
tellTarget ("/ball1") {
gotoAndStop (8);
};
}
if ((Number(sc) >= 260) and (Number(sc) < 280)) {
if (Number(l9d) == 0) {
l9d = 1;
tellTarget ("/levels") {
gotoAndPlay (310);
};
}
lev = 9;
tellTarget ("/the_ball") {
gotoAndStop (9);
};
tellTarget ("/ball33") {
gotoAndStop (9);
};
tellTarget ("/ball22") {
gotoAndStop (9);
};
tellTarget ("/ball11") {
gotoAndStop (9);
};
tellTarget ("/ball11") {
gotoAndStop (9);
};
tellTarget ("/ball3") {
gotoAndStop (9);
};
tellTarget ("/ball2") {
gotoAndStop (9);
};
tellTarget ("/ball1") {
gotoAndStop (9);
};
}
if ((300 < Number(sc)) and (Number(sc) < 320)) {
if (Number(l10d) == 0) {
l10d = 1;
tellTarget ("/levels") {
gotoAndPlay (375);
};
}
lev = 10;
tellTarget ("/the_ball") {
gotoAndStop (10);
};
tellTarget ("/ball33") {
gotoAndStop (10);
};
tellTarget ("/ball22") {
gotoAndStop (10);
};
tellTarget ("/ball11") {
gotoAndStop (10);
};
tellTarget ("/ball11") {
gotoAndStop (10);
};
tellTarget ("/ball3") {
gotoAndStop (10);
};
tellTarget ("/ball2") {
gotoAndStop (10);
};
tellTarget ("/ball1") {
gotoAndStop (10);
};
}
gotoAndPlay (50);
Frame 53
h1 = highplayer1;
h2 = highplayer2;
h3 = highplayer3;
h4 = highplayer4;
h5 = highplayer5;
h6 = highplayer6;
h7 = highplayer7;
h8 = highplayer8;
h9 = highplayer9;
h10 = highplayer10;
scor1 = highscore1;
scor2 = highscore2;
scor3 = highscore3;
scor4 = highscore4;
scor5 = highscore5;
scor6 = highscore6;
scor7 = highscore7;
scor8 = highscore8;
scor9 = highscore9;
scor10 = highscore10;
if (Number(highscore10) < Number(sc)) {
gotoAndPlay (59);
} else {
gotoAndStop (55);
}
Frame 55
stop();
Frame 59
Mouse.show();
stop();
Frame 60
if (false) {
}
Symbol 22 MovieClip Frame 112
_root.gotoAndPlay(3);
Symbol 26 Button
on (release) {
getURL ("http://www.ultimatearcade.com", "_top");
}
Symbol 28 MovieClip Frame 20
stop();
Symbol 52 Button
on (release) {
unloadMovieNum (25);
gotoAndPlay (49);
removeMovieClip("thing");
}
Symbol 68 MovieClip Frame 83
removeMovieClip("");
stop();
Symbol 72 Button
on (release) {
getURL ("http://www.ultimatearcade.com", "_blank");
}
Symbol 73 Button
on (release) {
gotoAndPlay (26);
}
Symbol 93 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 2
stop();
Symbol 93 MovieClip Frame 3
stop();
Symbol 93 MovieClip Frame 4
stop();
Symbol 93 MovieClip Frame 5
stop();
Symbol 93 MovieClip Frame 6
stop();
Symbol 93 MovieClip Frame 7
stop();
Symbol 93 MovieClip Frame 8
stop();
Symbol 93 MovieClip Frame 9
stop();
Symbol 93 MovieClip Frame 10
stop();
Symbol 93 MovieClip Frame 11
stop();
Symbol 93 MovieClip Frame 12
stop();
Symbol 93 MovieClip Frame 13
stop();
Symbol 93 MovieClip Frame 20
stop();
Symbol 93 MovieClip Frame 21
stop();
Symbol 93 MovieClip Frame 22
stop();
Symbol 93 MovieClip Frame 23
stop();
Symbol 93 MovieClip Frame 24
stop();
Symbol 93 MovieClip Frame 25
stop();
Symbol 93 MovieClip Frame 26
stop();
Symbol 108 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 2
gotoAndStop (1);
Symbol 108 MovieClip Frame 3
gotoAndStop (1);
Symbol 112 MovieClip Frame 60
gotoAndPlay (1);
Symbol 129 MovieClip Frame 16
gotoAndPlay (1);
Symbol 141 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 3
stop();
Symbol 141 MovieClip Frame 5
stop();
Symbol 152 MovieClip Frame 1
play();
Symbol 152 MovieClip Frame 2
stop();
Symbol 153 Button
on (keyPress "p") {
if (Number(paused) == 0) {
stop();
paused = 1;
} else if (Number(paused) == 1) {
paused = 0;
play();
}
}
Symbol 167 MovieClip Frame 1
stop();
Symbol 167 MovieClip Frame 2
play();
Symbol 167 MovieClip Frame 35
stop();
Symbol 167 MovieClip Frame 70
stop();
Symbol 167 MovieClip Frame 109
stop();
Symbol 167 MovieClip Frame 159
stop();
Symbol 167 MovieClip Frame 209
stop();
Symbol 167 MovieClip Frame 259
stop();
Symbol 167 MovieClip Frame 309
stop();
Symbol 167 MovieClip Frame 359
stop();
Symbol 167 MovieClip Frame 409
stop();
Symbol 173 Button
on (release) {
gotoAndPlay (49);
}
Symbol 178 Button
on (release) {
getURL ("http://www.ultimatearcade.com/downloads/", "_blank");
}
Symbol 182 Button
on (release) {
getURL ("http://www.ultimatearcade.com/", "_blank");
}
Symbol 184 MovieClip Frame 70
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 70
stop();
Symbol 188 Button
on (press) {
if (Number(highscore1) < Number(sc)) {
highscore1 = sc;
highscore2 = scor1;
highscore3 = scor2;
highscore4 = scor3;
highscore5 = scor4;
highscore6 = scor5;
highscore7 = scor6;
highscore8 = scor7;
highscore9 = scor8;
highscore10 = scor9;
highplayer1 = name;
highplayer2 = h1;
highplayer3 = h2;
highplayer4 = h3;
highplayer5 = h4;
highplayer6 = h5;
highplayer7 = h6;
highplayer8 = h7;
highplayer9 = h8;
highplayer10 = h9;
} else if ((Number(highscore2) < Number(sc)) and (Number(highscore1) >= Number(sc))) {
highscore2 = sc;
highscore3 = scor2;
highscore4 = scor3;
highscore5 = scor4;
highscore6 = scor5;
highscore7 = scor6;
highscore8 = scor7;
highscore9 = scor8;
highscore10 = scor9;
highplayer2 = name;
highplayer3 = h2;
highplayer4 = h3;
highplayer5 = h4;
highplayer6 = h5;
highplayer7 = h6;
highplayer8 = h7;
highplayer9 = h8;
highplayer10 = h9;
} else if ((Number(highscore3) < Number(sc)) and (Number(highscore2) >= Number(sc))) {
highscore3 = sc;
highscore4 = scor3;
highscore5 = scor4;
highscore6 = scor5;
highscore7 = scor6;
highscore8 = scor7;
highscore9 = scor8;
highscore10 = scor9;
highplayer3 = name;
highplayer4 = h3;
highplayer5 = h4;
highplayer6 = h5;
highplayer7 = h6;
highplayer8 = h7;
highplayer9 = h8;
highplayer10 = h9;
} else if ((Number(highscore4) < Number(sc)) and (Number(highscore3) >= Number(sc))) {
highscore4 = sc;
highscore5 = scor4;
highscore6 = scor5;
highscore7 = scor6;
highscore8 = scor7;
highscore9 = scor8;
highscore10 = scor9;
highplayer4 = name;
highplayer5 = h4;
highplayer6 = h5;
highplayer7 = h6;
highplayer8 = h7;
highplayer9 = h8;
highplayer10 = h9;
} else if ((Number(highscore5) < Number(sc)) and (Number(highscore4) >= Number(sc))) {
highscore5 = sc;
highscore6 = scor5;
highscore7 = scor6;
highscore8 = scor7;
highscore9 = scor8;
highscore10 = scor9;
highplayer5 = name;
highplayer6 = h5;
highplayer7 = h6;
highplayer8 = h7;
highplayer9 = h8;
highplayer10 = h9;
} else if ((Number(highscore6) < Number(sc)) and (Number(highscore5) >= Number(sc))) {
highscore6 = sc;
highscore7 = scor6;
highscore8 = scor7;
highscore9 = scor8;
highscore10 = scor9;
highplayer6 = name;
highplayer7 = h6;
highplayer8 = h7;
highplayer9 = h8;
highplayer10 = h9;
} else if ((Number(highscore7) < Number(sc)) and (Number(highscore6) >= Number(sc))) {
highscore7 = sc;
highscore8 = scor7;
highscore9 = scor8;
highscore10 = scor9;
highplayer7 = name;
highplayer8 = h7;
highplayer9 = h8;
highplayer10 = h9;
} else if ((Number(highscore8) < Number(sc)) and (Number(highscore7) >= Number(sc))) {
highscore8 = sc;
highscore9 = scor8;
highscore10 = scor9;
highplayer8 = name;
highplayer9 = h8;
highplayer10 = h9;
} else if ((Number(highscore9) < Number(sc)) and (Number(highscore8) >= Number(sc))) {
highscore9 = sc;
highscore10 = scor9;
highplayer9 = name;
highplayer10 = h9;
} else if ((Number(highscore10) < Number(sc)) and (Number(highscore9) >= Number(sc))) {
highscore10 = sc;
highplayer10 = name;
}
}
on (release) {
loadVariables ("http://www.uicity.com/cgidir/ping.cgi", "", "POST");
nextFrame();
}
Symbol 193 MovieClip Frame 1
bubblecount = 2;
Instance of Symbol 192 MovieClip "BigBubble" in Symbol 193 MovieClip Frame 1
onClipEvent (load) {
yspeed = random(5) + 3;
setProperty(this, _y , random(425));
setProperty(this, _x , random(50) + 50);
xspeed = random(3);
if (random(2) eq 1) {
xspeed = -xspeed;
}
}
onClipEvent (enterFrame) {
setProperty(this, _y , this._y - yspeed);
if (-25 >= this._y) {
setProperty(this, _y , 425);
setProperty(this, _x , random(50) + 50);
yspeed = random(5) + 3;
scale = 5 + random(20);
setProperty(this, _width , scale);
setProperty(this, _height , scale);
xspeed = random(3);
if (random(2) eq 1) {
xspeed = -xspeed;
}
}
setProperty(this, _x , this._x + xspeed);
if ((100 < this._x) or (this._x < 50)) {
xspeed = -xspeed;
}
}
Symbol 193 MovieClip Frame 2
do {
duplicateMovieClip (BigBubble, "bubble_" + bubblecount, bubblecount);
bubblecount = bubblecount + 1;
} while (14 >= bubblecount);
Symbol 193 MovieClip Frame 3
stop();