Frame 1
fscommand ("trapallkeys", true);
fscommand ("showmenu", false);
fscommand ("trapallkeys", "true");
fscommand ("showmenu", "false");
Total = _root.getBytesTotal();
TotalField = Total;
Percent = 1;
fscommand ("allowscale", false);
Instance of Symbol 117 MovieClip "bar" in Frame 1
onClipEvent (enterFrame) {
this._xscale = _root.Percent;
}
Frame 2
Load = _root.getBytesLoaded();
LoadField = Load;
Percent = int((Load / Total) * 100);
PercentField = Percent + " %";
Frame 3
if (Load < Total) {
gotoAndPlay (2);
}
Instance of Symbol 131 MovieClip in Frame 72
on (release) {
getURL ("http://flashart.com.ua", "_blank");
}
Frame 183
chooser2.gotoAndStop(2);
compScore = 0;
persScore = 0;
_root.player1 = "ya";
_root.player2 = "yu";
_root.player11chel = true;
_root.player22chel = false;
mySound = new Sound(this);
_root.mySound.stop();
_root.mySound.attachSound("_supermusic");
_root.mySound.start(0, 300);
Instance of Symbol 171 MovieClip in Frame 183
on (release) {
chosen = false;
if ((_root.player1 == "ya") && (chosen != true)) {
chosen = true;
_root.player1 = "yu";
_root.player2 = "ya";
this.gotoAndStop(2);
}
if ((_root.player1 == "yu") && (chosen != true)) {
chosen = true;
_root.player1 = "ya";
_root.player2 = "yu";
this.gotoAndStop(1);
}
}
Instance of Symbol 179 MovieClip "chooser" in Frame 183
on (release) {
_root.mySound.attachSound("_schelk");
_root.mySound.start();
_root.player22chel = !_root.player22chel;
if (_root.player22chel == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 191 MovieClip in Frame 183
onClipEvent (load) {
zvuk = true;
}
on (release) {
zvuk = !zvuk;
if (zvuk == true) {
_root.mySound.setVolume(100);
this.gotoAndStop(1);
} else {
_root.mySound.setVolume(0);
this.gotoAndStop(2);
}
}
Instance of Symbol 179 MovieClip "chooser2" in Frame 183
on (release) {
_root.mySound.attachSound("_schelk");
_root.mySound.start();
_root.player11chel = !_root.player11chel;
if (_root.player11chel == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Frame 193
chooser2.gotoAndStop(2);
compScore = 0;
persScore = 0;
_root.player1 = "ya";
_root.player2 = "yu";
_root.player11chel = true;
_root.player22chel = false;
instruction._visible = false;
stop();
Frame 194
function init() {
score = 0;
time = time + t;
t0 = getTimer();
xspeed = 1;
yspeed = 10;
rotationUskorenie = 0.3;
persSpeed = 0;
rotationSpeed = 0;
compSpeed = 0;
myTurn = true;
t0 = getTimer();
compMaxSpeed = 12;
persMaxSpeed = 12;
compSpeedPrirost = 3;
persSpeedPrirost = 3;
persPower = 0;
compPower = 0;
apelsinSpeed = 35;
gameOver = false;
roundOver = false;
if (player1 == "yu") {
apelsinSpeed = -apelsinSpeed;
}
persDelay = 0;
compDelay = 0;
_root.papka._visible = true;
_root.papka._x = 360;
_root.papka._y = 320;
_root.yspeed = random(10) - 5;
if (random(2) == 1) {
myTurn = false;
xspeed = -1;
_root.rasschetTraektorii();
} else {
myTurn = true;
xspeed = 1;
_root.rasschetTraektorii2();
}
}
function apelsinka(persComp) {
_root.apelsin.duplicateMovieClip("apelsin2", _root.getNextHighestDepth());
_root.apelsin2._y = eval ("_root." + persComp)._y + 60;
if (persComp == "comp") {
_root.apelsin2._x = 200;
} else {
_root.apelsin2._x = 500;
}
_root.apelsin2.onEnterFrame = _root.apelsinkaMove;
}
function apelsinkaMove() {
this._x = this._x + _root.apelsinSpeed;
if ((this._x > 700) || (this._x < 0)) {
removeMovieClip(this);
}
if (this.hitTest(_root.pers.pers)) {
_root.persDelay = 30;
_root.persSpeed = 0;
_root.pers.pers.gotoAndPlay("hit");
removeMovieClip(this);
}
if (this.hitTest(_root.comp.pers)) {
_root.compDelay = 30;
_root.compSpeed = 0;
_root.comp.pers.gotoAndPlay("hit");
removeMovieClip(this);
}
if (this.hitTest(_root.papka)) {
if (((_root.myTurn == true) && (_root.player1 == "yu")) && (_root.xspeed != 0)) {
_root.xspeed = -_root.xspeed;
_root.myTurn = !_root.myTurn;
_root.rasschetTraektorii();
removeMovieClip(this);
}
if (((_root.myTurn == false) && (_root.player2 == "yu")) && (_root.xspeed != 0)) {
_root.xspeed = -_root.xspeed;
_root.myTurn = !_root.myTurn;
_root.rasschetTraektorii2();
removeMovieClip(this);
}
}
}
function rasschetTraektorii() {
removeMovieClip(papka2);
i = 0;
duplicateMovieClip (_root.papka, "papka2", _root.getNextHighestDepth());
_root.papka2._visible = false;
xsp = _root.xspeed;
ysp = _root.yspeed;
rsp = _root.rotationSpeed;
while (_root.papka2._x > 90) {
_root.myTurn = false;
_root.papka2.papkaMovement();
}
_root.xspeed = xsp;
_root.yspeed = ysp;
_root.rotationSpeed = rsp;
_root.rasschetOkonchen = true;
}
function rasschetTraektorii2() {
removeMovieClip(papka3);
i = 0;
duplicateMovieClip (_root.papka, "papka3", _root.getNextHighestDepth());
_root.papka3._visible = false;
xsp = _root.xspeed;
ysp = _root.yspeed;
rsp = _root.rotationSpeed;
while (_root.papka3._x < 610) {
_root.myTurn = true;
_root.papka3.papkaMovement();
}
_root.xspeed = xsp;
_root.yspeed = ysp;
_root.rotationSpeed = rsp;
_root.rasschetOkonchen = true;
}
function outOfRoom() {
while (_root.pers._y < 20) {
_root.pers._y = _root.pers._y + 1;
_root.persSpeed = 0;
}
while (_root.pers._y > 350) {
_root.pers._y = _root.pers._y - 1;
_root.persSpeed = 0;
}
while (_root.comp._y < 20) {
_root.comp._y = _root.comp._y + 1;
_root.compSpeed = 0;
}
while (_root.comp._y > 350) {
_root.comp._y = _root.comp._y - 1;
_root.compSpeed = 0;
}
}
function persik() {
if (_root.myTurn == true) {
this.shotDone();
}
if (this.sensor.hitTest(_root.papka) && (_root.myTurn == true)) {
_root.myTurn = false;
if (this._y > (_root.papka._y - 80)) {
this.pers.gotoAndPlay("head");
} else {
this.pers.gotoAndPlay("foot");
}
_root.xspeed = -_root.xspeed;
_root.rotationSpeed = _root.rotationSpeed + _root.persSpeed;
_root.yspeed = _root.yspeed + (_root.persSpeed / 3);
if (_root.yspeed > 10) {
_root.yspeed = _root.yspeed - 1;
}
if (_root.yspeed < -10) {
_root.yspeed = _root.yspeed + 1;
}
_root.rasschetTraektorii();
}
if (Key.isDown(38) && (_root.shot != true)) {
_root.persSpeed = _root.persSpeed - 2;
}
if (Key.isDown(40) && (_root.shot != true)) {
_root.persSpeed = _root.persSpeed + 2;
}
if (Key.isDown(163) && (_root.persPower >= 100)) {
_root.shot = true;
_root.persPower = 0;
this.pers.gotoAndPlay("shot");
if (_root.player1 == "yu") {
_root.apelsinka("pers");
}
}
if (_root.persSpeed < 0) {
_root.persSpeed = _root.persSpeed + 1;
}
if (_root.persSpeed > 0) {
_root.persSpeed = _root.persSpeed - 1;
}
if (persDelay == 0) {
this._y = this._y + persSpeed;
} else {
persDelay--;
}
if (player1 == "yu") {
_root.persPower = _root.persPower + 2;
}
if (player1 == "ya") {
_root.persPower = _root.persPower + 0.5;
}
_root.outOfRoom();
}
function persik2() {
if (_root.myTurn == false) {
this.shotDone();
}
if (this.sensor.hitTest(_root.papka) && (_root.myTurn == false)) {
_root.myTurn = true;
if (this._y > (_root.papka._y - 80)) {
this.pers.gotoAndPlay("head");
} else {
this.pers.gotoAndPlay("foot");
}
_root.xspeed = -_root.xspeed;
_root.rotationSpeed = _root.rotationSpeed - _root.compSpeed;
_root.yspeed = _root.yspeed + (_root.compSpeed / 3);
if (_root.yspeed > 10) {
_root.yspeed = _root.yspeed - 1;
}
if (_root.yspeed < -10) {
_root.yspeed = _root.yspeed + 1;
}
_root.rasschetTraektorii2();
}
if (Key.isDown(81) && (_root.shot != true)) {
_root.compSpeed = _root.compSpeed - 2;
}
if (Key.isDown(65) && (_root.shot != true)) {
_root.compSpeed = _root.compSpeed + 2;
}
if (Key.isDown(32) && (_root.compPower >= 100)) {
_root.compPower = 0;
this.pers.gotoAndPlay("shot");
if (_root.player2 == "yu") {
_root.apelsinka("comp");
}
}
if (_root.compSpeed < 0) {
_root.compSpeed = _root.compSpeed + 1;
}
if (_root.compSpeed > 0) {
_root.compSpeed = _root.compSpeed - 1;
}
if (compDelay == 0) {
this._y = this._y + compSpeed;
} else {
compDelay--;
}
if (player2 == "yu") {
_root.compPower = _root.compPower + 2;
}
if (player2 == "ya") {
_root.compPower = _root.compPower + 0.5;
}
_root.outOfRoom();
}
function campik() {
if (_root.compPower == 100) {
if ((_root.papka._x < 200) && (_root.player2 == "ya")) {
_root.compPower = 0;
this.pers.gotoAndPlay("shot");
}
if ((_root.player2 == "yu") && (Math.abs(_root.comp._y - _root.pers._y) < 30)) {
_root.compPower = 0;
this.pers.gotoAndPlay("shot");
_root.apelsinka("comp");
}
} else {
if (_root.player2 == "yu") {
_root.compPower = _root.compPower + 2;
}
if (_root.player2 == "ya") {
_root.compPower = _root.compPower + 0.5;
}
}
this.shotDone();
if (this.sensor.hitTest(_root.papka) && (_root.myTurn == false)) {
if (this._y > (_root.papka._y - 80)) {
this.pers.gotoAndPlay("head");
} else {
this.pers.gotoAndPlay("foot");
}
_root.myTurn = true;
_root.xspeed = -_root.xspeed;
_root.rotationSpeed = _root.rotationSpeed + _root.compSpeed;
_root.yspeed = _root.yspeed + (_root.compSpeed / 3);
if (_root.yspeed > 10) {
_root.yspeed = _root.yspeed - 1;
}
if (_root.yspeed < -10) {
_root.yspeed = _root.yspeed + 1;
}
_root.rasschetTraektorii2();
}
path = (_root.comp._y + 80) - _root.papka2._y;
if (path > 0) {
_root.compSpeed = _root.compSpeed - _root.compSpeedPrirost;
}
if (path < 0) {
_root.compSpeed = _root.compSpeed + _root.compSpeedPrirost;
}
if (_root.compSpeed < 0) {
_root.compSpeed = _root.compSpeed + 1;
}
if (_root.compSpeed > 0) {
_root.compSpeed = _root.compSpeed - 1;
}
if ((_root.compSpeed > 0) && (_root.compSpeed > _root.compMaxSpeed)) {
_root.compSpeed = _root.compMaxSpeed;
}
if ((_root.compSpeed < 0) && (_root.compSpeed < (-_root.compMaxSpeed))) {
_root.compSpeed = -_root.compMaxSpeed;
}
if (compDelay == 0) {
this._y = this._y + _root.compSpeed;
} else {
compDelay--;
}
_root.outOfRoom();
}
function campik2() {
if (_root.persPower == 100) {
if ((_root.papka._x > 450) && (_root.player1 == "ya")) {
_root.persPower = 0;
this.pers.gotoAndPlay("shot");
}
if ((_root.player1 == "yu") && (Math.abs(_root.comp._y - _root.pers._y) < 30)) {
_root.persPower = 0;
this.pers.gotoAndPlay("shot");
_root.apelsinka("pers");
}
} else {
if (_root.player1 == "yu") {
_root.persPower = _root.persPower + 2;
}
if (_root.player1 == "ya") {
_root.persPower = _root.persPower + 0.5;
}
}
this.shotDone();
if (this.sensor.hitTest(_root.papka) && (_root.myTurn == true)) {
if (this._y > (_root.papka._y - 80)) {
this.pers.gotoAndPlay("head");
} else {
this.pers.gotoAndPlay("foot");
}
_root.myTurn = false;
_root.xspeed = -_root.xspeed;
_root.rotationSpeed = _root.rotationSpeed + _root.persSpeed;
_root.yspeed = _root.yspeed + (_root.persSpeed / 3);
if (_root.yspeed > 10) {
_root.yspeed = _root.yspeed - 1;
}
if (_root.yspeed < -10) {
_root.yspeed = _root.yspeed + 1;
}
_root.rasschetTraektorii();
}
path = (_root.pers._y + 80) - _root.papka3._y;
if (path > 0) {
_root.persSpeed = _root.persSpeed - _root.persSpeedPrirost;
}
if (path < 0) {
_root.persSpeed = _root.persSpeed + _root.persSpeedPrirost;
}
if (_root.persSpeed < 0) {
_root.persSpeed = _root.persSpeed + 1;
}
if (_root.persSpeed > 0) {
_root.persSpeed = _root.persSpeed - 1;
}
if ((_root.persSpeed > 0) && (_root.persSpeed > _root.persMaxSpeed)) {
_root.persSpeed = 12;
}
if ((_root.persSpeed < 0) && (_root.perspSpeed < (-_root.persMaxSpeed))) {
_root.persSpeed = -12;
}
if (persDelay == 0) {
this._y = this._y + _root.persSpeed;
} else {
persDelay--;
}
_root.outOfRoom();
}
function otherKeys(currentKey) {
if (currentKey == "up") {
if (((Key.isDown(37) == false) && (Key.isDown(39) == false)) && (Key.isDown(40) == false)) {
return(false);
}
return(true);
}
if (currentKey == "down") {
if (((Key.isDown(37) == false) && (Key.isDown(38) == false)) && (Key.isDown(39) == false)) {
return(false);
}
return(true);
}
if (currentKey == "left") {
if (((Key.isDown(39) == false) && (Key.isDown(39) == false)) && (Key.isDown(40) == false)) {
return(false);
}
return(true);
}
if (currentKey == "right") {
if (((Key.isDown(37) == false) && (Key.isDown(38) == false)) && (Key.isDown(40) == false)) {
return(false);
}
return(true);
}
}
time = 0;
MovieClip.prototype.shotDone = function () {
if (_root.player1 == "ya") {
turn = true;
} else {
turn = false;
}
if (this.pers.hand.hitTest(_root.papka) && (_root.myTurn == turn)) {
_root.myTurn = !turn;
this.pers.mySound.attachSound("_punch");
this.pers.mySound.start();
_root.xspeed = -_root.xspeed;
if (_root.player1 == "ya") {
_root.rotationSpeed = _root.rotationSpeed + _root.persSpeed;
_root.yspeed = _root.yspeed + (_root.persSpeed / 3);
_root.xspeed = -50;
_root.rasschetTraektorii();
} else {
_root.rotationSpeed = _root.rotationSpeed + _root.compSpeed;
_root.yspeed = _root.yspeed + (_root.compSpeed / 3);
_root.xspeed = 50;
_root.rasschetTraektorii2();
}
}
};
MovieClip.prototype.papkaMovement = function () {
this._x = this._x + _root.xspeed;
this._y = this._y + _root.yspeed;
this._rotation = this._rotation + _root.rotationSpeed;
if (_root.rotationSpeed > 0) {
_root.rotationSpeed = _root.rotationSpeed - _root.rotationUskorenie;
}
if (_root.rotationSpeed < 0) {
_root.rotationSpeed = _root.rotationSpeed + _root.rotationUskorenie;
}
if ((this._y > 470) || (this._y < 30)) {
_root.yspeed = -_root.yspeed;
}
while (this._y < 30) {
this._y++;
}
while (this._y > 470) {
this._y--;
}
if (this._x < 0) {
_root.persScore++;
_root.pscore.gotoAndPlay(2);
_root.papka._x = 300;
_root.papka._visible = false;
_root.xspeed = 0;
_root.roundOver = true;
_root.screen.gotoAndPlay("nextRound");
_root.mySound.attachSound("_gol");
_root.mySound.start();
}
if (this._x > 700) {
_root.compScore++;
_root.cscore.gotoAndPlay(2);
_root.papka._x = 300;
_root.papka._visible = false;
_root.xspeed = 0;
_root.roundOver = true;
_root.screen.gotoAndPlay("nextRound");
_root.mySound.attachSound("_gol");
_root.mySound.start();
}
if (_root.xspeed < -20) {
_root.xspeed = _root.xspeed + 0.5;
}
if (_root.xspeed > 20) {
_root.xspeed = _root.xspeed - 0.5;
}
if ((_root.xspeed > 0) && (_root.xspeed < 20)) {
_root.xspeed = _root.xspeed + 0.2;
}
if ((_root.xspeed < 0) && (_root.xspeed > -20)) {
_root.xspeed = _root.xspeed - 0.2;
}
};
_root.pers.attachMovie(player1, "pers", _root.pers.pers.getDepth());
_root.comp.attachMovie(player2, "pers", _root.comp.pers.getDepth());
_root.comp.pers._x = _root.comp.pers._x - 30;
papka.onEnterFrame = papkaMovement;
if (player11chel == true) {
pers.onEnterFrame = persik;
}
if (player11chel == false) {
pers.onEnterFrame = campik2;
}
if (player22chel == true) {
comp.onEnterFrame = persik2;
}
if (player22chel == false) {
comp.onEnterFrame = campik;
}
screen.gotoAndPlay(2);
papka._visible = false;
onEnterFrame = function () {
if (((persScore >= 10) && (gameOver == false)) || ((compScore >= 10) && (gameOver == false))) {
gameOver = true;
gotoAndPlay ("gameOver");
}
if (roundOver != true) {
_root.t = int((getTimer() - _root.t0) / 1000);
}
};
stop();
Instance of Symbol 139 MovieClip in Frame 194
onClipEvent (load) {
if (_root.player1 == "yu") {
this.gotoAndStop(2);
}
}
Instance of Symbol 289 MovieClip "cpower" in Frame 194
onClipEvent (enterFrame) {
this.gotoAndStop(_root.compPower);
}
Instance of Symbol 289 MovieClip "cpower" in Frame 194
onClipEvent (enterFrame) {
this.gotoAndStop(_root.persPower);
}
Frame 195
_root.papka._x = 300;
_root.papka._visible = false;
xspeed = 0;
yspeed = 0;
checksum = 0;
score = (persScore - compScore) * 1000;
if (score < 0) {
score = score - (800 - time);
} else {
score = score + (800 - time);
}
if (score >= 0) {
i = 0;
while (i < score) {
checksum = checksum + i;
i++;
}
checksum = checksum - (score * 3);
} else {
i = 0;
while (i > score) {
checksum = checksum + i;
i--;
}
checksum = checksum - (score * 3);
}
play();
Instance of Symbol 327 MovieClip in Frame 195
on (release) {
getURL ("http://flashart.com.ua", "_blank");
}
Instance of Symbol 344 MovieClip "nick" in Frame 195
onClipEvent (load) {
this._visible = false;
}
Frame 209
stop();
Symbol 68 MovieClip [yu] Frame 1
mySound = new Sound(this);
_root.shot = false;
stop();
Symbol 68 MovieClip [yu] Frame 2
mySound.attachSound("_head");
mySound.start();
Symbol 68 MovieClip [yu] Frame 9
gotoAndStop (1);
Symbol 68 MovieClip [yu] Frame 10
mySound.attachSound("_kick");
mySound.start();
Symbol 68 MovieClip [yu] Frame 17
gotoAndStop (1);
Symbol 68 MovieClip [yu] Frame 18
mySound.attachSound("_beep");
mySound.start();
Symbol 68 MovieClip [yu] Frame 26
gotoAndStop (1);
Symbol 113 MovieClip [ya] Frame 1
_root.shot = false;
stop();
mySound = new Sound(this);
Symbol 113 MovieClip [ya] Frame 2
mySound.attachSound("_head2");
mySound.start();
Symbol 113 MovieClip [ya] Frame 7
gotoAndStop (1);
Symbol 113 MovieClip [ya] Frame 8
mySound.attachSound("_kick2");
mySound.start();
Symbol 113 MovieClip [ya] Frame 15
gotoAndStop (1);
Symbol 113 MovieClip [ya] Frame 16
play();
Symbol 113 MovieClip [ya] Frame 22
gotoAndStop (1);
Symbol 113 MovieClip [ya] Frame 23
mySound.attachSound("_hit");
mySound.start();
Symbol 121 Button
on (release) {
getURL ("http://flashart.com.ua", "_blank");
}
Symbol 139 MovieClip Frame 1
stop();
Symbol 144 Button
on (release) {
if (_root.player1 != undefined) {
_root.gotoAndPlay("startGame");
}
}
Symbol 147 Button
on (release) {
_root.instruction._visible = true;
}
Symbol 154 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 1
stop();
Symbol 163 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 1
stop();
Instance of Symbol 164 MovieClip "head" in Symbol 165 MovieClip Frame 1
on (press) {
_parent.gotoAndPlay("death");
}
Symbol 171 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 1
stop();
Symbol 191 MovieClip Frame 1
stop();
Symbol 206 Button
on (release) {
_root.instruction._visible = false;
}
Symbol 222 Button
on (release) {
gotoAndPlay ("gameOver");
}
Symbol 243 MovieClip Frame 1
stop();
Symbol 275 MovieClip Frame 1
stop();
Symbol 275 MovieClip Frame 26
head.gotoAndPlay(2);
Symbol 275 MovieClip Frame 76
_root.init();
Symbol 275 MovieClip Frame 106
stop();
Symbol 278 MovieClip Frame 1
stop();
Symbol 289 MovieClip Frame 1
stop();
Symbol 292 MovieClip Frame 1
stop();
Symbol 295 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 2
play();
Symbol 300 MovieClip Frame 39
_root.luts.gotoAndPlay(2);
Symbol 300 MovieClip Frame 59
gotoAndStop (1);
Symbol 300 MovieClip Frame 125
_root.luts.gotoAndPlay(2);
Symbol 310 Button
on (release) {
_root.player1 = undefined;
_root.player2 = undefined;
_root.gotoAndPlay("newGame");
}
Symbol 314 Button
on (release) {
getURL ("http://politball.net.ua/highscores-eng.php", "_blank");
}
Symbol 318 Button
on (release) {
if (_root.twoPlayers != true) {
_root.nick._visible = true;
}
}
Symbol 325 MovieClip Frame 1
if (_root.player1 == "yu") {
gotoAndStop (2);
}
if (_root.player11chel == true) {
t1 = "\u0447\u0435\u043B\u043E\u0432\u0435\u043A";
} else {
t1 = "\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440";
}
if (_root.player22chel == true) {
t2 = "\u0447\u0435\u043B\u043E\u0432\u0435\u043A";
} else {
t2 = "\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440";
}
stop();
Instance of Symbol 319 MovieClip in Symbol 325 MovieClip Frame 1
onClipEvent (load) {
if (((_root.player11chel == true) && (_root.player22chel == true)) || ((_root.player11chel == false) && (_root.player22chel == false))) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 322 MovieClip in Symbol 325 MovieClip Frame 1
onClipEvent (load) {
if (((_root.player11chel == true) && (_root.player22chel == true)) || ((_root.player11chel == false) && (_root.player22chel == false))) {
this._visible = false;
} else {
this._visible = true;
}
}
Symbol 325 MovieClip Frame 2
if (_root.player11chel == true) {
t1 = "\u0447\u0435\u043B\u043E\u0432\u0435\u043A";
} else {
t1 = "\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440";
}
if (_root.player22chel == true) {
t2 = "\u0447\u0435\u043B\u043E\u0432\u0435\u043A";
} else {
t2 = "\u043A\u043E\u043C\u043F\u044C\u044E\u0442\u0435\u0440";
}
Symbol 329 MovieClip Frame 1
stop();
Symbol 341 Button
on (release) {
if (((_root.nickName != undefined) && (_root.nickName != "")) && (_root.nickName != " ")) {
getURL ((((((("http://politball.net.ua/highscores-eng.php?n=" + _root.nickName) + "&s=") + _root.score) + "&p=") + _root.player1) + "&c=") + _root.checksum);
_root.nick._visible = false;
}
}