Frame 1
ifFrameLoaded (1000) {
gotoAndStop (10);
}
play();
Frame 10
stop();
Set("/:go", "0");
Set("/:losewait", "1");
Set("/:char", random("3") + "1");
Set("/:ballsize", "0");
if ((((/:code1 eq "ROBOT") or (/:code2 eq "ROBOT")) or (/:code1 eq "MASTER")) or (/:code2 eq "MASTER")) {
Set("/:char", "4");
}
Frame 16
if (/:move == "1") {
if (getProperty("/bot", _x) < "480") {
if (/:char == "1") {
setProperty("/bot", _x , getProperty("/bot", _x) + "4.5");
}
if (/:char == "2") {
setProperty("/bot", _x , getProperty("/bot", _x) + "5");
}
if (/:char == "3") {
setProperty("/bot", _x , getProperty("/bot", _x) + "6");
}
}
}
if (/:move == "2") {
if ("70" < getProperty("/bot", _x)) {
if (/:char == "1") {
setProperty("/bot", _x , getProperty("/bot", _x) - "4.5");
}
if (/:char == "2") {
setProperty("/bot", _x , getProperty("/bot", _x) - "5");
}
if (/:char == "3") {
setProperty("/bot", _x , getProperty("/bot", _x) - "6");
}
}
}
Frame 17
gotoAndPlay (16);
Frame 66
startDrag ("/xpos", true);
Set("/:left", getProperty("limit", _x) - (getProperty("limit", _width) / "2"));
Set("/:right", getProperty("limit", _x) + (getProperty("limit", _width) / "2"));
Set("/:top", getProperty("limit", _y) - (getProperty("limit", _height) / "2"));
Set("/:bottom", getProperty("limit", _y) + (getProperty("limit", _height) / "2"));
Set("/:gravx", "0");
Set("/:gravy", "5");
Set("/:wid", getProperty("ball", _width) / "2");
Set("/:mg", "0");
setProperty("/center", _x , getProperty("/limit", _x));
setProperty("/center", _y , getProperty("/limit", _y));
iterations = "15";
Set("/:ballcount", "5");
Set("/:score", "0");
Set("/:kickwait", "0");
Set("/:go", "1");
Set("/:highest", "0");
Set("/:highkick", "0");
Set("/:highballoon", "0");
Set("/:finalscore", "0");
Set("/:here", "");
Set("/:scval", "");
Set("/:highb", "0");
Set("/:highk", "0");
Set("/:first", "0");
Set("/:time", "60");
if ((/:code1 eq "MOON") or (/:code2 eq "MOON")) {
Set("/:friction", "0.7");
} else {
Set("/:friction", "0.5");
}
if ((/:code1 eq "SKILLS") or (/:code2 eq "SKILLS")) {
Set("/:super", "20");
} else if ((/:code1 eq "MASTER") or (/:code2 eq "MASTER")) {
Set("/:super", "50");
} else {
Set("/:super", "0");
}
Set("/:losewait", "0");
if ((/:code1 eq "ROBOT") or (/:code2 eq "ROBOT")) {
Set("/:char", "4");
}
Frame 67
if ((/:code1 eq "FREAK") or (/:code2 eq "FREAK")) {
setProperty("/bot", _xscale , random("30") + "70");
setProperty("/bot", _yscale , random("20") + "80");
}
if ((/:code1 eq "GHOST") or (/:code2 eq "GHOST")) {
setProperty("/bot", _alpha , random("50") - "25");
}
if ((/:code1 eq "FEVER") or (/:code2 eq "FEVER")) {
setProperty("/bot", _x , getProperty("/bot", _x) + (random("9") - "4"));
}
if ((/:code1 eq "DRUNK") or (/:code2 eq "DRUNK")) {
ghh = random("5");
setProperty("/bot", _rotation , random("25") - "12");
if (ghh == "2") {
}
}
if (/:ballsize == "0") {
Set("/:ballsize", "1");
if ((/:code1 eq "BIG") or (/:code2 eq "BIG")) {
setProperty("/ball", _xscale , "250");
setProperty("/ball", _yscale , "250");
} else if ((/:code1 eq "BIGGER") or (/:code2 eq "BIGGER")) {
setProperty("/ball", _xscale , "400");
setProperty("/ball", _yscale , "400");
} else if ((/:code1 eq "BIGGEST") or (/:code2 eq "BIGGEST")) {
setProperty("/ball", _xscale , "500");
setProperty("/ball", _yscale , "500");
} else if ((/:code1 eq "BEACH") or (/:code2 eq "BEACH")) {
setProperty("/ball", _xscale , "300");
setProperty("/ball", _yscale , "300");
} else {
setProperty("/ball", _xscale , "100");
setProperty("/ball", _yscale , "100");
}
}
if ((/:code1 eq "MOON") or (/:code2 eq "MOON")) {
Set("/:gravy", "0.5");
} else {
if (/:char == "1") {
Set("/:gravy", "0.85");
}
if (/:char == "2") {
Set("/:gravy", "2");
}
if (/:char == "3") {
Set("/:gravy", "2");
}
if (/:char == "4") {
Set("/:gravy", "2");
}
}
ox = x;
oy = y;
x = getProperty("/ball", _x);
y = getProperty("/ball", _y);
if (drag == "1") {
velx = (x - ox) * "3";
vely = (y - oy) * "3";
} else if (drag == "0") {
velx = velx + gravx;
vely = vely + gravy;
x = x + (velx / "8");
y = y + (vely / "8");
if ((x + wid) >= right) {
x = right - wid;
velx = (-velx) * friction;
vely = vely * friction;
}
if (left >= (x - wid)) {
x = left + wid;
velx = (-velx) * friction;
vely = vely * friction;
}
if ((y + wid) >= bottom) {
y = bottom - wid;
velx = velx * friction;
vely = (-vely) * friction;
}
if (top >= (y - wid)) {
y = top + wid;
velx = velx * friction;
vely = (-vely) * friction;
}
if (y == bottom) {
if (("0" < /:super) and (/:superwait == "0")) {
if (/:char == "1") {
tellTarget ("/bot") {
gotoAndPlay ("7");
};
Set("/:k", "7");
tellTarget ("/bg") {
gotoAndPlay ("special1");
};
}
if (/:char == "2") {
tellTarget ("/bot") {
gotoAndPlay ("8");
};
Set("/:k", "8");
tellTarget ("/bg") {
gotoAndPlay ("special2");
};
}
if (/:char == "3") {
tellTarget ("/bot") {
gotoAndPlay ("9");
};
Set("/:k", "9");
tellTarget ("/bg") {
gotoAndPlay ("special3");
};
}
if (/:char == "4") {
tellTarget ("/bot") {
gotoAndPlay ("10");
};
Set("/:k", "10");
tellTarget ("/bg") {
gotoAndPlay ("special4");
};
}
setProperty("/hit", _x , -"100");
Set("/:move", "0");
Set("/:super", /:super - "1");
} else if (/:fell == "0") {
tellTarget ("/bye") {
gotoAndPlay ("go");
};
}
}
setProperty("/ball", _x , x);
setProperty("/ball", _y , y);
setProperty("/shade", _x , x);
}
if (/:move == "1") {
if (getProperty("/bot", _x) < "480") {
if (/:char == "1") {
setProperty("/bot", _x , getProperty("/bot", _x) + "4.5");
}
if (/:char == "2") {
setProperty("/bot", _x , getProperty("/bot", _x) + "5");
}
if (/:char == "3") {
setProperty("/bot", _x , getProperty("/bot", _x) + "6");
}
if (/:char == "4") {
setProperty("/bot", _x , getProperty("/bot", _x) + "8");
}
}
}
if (/:move == "2") {
if ("70" < getProperty("/bot", _x)) {
if (/:char == "1") {
setProperty("/bot", _x , getProperty("/bot", _x) - "4.5");
}
if (/:char == "2") {
setProperty("/bot", _x , getProperty("/bot", _x) - "5");
}
if (/:char == "3") {
setProperty("/bot", _x , getProperty("/bot", _x) - "6");
}
if (/:char == "4") {
setProperty("/bot", _x , getProperty("/bot", _x) - "8");
}
}
}
if (y < "1") {
tellTarget ("/upper") {
gotoAndPlay (2);
};
setProperty("/upper", _x , x);
if (/:y < /:oldhigh) {
Set("/:oldhigh", y);
Set("/:high", -int(/:oldhigh));
if (/:highest < /:high) {
Set("/:highest", high);
}
}
}
Frame 68
if (/:time < "0") {
gotoAndStop (73);
} else {
gotoAndPlay (67);
}
Frame 73
stopAllSounds();
Symbol 12 MovieClip Frame 2
tellTarget ("../") {
FrameLoad = int((_framesloaded / _totalframes) * "100");
};
percentage = (((../:FrameLoad add ".") add /:pointt) add /:pointp) add "%";
Set("/:pointt", random("10"));
Set("/:pointp", random("10"));
setProperty("Bar", _xscale , ../:FrameLoad);
if (../:FrameLoad == "100") {
tellTarget ("../") {
gotoAndPlay(_currentframe + "1");
};
} else {
tellTarget ("../") {
gotoAndPlay ("loader");
};
}
Symbol 17 MovieClip Frame 1
stop();
Set("/:drag", "0");
Symbol 17 MovieClip Frame 3
Set("/:drag", "1");
setProperty("/ball", _y , getProperty("/ball", _y) - "5");
Symbol 17 MovieClip Frame 4
setProperty("/ball", _y , getProperty("/ball", _y) - "5");
Symbol 17 MovieClip Frame 5
gotoAndStop (1);
Symbol 17 MovieClip Frame 6
tellTarget ("/bye") {
gotoAndStop (1);
Set("/:move", "0");
};
if (/:first == "0") {
Set("/:first", "1");
}
Set("/:score", /:score + "2");
Set("/:disp", "2");
tellTarget ("/noname") {
gotoAndPlay ("go");
tellTarget ("/kikker") {
gotoAndPlay (1);
}
}
Set("/:drag", "1");
if (/:char == "1") {
setProperty("/ball", _y , getProperty("/ball", _y) - random("10"));
}
if (/:char == "2") {
setProperty("/ball", _y , getProperty("/ball", _y) - random("11"));
}
if (/:char == "3") {
setProperty("/ball", _y , getProperty("/ball", _y) - (random("10") + "2"));
}
if (/:char == "4") {
setProperty("/ball", _y , getProperty("/ball", _y) - (random("10") + "10"));
}
Symbol 17 MovieClip Frame 7
if (/:char == "1") {
setProperty("/ball", _y , getProperty("/ball", _y) - "10");
setProperty("/ball", _x , getProperty("/ball", _x) - (random("3") + "1"));
}
if (/:char == "2") {
setProperty("/ball", _y , getProperty("/ball", _y) - "11");
setProperty("/ball", _x , getProperty("/ball", _x) - (random("3") + "2"));
}
if (/:char == "3") {
setProperty("/ball", _y , getProperty("/ball", _y) - "12");
setProperty("/ball", _x , getProperty("/ball", _x) - (random("2") + "1"));
}
if (/:char == "4") {
setProperty("/ball", _y , getProperty("/ball", _y) - "12");
setProperty("/ball", _x , getProperty("/ball", _x) - (random("5") + "1"));
}
Symbol 17 MovieClip Frame 8
gotoAndStop (1);
Symbol 17 MovieClip Frame 10
tellTarget ("/bye") {
gotoAndStop (1);
Set("/:move", "0");
};
if (/:first == "0") {
Set("/:first", "1");
}
Set("/:score", /:score + "2");
Set("/:disp", "2");
tellTarget ("/noname") {
gotoAndPlay ("go");
tellTarget ("/kikker") {
gotoAndPlay (1);
}
}
Set("/:drag", "1");
if (/:char == "1") {
setProperty("/ball", _y , getProperty("/ball", _y) - random("10"));
}
if (/:char == "2") {
setProperty("/ball", _y , getProperty("/ball", _y) - random("11"));
}
if (/:char == "3") {
setProperty("/ball", _y , getProperty("/ball", _y) - (random("10") + "2"));
}
if (/:char == "4") {
setProperty("/ball", _y , getProperty("/ball", _y) - (random("10") + "10"));
}
Symbol 17 MovieClip Frame 11
if (/:char == "1") {
setProperty("/ball", _y , getProperty("/ball", _y) - "10");
setProperty("/ball", _x , getProperty("/ball", _x) + (random("3") + "1"));
}
if (/:char == "2") {
setProperty("/ball", _y , getProperty("/ball", _y) - "11");
setProperty("/ball", _x , getProperty("/ball", _x) + (random("3") + "2"));
}
if (/:char == "3") {
setProperty("/ball", _y , getProperty("/ball", _y) - "12");
setProperty("/ball", _x , getProperty("/ball", _x) + (random("2") + "1"));
}
if (/:char == "4") {
setProperty("/ball", _y , getProperty("/ball", _y) - "12");
setProperty("/ball", _x , getProperty("/ball", _x) + (random("5") + "1"));
}
Symbol 17 MovieClip Frame 12
gotoAndStop (1);
Symbol 17 MovieClip Frame 15
tellTarget ("/bye") {
gotoAndStop (1);
Set("/:move", "0");
};
if (/:first == "0") {
Set("/:first", "1");
}
Set("/:score", /:score + "1");
Set("/:disp", "1");
tellTarget ("/noname") {
gotoAndPlay ("go");
tellTarget ("/kikker") {
gotoAndPlay (1);
}
}
Set("/:drag", "1");
if (/:char == "1") {
setProperty("/ball", _y , getProperty("/ball", _y) - (random("5") + "5"));
}
if (/:char == "2") {
setProperty("/ball", _y , getProperty("/ball", _y) - (random("5") + "7"));
}
if (/:char == "3") {
setProperty("/ball", _y , getProperty("/ball", _y) - (random("7") + "5"));
}
if (/:char == "3") {
setProperty("/ball", _y , getProperty("/ball", _y) - (random("5") + "12"));
}
Symbol 17 MovieClip Frame 16
setProperty("/ball", _y , getProperty("/ball", _y) - "8");
if (getProperty("/ball", _x) < getProperty("/bot", _x)) {
setProperty("/ball", _x , getProperty("/ball", _x) - (random("2") + "1"));
}
if (getProperty("/bot", _x) < getProperty("/ball", _x)) {
setProperty("/ball", _x , getProperty("/ball", _x) + (random("2") + "1"));
}
Symbol 17 MovieClip Frame 17
gotoAndStop (1);
Symbol 17 MovieClip Frame 18
tellTarget ("/bye") {
gotoAndStop (1);
Set("/:move", "0");
};
if (/:first == "0") {
Set("/:first", "1");
}
Set("/:score", /:score + "3");
Set("/:disp", "3");
tellTarget ("/noname") {
gotoAndPlay ("go");
tellTarget ("/kikker") {
gotoAndPlay (1);
}
}
Set("/:drag", "1");
if (/:char == "1") {
setProperty("/ball", _y , getProperty("/ball", _y) - "10");
}
if (/:char == "2") {
setProperty("/ball", _y , getProperty("/ball", _y) - "11");
}
if (/:char == "3") {
setProperty("/ball", _y , getProperty("/ball", _y) - "12");
}
if (/:char == "4") {
setProperty("/ball", _y , getProperty("/ball", _y) - "14");
}
Symbol 17 MovieClip Frame 19
if (/:char == "1") {
setProperty("/ball", _y , getProperty("/ball", _y) - "7");
setProperty("/ball", _x , getProperty("/ball", _x) + (random("2") + "1"));
}
if (/:char == "2") {
setProperty("/ball", _y , getProperty("/ball", _y) - "11");
setProperty("/ball", _x , getProperty("/ball", _x) + (random("2") + "2"));
}
if (/:char == "3") {
setProperty("/ball", _y , getProperty("/ball", _y) - "9");
setProperty("/ball", _x , getProperty("/ball", _x) + (random("2") + "1"));
}
if (/:char == "4") {
setProperty("/ball", _y , getProperty("/ball", _y) - "14");
setProperty("/ball", _x , getProperty("/ball", _x) + (random("5") + "1"));
}
Symbol 17 MovieClip Frame 20
gotoAndStop (1);
Symbol 17 MovieClip Frame 21
tellTarget ("/bye") {
gotoAndStop (1);
Set("/:move", "0");
};
if (/:first == "0") {
Set("/:first", "1");
}
Set("/:score", /:score + "3");
Set("/:disp", "3");
tellTarget ("/noname") {
gotoAndPlay ("go");
tellTarget ("/kikker") {
gotoAndPlay (1);
}
}
Set("/:drag", "1");
if (/:char == "1") {
setProperty("/ball", _y , getProperty("/ball", _y) - "10");
}
if (/:char == "2") {
setProperty("/ball", _y , getProperty("/ball", _y) - "11");
}
if (/:char == "3") {
setProperty("/ball", _y , getProperty("/ball", _y) - "12");
}
if (/:char == "4") {
setProperty("/ball", _y , getProperty("/ball", _y) - "14");
}
Symbol 17 MovieClip Frame 22
if (/:char == "1") {
setProperty("/ball", _y , getProperty("/ball", _y) - "7");
setProperty("/ball", _x , getProperty("/ball", _x) - (random("2") + "1"));
}
if (/:char == "2") {
setProperty("/ball", _y , getProperty("/ball", _y) - "11");
setProperty("/ball", _x , getProperty("/ball", _x) - (random("2") + "2"));
}
if (/:char == "3") {
setProperty("/ball", _y , getProperty("/ball", _y) - "9");
setProperty("/ball", _x , getProperty("/ball", _x) - (random("2") + "1"));
}
if (/:char == "4") {
setProperty("/ball", _y , getProperty("/ball", _y) - "14");
setProperty("/ball", _x , getProperty("/ball", _x) - (random("5") + "1"));
}
Symbol 17 MovieClip Frame 23
gotoAndStop (1);
Symbol 17 MovieClip Frame 24
tellTarget ("/bye") {
gotoAndStop (1);
Set("/:move", "0");
};
if (/:first == "0") {
Set("/:first", "1");
}
Set("/:score", /:score + "2");
Set("/:disp", "2");
tellTarget ("/noname") {
gotoAndPlay ("go");
tellTarget ("/kikker") {
gotoAndPlay (1);
}
}
Set("/:drag", "1");
if (/:char == "1") {
setProperty("/ball", _y , getProperty("/ball", _y) - (random("7") + "7"));
}
if (/:char == "2") {
setProperty("/ball", _y , getProperty("/ball", _y) - (random("7") + "5"));
}
if (/:char == "3") {
setProperty("/ball", _y , getProperty("/ball", _y) - (random("7") + "9"));
}
if (/:char == "4") {
setProperty("/ball", _y , getProperty("/ball", _y) - (random("7") + "18"));
}
Symbol 17 MovieClip Frame 25
setProperty("/ball", _y , getProperty("/ball", _y) - (random("12") + "5"));
if (getProperty("/ball", _x) < getProperty("/bot", _x)) {
setProperty("/ball", _x , getProperty("/ball", _x) - (random("2") + "1"));
}
if (getProperty("/bot", _x) < getProperty("/ball", _x)) {
setProperty("/ball", _x , getProperty("/ball", _x) + (random("2") + "1"));
}
Symbol 17 MovieClip Frame 26
gotoAndStop (1);
Symbol 17 MovieClip Frame 27
tellTarget ("/bye") {
gotoAndStop (1);
Set("/:move", "0");
};
if (/:first == "0") {
Set("/:first", "1");
}
setProperty("/ball", _y , "300");
Set("/:score", /:score + "5");
Set("/:disp", "5");
tellTarget ("/noname") {
gotoAndPlay ("go");
tellTarget ("/kikker") {
gotoAndPlay (1);
}
}
Set("/:drag", "1");
Symbol 17 MovieClip Frame 39
setProperty("/ball", _y , getProperty("/ball", _y) - (random("50") + "20"));
setProperty("/ball", _x , getProperty("/ball", _x) - (random("500") + "1000000"));
Symbol 17 MovieClip Frame 40
setProperty("/ball", _y , getProperty("/ball", _y) - (random("70") + "20"));
setProperty("/ball", _x , getProperty("/ball", _x) - (random("500") + "5000000"));
Symbol 17 MovieClip Frame 41
gotoAndStop (1);
Symbol 17 MovieClip Frame 42
tellTarget ("/bye") {
gotoAndStop (1);
Set("/:move", "0");
};
if (/:first == "0") {
Set("/:first", "1");
}
setProperty("/ball", _y , "300");
Set("/:score", /:score + "5");
Set("/:disp", "5");
tellTarget ("/noname") {
gotoAndPlay ("go");
tellTarget ("/kikker") {
gotoAndPlay (1);
}
}
Set("/:drag", "1");
Symbol 17 MovieClip Frame 54
setProperty("/ball", _y , getProperty("/ball", _y) - (random("20") + "20"));
setProperty("/ball", _x , getProperty("/ball", _x) + (random("50") + "100"));
Symbol 17 MovieClip Frame 55
setProperty("/ball", _y , getProperty("/ball", _y) - (random("20") + "10"));
setProperty("/ball", _x , getProperty("/ball", _x) + (random("50") + "100"));
Symbol 17 MovieClip Frame 56
gotoAndStop (1);
Symbol 17 MovieClip Frame 57
tellTarget ("/bye") {
gotoAndStop (1);
Set("/:move", "0");
};
if (/:first == "0") {
Set("/:first", "1");
}
setProperty("/ball", _y , "300");
Set("/:score", /:score + "5");
Set("/:disp", "5");
tellTarget ("/noname") {
gotoAndPlay ("go");
tellTarget ("/kikker") {
gotoAndPlay (1);
}
}
Set("/:drag", "1");
Symbol 17 MovieClip Frame 70
setProperty("/ball", _y , getProperty("/ball", _y) - (random("50") + "50"));
setProperty("/ball", _x , getProperty("/ball", _x) + (random("50") + "300"));
Symbol 17 MovieClip Frame 71
setProperty("/ball", _y , getProperty("/ball", _y) - (random("60") + "10"));
if (getProperty("/ball", _x) < getProperty("/bot", _x)) {
setProperty("/ball", _x , getProperty("/ball", _x) - (random("50") + "500"));
}
if (getProperty("/bot", _x) < getProperty("/ball", _x)) {
setProperty("/ball", _x , getProperty("/ball", _x) + (random("50") + "500"));
}
Symbol 17 MovieClip Frame 72
gotoAndStop (1);
Symbol 17 MovieClip Frame 73
tellTarget ("/bye") {
gotoAndStop (1);
Set("/:move", "0");
};
if (/:first == "0") {
Set("/:first", "1");
}
setProperty("/ball", _y , "300");
Set("/:score", /:score + "5");
Set("/:disp", "5");
tellTarget ("/noname") {
gotoAndPlay ("go");
tellTarget ("/kikker") {
gotoAndPlay (1);
}
}
Set("/:drag", "1");
Symbol 17 MovieClip Frame 86
setProperty("/ball", _y , getProperty("/ball", _y) - (random("50") + "50"));
setProperty("/ball", _x , getProperty("/ball", _x) + (random("50") + "300"));
Symbol 17 MovieClip Frame 87
setProperty("/ball", _y , getProperty("/ball", _y) - (random("60") + "10"));
if (getProperty("/ball", _x) < getProperty("/bot", _x)) {
setProperty("/ball", _x , getProperty("/ball", _x) - (random("50") + "500"));
}
if (getProperty("/bot", _x) < getProperty("/ball", _x)) {
setProperty("/ball", _x , getProperty("/ball", _x) + (random("50") + "500"));
}
Symbol 17 MovieClip Frame 88
gotoAndStop (1);
Symbol 39 MovieClip Frame 1
if ((/:code1 eq "BLACK") or (/:code2 eq "BLACK")) {
gotoAndStop (6);
} else {
if (/:char == "1") {
gotoAndStop (2);
}
if (/:char == "2") {
gotoAndStop (3);
}
if (/:char == "3") {
gotoAndStop (4);
}
if (/:char == "4") {
gotoAndStop (1);
}
}
Symbol 44 MovieClip Frame 1
if ((/:code1 eq "BLACK") or (/:code2 eq "BLACK")) {
gotoAndStop (6);
} else {
if (/:char == "1") {
gotoAndStop (2);
}
if (/:char == "2") {
gotoAndStop (3);
}
if (/:char == "3") {
gotoAndStop (4);
}
if (/:char == "4") {
gotoAndStop (1);
}
}
Symbol 50 MovieClip Frame 1
if ((/:code1 eq "BLACK") or (/:code2 eq "BLACK")) {
gotoAndStop (6);
} else {
if (/:char == "1") {
gotoAndStop (2);
}
if (/:char == "2") {
gotoAndStop (3);
}
if (/:char == "3") {
gotoAndStop (4);
}
if (/:char == "4") {
gotoAndStop (1);
}
}
Symbol 58 MovieClip Frame 1
if ((/:code1 eq "BLACK") or (/:code2 eq "BLACK")) {
gotoAndStop (6);
} else {
if (/:char == "1") {
gotoAndStop (2);
}
if (/:char == "2") {
gotoAndStop (3);
}
if (/:char == "3") {
gotoAndStop (4);
}
if (/:char == "4") {
gotoAndStop (1);
}
}
Symbol 65 MovieClip Frame 1
if ((/:code1 eq "BLACK") or (/:code2 eq "BLACK")) {
gotoAndStop (6);
} else {
if (/:char == "1") {
gotoAndStop (2);
}
if (/:char == "2") {
gotoAndStop (3);
}
if (/:char == "3") {
gotoAndStop (4);
}
if (/:char == "4") {
gotoAndStop (5);
}
}
Symbol 71 MovieClip Frame 1
if (/:go == "1") {
n = n + "1";
radius1 = getProperty("/hit", _width) / "2";
radius2 = getProperty("/ball", _width) / "2";
obj1_x = getProperty("/hit", _x);
obj2_x = getProperty("/ball", _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/hit", _y);
obj2_y = getProperty("/ball", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
tellTarget ("/kick") {
gotoAndPlay("k" add /:k);
tellTarget ("/bot") {
gotoAndStop (1);
};
Set("/:kickwait", /:kickwait + "1");
if (/:combowait == "0") {
Set("/:combowait", "1");
} else if (/:combowait == "1") {
Set("/:combonum", "0");
}
}
}
}
Symbol 71 MovieClip Frame 2
gotoAndPlay (1);
Symbol 81 MovieClip Frame 1
if ((/:code1 eq "BLACK") or (/:code2 eq "BLACK")) {
gotoAndStop (6);
} else {
if (/:char == "1") {
gotoAndStop (2);
}
if (/:char == "2") {
gotoAndStop (3);
}
if (/:char == "3") {
gotoAndStop (4);
}
if (/:char == "4") {
gotoAndStop (5);
}
}
Symbol 86 MovieClip Frame 1
Set("/:wait", "0");
stop();
setProperty("/hit", _x , "1");
setProperty("/hit", _xscale , "100");
setProperty("/hit", _yscale , "100");
Symbol 86 MovieClip Frame 9
Set("/:move", "0");
gotoAndStop (1);
Symbol 86 MovieClip Frame 18
Set("/:move", "0");
gotoAndStop (1);
Symbol 86 MovieClip Frame 19
Set("/:wait", "1");
Symbol 86 MovieClip Frame 23
setProperty("/hit", _x , getProperty("/bot", _x) + "30");
setProperty("/hit", _y , getProperty("/bot", _y) + "25");
setProperty("/hit", _xscale , "100");
setProperty("/hit", _yscale , "100");
Symbol 86 MovieClip Frame 36
Set("/:wait", "0");
setProperty("/hit", _x , "1");
Symbol 86 MovieClip Frame 37
gotoAndStop (1);
Symbol 86 MovieClip Frame 38
Set("/:wait", "1");
Symbol 86 MovieClip Frame 42
setProperty("/hit", _x , getProperty("/bot", _x) - "30");
setProperty("/hit", _y , getProperty("/bot", _y) + "25");
setProperty("/hit", _xscale , "100");
setProperty("/hit", _yscale , "100");
Symbol 86 MovieClip Frame 55
Set("/:wait", "0");
setProperty("/hit", _x , "1");
Symbol 86 MovieClip Frame 56
gotoAndStop (1);
Symbol 86 MovieClip Frame 57
Set("/:wait", "1");
Symbol 86 MovieClip Frame 61
setProperty("/hit", _x , getProperty("/bot", _x));
setProperty("/hit", _y , getProperty("/bot", _y) - "45");
setProperty("/hit", _xscale , "150");
setProperty("/hit", _yscale , "150");
Symbol 86 MovieClip Frame 70
Set("/:wait", "0");
setProperty("/hit", _x , "1");
Symbol 86 MovieClip Frame 71
gotoAndStop (1);
Symbol 86 MovieClip Frame 72
Set("/:wait", "1");
Symbol 86 MovieClip Frame 76
setProperty("/hit", _x , getProperty("/bot", _x) - "52");
setProperty("/hit", _y , getProperty("/bot", _y) - "5");
setProperty("/hit", _xscale , "100");
setProperty("/hit", _yscale , "100");
Symbol 86 MovieClip Frame 86
Set("/:wait", "0");
setProperty("/hit", _x , "1");
Symbol 86 MovieClip Frame 87
gotoAndStop (1);
Symbol 86 MovieClip Frame 88
Set("/:wait", "1");
Symbol 86 MovieClip Frame 92
setProperty("/hit", _x , getProperty("/bot", _x) + "52");
setProperty("/hit", _y , getProperty("/bot", _y) - "5");
setProperty("/hit", _xscale , "100");
setProperty("/hit", _yscale , "100");
Symbol 86 MovieClip Frame 102
Set("/:wait", "0");
setProperty("/hit", _x , "1");
Symbol 86 MovieClip Frame 103
gotoAndStop (1);
Symbol 86 MovieClip Frame 104
Set("/:wait", "0");
setProperty("/hit", _x , "1");
Symbol 86 MovieClip Frame 105
gotoAndStop (1);
Symbol 86 MovieClip Frame 106
Set("/:wait", "1");
Symbol 86 MovieClip Frame 111
setProperty("/hit", _x , getProperty("/bot", _x));
setProperty("/hit", _y , getProperty("/bot", _y) - "70");
setProperty("/hit", _xscale , "150");
setProperty("/hit", _yscale , "150");
Symbol 86 MovieClip Frame 112
setProperty("/hit", _x , getProperty("/bot", _x));
setProperty("/hit", _y , getProperty("/bot", _y) - "90");
setProperty("/hit", _xscale , "150");
setProperty("/hit", _yscale , "150");
Symbol 86 MovieClip Frame 113
setProperty("/hit", _x , getProperty("/bot", _x));
setProperty("/hit", _y , getProperty("/bot", _y) - "100");
setProperty("/hit", _xscale , "150");
setProperty("/hit", _yscale , "150");
Symbol 86 MovieClip Frame 120
Set("/:wait", "0");
setProperty("/hit", _x , "1");
Symbol 86 MovieClip Frame 121
gotoAndStop (1);
Symbol 86 MovieClip Frame 129
gotoAndStop (1);
Symbol 86 MovieClip Frame 130
Set("/:wait", "1");
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "12";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 131
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "10";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 132
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "8";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 133
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "7";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 134
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "6";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 135
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "5";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 136
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "4";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 137
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "3";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 144
Set("/:wait", "0");
Symbol 86 MovieClip Frame 145
gotoAndStop (1);
Symbol 86 MovieClip Frame 148
Set("/:wait", "1");
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "12";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 149
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "10";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 150
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "8";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 151
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "7";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 152
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "6";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 153
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "5";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 154
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "4";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 155
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "3";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 162
Set("/:wait", "0");
Symbol 86 MovieClip Frame 163
gotoAndStop (1);
Symbol 86 MovieClip Frame 166
Set("/:wait", "1");
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "12";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 167
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "10";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 168
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "8";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 169
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "7";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 170
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "6";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 171
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "5";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 172
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "4";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 173
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "3";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 180
Set("/:wait", "0");
Symbol 86 MovieClip Frame 181
gotoAndStop (1);
Symbol 86 MovieClip Frame 184
Set("/:wait", "1");
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "12";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 185
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "10";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 186
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "8";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 187
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "7";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 188
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "6";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 189
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "5";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 190
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "4";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 191
if (/:losewait == "0") {
thisX = _x;
spX = getProperty("/ball", _x);
difX = thisX - spX;
xStp = difX / "3";
setProperty("/bot", _x , spX + xStp);
}
Symbol 86 MovieClip Frame 198
Set("/:wait", "0");
Symbol 86 MovieClip Frame 199
gotoAndStop (1);
Symbol 86 MovieClip Frame 212
if (/:finalscore == "0") {
talker = random("11") + "1";
if (talker == "1") {
Set("/:beg", "Cool Basketball game:");
Set("/:reg", "3D Net Blazer?");
Set("/:urll", "http://www.sess.net/flashgames/nb/nba.shtml");
} else if (talker == "2") {
Set("/:beg", "Play the classic");
Set("/:reg", "2D Boxing");
Set("/:urll", "http://www.sess.net/flashgames/ko/koindex.shtml");
} else if (talker == "3") {
Set("/:beg", "I bet you'll like");
Set("/:reg", "Arcade Animals");
Set("/:urll", "http://www.sess.net/flashgames/aa/aaindex.shtml");
} else if (talker == "4") {
Set("/:beg", "Play more games! Go to:");
Set("/:reg", "2dArcade.com");
Set("/:urll", "http://2darcade.com");
} else if (talker == "5") {
Set("/:beg", "Tell Your Friends about");
Set("/:reg", "2dArcade.com");
Set("/:urll", "http://www.sess.net/global/friend.shtml");
} else if (talker == "6") {
Set("/:beg", "Play the Award Winning");
Set("/:reg", "DigiNinja?");
Set("/:urll", "http://www.sess.net/flashgames/digininja/digininja_intro.shtml");
} else if (talker == "7") {
Set("/:beg", "Only I can tell you the");
Set("/:reg", "Secret Code");
Set("/:urll", "http://2darcade.com");
} else if (talker == "8") {
Set("/:beg", "Check out");
Set("/:reg", "2dArcade.com");
Set("/:urll", "http://2darcade.com");
} else if (talker == "9") {
Set("/:beg", "All Your Base");
Set("/:reg", "Are Belong to Us");
Set("/:urll", "http://2darcade.com");
} else if (talker == "10") {
Set("/:beg", "Watch me for a");
Set("/:reg", "Secret Code");
Set("/:urll", "http://2darcade.com");
} else if (talker == "11") {
Set("/:beg", "Psss....Wanna know a");
Set("/:reg", "Secret Code?");
Set("/:urll", "http://2darcade.com");
}
} else {
k = random("2") + "1";
if (k == "2") {
Set("/:beg", /:scval);
Set("/:reg", /:here);
}
if (k == "1") {
talker = random("11") + "1";
if (talker == "1") {
Set("/:beg", "Cool Basketball game:");
Set("/:reg", "3D Net Blazer?");
Set("/:urll", "http://www.sess.net/flashgames/nb/nba.shtml");
} else if (talker == "2") {
Set("/:beg", "Play the classic");
Set("/:reg", "2D Boxing");
Set("/:urll", "http://www.sess.net/flashgames/ko/koindex.shtml");
} else if (talker == "3") {
Set("/:beg", "I bet you'll like");
Set("/:reg", "Arcade Animals");
Set("/:urll", "http://www.sess.net/flashgames/aa/aaindex.shtml");
} else if (talker == "4") {
Set("/:beg", "Play more games! Go to:");
Set("/:reg", "2dArcade.com");
Set("/:urll", "http://2darcade.com");
} else if (talker == "5") {
Set("/:beg", "Tell Your Friends about");
Set("/:reg", "2dArcade.com");
Set("/:urll", "http://www.sess.net/global/friend.shtml");
} else if (talker == "6") {
Set("/:beg", "Play the Award Winning");
Set("/:reg", "DigiNinja?");
Set("/:urll", "http://www.sess.net/flashgames/digininja/digininja_intro.shtml");
} else if (talker == "7") {
Set("/:beg", "Only I can tell you the");
Set("/:reg", "Secret Code");
Set("/:urll", "http://2darcade.com");
} else if (talker == "8") {
Set("/:beg", "Check out");
Set("/:reg", "2dArcade.com");
Set("/:urll", "http://2darcade.com");
} else if (talker == "9") {
Set("/:beg", "All Your Base");
Set("/:reg", "Are Belong to Us");
Set("/:urll", "http://2darcade.com");
} else if (talker == "10") {
Set("/:beg", "Watch me for a");
Set("/:reg", "Secret Code");
Set("/:urll", "http://2darcade.com");
} else if (talker == "11") {
Set("/:beg", "Psss....Wanna know a");
Set("/:reg", "Secret Code?");
Set("/:urll", "http://2darcade.com");
}
}
}
Symbol 86 MovieClip Frame 364
gotoAndStop (1);
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 2
_y = getProperty("/mc", _y);
_x = (getProperty("/mc", _x) - "10");
_yscale = "100";
_xscale = "100";
play();
Symbol 98 MovieClip Frame 3
_x = (_x - "12");
_yscale = (_yscale * "0.95");
_xscale = (_xscale * "0.95");
Symbol 98 MovieClip Frame 4
if (_x < (-"100")) {
gotoAndStop (1);
} else {
prevFrame();
play();
}
Symbol 99 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 2
_y = getProperty("/mc", _y);
_x = (getProperty("/mc", _x) + "10");
_yscale = "100";
_xscale = "100";
play();
Symbol 99 MovieClip Frame 3
_x = (_x + "12");
_yscale = (_yscale * "0.95");
_xscale = (_xscale * "0.95");
Symbol 99 MovieClip Frame 4
if ("650" < _x) {
gotoAndStop (1);
} else {
prevFrame();
play();
}
Symbol 109 MovieClip Frame 1
setProperty("b", _rotation , random("360"));
Symbol 118 MovieClip Frame 2
if (((/:code1 eq "BEACH") or (/:code2 eq "BEACH")) or (/:code3 eq "BEACH")) {
gotoAndPlay (3);
} else if (((/:code1 eq "MOON") or (/:code2 eq "MOON")) or (/:code3 eq "MOON")) {
gotoAndPlay (5);
} else if (((/:code1 eq "BLACK") or (/:code2 eq "BLACK")) or (/:code3 eq "BLACK")) {
gotoAndPlay (7);
} else if (((/:code1 eq "FOREST") or (/:code2 eq "FOREST")) or (/:code3 eq "FOREST")) {
gotoAndPlay (9);
} else if (((/:code1 eq "WATER") or (/:code2 eq "WATER")) or (/:code3 eq "WATER")) {
gotoAndPlay (11);
} else {
gotoAndPlay (13);
}
Symbol 118 MovieClip Frame 4
if ((/:code1 eq "BEACH") or (/:code2 eq "BEACH")) {
gotoAndPlay (3);
} else if ((/:code1 eq "MOON") or (/:code2 eq "MOON")) {
gotoAndPlay (5);
} else if ((/:code1 eq "BLACK") or (/:code2 eq "BLACK")) {
gotoAndPlay (7);
} else if ((/:code1 eq "FOREST") or (/:code2 eq "FOREST")) {
gotoAndPlay (9);
} else if ((/:code1 eq "WATER") or (/:code2 eq "WATER")) {
gotoAndPlay (11);
} else {
gotoAndPlay (13);
}
Symbol 118 MovieClip Frame 6
if ((/:code1 eq "BEACH") or (/:code2 eq "BEACH")) {
gotoAndPlay (3);
} else if ((/:code1 eq "MOON") or (/:code2 eq "MOON")) {
gotoAndPlay (5);
} else if ((/:code1 eq "BLACK") or (/:code2 eq "BLACK")) {
gotoAndPlay (7);
} else if ((/:code1 eq "FOREST") or (/:code2 eq "FOREST")) {
gotoAndPlay (9);
} else if ((/:code1 eq "WATER") or (/:code2 eq "WATER")) {
gotoAndPlay (11);
} else {
gotoAndPlay (13);
}
Symbol 118 MovieClip Frame 8
if ((/:code1 eq "BEACH") or (/:code2 eq "BEACH")) {
gotoAndPlay (3);
} else if ((/:code1 eq "MOON") or (/:code2 eq "MOON")) {
gotoAndPlay (5);
} else if ((/:code1 eq "BLACK") or (/:code2 eq "BLACK")) {
gotoAndPlay (7);
} else if ((/:code1 eq "FOREST") or (/:code2 eq "FOREST")) {
gotoAndPlay (9);
} else if ((/:code1 eq "WATER") or (/:code2 eq "WATER")) {
gotoAndPlay (11);
} else {
gotoAndPlay (13);
}
Symbol 118 MovieClip Frame 10
if ((/:code1 eq "BEACH") or (/:code2 eq "BEACH")) {
gotoAndPlay (3);
} else if ((/:code1 eq "MOON") or (/:code2 eq "MOON")) {
gotoAndPlay (5);
} else if ((/:code1 eq "BLACK") or (/:code2 eq "BLACK")) {
gotoAndPlay (7);
} else if ((/:code1 eq "FOREST") or (/:code2 eq "FOREST")) {
gotoAndPlay (9);
} else if ((/:code1 eq "WATER") or (/:code2 eq "WATER")) {
gotoAndPlay (11);
} else {
gotoAndPlay (13);
}
Symbol 118 MovieClip Frame 12
if ((/:code1 eq "BEACH") or (/:code2 eq "BEACH")) {
gotoAndPlay (3);
} else if ((/:code1 eq "MOON") or (/:code2 eq "MOON")) {
gotoAndPlay (5);
} else if ((/:code1 eq "BLACK") or (/:code2 eq "BLACK")) {
gotoAndPlay (7);
} else if ((/:code1 eq "FOREST") or (/:code2 eq "FOREST")) {
gotoAndPlay (9);
} else if ((/:code1 eq "WATER") or (/:code2 eq "WATER")) {
gotoAndPlay (11);
} else {
gotoAndPlay (13);
}
Symbol 118 MovieClip Frame 14
if ((/:code1 eq "BEACH") or (/:code2 eq "BEACH")) {
gotoAndPlay (3);
} else if ((/:code1 eq "MOON") or (/:code2 eq "MOON")) {
gotoAndPlay (5);
} else if ((/:code1 eq "BLACK") or (/:code2 eq "BLACK")) {
gotoAndPlay (7);
} else if ((/:code1 eq "FOREST") or (/:code2 eq "FOREST")) {
gotoAndPlay (9);
} else if ((/:code1 eq "WATER") or (/:code2 eq "WATER")) {
gotoAndPlay (11);
} else {
gotoAndPlay (13);
}
Symbol 166 MovieClip Frame 1
stop();
Symbol 166 MovieClip Frame 2
Set("/:specialwait", "0");
tellTarget ("/bot") {
gotoAndPlay ("hurt");
}
if (getProperty("/bot", _x) < "225") {
setProperty("/bot", _x , getProperty("/bot", _x) - "15");
}
if ("224" < getProperty("/bot", _x)) {
setProperty("/bot", _x , getProperty("/bot", _x) + "15");
}
Symbol 166 MovieClip Frame 3
if (getProperty("/bot", _x) < "225") {
setProperty("/bot", _x , getProperty("/bot", _x) - "15");
}
if ("224" < getProperty("/bot", _x)) {
setProperty("/bot", _x , getProperty("/bot", _x) + "15");
}
Symbol 166 MovieClip Frame 4
if (getProperty("/bot", _x) < "225") {
setProperty("/bot", _x , getProperty("/bot", _x) - "15");
}
if ("224" < getProperty("/bot", _x)) {
setProperty("/bot", _x , getProperty("/bot", _x) + "15");
}
Symbol 166 MovieClip Frame 5
if (getProperty("/bot", _x) < "225") {
setProperty("/bot", _x , getProperty("/bot", _x) - "15");
}
if ("224" < getProperty("/bot", _x)) {
setProperty("/bot", _x , getProperty("/bot", _x) + "15");
}
Symbol 166 MovieClip Frame 6
tellTarget ("/bot") {
gotoAndPlay ("hurt");
}
if (getProperty("/bot", _x) < "225") {
setProperty("/bot", _x , getProperty("/bot", _x) - "15");
}
if ("224" < getProperty("/bot", _x)) {
setProperty("/bot", _x , getProperty("/bot", _x) + "15");
}
Symbol 166 MovieClip Frame 7
if (getProperty("/bot", _x) < "225") {
setProperty("/bot", _x , getProperty("/bot", _x) - "15");
}
if ("224" < getProperty("/bot", _x)) {
setProperty("/bot", _x , getProperty("/bot", _x) + "15");
}
Symbol 166 MovieClip Frame 8
if (getProperty("/bot", _x) < "225") {
setProperty("/bot", _x , getProperty("/bot", _x) - "15");
}
if ("224" < getProperty("/bot", _x)) {
setProperty("/bot", _x , getProperty("/bot", _x) + "15");
}
Symbol 166 MovieClip Frame 9
if (getProperty("/bot", _x) < "225") {
setProperty("/bot", _x , getProperty("/bot", _x) - "15");
}
if ("224" < getProperty("/bot", _x)) {
setProperty("/bot", _x , getProperty("/bot", _x) + "15");
}
Symbol 166 MovieClip Frame 10
tellTarget ("/bot") {
gotoAndPlay ("hurt");
}
if (getProperty("/bot", _x) < "225") {
setProperty("/bot", _x , getProperty("/bot", _x) - "15");
}
if ("224" < getProperty("/bot", _x)) {
setProperty("/bot", _x , getProperty("/bot", _x) + "15");
}
Symbol 166 MovieClip Frame 11
if (getProperty("/bot", _x) < "225") {
setProperty("/bot", _x , getProperty("/bot", _x) - "15");
}
if ("224" < getProperty("/bot", _x)) {
setProperty("/bot", _x , getProperty("/bot", _x) + "15");
}
Symbol 166 MovieClip Frame 12
if (getProperty("/bot", _x) < "225") {
setProperty("/bot", _x , getProperty("/bot", _x) - "15");
}
if ("224" < getProperty("/bot", _x)) {
setProperty("/bot", _x , getProperty("/bot", _x) + "15");
}
Symbol 166 MovieClip Frame 13
gotoAndStop (1);
if (getProperty("/bot", _x) < "225") {
setProperty("/bot", _x , getProperty("/bot", _x) - "15");
}
if ("224" < getProperty("/bot", _x)) {
setProperty("/bot", _x , getProperty("/bot", _x) + "15");
}
Symbol 166 MovieClip Frame 14
Set("/:specialwait", "1");
tellTarget ("/bl5") {
gotoAndPlay (1);
}
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
tellTarget ("/kick") {
gotoAndPlay("k" add /:k);
};
if (/:combowait == "0") {
Set("/:combowait", "1");
} else if (/:combowait == "1") {
Set("/:combonum", "0");
}
Symbol 166 MovieClip Frame 15
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 16
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 17
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 18
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 19
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 20
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 21
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 22
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 23
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 24
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 25
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 26
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 27
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 28
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 39
if ((/:code1 eq "BIG") or (/:code2 eq "BIG")) {
setProperty("/ball", _xscale , "250");
setProperty("/ball", _yscale , "250");
} else if ((/:code1 eq "BIGGER") or (/:code2 eq "BIGGER")) {
setProperty("/ball", _xscale , "400");
setProperty("/ball", _yscale , "400");
} else if ((/:code1 eq "BIGGEST") or (/:code2 eq "BIGGEST")) {
setProperty("/ball", _xscale , "500");
setProperty("/ball", _yscale , "500");
} else if ((/:code1 eq "BEACH") or (/:code2 eq "BEACH")) {
setProperty("/ball", _xscale , "300");
setProperty("/ball", _yscale , "300");
} else {
setProperty("/ball", _xscale , "100");
setProperty("/ball", _yscale , "100");
}
Symbol 166 MovieClip Frame 40
Set("/:specialwait", "0");
Symbol 166 MovieClip Frame 42
gotoAndStop (1);
Symbol 166 MovieClip Frame 43
Set("/:specialwait", "1");
tellTarget ("/bl5") {
gotoAndPlay (1);
}
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
tellTarget ("/kick") {
gotoAndPlay("k" add /:k);
};
if (/:combowait == "0") {
Set("/:combowait", "1");
} else if (/:combowait == "1") {
Set("/:combonum", "0");
}
Symbol 166 MovieClip Frame 44
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 45
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 46
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 47
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 48
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 49
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 50
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 51
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 52
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 53
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 54
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 55
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 56
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 57
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 69
if ((/:code1 eq "BIG") or (/:code2 eq "BIG")) {
setProperty("/ball", _xscale , "250");
setProperty("/ball", _yscale , "250");
} else if ((/:code1 eq "BIGGER") or (/:code2 eq "BIGGER")) {
setProperty("/ball", _xscale , "400");
setProperty("/ball", _yscale , "400");
} else if ((/:code1 eq "BIGGEST") or (/:code2 eq "BIGGEST")) {
setProperty("/ball", _xscale , "500");
setProperty("/ball", _yscale , "500");
} else if ((/:code1 eq "BEACH") or (/:code2 eq "BEACH")) {
setProperty("/ball", _xscale , "300");
setProperty("/ball", _yscale , "300");
} else {
setProperty("/ball", _xscale , "100");
setProperty("/ball", _yscale , "100");
}
Symbol 166 MovieClip Frame 70
Set("/:specialwait", "0");
Symbol 166 MovieClip Frame 71
gotoAndStop (1);
Symbol 166 MovieClip Frame 72
Set("/:specialwait", "1");
tellTarget ("/bl5") {
gotoAndPlay (1);
}
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
tellTarget ("/kick") {
gotoAndPlay("k" add /:k);
};
if (/:combowait == "0") {
Set("/:combowait", "1");
} else if (/:combowait == "1") {
Set("/:combonum", "0");
}
Symbol 166 MovieClip Frame 73
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 74
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 75
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 76
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 77
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 78
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 79
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 80
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 81
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 82
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 83
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 84
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 85
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 86
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 98
if ((/:code1 eq "BIG") or (/:code2 eq "BIG")) {
setProperty("/ball", _xscale , "250");
setProperty("/ball", _yscale , "250");
} else if ((/:code1 eq "BIGGER") or (/:code2 eq "BIGGER")) {
setProperty("/ball", _xscale , "400");
setProperty("/ball", _yscale , "400");
} else if ((/:code1 eq "BIGGEST") or (/:code2 eq "BIGGEST")) {
setProperty("/ball", _xscale , "500");
setProperty("/ball", _yscale , "500");
} else if ((/:code1 eq "BEACH") or (/:code2 eq "BEACH")) {
setProperty("/ball", _xscale , "300");
setProperty("/ball", _yscale , "300");
} else {
setProperty("/ball", _xscale , "100");
setProperty("/ball", _yscale , "100");
}
Symbol 166 MovieClip Frame 99
Set("/:specialwait", "0");
Symbol 166 MovieClip Frame 100
gotoAndStop (1);
Symbol 166 MovieClip Frame 101
Set("/:specialwait", "1");
tellTarget ("/bl5") {
gotoAndPlay (1);
}
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
tellTarget ("/kick") {
gotoAndPlay("k" add /:k);
};
if (/:combowait == "0") {
Set("/:combowait", "1");
} else if (/:combowait == "1") {
Set("/:combonum", "0");
}
Symbol 166 MovieClip Frame 102
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 103
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 104
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 105
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 106
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 107
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 108
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 109
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 110
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 111
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 112
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 113
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 114
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 115
setProperty("/ball", _xscale , getProperty("/ball", _xscale) * "1.1");
setProperty("/ball", _yscale , getProperty("/ball", _yscale) * "1.1");
Symbol 166 MovieClip Frame 127
if ((/:code1 eq "BIG") or (/:code2 eq "BIG")) {
setProperty("/ball", _xscale , "250");
setProperty("/ball", _yscale , "250");
} else if ((/:code1 eq "BIGGER") or (/:code2 eq "BIGGER")) {
setProperty("/ball", _xscale , "400");
setProperty("/ball", _yscale , "400");
} else if ((/:code1 eq "BIGGEST") or (/:code2 eq "BIGGEST")) {
setProperty("/ball", _xscale , "500");
setProperty("/ball", _yscale , "500");
} else if ((/:code1 eq "BEACH") or (/:code2 eq "BEACH")) {
setProperty("/ball", _xscale , "300");
setProperty("/ball", _yscale , "300");
} else {
setProperty("/ball", _xscale , "100");
setProperty("/ball", _yscale , "100");
}
Symbol 166 MovieClip Frame 128
Set("/:specialwait", "0");
Symbol 166 MovieClip Frame 129
gotoAndStop (1);
Symbol 168 MovieClip Frame 4
if (/:wait == "0") {
f = random("5");
if (f == "1") {
gotoAndPlay (21);
}
if (f == "2") {
gotoAndPlay (14);
}
if (f == "3") {
gotoAndPlay (18);
}
if (f == "4") {
gotoAndPlay (21);
}
ll = random("10");
if (ll == "5") {
Set("/:char", random("3") + "1");
}
} else {
gotoAndPlay (1);
}
Symbol 168 MovieClip Frame 14
if ("70" < getProperty("/bot", _x)) {
setProperty("/bot", _x , getProperty("/bot", _x) - "5");
tellTarget ("/bot") {
gotoAndPlay ("left");
};
} else {
gotoAndPlay (18);
}
Symbol 168 MovieClip Frame 15
g = random("12");
if (g == "8") {
gotoAndPlay (1);
} else {
gotoAndPlay (14);
}
Symbol 168 MovieClip Frame 18
if (getProperty("/bot", _x) < "480") {
setProperty("/bot", _x , getProperty("/bot", _x) + "5");
tellTarget ("/bot") {
gotoAndPlay ("right");
};
} else {
gotoAndPlay (14);
}
Symbol 168 MovieClip Frame 19
g = random("12");
if (g == "8") {
gotoAndPlay (1);
} else {
gotoAndPlay (18);
}
Symbol 168 MovieClip Frame 21
tellTarget ("/bot") {
gotoAndPlay("k" add random("7"));
}
Symbol 172 Button
on (press) {
gotoAndPlay (16);
}
on (rollOver) {
r = random("4");
if (r == "1") {
tellTarget ("/bot") {
gotoAndPlay ("k7");
};
}
if (r == "2") {
tellTarget ("/bot") {
gotoAndPlay ("k8");
};
}
if (r == "3") {
tellTarget ("/bot") {
gotoAndPlay ("k9");
};
}
}
Symbol 173 Button
on (keyPress "w") {
gotoAndPlay (1);
}
on (keyPress "q") {
toggleHighQuality();
}
Symbol 178 Button
on (press) {
getURL ("http://flashgamestudio.com", "_blank");
}
Symbol 182 Button
on (release, keyPress "0") {
gotoAndStop (28);
}
on (rollOver) {
r = random("4");
if (r == "1") {
tellTarget ("/bot") {
gotoAndPlay ("k7");
};
}
if (r == "2") {
tellTarget ("/bot") {
gotoAndPlay ("k8");
};
}
if (r == "3") {
tellTarget ("/bot") {
gotoAndPlay ("k9");
};
}
}
Symbol 184 Button
on (release) {
gotoAndStop (2);
}
Symbol 211 Button
on (release) {
tellTarget ("/") {
gotoAndStop ("start");
}
}
Symbol 213 Button
on (release) {
gotoAndStop (3);
}
Symbol 236 Button
on (release) {
gotoAndStop (4);
}
Symbol 248 Button
on (release) {
gotoAndStop (1);
}
Symbol 252 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 2
stop();
Symbol 252 MovieClip Frame 3
stop();
Symbol 252 MovieClip Frame 4
stop();
Symbol 253 Button
on (keyPress "c") {
Set("/:wait", "0");
tellTarget ("/bot") {
gotoAndPlay ("right");
};
Set("/:move", "1");
}
on (release, keyPress "x") {
Set("/:move", "0");
}
on (keyPress "z") {
Set("/:wait", "0");
tellTarget ("/bot") {
gotoAndPlay ("left");
};
Set("/:move", "2");
}
on (keyPress "3") {
if (/:wait == "0") {
Set("/:k", "3");
tellTarget ("/bot") {
gotoAndPlay ("3");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (keyPress "1") {
if (/:wait == "0") {
Set("/:k", "1");
tellTarget ("/bot") {
gotoAndPlay ("1");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (keyPress "2") {
if (/:wait == "0") {
Set("/:k", "2");
tellTarget ("/bot") {
gotoAndPlay ("2");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (keyPress "5") {
if (/:wait == "0") {
Set("/:k", "5");
tellTarget ("/bot") {
gotoAndPlay ("5");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (keyPress "4") {
if (/:wait == "0") {
Set("/:k", "4");
tellTarget ("/bot") {
gotoAndPlay ("4");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (keyPress "6") {
if (/:wait == "0") {
Set("/:k", "6");
tellTarget ("/bot") {
gotoAndPlay ("6");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (release) {
Set("/:move", "0");
}
on (keyPress "7") {
Set("/:char", "1");
tellTarget ("/bot") {
gotoAndPlay ("2");
};
Set("/:move", "0");
}
on (keyPress "8") {
Set("/:char", "2");
tellTarget ("/bot") {
gotoAndPlay ("2");
};
Set("/:move", "0");
}
on (keyPress "9") {
Set("/:char", "3");
tellTarget ("/bot") {
gotoAndPlay ("2");
};
Set("/:move", "0");
}
Symbol 254 Button
on (release, keyPress "<Enter>") {
gotoAndStop (10);
}
Symbol 259 MovieClip Frame 2
if ((/:code1 eq "2CODES") or (/:code2 ne "")) {
gotoAndPlay (3);
} else {
gotoAndPlay (6);
}
if ((((/:code1 eq "ROBOT") or (/:code2 eq "ROBOT")) or (/:code1 eq "MASTER")) or (/:code2 eq "MASTER")) {
Set("/:char", "4");
}
Symbol 259 MovieClip Frame 4
if ((/:code1 eq "2CODES") or (/:code2 ne "")) {
gotoAndPlay (3);
} else {
gotoAndPlay (6);
}
if ((((/:code1 eq "ROBOT") or (/:code2 eq "ROBOT")) or (/:code1 eq "MASTER")) or (/:code2 eq "MASTER")) {
Set("/:char", "4");
}
Symbol 259 MovieClip Frame 7
if ((/:code1 eq "2CODES") or (/:code2 ne "")) {
gotoAndPlay (3);
} else {
gotoAndPlay (6);
}
if ((((/:code1 eq "ROBOT") or (/:code2 eq "ROBOT")) or (/:code1 eq "MASTER")) or (/:code2 eq "MASTER")) {
Set("/:char", "4");
}
Symbol 268 Button
on (press) {
setProperty("sel", _x , getProperty("b1/", _x));
setProperty("sel", _y , getProperty("b1/", _y));
Set("/:code2", "");
}
Symbol 269 Button
on (press) {
setProperty("sel", _x , getProperty("b2/", _x));
setProperty("sel", _y , getProperty("b2/", _y));
Set("/:code2", "BEACH");
}
Symbol 270 Button
on (press) {
setProperty("sel", _x , getProperty("b3/", _x));
setProperty("sel", _y , getProperty("b3/", _y));
Set("/:code2", "MOON");
}
Symbol 271 Button
on (press) {
setProperty("sel", _x , getProperty("b4/", _x));
setProperty("sel", _y , getProperty("b4/", _y));
Set("/:code2", "FOREST");
}
Symbol 272 Button
on (press) {
setProperty("sel", _x , getProperty("b5/", _x));
setProperty("sel", _y , getProperty("b5/", _y));
Set("/:code2", "WATER");
}
Symbol 278 Button
on (press) {
Set("/:char", "1");
}
on (press) {
r = random("4");
if (r == "1") {
tellTarget ("/bot") {
gotoAndPlay ("k7");
};
}
if (r == "2") {
tellTarget ("/bot") {
gotoAndPlay ("k8");
};
}
if (r == "3") {
tellTarget ("/bot") {
gotoAndPlay ("k9");
};
}
}
Symbol 279 Button
on (press) {
Set("/:char", "2");
}
on (press) {
r = random("4");
if (r == "1") {
tellTarget ("/bot") {
gotoAndPlay ("k7");
};
}
if (r == "2") {
tellTarget ("/bot") {
gotoAndPlay ("k8");
};
}
if (r == "3") {
tellTarget ("/bot") {
gotoAndPlay ("k9");
};
}
}
Symbol 280 Button
on (press) {
Set("/:char", "3");
}
on (press) {
r = random("4");
if (r == "1") {
tellTarget ("/bot") {
gotoAndPlay ("k7");
};
}
if (r == "2") {
tellTarget ("/bot") {
gotoAndPlay ("k8");
};
}
if (r == "3") {
tellTarget ("/bot") {
gotoAndPlay ("k9");
};
}
}
Symbol 281 Button
on (press) {
Set("/:char", "4");
}
on (press) {
r = random("4");
if (r == "1") {
tellTarget ("/bot") {
gotoAndPlay ("k7");
};
}
if (r == "2") {
tellTarget ("/bot") {
gotoAndPlay ("k8");
};
}
if (r == "3") {
tellTarget ("/bot") {
gotoAndPlay ("k9");
};
}
}
Symbol 289 Button
on (press) {
Set("/:code1", "BIGGEST");
}
on (press) {
r = random("4");
if (r == "1") {
tellTarget ("/bot") {
gotoAndPlay ("k7");
};
}
if (r == "2") {
tellTarget ("/bot") {
gotoAndPlay ("k8");
};
}
if (r == "3") {
tellTarget ("/bot") {
gotoAndPlay ("k9");
};
}
}
Symbol 291 Button
on (press) {
Set("/:code1", "BIG");
}
on (press) {
r = random("4");
if (r == "1") {
tellTarget ("/bot") {
gotoAndPlay ("k7");
};
}
if (r == "2") {
tellTarget ("/bot") {
gotoAndPlay ("k8");
};
}
if (r == "3") {
tellTarget ("/bot") {
gotoAndPlay ("k9");
};
}
}
Symbol 292 Button
on (press) {
Set("/:code1", "");
}
on (press) {
r = random("4");
if (r == "1") {
tellTarget ("/bot") {
gotoAndPlay ("k7");
};
}
if (r == "2") {
tellTarget ("/bot") {
gotoAndPlay ("k8");
};
}
if (r == "3") {
tellTarget ("/bot") {
gotoAndPlay ("k9");
};
}
}
Symbol 294 Button
on (release, keyPress "0") {
gotoAndPlay (42);
}
on (rollOver) {
r = random("4");
if (r == "1") {
tellTarget ("/bot") {
gotoAndPlay ("k7");
};
}
if (r == "2") {
tellTarget ("/bot") {
gotoAndPlay ("k8");
};
}
if (r == "3") {
tellTarget ("/bot") {
gotoAndPlay ("k9");
};
}
}
Symbol 307 MovieClip Frame 1
_visible = "0";
Symbol 311 MovieClip Frame 1
_x = (random("450") + "50");
_y = (random("150") + "200");
Symbol 311 MovieClip Frame 6
f = random("150");
if (f == "25") {
play();
} else {
gotoAndPlay (1);
}
Symbol 311 MovieClip Frame 28
n = n + "1";
radius1 = _width / "2";
radius2 = getProperty("/ball", _width) / "2";
obj1_x = _x;
obj2_x = getProperty("/ball", _x);
delta_x = obj1_x - obj2_x;
obj1_y = _y;
obj2_y = getProperty("/ball", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
gotoAndPlay (30);
} else {
gotoAndPlay (28);
}
Symbol 311 MovieClip Frame 29
gotoAndPlay (28);
Symbol 311 MovieClip Frame 30
Set("/:score", /:score + "25");
Set("/:disp", "25");
tellTarget ("/noname") {
gotoAndPlay ("go");
};
Set("/:combonum", /:combonum + "1");
Set("/:combowait", "0");
if ("1" < /:combonum) {
tellTarget ("/combo") {
gotoAndPlay ("go");
};
}
Symbol 314 MovieClip Frame 1
_x = (random("350") + "100");
_y = (random("50") + "100");
Symbol 314 MovieClip Frame 8
f = random("150");
if (f == "8") {
play();
} else {
gotoAndPlay (1);
}
Symbol 314 MovieClip Frame 33
n = n + "1";
radius1 = _width / "2";
radius2 = getProperty("/ball", _width) / "2";
obj1_x = _x;
obj2_x = getProperty("/ball", _x);
delta_x = obj1_x - obj2_x;
obj1_y = _y;
obj2_y = getProperty("/ball", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
gotoAndPlay (35);
} else {
gotoAndPlay (33);
}
Symbol 314 MovieClip Frame 34
gotoAndPlay (33);
Symbol 314 MovieClip Frame 35
Set("/:score", /:score + "100");
Set("/:super", /:super + "1");
Set("/:disp", "100");
tellTarget ("/noname") {
gotoAndPlay ("go");
};
Set("/:combonum", /:combonum + "1");
Set("/:combowait", "0");
if ("1" < /:combonum) {
tellTarget ("/combo") {
gotoAndPlay ("go");
};
}
Symbol 321 MovieClip Frame 1
stop();
www = "0";
Symbol 321 MovieClip Frame 2
www = "1";
Symbol 326 MovieClip Frame 1
_x = "600";
_y = (random("90") + "40");
Symbol 326 MovieClip Frame 12
t = random("900");
if (t == "2") {
play();
} else {
gotoAndPlay (1);
}
Symbol 326 MovieClip Frame 15
if (_x < (-"10")) {
gotoAndPlay (1);
} else {
_x = (_x - "0.5");
}
radius1 = _width / "2";
radius2 = getProperty("/ball", _width);
obj1_x = _x;
obj2_x = getProperty("/ball", _x);
delta_x = obj1_x - obj2_x;
obj1_y = _y;
obj2_y = getProperty("/ball", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
Set("/:score", /:score + "500");
Set("/:disp", "500");
tellTarget ("/noname") {
gotoAndPlay ("go");
};
gotoAndPlay (17);
}
Symbol 326 MovieClip Frame 16
gotoAndPlay (15);
Symbol 326 MovieClip Frame 17
n = random("19") + "1";
setProperty("/gift" add n, _x , _x);
setProperty("/gift" add n, _y , _y);
tellTarget ("/gift" add n) {
gotoAndPlay ("go");
};
if (/:mus == "11") {
Set("/:mus", "2");
}
Symbol 329 MovieClip Frame 1
_x = (random("450") + "50");
_y = (random("150") + "200");
Symbol 329 MovieClip Frame 6
f = random("500");
if (f == "25") {
play();
} else {
gotoAndPlay (1);
}
Symbol 329 MovieClip Frame 28
n = n + "1";
radius1 = _width / "2";
radius2 = getProperty("/ball", _width) / "2";
obj1_x = _x;
obj2_x = getProperty("/ball", _x);
delta_x = obj1_x - obj2_x;
obj1_y = _y;
obj2_y = getProperty("/ball", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
gotoAndPlay (30);
} else {
gotoAndPlay (28);
}
Symbol 329 MovieClip Frame 29
gotoAndPlay (28);
Symbol 329 MovieClip Frame 30
Set("/:time", /:time + "5");
Set("/:disp", "Extra Time!");
Symbol 331 MovieClip Frame 2
if (/:upp == "0") {
Set("/:upp", "1");
play();
} else {
gotoAndPlay (1);
}
Symbol 332 MovieClip Frame 1
stop();
Set("/:oldhigh", "0");
Set("/:upp", "0");
Symbol 337 MovieClip Frame 1
_x = (random("450") + "50");
_y = (random("100") + "250");
Symbol 337 MovieClip Frame 6
f = random("100");
if (f == "25") {
if ((/:code1 ne "NOGREEN") or (/:code2 ne "NOGREEN")) {
play();
}
} else {
gotoAndPlay (1);
}
Symbol 337 MovieClip Frame 28
n = n + "1";
radius1 = _width / "2";
radius2 = getProperty("/ball", _width) / "2";
obj1_x = _x;
obj2_x = getProperty("/ball", _x);
delta_x = obj1_x - obj2_x;
obj1_y = _y;
obj2_y = getProperty("/ball", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
gotoAndPlay (30);
} else {
gotoAndPlay (28);
}
Symbol 337 MovieClip Frame 29
gotoAndPlay (28);
Symbol 337 MovieClip Frame 30
tellTarget ("/bg") {
gotoAndPlay ("go");
}
Symbol 339 MovieClip Frame 1
if ((((/:code1 eq "WATCH") or (/:code2 eq "WATCH")) or (/:code1 eq "MASTER")) or (/:code2 eq "MASTER")) {
stop();
} else {
play();
}
Symbol 339 MovieClip Frame 60
Set("/:time", /:time - "1");
if (/:time < "0") {
tellTarget ("/") {
gotoAndStop ("lose");
};
}
Symbol 340 MovieClip Frame 1
n = "0";
setProperty("/bd1", _x , getProperty("/bot/", _x));
setProperty("/bd1", _y , getProperty("/bot/", _y) - "130");
setProperty("/bd2", _x , getProperty("/bot/", _x));
setProperty("/bd2", _y , getProperty("/bot/", _y) - "60");
setProperty("/bd3", _x , getProperty("/bot/", _x) + "90");
setProperty("/bd3", _y , getProperty("/bot/", _y) - "70");
setProperty("/bd4", _x , getProperty("/bot/", _x) + "50");
setProperty("/bd4", _y , getProperty("/bot/", _y) + "20");
setProperty("/bd5", _x , getProperty("/bot/", _x) - "90");
setProperty("/bd5", _y , getProperty("/bot/", _y) - "70");
setProperty("/bd6", _x , getProperty("/bot/", _x) - "50");
setProperty("/bd6", _y , getProperty("/bot/", _y) + "20");
n = "0";
while (n < "7") {
n = n + "1";
radius1 = getProperty("/ball", _width) / "2";
radius2 = getProperty("/bd" add n, _width) / "3";
obj1_x = getProperty("/ball", _x);
obj2_x = getProperty("/bd" add n, _x);
delta_x = obj1_x - obj2_x;
obj1_y = getProperty("/ball", _y) - "5";
obj2_y = getProperty("/bd" add n, _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
Set("/:detect", n);
}
}
Symbol 340 MovieClip Frame 2
gotoAndPlay (1);
Symbol 341 Button
on (keyPress "w") {
tellTarget ("/") {
gotoAndPlay (1);
}
}
on (keyPress "q") {
toggleHighQuality();
}
on (keyPress "c") {
if (/:wait == "0") {
Set("/:k", "3");
tellTarget ("/bot") {
gotoAndPlay ("3");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (keyPress "z") {
if (/:wait == "0") {
Set("/:k", "1");
tellTarget ("/bot") {
gotoAndPlay ("1");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (keyPress "x") {
if (/:wait == "0") {
Set("/:k", "2");
tellTarget ("/bot") {
gotoAndPlay ("2");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (keyPress "s") {
if (/:wait == "0") {
Set("/:k", "5");
tellTarget ("/bot") {
gotoAndPlay ("5");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (keyPress "a") {
if (/:wait == "0") {
Set("/:k", "4");
tellTarget ("/bot") {
gotoAndPlay ("4");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (keyPress "d") {
if (/:wait == "0") {
Set("/:k", "6");
tellTarget ("/bot") {
gotoAndPlay ("6");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (keyPress "<Enter>") {
Set("/:nocheap", "1");
}
on (release) {
Set("/:move", "0");
}
on (keyPress "1") {
if (((("0" < /:super) and (/:specialwait == "0")) and ("280" < getProperty("/ball", _y))) and (getProperty("/ball", _y) < "390")) {
Set("/:char", "1");
Set("/:k", "7");
tellTarget ("/bot") {
gotoAndPlay ("7");
};
setProperty("/hit", _x , -"100");
Set("/:move", "0");
tellTarget ("/bg") {
gotoAndPlay ("special1");
};
Set("/:super", /:super - "1");
} else if (/:specialwait == "0") {
Set("/:char", "1");
tellTarget ("/bot") {
gotoAndPlay ("2");
};
Set("/:move", "0");
Set("/:k", "2");
setProperty("/hit", _x , -"100");
Set("/:move", "0");
}
}
on (keyPress "2") {
if (((("0" < /:super) and (/:specialwait == "0")) and ("280" < getProperty("/ball", _y))) and (getProperty("/ball", _y) < "390")) {
Set("/:char", "2");
Set("/:k", "8");
tellTarget ("/bot") {
gotoAndPlay ("8");
};
setProperty("/hit", _x , -"100");
Set("/:move", "0");
tellTarget ("/bg") {
gotoAndPlay ("special2");
};
Set("/:super", /:super - "1");
} else if (/:specialwait == "0") {
Set("/:char", "2");
tellTarget ("/bot") {
gotoAndPlay ("2");
};
Set("/:move", "0");
Set("/:k", "2");
setProperty("/hit", _x , -"100");
Set("/:move", "0");
}
}
on (keyPress "4") {
if (((("0" < /:super) and (/:specialwait == "0")) and ("280" < getProperty("/ball", _y))) and (getProperty("/ball", _y) < "390")) {
Set("/:char", "4");
Set("/:k", "9");
tellTarget ("/bot") {
gotoAndPlay ("9");
};
setProperty("/hit", _x , -"100");
Set("/:move", "0");
tellTarget ("/bg") {
gotoAndPlay ("special3");
};
Set("/:super", /:super - "1");
} else if (/:specialwait == "0") {
if ((((/:code1 eq "ROBOT") or (/:code2 eq "ROBOT")) or (/:code1 eq "MASTER")) or (/:code2 eq "MASTER")) {
Set("/:char", "4");
tellTarget ("/bot") {
gotoAndPlay ("2");
};
Set("/:move", "0");
Set("/:k", "9");
setProperty("/hit", _x , -"100");
}
}
}
on (keyPress "3") {
if (((("0" < /:super) and (/:specialwait == "0")) and ("280" < getProperty("/ball", _y))) and (getProperty("/ball", _y) < "390")) {
Set("/:char", "3");
Set("/:k", "9");
tellTarget ("/bot") {
gotoAndPlay ("9");
};
setProperty("/hit", _x , -"100");
Set("/:move", "0");
tellTarget ("/bg") {
gotoAndPlay ("special3");
};
Set("/:super", /:super - "1");
} else if (/:specialwait == "0") {
Set("/:char", "3");
tellTarget ("/bot") {
gotoAndPlay ("2");
};
Set("/:move", "0");
Set("/:k", "9");
setProperty("/hit", _x , -"100");
}
}
on (rollOver) {
if ((getProperty("/bot/", _x) + "20") < getProperty("/xpos/", _x)) {
Set("/:wait", "0");
tellTarget ("/bot") {
gotoAndPlay ("right");
};
Set("/:move", "1");
} else if (getProperty("/xpos/", _x) < (getProperty("/bot/", _x) - "10")) {
Set("/:wait", "0");
tellTarget ("/bot") {
gotoAndPlay ("left");
};
Set("/:move", "2");
} else {
Set("/:move", "0");
}
}
on (press) {
if (/:fell == "1") {
if ("200" < getProperty("/ball", _y)) {
tellTarget ("/kick") {
gotoAndPlay ("go");
};
setProperty("/hit", _x , -"100");
Set("/:move", "0");
tellTarget ("/bye") {
gotoAndStop (1);
tellTarget ("/bl1") {
gotoAndPlay (1);
tellTarget ("/bl2") {
gotoAndPlay (1);
tellTarget ("/bl3") {
gotoAndPlay (1);
tellTarget ("/bl4") {
gotoAndPlay (1);
};
}
}
}
}
}
}
if (/:detect == "1") {
if (/:wait == "0") {
Set("/:k", "5");
tellTarget ("/bot") {
gotoAndPlay ("5");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
if (/:detect == "2") {
if (/:wait == "0") {
Set("/:k", "2");
tellTarget ("/bot") {
gotoAndPlay ("2");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
if (/:detect == "3") {
if (/:wait == "0") {
Set("/:k", "6");
tellTarget ("/bot") {
gotoAndPlay ("6");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
if (/:detect == "4") {
if (/:wait == "0") {
Set("/:k", "3");
tellTarget ("/bot") {
gotoAndPlay ("3");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
if (/:detect == "5") {
if (/:wait == "0") {
Set("/:k", "4");
tellTarget ("/bot") {
gotoAndPlay ("4");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
if (/:detect == "6") {
if (/:wait == "0") {
Set("/:k", "1");
tellTarget ("/bot") {
gotoAndPlay ("1");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
}
Symbol 342 Button
on (keyPress "w") {
tellTarget ("/") {
gotoAndPlay (1);
}
}
on (keyPress "q") {
toggleHighQuality();
}
on (keyPress "c") {
if (/:wait == "0") {
Set("/:k", "3");
tellTarget ("/bot") {
gotoAndPlay ("3");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (keyPress "z") {
if (/:wait == "0") {
Set("/:k", "1");
tellTarget ("/bot") {
gotoAndPlay ("1");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (keyPress "x") {
if (/:wait == "0") {
Set("/:k", "2");
tellTarget ("/bot") {
gotoAndPlay ("2");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (keyPress "s") {
if (/:wait == "0") {
Set("/:k", "5");
tellTarget ("/bot") {
gotoAndPlay ("5");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (keyPress "a") {
if (/:wait == "0") {
Set("/:k", "4");
tellTarget ("/bot") {
gotoAndPlay ("4");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (keyPress "d") {
if (/:wait == "0") {
Set("/:k", "6");
tellTarget ("/bot") {
gotoAndPlay ("6");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
on (keyPress "<Enter>") {
Set("/:nocheap", "1");
}
on (release) {
Set("/:move", "0");
}
on (keyPress "1") {
if (((("0" < /:super) and (/:specialwait == "0")) and ("280" < getProperty("/ball", _y))) and (getProperty("/ball", _y) < "390")) {
Set("/:char", "1");
Set("/:k", "7");
tellTarget ("/bot") {
gotoAndPlay ("7");
};
setProperty("/hit", _x , -"100");
Set("/:move", "0");
tellTarget ("/bg") {
gotoAndPlay ("special1");
};
Set("/:super", /:super - "1");
} else if (/:specialwait == "0") {
Set("/:char", "1");
tellTarget ("/bot") {
gotoAndPlay ("2");
};
Set("/:move", "0");
Set("/:k", "2");
setProperty("/hit", _x , -"100");
Set("/:move", "0");
}
}
on (keyPress "2") {
if (((("0" < /:super) and (/:specialwait == "0")) and ("280" < getProperty("/ball", _y))) and (getProperty("/ball", _y) < "390")) {
Set("/:char", "2");
Set("/:k", "8");
tellTarget ("/bot") {
gotoAndPlay ("8");
};
setProperty("/hit", _x , -"100");
Set("/:move", "0");
tellTarget ("/bg") {
gotoAndPlay ("special2");
};
Set("/:super", /:super - "1");
} else if (/:specialwait == "0") {
Set("/:char", "2");
tellTarget ("/bot") {
gotoAndPlay ("2");
};
Set("/:move", "0");
Set("/:k", "2");
setProperty("/hit", _x , -"100");
Set("/:move", "0");
}
}
on (keyPress "4") {
if (((("0" < /:super) and (/:specialwait == "0")) and ("280" < getProperty("/ball", _y))) and (getProperty("/ball", _y) < "390")) {
Set("/:char", "4");
Set("/:k", "9");
tellTarget ("/bot") {
gotoAndPlay ("9");
};
setProperty("/hit", _x , -"100");
Set("/:move", "0");
tellTarget ("/bg") {
gotoAndPlay ("special3");
};
Set("/:super", /:super - "1");
} else if (/:specialwait == "0") {
if ((((/:code1 eq "ROBOT") or (/:code2 eq "ROBOT")) or (/:code1 eq "MASTER")) or (/:code2 eq "MASTER")) {
Set("/:char", "4");
tellTarget ("/bot") {
gotoAndPlay ("2");
};
Set("/:move", "0");
Set("/:k", "9");
setProperty("/hit", _x , -"100");
}
}
}
on (keyPress "3") {
if (((("0" < /:super) and (/:specialwait == "0")) and ("280" < getProperty("/ball", _y))) and (getProperty("/ball", _y) < "390")) {
Set("/:char", "3");
Set("/:k", "9");
tellTarget ("/bot") {
gotoAndPlay ("9");
};
setProperty("/hit", _x , -"100");
Set("/:move", "0");
tellTarget ("/bg") {
gotoAndPlay ("special3");
};
Set("/:super", /:super - "1");
} else if (/:specialwait == "0") {
Set("/:char", "3");
tellTarget ("/bot") {
gotoAndPlay ("2");
};
Set("/:move", "0");
Set("/:k", "9");
setProperty("/hit", _x , -"100");
}
}
on (rollOver) {
if ((getProperty("/bot/", _x) + "20") < getProperty("/xpos/", _x)) {
Set("/:wait", "0");
tellTarget ("/bot") {
gotoAndPlay ("right");
};
Set("/:move", "1");
} else if (getProperty("/xpos/", _x) < (getProperty("/bot/", _x) - "10")) {
Set("/:wait", "0");
tellTarget ("/bot") {
gotoAndPlay ("left");
};
Set("/:move", "2");
} else {
Set("/:move", "0");
}
}
on (press) {
if (/:fell == "1") {
if ("200" < getProperty("/ball", _y)) {
tellTarget ("/kick") {
gotoAndPlay ("go");
};
setProperty("/hit", _x , -"100");
Set("/:move", "0");
tellTarget ("/bye") {
gotoAndStop (1);
tellTarget ("/bl1") {
gotoAndPlay (1);
tellTarget ("/bl2") {
gotoAndPlay (1);
tellTarget ("/bl3") {
gotoAndPlay (1);
tellTarget ("/bl4") {
gotoAndPlay (1);
};
}
}
}
}
}
}
if (/:detect == "1") {
if (/:wait == "0") {
Set("/:k", "5");
tellTarget ("/bot") {
gotoAndPlay ("5");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
if (/:detect == "2") {
if (/:wait == "0") {
Set("/:k", "2");
tellTarget ("/bot") {
gotoAndPlay ("2");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
if (/:detect == "3") {
if (/:wait == "0") {
Set("/:k", "6");
tellTarget ("/bot") {
gotoAndPlay ("6");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
if (/:detect == "4") {
if (/:wait == "0") {
Set("/:k", "3");
tellTarget ("/bot") {
gotoAndPlay ("3");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
if (/:detect == "5") {
if (/:wait == "0") {
Set("/:k", "4");
tellTarget ("/bot") {
gotoAndPlay ("4");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
if (/:detect == "6") {
if (/:wait == "0") {
Set("/:k", "1");
tellTarget ("/bot") {
gotoAndPlay ("1");
};
setProperty("/hit", _x , -"100");
}
Set("/:move", "0");
}
}
Symbol 347 MovieClip Frame 1
_x = "600";
_y = (random("90") + "40");
Symbol 347 MovieClip Frame 12
t = random("900");
if (t == "2") {
play();
} else {
gotoAndPlay (1);
}
Symbol 347 MovieClip Frame 15
if (_x < (-"10")) {
gotoAndPlay (1);
} else {
_x = (_x - "2");
}
radius1 = _width / "2";
radius2 = getProperty("/ball", _width);
obj1_x = _x;
obj2_x = getProperty("/ball", _x);
delta_x = obj1_x - obj2_x;
obj1_y = _y;
obj2_y = getProperty("/ball", _y);
delta_y = obj1_y - obj2_y;
if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) {
Set("/:score", /:score + "500");
Set("/:disp", "500");
tellTarget ("/noname") {
gotoAndPlay ("go");
};
gotoAndPlay (17);
}
Symbol 347 MovieClip Frame 16
gotoAndPlay (15);
Symbol 347 MovieClip Frame 17
n = random("19") + "1";
setProperty("/gift" add n, _x , _x);
setProperty("/gift" add n, _y , _y);
tellTarget ("/gift" add n) {
gotoAndPlay ("go");
};
if (/:mus == "11") {
Set("/:mus", "2");
}
Symbol 351 MovieClip Frame 1
stop();
Symbol 351 MovieClip Frame 2
setProperty("/noname", _x , getProperty("/ball", _x));
setProperty("/noname", _y , getProperty("/ball", _y));
Symbol 354 MovieClip Frame 1
Set("/:fell", "0");
if (/:ballcount == "5") {
setProperty("/b1", _visible , "0");
setProperty("/b2", _visible , "0");
setProperty("/b3", _visible , "0");
setProperty("/b4", _visible , "0");
setProperty("/b5", _visible , "0");
}
stop();
Symbol 354 MovieClip Frame 2
Set("/:fell", "1");
tellTarget ("/bl1") {
gotoAndStop (1);
tellTarget ("/bl2") {
gotoAndStop (1);
tellTarget ("/bl3") {
gotoAndStop (1);
tellTarget ("/bl4") {
gotoAndStop (1);
};
if (/:first == "0") {
Set("/:first", "1");
} else {
if (/:ballcount == "5") {
setProperty("/ballmain", _visible , "0");
}
if ("0" < /:ballcount) {
n = "0";
Set("/:ballcount", /:ballcount - "1");
while (n < /:ballcount) {
n = n + "1";
setProperty("/b" add n, _visible , "1");
}
setProperty("/b" add (/:ballcount + "1"), _visible , "0");
setProperty("/b" add (/:ballcount + "2"), _visible , "0");
setProperty("/b" add (/:ballcount + "3"), _visible , "0");
setProperty("/b" add (/:ballcount + "4"), _visible , "0");
} else {
Set("/:ballcount", "0");
}
}
Set("/:combonum", "0");
}
}
}
Symbol 354 MovieClip Frame 17
stop();
Symbol 357 MovieClip Frame 1
Set("/:highb", "0");
stop();
Symbol 357 MovieClip Frame 2
if (/:highb == "0") {
Set("/:highballoon", /:highballoon + "1");
Set("/:highb", "1");
}
Symbol 361 MovieClip Frame 1
Set("/:highk", "0");
stop();
Symbol 361 MovieClip Frame 2
if (/:highk == "0") {
Set("/:highkick", /:highkick + "1");
Set("/:highk", "1");
}
Symbol 362 MovieClip Frame 1
if ("1" < /:kickwait) {
tellTarget ("/kickcombo") {
gotoAndPlay ("go");
};
}
Symbol 362 MovieClip Frame 2
if ("1" < /:kickwait) {
tellTarget ("/kickcombo") {
gotoAndPlay ("go");
};
}
Symbol 362 MovieClip Frame 42
Set("/:kickwait", "0");
stop();
Symbol 363 MovieClip Frame 2
if (/:fell == "0") {
tellTarget ("bk") {
play();
};
} else {
tellTarget ("bk") {
stop();
};
}
Symbol 366 MovieClip Frame 1
if (/:time < "1") {
gotoAndPlay (4);
} else {
gotoAndPlay (68);
}
Symbol 403 Button
on (release, keyPress "0") {
Set("/:losewait", "0");
if (/:home == "1") {
r = random("7");
if (r == "1") {
getURL ("apple.shtml");
}
if (r == "2") {
getURL ("boy.shtml");
}
if (r == "3") {
getURL ("car.shtml");
}
if (r == "4") {
getURL ("duck.shtml");
}
if (r == "5") {
getURL ("egg.shtml");
}
if (r == "6") {
getURL ("fig.shtml");
}
} else {
tellTarget ("/") {
gotoAndPlay (1);
};
}
}
Symbol 404 MovieClip Frame 1
Set("/:losewait", "1");
Symbol 404 MovieClip Frame 126
Set("/:finalscore", int((((/:highest / "10") + (/:highkick * "5")) + (/:highballon * "10")) + /:score));
Symbol 404 MovieClip Frame 178
if (("499" < /:finalscore) and (/:finalscore < "1000")) {
Set("/:scval", "500 Secret Code");
Set("/:here", "BIG");
} else if (("999" < /:finalscore) and (/:finalscore < "1500")) {
Set("/:scval", "1000 Secret Code");
Set("/:here", "SKILLS");
} else if (("1499" < /:finalscore) and (/:finalscore < "2000")) {
Set("/:scval", "1500 Secret Code");
Set("/:here", "WATCH");
} else if (("1999" < /:finalscore) and (/:finalscore < "2500")) {
Set("/:scval", "2000 Secret Code");
Set("/:here", "2CODES");
} else if (("2499" < /:finalscore) and (/:finalscore < "3000")) {
Set("/:scval", "2500 Secret Code");
Set("/:here", "ROBOT");
} else if (("2999" < /:finalscore) and (/:finalscore < "3500")) {
Set("/:scval", "3000 Secret Code");
Set("/:here", "MASTER");
} else {
tt = random("10");
Set("/:scval", "Rookie Secret Code");
if (tt == "1") {
Set("/:here", "MOON");
}
if (tt == "2") {
Set("/:here", "BEACH");
}
if (tt == "3") {
Set("/:here", "WATER");
}
if (tt == "4") {
Set("/:here", "NOGREEN");
}
if (tt == "5") {
Set("/:here", "FREAK");
}
if (tt == "6") {
Set("/:here", "GHOST");
}
if (tt == "7") {
Set("/:here", "FEVER");
}
if (tt == "8") {
Set("/:here", "DRUNK");
}
if (tt == "9") {
Set("/:here", "BLACK");
}
}
Symbol 404 MovieClip Frame 210
stop();
Symbol 405 MovieClip Frame 4
if (/:score < "450") {
f = random("6");
if (f == "1") {
gotoAndPlay (21);
}
if (f == "2") {
gotoAndPlay (14);
}
if (f == "3") {
gotoAndPlay (18);
}
if (f == "4") {
gotoAndPlay (21);
}
if (f == "5") {
gotoAndPlay (54);
}
ll = random("10");
if (ll == "5") {
Set("/:char", random("3") + "1");
}
} else {
f = random("6");
if (f == "1") {
gotoAndPlay (37);
}
if (f == "2") {
gotoAndPlay (14);
}
if (f == "3") {
gotoAndPlay (18);
}
if (f == "4") {
gotoAndPlay (37);
}
if (f == "5") {
gotoAndPlay (54);
}
ll = random("10");
if (ll == "5") {
Set("/:char", random("3") + "1");
}
}
Symbol 405 MovieClip Frame 14
if ("70" < getProperty("/bot", _x)) {
setProperty("/bot", _x , getProperty("/bot", _x) - "5");
tellTarget ("/bot") {
gotoAndPlay ("left");
};
} else {
gotoAndPlay (18);
}
Symbol 405 MovieClip Frame 15
g = random("12");
if (g == "8") {
gotoAndPlay (1);
} else {
gotoAndPlay (14);
}
Symbol 405 MovieClip Frame 18
if (getProperty("/bot", _x) < "380") {
setProperty("/bot", _x , getProperty("/bot", _x) + "5");
tellTarget ("/bot") {
gotoAndPlay ("right");
};
} else {
gotoAndPlay (14);
}
Symbol 405 MovieClip Frame 19
g = random("12");
if (g == "8") {
gotoAndPlay (1);
} else {
gotoAndPlay (18);
}
Symbol 405 MovieClip Frame 21
oo = random("2") + "1";
if (oo == "1") {
tellTarget ("/bot") {
gotoAndPlay ("k1");
};
}
if (oo == "2") {
tellTarget ("/bot") {
gotoAndPlay ("k2");
};
}
Symbol 405 MovieClip Frame 35
gotoAndPlay (1);
Symbol 405 MovieClip Frame 37
oo = random("3") + "1";
if (oo == "1") {
tellTarget ("/bot") {
gotoAndPlay ("k8");
};
}
if (oo == "2") {
tellTarget ("/bot") {
gotoAndPlay ("k7");
};
}
if (oo == "3") {
tellTarget ("/bot") {
gotoAndPlay ("k9");
};
}
Symbol 405 MovieClip Frame 51
gotoAndPlay (1);
Symbol 405 MovieClip Frame 54
tellTarget ("/bot") {
gotoAndPlay ("talk");
}
Symbol 405 MovieClip Frame 203
gotoAndPlay (1);
Symbol 409 Button
on (press) {
getURL (/:gotourl);
}
Symbol 410 MovieClip Frame 1
if (/:url ne "") {
Set("/:gotourl", "http://" add /:url);
_visible = "1";
} else {
_visible = "1";
Set("/:gotourl", "Http://FlashGameStudio.com");
}
Symbol 416 Button
on (release) {
if (((/:score_done == "1") and (/:hiscore20 < /:finalscore)) and (/:old_score <> /:finalscore)) {
Set("/:old_score", /:finalscore);
Set("/:hiscore", /:finalscore);
if (/:xname eq "Name Here") {
Set("/:xname", "flashgamestudio");
}
loadVariablesNum ((((("/scores.php?action=sendscore&game=" add /:game) add "&hiscore=") add /:hiscore) add "&xname=") add /:xname, "0", "POST");
_visible = "0";
}
}
Symbol 419 MovieClip Frame 1
if ((/:hiscore20 < /:finalscore) and (/:local == "1")) {
_visible = "1";
} else {
_visible = "0";
stop();
}
Symbol 500 MovieClip Frame 1
if (/:local == "1") {
_visible = "1";
} else {
_visible = "0";
stop();
}
Symbol 500 MovieClip Frame 40
Set("/:game", "superhs");
loadVariablesNum ("/scores.php?action=getscores&game=" add /:game, "0", "POST");
Symbol 500 MovieClip Frame 177
stop();