Frame 1
stop();
Frame 5
rotation = 0;
rotat = 10;
r = 10;
round = 1;
_root.round1 = 0;
igra = new Array();
igra[0] = new Array(0, 0, 0, 0, 0, 0, 0, 0);
igra[1] = new Array(0, 0, 0, 0, 0, 0, 0, 0);
igra[2] = new Array(0, 0, 0, 0, 0, 0, 0, 0);
igra[3] = new Array(0, 0, 0, 0, 0, 0, 0, 0);
igra[4] = new Array(0, 0, 0, 0, 0, 0, 0, 0);
igra[5] = new Array(0, 0, 0, 0, 0, 0, 0, 0);
igra[6] = new Array();
scoreteam = new Array();
playoffteam = new Array();
teams = new Array("00", "KOREA", "ARGENTINA", "PORTUGAL", "RUSSIA", "USA", "SWEDEN", "ITALY", "BELGIUM", "JAPAN", "SPAIN", "GERMANY", "DANMARK", "ENGLAND", "BRAZIL", "FRANCE", "TURKEY");
team = teams[15];
play();
Frame 6
stop();
Frame 7
i = 0;
while (15 >= i) {
this["team" + i] = igra[6][i];
i++;
}
stop();
Frame 12
if (round == 1) {
i = 0;
while (3 >= i) {
this["team" + i] = igra[6][i];
i++;
}
} else if (round == 2) {
team0 = igra[6][0];
team1 = igra[6][2];
team2 = igra[6][1];
team3 = igra[6][3];
} else if (round == 3) {
team0 = igra[6][0];
team1 = igra[6][3];
team2 = igra[6][1];
team3 = igra[6][2];
}
if ((((igra[6][_root.round] == "JAPAN") || (igra[6][_root.round] == "KOREA")) || (igra[6][_root.round] == "TURKEY")) || (igra[6][_root.round] == "USA")) {
_root.koef = 5;
_root.rotation1 = 5;
} else if ((((igra[6][_root.round] == "DANMARK") || (igra[6][_root.round] == "BELGIUM")) || (igra[6][_root.round] == "SWEDEN")) || (igra[6][_root.round] == "RUSSIA")) {
_root.koef = 9;
_root.rotation1 = 5;
} else if ((((igra[6][_root.round] == "GERMANY") || (igra[6][_root.round] == "PORTUGAL")) || (igra[6][_root.round] == "ITALY")) || (igra[6][_root.round] == "SPAIN")) {
_root.koef = 12;
_root.rotation1 = 6;
} else if ((((igra[6][_root.round] == "FRANCE") || (igra[6][_root.round] == "BRAZIL")) || (igra[6][_root.round] == "ARGENTINA")) || (igra[6][_root.round] == "ENGLAND")) {
_root.koef = 20;
_root.rotation1 = 6;
}
stop();
Frame 17
if (round == 1) {
scoreteam[0] = scoreY;
scoreteam[1] = scoreR;
p = 2;
while (3 >= p) {
scoreteam[p] = random(6);
p++;
}
igra[4][0] = igra[4][0] + scoreteam[1];
igra[4][1] = igra[4][1] + scoreteam[0];
igra[4][2] = igra[4][2] + scoreteam[3];
igra[4][3] = igra[4][3] + scoreteam[2];
if (scoreteam[1] < scoreteam[0]) {
igra[0][0] = igra[0][0] + 1;
igra[1][1] = igra[1][1] + 1;
igra[5][0] = igra[5][0] + 3;
igra[5][1] = igra[5][1] + 0;
} else if (scoreteam[0] < scoreteam[1]) {
igra[1][0] = igra[1][0] + 1;
igra[0][1] = igra[0][1] + 1;
igra[5][0] = igra[5][0] + 0;
igra[5][1] = igra[5][1] + 3;
} else if (scoreteam[0] == scoreteam[1]) {
igra[2][0] = igra[2][0] + 1;
igra[2][1] = igra[2][1] + 1;
igra[5][0] = igra[5][0] + 1;
igra[5][1] = igra[5][1] + 1;
}
if (scoreteam[3] < scoreteam[2]) {
igra[0][2] = igra[0][2] + 1;
igra[1][3] = igra[1][3] + 1;
igra[5][2] = igra[5][2] + 3;
igra[5][3] = igra[5][3] + 0;
} else if (scoreteam[2] < scoreteam[3]) {
igra[0][3] = igra[0][3] + 1;
igra[1][2] = igra[1][2] + 1;
igra[5][3] = igra[5][3] + 3;
igra[5][2] = igra[5][2] + 0;
} else if (scoreteam[2] == scoreteam[3]) {
igra[2][2] = igra[2][2] + 1;
igra[2][3] = igra[2][3] + 1;
igra[5][2] = igra[5][2] + 1;
igra[5][3] = igra[5][3] + 1;
}
score0 = scoreteam[0];
score1 = scoreteam[1];
score2 = scoreteam[2];
score3 = scoreteam[3];
} else if (round == 2) {
scoreteam[0] = scoreY;
scoreteam[2] = scoreR;
scoreteam[1] = random(6);
scoreteam[3] = random(6);
igra[4][0] = igra[4][0] + scoreteam[2];
igra[4][1] = igra[4][1] + scoreteam[3];
igra[4][2] = igra[4][2] + scoreteam[0];
igra[4][3] = igra[4][3] + scoreteam[1];
if (scoreteam[2] < scoreteam[0]) {
igra[0][0] = igra[0][0] + 1;
igra[1][2] = igra[1][2] + 1;
igra[5][0] = igra[5][0] + 3;
igra[5][2] = igra[5][2] + 0;
} else if (scoreteam[0] < scoreteam[2]) {
igra[1][0] = igra[1][0] + 1;
igra[0][2] = igra[0][2] + 1;
igra[5][0] = igra[5][0] + 0;
igra[5][2] = igra[5][2] + 3;
} else if (scoreteam[0] == scoreteam[2]) {
igra[2][0] = igra[2][0] + 1;
igra[2][2] = igra[2][2] + 1;
igra[5][0] = igra[5][0] + 1;
igra[5][2] = igra[5][2] + 1;
}
if (scoreteam[3] < scoreteam[1]) {
igra[0][1] = igra[0][1] + 1;
igra[1][3] = igra[1][3] + 1;
igra[5][1] = igra[5][1] + 3;
igra[5][3] = igra[5][3] + 0;
} else if (scoreteam[1] < scoreteam[3]) {
igra[0][3] = igra[0][3] + 1;
igra[1][1] = igra[1][1] + 1;
igra[5][3] = igra[5][3] + 3;
igra[5][1] = igra[5][1] + 0;
} else if (scoreteam[1] == scoreteam[3]) {
igra[2][1] = igra[2][1] + 1;
igra[2][3] = igra[2][3] + 1;
igra[5][1] = igra[5][1] + 1;
igra[5][3] = igra[5][3] + 1;
}
score0 = scoreteam[0];
score1 = scoreteam[2];
score2 = scoreteam[1];
score3 = scoreteam[3];
} else if (round == 3) {
scoreteam[0] = scoreY;
scoreteam[3] = scoreR;
scoreteam[1] = random(6);
scoreteam[2] = random(6);
igra[4][0] = igra[4][0] + scoreteam[3];
igra[4][1] = igra[4][1] + scoreteam[2];
igra[4][2] = igra[4][2] + scoreteam[1];
igra[4][3] = igra[4][3] + scoreteam[0];
if (scoreteam[3] < scoreteam[0]) {
igra[0][0] = igra[0][0] + 1;
igra[1][3] = igra[1][3] + 1;
igra[5][0] = igra[5][0] + 3;
igra[5][3] = igra[5][3] + 0;
} else if (scoreteam[0] < scoreteam[3]) {
igra[1][0] = igra[1][0] + 1;
igra[0][3] = igra[0][3] + 1;
igra[5][0] = igra[5][0] + 0;
igra[5][3] = igra[5][3] + 3;
} else if (scoreteam[0] == scoreteam[3]) {
igra[2][0] = igra[2][0] + 1;
igra[2][3] = igra[2][3] + 1;
igra[5][0] = igra[5][0] + 1;
igra[5][3] = igra[5][3] + 1;
}
if (scoreteam[1] < scoreteam[2]) {
igra[0][2] = igra[0][2] + 1;
igra[1][1] = igra[1][1] + 1;
igra[5][2] = igra[5][2] + 3;
igra[5][1] = igra[5][1] + 0;
} else if (scoreteam[2] < scoreteam[1]) {
igra[0][1] = igra[0][1] + 1;
igra[1][2] = igra[1][2] + 1;
igra[5][1] = igra[5][1] + 3;
igra[5][2] = igra[5][2] + 0;
} else if (scoreteam[2] == scoreteam[1]) {
igra[2][2] = igra[2][2] + 1;
igra[2][1] = igra[2][1] + 1;
igra[5][2] = igra[5][2] + 1;
igra[5][1] = igra[5][1] + 1;
}
score0 = scoreteam[0];
score1 = scoreteam[3];
score2 = scoreteam[1];
score3 = scoreteam[2];
}
s = 0;
while (7 >= s) {
igra[3][s] = igra[3][s] + scoreteam[s];
s++;
}
punkte = new Array();
punkte[0] = new Array();
punkte[1] = new Array();
punkte[2] = new Array();
punkte[3] = new Array();
punkte[4] = new Array();
punkte[5] = new Array();
punkte[6] = new Array();
j = 0;
while (6 >= j) {
p = 0;
while (3 >= p) {
punkte[j][p] = igra[j][p];
p++;
}
j++;
}
i = 0;
while (i < punkte[5].length) {
j = 0;
while (j < i) {
j++;
}
i++;
}
b = 1;
while (b < punkte[5].length) {
i = b - 1;
while (i >= 0) {
if (punkte[5][i] < punkte[5][i + 1]) {
k = 0;
while (6 >= k) {
foo = punkte[k][i];
punkte[k][i] = punkte[k][i + 1];
punkte[k][i + 1] = foo;
k++;
}
}
i--;
}
b++;
}
j = 0;
while (3 >= j) {
this["teamg" + j] = punkte[6][j];
this["point" + j] = punkte[5][j];
this["win" + j] = punkte[0][j];
this["los" + j] = punkte[1][j];
this["nich" + j] = punkte[2][j];
this["za" + j] = punkte[3][j];
this["prop" + j] = punkte[4][j];
j++;
}
stopAllSounds();
stop();
Frame 24
stopAllSounds();
_root.round = _root.round + 1;
if (round == 4) {
playoffteam[1] = igra[6][5];
playoffteam[6] = igra[6][7];
playoffteam[3] = igra[6][10];
playoffteam[7] = igra[6][8];
playoffteam[4] = igra[6][12];
playoffteam[2] = igra[6][15];
playoffteam[8] = "";
playoffteam[9] = "";
playoffteam[10] = "";
playoffteam[11] = "";
playoffteam[12] = "";
playoffteam[13] = "";
pl = 0;
while (8 >= pl) {
this["teamof" + pl] = playoffteam[pl];
pl++;
}
} else if (round == 5) {
teamof8 = playoffteam[0];
teamof9 = playoffteam[2];
teamof10 = playoffteam[5];
teamof11 = playoffteam[6];
playoffteam[12] = "";
playoffteam[13] = "";
} else if (round == 6) {
teamof12 = playoffteam[0];
teamof13 = playoffteam[6];
}
if ((((igra[6][_root.round] == "JAPAN") || (igra[6][_root.round] == "KOREA")) || (igra[6][_root.round] == "TURKEY")) || (igra[6][_root.round] == "USA")) {
_root.koef = 5;
_root.rotation1 = 5;
} else if ((((igra[6][_root.round] == "DANMARK") || (igra[6][_root.round] == "BELGIUM")) || (igra[6][_root.round] == "SWEDEN")) || (igra[6][_root.round] == "RUSSIA")) {
_root.koef = 9;
_root.rotation1 = 5;
} else if ((((igra[6][_root.round] == "GERMANY") || (igra[6][_root.round] == "PORTUGAL")) || (igra[6][_root.round] == "ITALY")) || (igra[6][_root.round] == "SPAIN")) {
_root.koef = 12;
_root.rotation1 = 6;
} else if ((((igra[6][_root.round] == "FRANCE") || (igra[6][_root.round] == "BRAZIL")) || (igra[6][_root.round] == "ARGENTINA")) || (igra[6][_root.round] == "ENGLAND")) {
_root.koef = 20;
_root.rotation1 = 6;
}
stop();
Frame 29
stopAllSounds();
if (_root.round == 4) {
teamof0 = playoffteam[2];
teamof1 = playoffteam[6];
teamof2 = playoffteam[5];
teamof3 = playoffteam[1];
teamof4 = playoffteam[3];
teamof5 = playoffteam[7];
teamof6 = playoffteam[0];
teamof7 = playoffteam[4];
} else if (_root.round == 5) {
teamof0 = playoffteam[6];
teamof1 = playoffteam[2];
teamof4 = playoffteam[1];
teamof5 = playoffteam[4];
teamof6 = playoffteam[3];
teamof7 = playoffteam[7];
if (scoreR < scoreY) {
teamof2 = playoffteam[0];
teamof3 = playoffteam[5];
} else if (scoreY < scoreR) {
teamof2 = playoffteam[5];
teamof3 = playoffteam[0];
}
} else if (_root.round == 6) {
teamof0 = playoffteam[6];
teamof1 = playoffteam[0];
teamof2 = playoffteam[5];
teamof3 = playoffteam[2];
teamof4 = playoffteam[7];
teamof5 = playoffteam[1];
teamof6 = playoffteam[4];
teamof7 = playoffteam[3];
}
stop();
Frame 33
stop();
Frame 40
team0 = playoffteam[0];
team1 = playoffteam[5];
if ((((igra[6][_root.round] == "JAPAN") || (igra[6][_root.round] == "KOREA")) || (igra[6][_root.round] == "TURKEY")) || (igra[6][_root.round] == "USA")) {
_root.koef = 5;
_root.rotation1 = 5;
} else if ((((igra[6][_root.round] == "DANMARK") || (igra[6][_root.round] == "BELGIUM")) || (igra[6][_root.round] == "SWEDEN")) || (igra[6][_root.round] == "RUSSIA")) {
_root.koef = 9;
_root.rotation1 = 5;
} else if ((((igra[6][_root.round] == "GERMANY") || (igra[6][_root.round] == "PORTUGAL")) || (igra[6][_root.round] == "ITALY")) || (igra[6][_root.round] == "SPAIN")) {
_root.koef = 12;
_root.rotation1 = 6;
} else if ((((igra[6][_root.round] == "FRANCE") || (igra[6][_root.round] == "BRAZIL")) || (igra[6][_root.round] == "ARGENTINA")) || (igra[6][_root.round] == "ENGLAND")) {
_root.koef = 20;
_root.rotation1 = 6;
}
stop();
Frame 47
stopAllSounds();
teamof0 = playoffteam[0];
tellTarget ("_root.finalkomand") {
gotoAndStop(_root.playoffteam[0]);
};
stop();
Frame 52
_root.time = 2;
if (round == 1) {
myteam = igra[6][0];
enemy = igra[6][1];
} else if (round == 2) {
myteam = igra[6][0];
enemy = igra[6][2];
} else if (round == 3) {
myteam = igra[6][0];
enemy = igra[6][3];
} else if (round == 4) {
myteam = playoffteam[0];
enemy = playoffteam[1];
} else if (round == 5) {
if (_root.round1 == 0) {
myteam = playoffteam[0];
enemy = playoffteam[2];
} else if (_root.round1 == 1) {
myteam = playoffteam[0];
enemy = playoffteam[5];
}
} else if (round == 6) {
myteam = playoffteam[0];
enemy = playoffteam[6];
}
scoreR = 0;
scoreY = 0;
fp = 0;
secu = 0;
minu = 0;
tim = 0;
Instance of Symbol 323 MovieClip "ball" in Frame 52
onClipEvent (enterFrame) {
if (this._y < (_root.wallTop._y + (this._height / 2))) {
this._y = _root.wallTop._y + (this._height / 2);
_root.BallY = _root.BallY * -1;
} else if ((_root.wallBot._y - (this._height / 2)) < this._y) {
this._y = _root.wallBot._y - (this._height / 2);
_root.BallY = _root.BallY * -1;
} else if (((_root.wallRig._x - (this._height / 2)) < this._x) && (250 < this._y)) {
this._x = _root.wallRig._x - (this._height / 2);
_root.BallX = _root.BallX * -1;
} else if (((_root.wallRig._x - (this._height / 2)) < this._x) && (this._y < 170)) {
this._x = _root.wallRig._x - (this._height / 2);
_root.BallX = _root.BallX * -1;
} else if ((this._x < (_root.wallLef._x + (this._height / 2))) && (250 < this._y)) {
this._x = _root.wallLef._x + (this._height / 2);
_root.BallX = _root.BallX * -1;
} else if ((this._x < (_root.wallLef._x + (this._height / 2))) && (this._y < 170)) {
this._x = _root.wallLef._x + (this._height / 2);
_root.BallX = _root.BallX * -1;
}
if ((_root.BallX == 0) || (_root.BallY == 0)) {
_root.BallX = 25;
_root.BallY = 25;
}
setProperty(this, _x , getProperty(this, _x) + ((_root.BallX * _root.rot) / 10));
setProperty(this, _y , getProperty(this, _y) + ((_root.BallY * _root.rot) / 10));
if (0 >= _root.rot) {
_root.rot = 0;
} else {
_root.rot = _root.rot - 0.4;
}
if (0.5 >= _root.rot) {
stop();
} else {
play();
}
}
Instance of Symbol 421 MovieClip "red" in Frame 52
onClipEvent (enterFrame) {
if (_root.red.circule.hitTest(_root.ball)) {
tellTarget (_root.udar) {
play();
};
_root.BallX = getProperty(_root.ball, _x) - getProperty(this, _x);
_root.BallY = getProperty(_root.ball, _y) - getProperty(this, _y);
_root.rot = _root.rotation - 3;
}
if (this._y < (_root.wallTop._y + (this._height / 4))) {
this._y = _root.wallTop._y + (this._height / 2);
} else if ((_root.wallBot._y - (this._height / 4)) < this._y) {
this._y = _root.wallBot._y - (this._height / 2);
} else if ((_root.wallRig._x - (this._height / 4)) < this._x) {
this._x = _root.wallRig._x - (this._height / 2);
} else if (this._x < (_root.wallLef._x + (this._height / 4))) {
this._x = _root.wallLef._x + (this._height / 2);
}
}
Instance of Symbol 433 MovieClip "yellow" in Frame 52
onClipEvent (enterFrame) {
if (_root.yellow.circule.hitTest(_root.ball)) {
tellTarget (_root.udar) {
play();
};
yball = getProperty(_root.ball, _y);
_root.BallX = (getProperty(_root.ball, _x) - getProperty(this, _x)) + _root.koef;
if ((yball >= 240) && (this._y < yball)) {
_root.BallY = (yball - getProperty(this, _y)) - _root.koef;
} else if ((140 >= yball) && (yball < this._y)) {
_root.BallY = (yball - getProperty(this, _y)) + _root.koef;
} else {
_root.BallY = yball - getProperty(this, _y);
}
if (_root.koef == 5) {
_root.rot = _root.rotation1 + 2;
} else {
_root.rot = _root.rotation1 - 2;
}
}
if (this._y < (_root.wallTop._y + (this._height / 4))) {
this._y = _root.wallTop._y + this._height;
} else if ((_root.wallBot._y - (this._height / 4)) < this._y) {
this._y = _root.wallBot._y - this._height;
} else if ((_root.wallRig._x - (this._height / 4)) < this._x) {
this._x = _root.wallRig._x - this._height;
} else if (this._x < (_root.wallLef._x + (this._height / 4))) {
this._x = _root.wallLef._x + this._height;
}
if (_root.yellow.circule.hitTest(_root.red.circule)) {
ix = (getProperty(_root.red, _x) - getProperty(this, _x)) / 2;
iy = (getProperty(_root.red, _y) - getProperty(this, _y)) / 2;
ix1 = (getProperty(_root.yellow, _x) - getProperty(_root.red, _x)) / 2;
iy1 = (getProperty(_root.yellow, _y) - getProperty(_root.red, _y)) / 2;
if (_root.rotation1 < _root.rotation) {
setProperty(_root.yellow, _x , getProperty(_root.yellow, _x) + ix1);
setProperty(_root.yellow, _y , getProperty(_root.yellow, _y) + iy1);
} else if (_root.rotation < _root.rotation1) {
setProperty(_root.red, _x , getProperty(_root.red, _x) + ix);
setProperty(_root.red, _y , getProperty(_root.red, _y) + iy);
} else if (_root.rotation == _root.rotation1) {
setProperty(_root.yellow, _x , getProperty(_root.yellow, _x) + ix1);
setProperty(_root.yellow, _y , getProperty(_root.yellow, _y) + iy1);
setProperty(_root.red, _x , getProperty(_root.red, _x) + ix);
setProperty(_root.red, _y , getProperty(_root.red, _y) + iy);
}
}
}
Instance of Symbol 439 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.gotoAndPlay("goalr");
_root.scoreR = _root.scoreR + 1;
}
}
Instance of Symbol 440 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.gotoAndPlay("goalr");
_root.scoreY = _root.scoreY + 1;
}
}
Frame 53
rot = 0;
redI = scoreR;
yellowI = scoreY;
BallX = 0;
BallY = 0;
_root.red._x = 470;
_root.red._y = 210;
_root.yellow._y = 210;
_root.yellow._x = 75;
_root.ball._y = random(120) + 180;
_root.ball._x = 276;
tellTarget ("_root.clock2.strela") {
play();
};
play();
Frame 55
if (Key.isDown(Key.RIGHT)) {
setProperty(_root.red, _rotation , getProperty(_root.red, _rotation) + rotat);
} else if (Key.isDown(Key.LEFT)) {
setProperty(_root.red, _rotation , getProperty(_root.red, _rotation) - rotat);
}
if (Key.isDown(Key.UP)) {
tellTarget ("_root.red") {
play();
};
if (rotation >= 12) {
rotation = 12;
} else {
rotation = rotation + 1;
}
setProperty(_root.red, _y , getProperty(_root.red, _y) + (Math.sin((getProperty(_root.red, _rotation) * Math.PI) / 180) * rotation));
setProperty(_root.red, _x , getProperty(_root.red, _x) + (Math.cos((getProperty(_root.red, _rotation) * Math.PI) / 180) * rotation));
} else {
rotation = 0;
tellTarget ("_root.red") {
stop();
};
}
tellTarget ("_root.yellow") {
play();
};
bx = getProperty(_root.ball, _x) - getProperty(_root.yellow, _x);
by = getProperty(_root.ball, _y) - getProperty(_root.yellow, _y);
ugol = (Math.atan(by / bx) * 180) / Math.PI;
Vx = (rotation1 * bx) / Math.sqrt((bx * bx) + (by * by));
Vy = (rotation1 * by) / Math.sqrt((bx * bx) + (by * by));
if (bx < 0) {
if (by >= 0) {
ugol = 180 + ugol;
} else if (by < 0) {
ugol = ugol - 180;
}
}
setProperty(_root.yellow, _rotation , ugol);
setProperty(_root.yellow, _y , getProperty(_root.yellow, _y) + Vy);
setProperty(_root.yellow, _x , getProperty(_root.yellow, _x) + Vx);
if (fp == 15) {
secu = secu + 1;
fp = 0;
}
if (9 < secu) {
tim = tim + 1;
secu = 0;
}
if (tim == 6) {
minu = minu + 1;
tim = 0;
}
if ((((tim == 3) && (sec == 0)) && (fp == 0)) or (((tim == 6) && (secu == 0)) && (fp == 0))) {
tellTarget ("_root.panel") {
play();
};
}
sec = secu;
tensec = tim;
min = minu;
Frame 56
if (_root.time == minu) {
if (3 >= _root.round) {
gotoAndStop (17);
} else if (_root.round == 4) {
if (scoreR < scoreY) {
gotoAndStop (24);
} else if (scoreY < scoreR) {
gotoAndStop (29);
} else if (scoreY == scoreR) {
fp = 0;
secu = 0;
minu = 0;
tim = 0;
time = 1;
gotoAndPlay (53);
}
} else if ((_root.round == 5) && (_root.round1 == 0)) {
if (scoreR < scoreY) {
gotoAndStop (24);
} else if (scoreY < scoreR) {
gotoAndStop (40);
_root.round1 = 1;
} else if (scoreY == scoreR) {
fp = 0;
secu = 0;
minu = 0;
tim = 0;
time = 1;
gotoAndPlay (53);
}
} else if ((_root.round == 5) && (_root.round1 == 1)) {
if (scoreY == scoreR) {
fp = 0;
secu = 0;
minu = 0;
tim = 0;
time = 1;
gotoAndPlay (53);
} else if (scoreY != scoreR) {
gotoAndStop (29);
}
} else if (_root.round == 6) {
if (scoreY == scoreR) {
fp = 0;
secu = 0;
minu = 0;
tim = 0;
time = 1;
gotoAndPlay (53);
} else if (scoreR < scoreY) {
gotoAndStop (47);
} else if (scoreY < scoreR) {
gotoAndStop (29);
}
}
} else {
fp = fp + 1;
prevFrame();
play();
}
Frame 57
play();
Frame 58
stop();
tellTarget ("_root.clock2.strela") {
stop();
};
Symbol 10 MovieClip Frame 28
loadd = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
setProperty("zap", _xscale , (_root.getBytesLoaded() / _root.getBytesTotal()) * 3000);
if (loadd == 100) {
tellTarget ("_root") {
gotoAndPlay ("begin");
};
}
Symbol 10 MovieClip Frame 29
prevFrame();
play();
Symbol 21 Button
on (release) {
stopAllSounds();
fscommand ("quit");
getURL ("javascript:window.close();");
}
Symbol 25 Button
on (release) {
tellTarget ("_root.helpy") {
play();
};
}
Symbol 52 MovieClip Frame 6
stop();
Symbol 53 MovieClip Frame 21
stop();
Symbol 74 MovieClip Frame 22
stop();
Symbol 76 Button
on (rollOver) {
_root.komand.korea.gotoAndStop(2);
}
on (rollOut) {
if (_root.team == "KOREA") {
_root.komand.korea.gotoAndStop(3);
} else {
_root.komand.korea.gotoAndStop(1);
}
}
on (release) {
_root.team = _root.teams[1];
_root.komand.korea.gotoAndStop(3);
_root.komand.argentina.gotoAndStop(1);
_root.komand.portugal.gotoAndStop(1);
_root.komand.russia.gotoAndStop(1);
_root.komand.usa.gotoAndStop(1);
_root.komand.sweden.gotoAndStop(1);
_root.komand.italy.gotoAndStop(1);
_root.komand.belgium.gotoAndStop(1);
_root.komand.japan.gotoAndStop(1);
_root.komand.spain.gotoAndStop(1);
_root.komand.germany.gotoAndStop(1);
_root.komand.danmark.gotoAndStop(1);
_root.komand.england.gotoAndStop(1);
_root.komand.brazil.gotoAndStop(1);
_root.komand.france.gotoAndStop(1);
_root.komand.turkey.gotoAndStop(1);
}
Symbol 78 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 2
stop();
Symbol 78 MovieClip Frame 3
stop();
Symbol 79 Button
on (rollOver) {
_root.komand.argentina.gotoAndStop(2);
}
on (rollOut) {
if (_root.team == "ARGENTINA") {
_root.komand.argentina.gotoAndStop(3);
} else {
_root.komand.argentina.gotoAndStop(1);
}
}
on (release) {
_root.team = _root.teams[2];
_root.komand.argentina.gotoAndStop(3);
_root.komand.korea.gotoAndStop(1);
_root.komand.portugal.gotoAndStop(1);
_root.komand.russia.gotoAndStop(1);
_root.komand.usa.gotoAndStop(1);
_root.komand.sweden.gotoAndStop(1);
_root.komand.italy.gotoAndStop(1);
_root.komand.belgium.gotoAndStop(1);
_root.komand.japan.gotoAndStop(1);
_root.komand.spain.gotoAndStop(1);
_root.komand.germany.gotoAndStop(1);
_root.komand.danmark.gotoAndStop(1);
_root.komand.england.gotoAndStop(1);
_root.komand.brazil.gotoAndStop(1);
_root.komand.france.gotoAndStop(1);
_root.komand.turkey.gotoAndStop(1);
}
Symbol 80 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 2
stop();
Symbol 80 MovieClip Frame 3
stop();
Symbol 81 Button
on (rollOver) {
_root.komand.portugal.gotoAndStop(2);
}
on (rollOut) {
if (_root.team == "PORTUGAL") {
_root.komand.portugal.gotoAndStop(3);
} else {
_root.komand.portugal.gotoAndStop(1);
}
}
on (release) {
_root.team = _root.teams[3];
_root.komand.portugal.gotoAndStop(3);
_root.komand.korea.gotoAndStop(1);
_root.komand.argentina.gotoAndStop(1);
_root.komand.russia.gotoAndStop(1);
_root.komand.usa.gotoAndStop(1);
_root.komand.sweden.gotoAndStop(1);
_root.komand.italy.gotoAndStop(1);
_root.komand.belgium.gotoAndStop(1);
_root.komand.japan.gotoAndStop(1);
_root.komand.spain.gotoAndStop(1);
_root.komand.germany.gotoAndStop(1);
_root.komand.danmark.gotoAndStop(1);
_root.komand.england.gotoAndStop(1);
_root.komand.brazil.gotoAndStop(1);
_root.komand.france.gotoAndStop(1);
_root.komand.turkey.gotoAndStop(1);
}
Symbol 82 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 2
stop();
Symbol 82 MovieClip Frame 3
stop();
Symbol 83 Button
on (rollOver) {
_root.komand.russia.gotoAndStop(2);
}
on (rollOut) {
if (_root.team == "RUSSIA") {
_root.komand.russia.gotoAndStop(3);
} else {
_root.komand.russia.gotoAndStop(1);
}
}
on (release) {
_root.team = _root.teams[4];
_root.komand.russia.gotoAndStop(3);
_root.komand.portugal.gotoAndStop(1);
_root.komand.korea.gotoAndStop(1);
_root.komand.argentina.gotoAndStop(1);
_root.komand.usa.gotoAndStop(1);
_root.komand.sweden.gotoAndStop(1);
_root.komand.italy.gotoAndStop(1);
_root.komand.belgium.gotoAndStop(1);
_root.komand.japan.gotoAndStop(1);
_root.komand.spain.gotoAndStop(1);
_root.komand.germany.gotoAndStop(1);
_root.komand.danmark.gotoAndStop(1);
_root.komand.england.gotoAndStop(1);
_root.komand.brazil.gotoAndStop(1);
_root.komand.france.gotoAndStop(1);
_root.komand.turkey.gotoAndStop(1);
}
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 2
stop();
Symbol 84 MovieClip Frame 3
stop();
Symbol 85 Button
on (rollOver) {
_root.komand.usa.gotoAndStop(2);
}
on (rollOut) {
if (_root.team == "USA") {
_root.komand.usa.gotoAndStop(3);
} else {
_root.komand.usa.gotoAndStop(1);
}
}
on (release) {
_root.team = _root.teams[5];
_root.komand.usa.gotoAndStop(3);
_root.komand.russia.gotoAndStop(1);
_root.komand.portugal.gotoAndStop(1);
_root.komand.korea.gotoAndStop(1);
_root.komand.argentina.gotoAndStop(1);
_root.komand.sweden.gotoAndStop(1);
_root.komand.italy.gotoAndStop(1);
_root.komand.belgium.gotoAndStop(1);
_root.komand.japan.gotoAndStop(1);
_root.komand.spain.gotoAndStop(1);
_root.komand.germany.gotoAndStop(1);
_root.komand.danmark.gotoAndStop(1);
_root.komand.england.gotoAndStop(1);
_root.komand.brazil.gotoAndStop(1);
_root.komand.france.gotoAndStop(1);
_root.komand.turkey.gotoAndStop(1);
}
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 2
stop();
Symbol 86 MovieClip Frame 3
stop();
Symbol 87 Button
on (rollOver) {
_root.komand.sweden.gotoAndStop(2);
}
on (rollOut) {
if (_root.team == "SWEDEN") {
_root.komand.sweden.gotoAndStop(3);
} else {
_root.komand.sweden.gotoAndStop(1);
}
}
on (release) {
_root.team = _root.teams[6];
_root.komand.sweden.gotoAndStop(3);
_root.komand.usa.gotoAndStop(1);
_root.komand.russia.gotoAndStop(1);
_root.komand.portugal.gotoAndStop(1);
_root.komand.korea.gotoAndStop(1);
_root.komand.argentina.gotoAndStop(1);
_root.komand.italy.gotoAndStop(1);
_root.komand.belgium.gotoAndStop(1);
_root.komand.japan.gotoAndStop(1);
_root.komand.spain.gotoAndStop(1);
_root.komand.germany.gotoAndStop(1);
_root.komand.danmark.gotoAndStop(1);
_root.komand.england.gotoAndStop(1);
_root.komand.brazil.gotoAndStop(1);
_root.komand.france.gotoAndStop(1);
_root.komand.turkey.gotoAndStop(1);
}
Symbol 88 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 2
stop();
Symbol 88 MovieClip Frame 3
stop();
Symbol 89 Button
on (rollOver) {
_root.komand.italy.gotoAndStop(2);
}
on (rollOut) {
if (_root.team == "ITALY") {
_root.komand.italy.gotoAndStop(3);
} else {
_root.komand.italy.gotoAndStop(1);
}
}
on (release) {
_root.team = _root.teams[7];
_root.komand.italy.gotoAndStop(3);
_root.komand.sweden.gotoAndStop(1);
_root.komand.usa.gotoAndStop(1);
_root.komand.russia.gotoAndStop(1);
_root.komand.portugal.gotoAndStop(1);
_root.komand.korea.gotoAndStop(1);
_root.komand.argentina.gotoAndStop(1);
_root.komand.belgium.gotoAndStop(1);
_root.komand.japan.gotoAndStop(1);
_root.komand.spain.gotoAndStop(1);
_root.komand.germany.gotoAndStop(1);
_root.komand.danmark.gotoAndStop(1);
_root.komand.england.gotoAndStop(1);
_root.komand.brazil.gotoAndStop(1);
_root.komand.france.gotoAndStop(1);
_root.komand.turkey.gotoAndStop(1);
}
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 2
stop();
Symbol 90 MovieClip Frame 3
stop();
Symbol 91 Button
on (rollOver) {
_root.komand.japan.gotoAndStop(2);
}
on (rollOut) {
if (_root.team == "JAPAN") {
_root.komand.japan.gotoAndStop(3);
} else {
_root.komand.japan.gotoAndStop(1);
}
}
on (release) {
_root.team = _root.teams[9];
_root.komand.japan.gotoAndStop(3);
_root.komand.belgium.gotoAndStop(1);
_root.komand.italy.gotoAndStop(1);
_root.komand.sweden.gotoAndStop(1);
_root.komand.usa.gotoAndStop(1);
_root.komand.russia.gotoAndStop(1);
_root.komand.portugal.gotoAndStop(1);
_root.komand.korea.gotoAndStop(1);
_root.komand.argentina.gotoAndStop(1);
_root.komand.spain.gotoAndStop(1);
_root.komand.germany.gotoAndStop(1);
_root.komand.danmark.gotoAndStop(1);
_root.komand.england.gotoAndStop(1);
_root.komand.brazil.gotoAndStop(1);
_root.komand.france.gotoAndStop(1);
_root.komand.turkey.gotoAndStop(1);
}
Symbol 92 MovieClip Frame 1
stop();
Symbol 92 MovieClip Frame 2
stop();
Symbol 92 MovieClip Frame 3
stop();
Symbol 93 Button
on (rollOver) {
_root.komand.spain.gotoAndStop(2);
}
on (rollOut) {
if (_root.team == "SPAIN") {
_root.komand.spain.gotoAndStop(3);
} else {
_root.komand.spain.gotoAndStop(1);
}
}
on (release) {
_root.team = _root.teams[10];
_root.komand.spain.gotoAndStop(3);
_root.komand.japan.gotoAndStop(1);
_root.komand.belgium.gotoAndStop(1);
_root.komand.italy.gotoAndStop(1);
_root.komand.sweden.gotoAndStop(1);
_root.komand.usa.gotoAndStop(1);
_root.komand.russia.gotoAndStop(1);
_root.komand.portugal.gotoAndStop(1);
_root.komand.korea.gotoAndStop(1);
_root.komand.argentina.gotoAndStop(1);
_root.komand.germany.gotoAndStop(1);
_root.komand.danmark.gotoAndStop(1);
_root.komand.england.gotoAndStop(1);
_root.komand.brazil.gotoAndStop(1);
_root.komand.france.gotoAndStop(1);
_root.komand.turkey.gotoAndStop(1);
}
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 2
stop();
Symbol 94 MovieClip Frame 3
stop();
Symbol 95 Button
on (rollOver) {
_root.komand.germany.gotoAndStop(2);
}
on (rollOut) {
if (_root.team == "GERMANY") {
_root.komand.germany.gotoAndStop(3);
} else {
_root.komand.germany.gotoAndStop(1);
}
}
on (release) {
_root.team = _root.teams[11];
_root.komand.germany.gotoAndStop(3);
_root.komand.spain.gotoAndStop(1);
_root.komand.japan.gotoAndStop(1);
_root.komand.belgium.gotoAndStop(1);
_root.komand.italy.gotoAndStop(1);
_root.komand.sweden.gotoAndStop(1);
_root.komand.usa.gotoAndStop(1);
_root.komand.russia.gotoAndStop(1);
_root.komand.portugal.gotoAndStop(1);
_root.komand.korea.gotoAndStop(1);
_root.komand.argentina.gotoAndStop(1);
_root.komand.danmark.gotoAndStop(1);
_root.komand.england.gotoAndStop(1);
_root.komand.brazil.gotoAndStop(1);
_root.komand.france.gotoAndStop(1);
_root.komand.turkey.gotoAndStop(1);
}
Symbol 96 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 2
stop();
Symbol 96 MovieClip Frame 3
stop();
Symbol 97 Button
on (rollOver) {
_root.komand.danmark.gotoAndStop(2);
}
on (rollOut) {
if (_root.team == "DANMARK") {
_root.komand.danmark.gotoAndStop(3);
} else {
_root.komand.danmark.gotoAndStop(1);
}
}
on (release) {
_root.team = _root.teams[12];
_root.komand.danmark.gotoAndStop(3);
_root.komand.germany.gotoAndStop(1);
_root.komand.spain.gotoAndStop(1);
_root.komand.japan.gotoAndStop(1);
_root.komand.belgium.gotoAndStop(1);
_root.komand.italy.gotoAndStop(1);
_root.komand.sweden.gotoAndStop(1);
_root.komand.usa.gotoAndStop(1);
_root.komand.russia.gotoAndStop(1);
_root.komand.portugal.gotoAndStop(1);
_root.komand.korea.gotoAndStop(1);
_root.komand.argentina.gotoAndStop(1);
_root.komand.england.gotoAndStop(1);
_root.komand.brazil.gotoAndStop(1);
_root.komand.france.gotoAndStop(1);
_root.komand.turkey.gotoAndStop(1);
}
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 2
stop();
Symbol 98 MovieClip Frame 3
stop();
Symbol 99 Button
on (rollOver) {
_root.komand.england.gotoAndStop(2);
}
on (rollOut) {
if (_root.team == "ENGLAND") {
_root.komand.england.gotoAndStop(3);
} else {
_root.komand.england.gotoAndStop(1);
}
}
on (release) {
_root.team = _root.teams[13];
_root.komand.england.gotoAndStop(3);
_root.komand.danmark.gotoAndStop(1);
_root.komand.germany.gotoAndStop(1);
_root.komand.spain.gotoAndStop(1);
_root.komand.japan.gotoAndStop(1);
_root.komand.belgium.gotoAndStop(1);
_root.komand.italy.gotoAndStop(1);
_root.komand.sweden.gotoAndStop(1);
_root.komand.usa.gotoAndStop(1);
_root.komand.russia.gotoAndStop(1);
_root.komand.portugal.gotoAndStop(1);
_root.komand.korea.gotoAndStop(1);
_root.komand.argentina.gotoAndStop(1);
_root.komand.brazil.gotoAndStop(1);
_root.komand.france.gotoAndStop(1);
_root.komand.turkey.gotoAndStop(1);
}
Symbol 100 MovieClip Frame 1
stop();
Symbol 100 MovieClip Frame 2
stop();
Symbol 100 MovieClip Frame 3
stop();
Symbol 101 Button
on (rollOver) {
_root.komand.brazil.gotoAndStop(2);
}
on (rollOut) {
if (_root.team == "BRAZIL") {
_root.komand.brazil.gotoAndStop(3);
} else {
_root.komand.brazil.gotoAndStop(1);
}
}
on (release) {
_root.team = _root.teams[14];
_root.komand.brazil.gotoAndStop(3);
_root.komand.england.gotoAndStop(1);
_root.komand.danmark.gotoAndStop(1);
_root.komand.germany.gotoAndStop(1);
_root.komand.spain.gotoAndStop(1);
_root.komand.japan.gotoAndStop(1);
_root.komand.belgium.gotoAndStop(1);
_root.komand.italy.gotoAndStop(1);
_root.komand.sweden.gotoAndStop(1);
_root.komand.usa.gotoAndStop(1);
_root.komand.russia.gotoAndStop(1);
_root.komand.portugal.gotoAndStop(1);
_root.komand.korea.gotoAndStop(1);
_root.komand.argentina.gotoAndStop(1);
_root.komand.france.gotoAndStop(1);
_root.komand.turkey.gotoAndStop(1);
}
Symbol 102 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 2
stop();
Symbol 102 MovieClip Frame 3
stop();
Symbol 103 Button
on (rollOver) {
_root.komand.france.gotoAndStop(2);
}
on (rollOut) {
if (_root.team == "FRANCE") {
_root.komand.france.gotoAndStop(3);
} else {
_root.komand.france.gotoAndStop(1);
}
}
on (release) {
_root.team = _root.teams[15];
_root.komand.france.gotoAndStop(3);
_root.komand.brazil.gotoAndStop(1);
_root.komand.england.gotoAndStop(1);
_root.komand.danmark.gotoAndStop(1);
_root.komand.germany.gotoAndStop(1);
_root.komand.spain.gotoAndStop(1);
_root.komand.japan.gotoAndStop(1);
_root.komand.belgium.gotoAndStop(1);
_root.komand.italy.gotoAndStop(1);
_root.komand.sweden.gotoAndStop(1);
_root.komand.usa.gotoAndStop(1);
_root.komand.russia.gotoAndStop(1);
_root.komand.portugal.gotoAndStop(1);
_root.komand.korea.gotoAndStop(1);
_root.komand.argentina.gotoAndStop(1);
_root.komand.turkey.gotoAndStop(1);
}
Symbol 104 MovieClip Frame 1
stop();
Symbol 104 MovieClip Frame 2
stop();
Symbol 104 MovieClip Frame 3
stop();
Symbol 105 Button
on (rollOver) {
_root.komand.turkey.gotoAndStop(2);
}
on (rollOut) {
if (_root.team == "TURKEY") {
_root.komand.turkey.gotoAndStop(3);
} else {
_root.komand.turkey.gotoAndStop(1);
}
}
on (release) {
_root.team = _root.teams[16];
_root.komand.turkey.gotoAndStop(3);
_root.komand.france.gotoAndStop(1);
_root.komand.brazil.gotoAndStop(1);
_root.komand.england.gotoAndStop(1);
_root.komand.danmark.gotoAndStop(1);
_root.komand.germany.gotoAndStop(1);
_root.komand.spain.gotoAndStop(1);
_root.komand.japan.gotoAndStop(1);
_root.komand.belgium.gotoAndStop(1);
_root.komand.italy.gotoAndStop(1);
_root.komand.sweden.gotoAndStop(1);
_root.komand.usa.gotoAndStop(1);
_root.komand.russia.gotoAndStop(1);
_root.komand.portugal.gotoAndStop(1);
_root.komand.korea.gotoAndStop(1);
_root.komand.argentina.gotoAndStop(1);
}
Symbol 106 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 2
stop();
Symbol 106 MovieClip Frame 3
stop();
Symbol 107 Button
on (rollOver) {
_root.komand.belgium.gotoAndStop(2);
}
on (rollOut) {
if (_root.team == "BELGIUM") {
_root.komand.belgium.gotoAndStop(3);
} else {
_root.komand.belgium.gotoAndStop(1);
}
}
on (release) {
_root.team = _root.teams[8];
_root.komand.belgium.gotoAndStop(3);
_root.komand.italy.gotoAndStop(1);
_root.komand.sweden.gotoAndStop(1);
_root.komand.usa.gotoAndStop(1);
_root.komand.russia.gotoAndStop(1);
_root.komand.portugal.gotoAndStop(1);
_root.komand.korea.gotoAndStop(1);
_root.komand.argentina.gotoAndStop(1);
_root.komand.japan.gotoAndStop(1);
_root.komand.spain.gotoAndStop(1);
_root.komand.germany.gotoAndStop(1);
_root.komand.danmark.gotoAndStop(1);
_root.komand.england.gotoAndStop(1);
_root.komand.brazil.gotoAndStop(1);
_root.komand.france.gotoAndStop(1);
_root.komand.turkey.gotoAndStop(1);
}
Symbol 108 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 2
stop();
Symbol 108 MovieClip Frame 3
stop();
Symbol 109 MovieClip Frame 52
_root.komand.france.gotoAndStop(3);
stop();
Symbol 114 Button
on (release, keyPress "<Enter>") {
_root.igra[6][0] = _root.team;
j = 15;
while (0 < j) {
if (_root.teams[j] == _root.team) {
_root.teams.splice(j, 1);
break;
}
j--;
}
i = 14;
while (i >= 0) {
g = random(i) + 1;
_root.igra[6][i + 1] = _root.teams[g];
_root.teams.splice(g, 1);
i--;
}
gotoAndPlay (7);
}
Symbol 118 Button
on (release) {
tellTarget ("_root.helpy") {
play();
};
}
Symbol 130 MovieClip Frame 1
stop();
Symbol 130 MovieClip Frame 16
stop();
Symbol 130 MovieClip Frame 25
gotoAndStop (1);
Symbol 154 Button
on (release, keyPress "<Enter>") {
gotoAndPlay (12);
}
Symbol 163 Button
on (release, keyPress "<Enter>") {
gotoAndPlay (52);
}
Symbol 182 Button
on (release, keyPress "<Enter>") {
if (_root.round == 3) {
if (_root.igra[6][0] == _root.punkte[6][0]) {
_root.playoffteam[0] = _root.punkte[6][0];
_root.playoffteam[5] = _root.punkte[6][1];
gotoAndPlay (24);
} else if (_root.igra[6][0] == _root.punkte[6][1]) {
_root.playoffteam[5] = _root.punkte[6][0];
_root.playoffteam[0] = _root.punkte[6][1];
gotoAndPlay (24);
} else {
gotoAndStop (33);
}
} else {
_root.round = _root.round + 1;
gotoAndPlay (12);
}
}
Symbol 249 Button
on (release, keyPress "<Enter>") {
stopAllSounds();
gotoAndStop (5);
}
Symbol 252 Button
on (release) {
tellTarget ("_root.lose") {
play();
};
}
Symbol 255 MovieClip Frame 14
stop();
Symbol 255 MovieClip Frame 20
tellTarget ("_root") {
gotoAndPlay ("begin");
};
Symbol 258 Button
on (release, keyPress "<Enter>") {
stopAllSounds();
gotoAndPlay (52);
}
Symbol 263 Button
on (release) {
stopAllSounds();
gotoAndStop (5);
}
Symbol 298 MovieClip Frame 1
stop();
Symbol 319 MovieClip Frame 1
stop();
Symbol 319 MovieClip Frame 13
stop();
Symbol 319 MovieClip Frame 26
gotoAndStop (1);
Symbol 323 MovieClip Frame 1
stop();
Symbol 323 MovieClip Frame 10
gotoAndStop (1);
Symbol 344 MovieClip Frame 1
if (3 >= _root.round) {
gotoAndStop(_root.igra[6][0]);
} else {
gotoAndStop(_root.playoffteam[0]);
}
Symbol 359 MovieClip Frame 1
if (3 >= _root.round) {
gotoAndStop(_root.igra[6][0]);
} else {
gotoAndStop(_root.playoffteam[0]);
}
Symbol 376 MovieClip Frame 1
if (3 >= _root.round) {
gotoAndStop(_root.igra[6][0]);
} else {
gotoAndStop(_root.playoffteam[0]);
}
Symbol 388 MovieClip Frame 1
if (3 >= _root.round) {
gotoAndStop(_root.igra[6][0]);
} else {
gotoAndStop(_root.playoffteam[0]);
}
Symbol 403 MovieClip Frame 1
if (3 >= _root.round) {
gotoAndStop(_root.igra[6][0]);
} else {
gotoAndStop(_root.playoffteam[0]);
}
Symbol 405 MovieClip Frame 1
if (3 >= _root.round) {
gotoAndStop(_root.igra[6][0]);
} else {
gotoAndStop(_root.playoffteam[0]);
}
Symbol 420 MovieClip Frame 1
if (3 >= _root.round) {
gotoAndStop(_root.igra[6][0]);
} else {
gotoAndStop(_root.playoffteam[0]);
}
Symbol 421 MovieClip Frame 1
stop();
Symbol 421 MovieClip Frame 10
gotoAndPlay (2);
Symbol 426 MovieClip Frame 1
if (_root.round == 1) {
gotoAndStop(_root.igra[6][1]);
} else if (_root.round == 2) {
gotoAndStop(_root.igra[6][2]);
} else if (_root.round == 3) {
gotoAndStop(_root.igra[6][3]);
} else if (_root.round == 4) {
gotoAndStop(_root.playoffteam[1]);
} else if (_root.round == 5) {
if (_root.round1 == 0) {
gotoAndStop(_root.playoffteam[2]);
} else if (_root.round1 == 1) {
gotoAndStop(_root.playoffteam[5]);
}
} else if (_root.round == 6) {
gotoAndStop(_root.playoffteam[6]);
}
Symbol 428 MovieClip Frame 1
if (_root.round == 1) {
gotoAndStop(_root.igra[6][1]);
} else if (_root.round == 2) {
gotoAndStop(_root.igra[6][2]);
} else if (_root.round == 3) {
gotoAndStop(_root.igra[6][3]);
} else if (_root.round == 4) {
gotoAndStop(_root.playoffteam[1]);
} else if (_root.round == 5) {
if (_root.round1 == 0) {
gotoAndStop(_root.playoffteam[2]);
} else if (_root.round1 == 1) {
gotoAndStop(_root.playoffteam[5]);
}
} else if (_root.round == 6) {
gotoAndStop(_root.playoffteam[6]);
}
Symbol 429 MovieClip Frame 1
if (_root.round == 1) {
gotoAndStop(_root.igra[6][1]);
} else if (_root.round == 2) {
gotoAndStop(_root.igra[6][2]);
} else if (_root.round == 3) {
gotoAndStop(_root.igra[6][3]);
} else if (_root.round == 4) {
gotoAndStop(_root.playoffteam[1]);
} else if (_root.round == 5) {
if (_root.round1 == 0) {
gotoAndStop(_root.playoffteam[2]);
} else if (_root.round1 == 1) {
gotoAndStop(_root.playoffteam[5]);
}
} else if (_root.round == 6) {
gotoAndStop(_root.playoffteam[6]);
}
Symbol 430 MovieClip Frame 1
if (_root.round == 1) {
gotoAndStop(_root.igra[6][1]);
} else if (_root.round == 2) {
gotoAndStop(_root.igra[6][2]);
} else if (_root.round == 3) {
gotoAndStop(_root.igra[6][3]);
} else if (_root.round == 4) {
gotoAndStop(_root.playoffteam[1]);
} else if (_root.round == 5) {
if (_root.round1 == 0) {
gotoAndStop(_root.playoffteam[2]);
} else if (_root.round1 == 1) {
gotoAndStop(_root.playoffteam[5]);
}
} else if (_root.round == 6) {
gotoAndStop(_root.playoffteam[6]);
}
Symbol 431 MovieClip Frame 1
if (_root.round == 1) {
gotoAndStop(_root.igra[6][1]);
} else if (_root.round == 2) {
gotoAndStop(_root.igra[6][2]);
} else if (_root.round == 3) {
gotoAndStop(_root.igra[6][3]);
} else if (_root.round == 4) {
gotoAndStop(_root.playoffteam[1]);
} else if (_root.round == 5) {
if (_root.round1 == 0) {
gotoAndStop(_root.playoffteam[2]);
} else if (_root.round1 == 1) {
gotoAndStop(_root.playoffteam[5]);
}
} else if (_root.round == 6) {
gotoAndStop(_root.playoffteam[6]);
}
Symbol 432 MovieClip Frame 1
if (_root.round == 1) {
gotoAndStop(_root.igra[6][1]);
} else if (_root.round == 2) {
gotoAndStop(_root.igra[6][2]);
} else if (_root.round == 3) {
gotoAndStop(_root.igra[6][3]);
} else if (_root.round == 4) {
gotoAndStop(_root.playoffteam[1]);
} else if (_root.round == 5) {
if (_root.round1 == 0) {
gotoAndStop(_root.playoffteam[2]);
} else if (_root.round1 == 1) {
gotoAndStop(_root.playoffteam[5]);
}
} else if (_root.round == 6) {
gotoAndStop(_root.playoffteam[6]);
}
Symbol 433 MovieClip Frame 1
stop();
Symbol 433 MovieClip Frame 10
gotoAndPlay (2);
Symbol 437 MovieClip Frame 1
stop();
Symbol 437 MovieClip Frame 8
gotoAndStop (1);
Symbol 463 MovieClip Frame 1
stop();
Symbol 463 MovieClip Frame 10
gotoAndPlay (2);
Symbol 464 MovieClip Frame 1
stop();
Symbol 464 MovieClip Frame 10
gotoAndPlay (2);
Symbol 476 MovieClip Frame 27
stop();
Symbol 477 MovieClip Frame 1
play();
Symbol 477 MovieClip Frame 40
_root.gotoAndPlay("cont");