Frame 1
num = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
gotoAndPlay (3);
}
loadBar.gotoAndStop(num);
loadText = num + " %";
Frame 2
gotoAndPlay (1);
Frame 3
stop();
stopAllSounds();
theme = new Sound();
theme.attachSound("introTheme");
flamaPos = 1;
medallaPos = 1;
Frame 12
stop();
Frame 13
stopAllSounds();
arrive = new Sound();
arrive.attachSound("arriving");
arrive.start(0, 0);
Frame 266
stop();
Frame 267
stop();
medallaPos = 1;
Frame 268
stop();
Frame 269
stop();
medallaPos = 1;
Frame 270
stop();
Frame 271
stopAllSounds();
Frame 332
stopAllSounds();
fencingTheme = new Sound();
fencingTheme.attachSound("fencingSound");
fencingTheme.start(0, 10000);
fencingPoint = new Sound();
fencingPoint.attachSound("pointSound");
swordBlock = new Sound();
swordBlock.attachSound("blockSound");
computerWalk = 0;
p1_hits = 1;
p2_hits = 1;
restart = 0;
move = 0;
next = 0;
winnerBoy._visible = false;
loseBoy._visible = false;
Instance of Symbol 173 MovieClip "player01" in Frame 332
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT)) {
this._x = this._x - 3;
this.walkingBoy.nextFrame();
}
if (Key.isDown(Key.RIGHT)) {
this._x = this._x + 3;
this.walkingBoy.nextFrame();
_root.computerWalk = 1;
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 180 MovieClip "player02" in Frame 332
onClipEvent (enterFrame) {
player1X = getProperty(_root.player01, _x);
player1W = getProperty(_root.player01, _width);
followX = (player1X + player1W) - 10;
if (followX < this._x) {
this.walkingBoy.nextFrame();
this._x = this._x - 3;
}
if (_root.computerWalk == 1) {
this.walkingBoy.nextFrame();
this._x = this._x + 3;
_root.computerWalk = 0;
} else {
if (_root.move == 1) {
this.gotoAndPlay("block");
}
if (_root.move == 2) {
this.gotoAndPlay("hitDown");
}
if (_root.move == 3) {
this.gotoAndPlay("hitUp");
}
}
if (this.hpc04.hitTest(_root.player01.hp04) && (_root.move == 0)) {
this.gotoAndPlay("hitDown");
}
}
Frame 333
if (restart == 1) {
gotoAndPlay (335);
}
if (fencingOver == 1) {
gotoAndPlay (352);
}
Frame 334
if (restart == 1) {
gotoAndPlay (335);
}
if (fencingOver == 1) {
gotoAndPlay (352);
}
gotoAndPlay (333);
Frame 347
restart = 0;
Frame 351
gotoAndPlay (333);
Frame 356
if (fencingWinner == 1) {
setProperty(winnerBoy, _x , 63);
setProperty(winnerBoy, _y , 135);
setProperty(loseBoy, _x , 381);
setProperty(loseBoy, _y , 169);
winnerBoy._visible = true;
loseBoy._visible = true;
}
if (fencingWinner == 2) {
setProperty(loseBoy, _x , 63);
setProperty(loseBoy, _y , 169);
setProperty(winnerBoy, _x , 381);
setProperty(winnerBoy, _y , 135);
winnerBoy._visible = true;
loseBoy._visible = true;
}
Frame 360
stopAllSounds();
gameOver = new Sound();
gameOver.attachSound("overSound");
gameOver.start(0, 0);
Frame 364
stop();
Frame 365
stopAllSounds();
Frame 474
if (playMode == "Olypmpic") {
gotoAndPlay (475);
} else if (playMode == "Versus") {
gotoAndPlay (481);
}
Frame 475
stopAllSounds();
runningTheme = new Sound();
runningTheme.attachSound("running");
runningTheme.start(0, 100000);
finishActions = 0;
finish1 = 0;
finish2 = 0;
finish3 = 0;
runningBoyStop = 0;
speed01 = new Array();
speed01[0] = 10;
speed01[1] = 11;
speed01[2] = 13;
speed01[3] = 14;
speed01[4] = 15;
speed02 = new Array();
speed02[0] = 10;
speed02[1] = 11;
speed02[2] = 13;
speed02[3] = 14;
speed02[4] = 15;
loser01._visible = false;
loser02._visible = false;
loser03._visible = false;
winHurdles._visible = false;
Instance of Symbol 203 MovieClip "playerPos" in Frame 475
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 224 MovieClip "mainGround" in Frame 475
onClipEvent (load) {
startX = this._x;
p1Pos = 1;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.groundSpeed;
if ((startX - (this._width / 1.5)) >= this._x) {
this._x = startX;
p1Pos++;
_root.playerPos.gotoAndStop(p1Pos);
}
}
Instance of Symbol 247 MovieClip "computer02" in Frame 475
onClipEvent (enterFrame) {
if (this.c2hp.hitTest(_root.mainGround.pool.line)) {
this.gotoAndPlay(8);
}
if (this.c2hp.hitTest(_root.mainGround.valla03)) {
this.gotoAndPlay(8);
}
if (this.c2hp.hitTest(_root.mainGround.vallab03)) {
this.gotoAndPlay(8);
}
}
Instance of Symbol 261 MovieClip "computer01" in Frame 475
onClipEvent (enterFrame) {
if (this.c1hp.hitTest(_root.mainGround.pool.line)) {
this.gotoAndPlay(8);
}
if (this.c1hp.hitTest(_root.mainGround.valla02)) {
this.gotoAndPlay(8);
}
if (this.c1hp.hitTest(_root.mainGround.vallab02)) {
this.gotoAndPlay(8);
}
}
Instance of Symbol 282 MovieClip "runningBoy" in Frame 475
onClipEvent (load) {
speed = 0;
_root.groundSpeed = speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
if (speed < 15) {
speed++;
}
this.nextFrame();
} else if (0 < speed) {
this.nextFrame();
speed--;
}
if ((this._x < (_root.mainGround._width / 7)) && (_root.finishActions == 0)) {
this._x = this._x + speed;
} else if ((_root.finishActions == 1) && (_root.runningBoyStop == 0)) {
this._x = this._x + speed;
}
_root.groundSpeed = speed;
if (this.poolHitPoint.hitTest(_root.mainGround.pool.poolEdge) && (_root.finishActions == 0)) {
this.gotoAndPlay("fall");
}
if (this.poolHitPoint.hitTest(_root.mainGround.valla01) && (_root.finishActions == 0)) {
this.gotoAndPlay("fall");
}
if (this.poolHitPoint.hitTest(_root.mainGround.vallab01) && (_root.finishActions == 0)) {
this.gotoAndPlay("fall");
}
if (this.hitTest(_root.mainGround.pool.poolWater) && (_root.finishActions == 0)) {
this.splash._visible = true;
} else {
this.splash._visible = false;
}
}
Frame 476
if (((finish1 + finish2) + finish3) == 3) {
gotoAndPlay (478);
}
speedC1 = random(5);
speedC2 = random(5);
if (mainGround.p1Pos >= 10) {
mainGround._visible = false;
finishActions = 1;
}
if ((421 < runningBoy._x) && (finishActions == 1)) {
runningBoy.gotoAndStop(25);
runningBoyStop = 1;
cont01.gotoAndStop(13);
finish1 = 1;
}
if ((322 < computer01._x) && (finishActions == 1)) {
computer01.gotoAndStop(14);
speed01[speedC1] = 0;
cont02.gotoAndStop(13);
finish2 = 1;
}
if ((340 < computer02._x) && (finishActions == 1)) {
computer02.gotoAndStop(14);
speed02[speedC2] = 0;
cont03.gotoAndStop(13);
finish3 = 1;
}
if (runningBoy.speed < speed01[speedC1]) {
computer01._x = computer01._x + (speed01[speedC1] + 20);
}
if (runningBoy.speed == speed01[speedC1]) {
computer01._x = computer01._x - speed01[speedC1];
}
if (runningBoy.speed < spped01[speedC1]) {
computer01._x = computer01._x + speed01[speedC1];
}
if (runningBoy.speed < speed02[speedC2]) {
computer02._x = computer02._x + (speed02[speedC2] + 20);
}
if (runningBoy.speed == speed02[speedC2]) {
computer02._x = computer02._x - speed02[speedC2];
}
if (runningBoy.speed < spped01[speedC2]) {
computer02._x = computer02._x + speed02[speedC2];
}
Frame 477
gotoAndPlay (476);
Frame 478
stopAllSounds();
gameOver = new Sound();
gameOver.attachSound("overSound");
gameOver.start(0, 0);
if ((cont01.totalTime < cont02.totalTime) && (cont01.totalTime < cont03.totalTime)) {
hurdlesWinner = "player";
} else if ((cont02.totalTime < cont01.totalTime) && (cont02.totalTime < cont03.totalTime)) {
hurdlesWinner = "computerP1";
} else if ((cont03.totalTime < cont01.totalTime) && (cont03.totalTime < cont02.totalTime)) {
hurdlesWinner = "computerP2";
} else if (cont03.totalTime == cont03.totalTime) {
hurdlesWinner = "computerP2";
}
Frame 479
if (hurdlesWinner == "player") {
winHurdles.gotoAndStop(1);
setProperty(winHurdles, _x , 458.35);
setProperty(winHurdles, _y , 279.15);
winHurdles._visible = true;
loser02._visible = true;
loser03._visible = true;
loser01._visible = false;
} else if (hurdlesWinner == "computerP1") {
winHurdles.gotoAndStop(2);
setProperty(winHurdles, _x , 428.8);
setProperty(winHurdles, _y , 213.85);
winHurdles._visible = true;
loser01._visible = true;
loser03._visible = true;
loser02._visible = false;
} else if (hurdlesWinner == "computerP2") {
winHurdles.gotoAndStop(3);
setProperty(winHurdles, _x , 386.85);
setProperty(winHurdles, _y , 152.85);
winHurdles._visible = true;
loser01._visible = true;
loser02._visible = true;
loser03._visible = false;
}
Frame 480
stop();
Frame 481
stopAllSounds();
runningTheme = new Sound();
runningTheme.attachSound("running");
runningTheme.start(0, 100000);
ground02Speed = runner02.speed;
trace(loser01._x);
trace(loser01._y);
trace(winHurdles._x);
trace(winHurdles._y);
loser01._visible = false;
winHurdles._visible = false;
finishActions = 0;
finishActions2 = 0;
finish1 = 0;
finish2 = 0;
runningBoyStop = 0;
runner02Stop = 0;
Instance of Symbol 224 MovieClip "mainGround" in Frame 481
onClipEvent (load) {
startX = this._x;
p1Pos = 1;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.groundSpeed;
if ((startX - (this._width / 1.5)) >= this._x) {
this._x = startX;
p1Pos++;
_root.playerPos.gotoAndStop(p1Pos);
}
}
Instance of Symbol 282 MovieClip "runningBoy" in Frame 481
onClipEvent (load) {
speed = 0;
_root.groundSpeed = speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
if (speed < 15) {
speed++;
}
this.nextFrame();
} else if (0 < speed) {
this.nextFrame();
speed--;
}
if ((this._x < (_root.mainGround._width / 7)) && (_root.finishActions == 0)) {
this._x = this._x + speed;
} else if ((_root.finishActions == 1) && (_root.runningBoyStop == 0)) {
this._x = this._x + speed;
}
_root.groundSpeed = speed;
if (this.poolHitPoint.hitTest(_root.mainGround.pool.poolEdge) && (_root.finishActions == 0)) {
this.gotoAndPlay("fall");
}
if (this.poolHitPoint.hitTest(_root.mainGround.valla01) && (_root.finishActions == 0)) {
this.gotoAndPlay("fall");
}
if (this.poolHitPoint.hitTest(_root.mainGround.vallab01) && (_root.finishActions == 0)) {
this.gotoAndPlay("fall");
}
if (this.hitTest(_root.mainGround.pool.poolWater) && (_root.finishActions == 0)) {
this.splash._visible = true;
} else {
this.splash._visible = false;
}
}
Instance of Symbol 296 MovieClip "mainGround2" in Frame 481
onClipEvent (load) {
startX = this._x;
p2Pos = 1;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.ground02Speed;
if ((startX - (this._width / 1.5)) >= this._x) {
this._x = startX;
p2Pos++;
_root.player02Pos.gotoAndStop(p2Pos);
}
}
Instance of Symbol 306 MovieClip "runner02" in Frame 481
onClipEvent (load) {
speed = 0;
jump = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.CONTROL)) {
if (speed < 15) {
speed++;
}
this.nextFrame();
} else if (0 < speed) {
this.nextFrame();
speed--;
}
if ((this._x < (_root.mainGround2._width / 7)) && (_root.finishActions2 == 0)) {
this._x = this._x + speed;
} else if ((_root.finishActions2 == 1) && (_root.runner02Stop == 0)) {
this._x = this._x + speed;
}
_root.groundSpeed = speed;
if (this.poolHitPoint.hitTest(_root.mainGround2.pool.poolEdge) && (_root.finishActions2 == 0)) {
this.gotoAndPlay("fall");
}
if (this.poolHitPoint.hitTest(_root.mainGround2.valla01) && (_root.finishActions2 == 0)) {
this.gotoAndPlay("fall");
}
if (this.poolHitPoint.hitTest(_root.mainGround2.vallab01) && (_root.finishActions2 == 0)) {
this.gotoAndPlay("fall");
}
if (this.hitTest(_root.mainGround2.pool.poolWater) && (_root.finishActions2 == 0)) {
this.splash._visible = true;
} else {
this.splash._visible = false;
}
}
Instance of Symbol 203 MovieClip "playerPos" in Frame 481
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 203 MovieClip "player02Pos" in Frame 481
onClipEvent (load) {
this.gotoAndStop(1);
}
Frame 482
if (mainGround.p1Pos >= 10) {
mainGround._visible = false;
finishActions = 1;
}
if (mainGround2.p2Pos >= 10) {
mainGround2._visible = false;
finishActions2 = 1;
}
if ((421 < runningBoy._x) && (finishActions == 1)) {
runningBoy.gotoAndStop(25);
runningBoyStop = 1;
cont01.gotoAndStop(13);
finish1 = 1;
}
if ((421 < runner02._x) && (finishActions2 == 1)) {
runner02.gotoAndStop(25);
runner02Stop = 1;
cont02.gotoAndStop(13);
finish2 = 1;
}
if (runner02.jump == 1) {
runner02.gotoAndPlay("jump");
}
if ((finish1 + finish2) == 2) {
gotoAndPlay (484);
}
ground02Speed = runner02.speed;
Frame 483
gotoAndPlay (482);
Frame 484
stopAllSounds();
gameOver = new Sound();
gameOver.attachSound("overSound");
gameOver.start(0, 0);
if (cont01.totalTime < cont02.totalTime) {
hurdlesWinner = "player01";
} else if (cont02.totalTime < cont01.totalTime) {
hurdlesWinner = "player02";
}
Frame 485
if (hurdlesWinner == "player01") {
winHurdles.gotoAndStop(1);
setProperty(winHurdles, _x , 435.6);
setProperty(winHurdles, _y , 293.35);
setProperty(loser01, _x , 375.9);
setProperty(loser01, _y , 48);
winHurdles._visible = true;
loser01._visible = true;
}
if (hurdlesWinner == "player02") {
winHurdles.gotoAndStop(1);
setProperty(winHurdles, _x , 375.9);
setProperty(winHurdles, _y , 260);
setProperty(loser01, _x , 435.6);
setProperty(loser01, _y , 99.35);
winHurdles._visible = true;
loser01._visible = true;
}
Frame 486
stop();
Frame 487
stopAllSounds();
splashSound = new Sound();
splashSound.attachSound("splash");
Frame 597
if (playMode == "Olympic") {
oxygen02._visible = false;
pressM._visible = false;
}
if (playMode == "Versus") {
computer.gotoAndStop(26);
pressM._visible = true;
}
oxygen01.gotoAndStop(1);
oxygenCounter = 0;
oxygenCounter02 = 0;
oxygen01_Frame = 1;
oxygen02_Frame = 1;
doSwim = 0;
oxygen01.noOxygen = 0;
oxygen02.noOxygen = 0;
player01Pos.gotoAndStop(1);
player02Pos.gotoAndStop(1);
swimTheme = new Sound();
swimTheme.attachSound("swimming");
swimTheme.start(0, 100000);
overTheme = new Sound();
overTheme.attachSound("overSound");
swimBoy.gotoAndStop(26);
swimBoyBack._visible = false;
computerBack._visible = false;
poolBorder01._visible = false;
poolBorder02._visible = false;
swimGround01Back._visible = false;
swimGround02Back._visible = false;
finishSwim01._visible = false;
finishSwim02._visible = false;
lap01 = 0;
lap02 = 0;
finish01 = 0;
finish02 = 0;
swimWinner = " ";
winner._visible = false;
loser._visible = false;
computerSpeed = new Array();
computerSpeed[0] = 7;
computerSpeed[1] = 6;
computerSpeed[2] = 8;
computerSpeed[3] = 10;
computerSpeed[4] = 5;
Instance of Symbol 327 MovieClip "swimGround02" in Frame 597
onClipEvent (load) {
start = this._y;
p2Pos = 1;
}
onClipEvent (enterFrame) {
if (_root.playMode == "Olympic") {
if (_root.shadow02.back == 0) {
this._y = this._y + _root.cspeed;
if (this._y >= (start + (this._height / 3))) {
this._y = start;
p2Pos++;
_root.player02Pos.gotoAndStop(p2Pos);
}
if (p2Pos == 5) {
p2Pos++;
_root.lap02 = 1;
}
}
} else if (_root.playMode == "Versus") {
if (_root.shadow02.back == 0) {
if (0 < _root.swimGround02Speed) {
this._y = this._y + _root.swimGround02Speed;
}
Posi = this._y;
if (this._y >= (start + (this._height / 1.7))) {
this._y = start;
p2Pos++;
_root.player02Pos.gotoAndStop(p2Pos);
}
if (p2Pos == 5) {
p2Pos++;
_root.lap02 = 1;
}
}
}
}
Instance of Symbol 328 MovieClip "swimGround02Back" in Frame 597
onClipEvent (load) {
start = this._y;
p2PosBack = 6;
}
onClipEvent (enterFrame) {
if (_root.playMode == "Olympic") {
if (_root.shadow02.back == 1) {
this._y = this._y - _root.cspeed;
if ((start - (this._height / 3)) >= this._y) {
this._y = start;
p2PosBack++;
_root.player02Pos.gotoAndStop(p2PosBack);
}
if (p2PosBack == 10) {
p2PosBack++;
_root.finish02 = 1;
}
}
} else if (_root.playMode == "Versus") {
if (_root.shadow02.back == 1) {
if (0 < _root.swimGround02Speed) {
this._y = this._y - _root.swimGround02Speed;
}
if ((start - (this._height / 3)) >= this._y) {
this._y = start;
p2PosBack++;
_root.player02Pos.gotoAndStop(p2PosBack);
}
if (p2PosBack == 10) {
p2PosBack++;
_root.finish02 = 1;
}
}
}
}
Instance of Symbol 329 MovieClip "swimGround01" in Frame 597
onClipEvent (load) {
start = this._y;
p1Pos = 1;
}
onClipEvent (enterFrame) {
if (_root.shadow01.back == 0) {
if (0 < _root.swimGround01Speed) {
this._y = this._y + _root.swimGround01Speed;
}
Posi = this._y;
if (this._y >= (start + (this._height / 1.7))) {
this._y = start;
p1Pos++;
_root.player01Pos.gotoAndStop(p1Pos);
}
if (p1Pos == 5) {
p1Pos++;
_root.lap01 = 1;
}
}
}
Instance of Symbol 330 MovieClip "swimGround01Back" in Frame 597
onClipEvent (load) {
start = this._y;
p1PosBack = 6;
}
onClipEvent (enterFrame) {
if (_root.shadow01.back == 1) {
if (0 < _root.swimGround01Speed) {
this._y = this._y - _root.swimGround01Speed;
}
if ((start - (this._height / 3)) >= this._y) {
this._y = start;
p1PosBack++;
_root.player01Pos.gotoAndStop(p1PosBack);
}
if (p1PosBack == 10) {
p1PosBack++;
_root.finish01 = 1;
}
}
}
Instance of Symbol 350 MovieClip "swimBoy" in Frame 597
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (_root.shadow01.back == 0) {
if (_root.doSwim == 1) {
if (Key.isDown(Key.UP)) {
if (speed < 12) {
speed++;
}
_root.oxygenCounter++;
} else if (1 < speed) {
speed--;
}
if (((_root.swimGround01._height / 5) < this._y) && (0 < speed)) {
this._y = this._y - speed;
}
}
}
}
Instance of Symbol 351 MovieClip "swimBoyBack" in Frame 597
onClipEvent (load) {
speed = 1;
}
onClipEvent (enterFrame) {
if ((_root.shadow01.back == 1) || (_root.shadow01.back == 2)) {
if (_root.doSwim == 1) {
if (Key.isDown(Key.DOWN)) {
if (speed < 12) {
speed++;
}
_root.oxygenCounter++;
} else if (1 < speed) {
speed--;
}
if (((_root.swimGround01._height / 5) < this._y) && (_root.shadow01.back == 1)) {
this._y = this._y + speed;
}
if (_root.shadow01.back == 2) {
this._y = this._y + speed;
}
}
}
}
Instance of Symbol 352 MovieClip "computer" in Frame 597
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (_root.playMode == "Olympic") {
if ((_root.swimGround02._height / 5) < this._y) {
this._y = this._y - 8;
}
} else if (_root.playMode == "Versus") {
if (_root.shadow02.back == 0) {
if (Key.isDown(Key.CONTROL)) {
_root.oxygenCounter02++;
if (speed < 12) {
speed++;
} else if (1 < speed) {
speed--;
}
if (((_root.swimGround02._height / 5) < this._y) && (0 < speed)) {
this._y = this._y - speed;
}
}
}
}
}
Instance of Symbol 353 MovieClip "computerBack" in Frame 597
onClipEvent (load) {
speed = 1;
}
onClipEvent (enterFrame) {
if (_root.playMode == "Olypmic") {
if ((_root.swimGround02._height / 5) < this._y) {
this._y = this._y + 8;
}
} else if (_root.playMode == "Versus") {
if ((_root.shadow02.back == 1) || (_root.shadow02.back == 2)) {
if (Key.isDown(Key.ALT)) {
_root.oxygenCounter02++;
if (speed < 12) {
speed++;
} else if (1 < speed) {
speed--;
}
if (((_root.swimGround02._height / 5) < this._y) && (_root.shadow02.back == 1)) {
this._y = this._y + speed;
}
if (_root.shadow02.back == 2) {
this._y = this._y + speed;
}
}
}
}
}
Instance of Symbol 366 MovieClip "2player" in Frame 597
onClipEvent (enterFrame) {
if (_root.playMode == "Olympic") {
this._visible = false;
}
}
Frame 598
cs = random(5);
cspeed = computerSpeed[cs];
if (finish01 == 1) {
_root.shadow01.back = 2;
finishSwim01._visible = true;
finish01 = 2;
}
if ((265 < swimBoyBack._y) && (finish01 == 2)) {
shadow01.back = 3;
swimBoyBack._visible = false;
cont01.gotoAndStop(13);
oxygen01.noOxygen = 3;
finish01 = 3;
}
if (finish02 == 1) {
_root.shadow02.back = 2;
finishSwim02._visible = true;
finish02 = 2;
}
if ((finish02 == 2) && (_root.playMode == "Olympic")) {
computerBack._y = computerBack._y + 6;
}
if ((265 < computerBack._y) && (finish02 == 2)) {
computerBack._visible = false;
cont02.gotoAndStop(13);
finish02 = 3;
oxygen02.noOxygen = 3;
}
if (lap01 == 1) {
lap01 = 0;
poolBorder01._visible = true;
swimBoy._visible = false;
shadow01.gotoAndPlay(2);
}
if (lap02 == 1) {
lap02 = 0;
poolBorder02._visible = true;
computer._visible = false;
shadow02.gotoAndPlay(2);
}
if (shadow01.back == 1) {
swimGround01Back._visible = true;
swimBoyBack._visible = true;
poolBorder01._visible = false;
}
if (shadow02.back == 1) {
computerBack._visible = true;
poolBorder02._visible = false;
swimGround02Back._visible = true;
}
if (oxygen01.noOxygen == 1) {
swimBoy.gotoAndPlay(10);
}
if ((oxygen01.noOxygen == 1) && (shadow01.back == 1)) {
swimBoyBack.gotoAndPlay(28);
}
if (5 < oxygenCounter) {
oxygenCounter = 0;
oxygen01_Frame++;
swimBoy.speed--;
}
oxygen01.gotoAndStop(oxygen01_Frame);
oxygen02.gotoAndStop(oxygen02_Frame);
if (oxygen02.noOxygen == 1) {
computer.gotoAndPlay(10);
}
if ((oxygen02.noOxygen == 1) && (shadow02.back == 1)) {
computerBack.gotoAndPlay(28);
}
if (5 < oxygenCounter02) {
oxygenCounter02 = 0;
oxygen02_Frame++;
computer.speed--;
}
oxygen02.gotoAndStop(oxygen02_Frame);
if (shadow01.back == 0) {
swimGround01Speed = swimBoy.speed;
}
if (shadow01.back == 1) {
swimGround01Speed = swimBoyBack.speed;
}
if (shadow02.back == 0) {
swimGround02Speed = computer.speed;
}
if (shadow02.back == 1) {
swimGround02Speed = computerBack.speed;
}
if (cont02.totalTime < cont01.totalTime) {
swimWinner = "computer";
}
if (cont01.totalTime < cont02.totalTime) {
swimWinner = "player";
}
if ((swimWinner == "computer") && (finish02 == 3)) {
setProperty(winner, _y , 299.35);
setProperty(winner, _x , 366.3);
winner._visible = true;
}
if ((swimWinner == "computer") && (finish01 == 3)) {
setProperty(loser, _y , 306.85);
setProperty(loser, _x , 178.3);
winner._visible = true;
loser._visible = true;
stopAllSounds();
overTheme.start(0, 0);
gotoAndStop (600);
}
if ((swimWinner == "player") && (finish01 == 3)) {
setProperty(winner, _y , 299.35);
setProperty(winner, _x , 177.3);
winner._visible = true;
}
if ((swimWinner == "player") && (finish02 == 3)) {
setProperty(loser, _y , 306.85);
setProperty(loser, _x , 364.3);
winner._visible = true;
loser._visible = true;
stopAllSounds();
overTheme.start(0, 0);
gotoAndStop (600);
}
Frame 599
gotoAndPlay (598);
Frame 600
stop();
Frame 601
stop();
Symbol 27 MovieClip Frame 1
stop();
Symbol 32 Button
on (release) {
gotoAndPlay (4);
_root.theme.start(0, 0);
}
Symbol 48 Button
on (release) {
_root.playMode = "Versus";
gotoAndPlay (13);
}
on (rollOver) {
if (_root.flamaPos == 1) {
_root.select.flama._y = _root.select.flama._y + 32;
_root.flamaPos = 2;
}
}
Symbol 50 Button
on (release) {
_root.playMode = "Olympic";
gotoAndPlay (13);
}
on (rollOver) {
if (_root.flamaPos == 2) {
_root.select.flama._y = _root.select.flama._y - 32;
_root.flamaPos = 1;
}
}
Symbol 56 Button
on (release) {
if (_root.playMode == "Olympic") {
gotoAndPlay (267);
}
if (_root.playMode == "Versus") {
gotoAndPlay (269);
}
stopAllSounds();
}
Symbol 83 MovieClip Frame 32
gotoAndPlay (22);
Symbol 86 Button
on (release) {
if (_root.playMode == "Olympic") {
gotoAndPlay (267);
}
if (_root.playMode == "Versus") {
gotoAndPlay (269);
}
}
Symbol 92 Button
on (release) {
gotoAndPlay (271);
}
on (rollOver) {
if (_root.medallaPos == 2) {
_root.medalla._y = _root.medalla._y - 64;
} else if (_root.medallaPos == 3) {
_root.medalla._y = _root.medalla._y - 128;
}
_root.medallaPos = 1;
}
Symbol 95 Button
on (release) {
gotoAndPlay (365);
}
on (rollOver) {
if (_root.medallaPos == 1) {
_root.medalla._y = _root.medalla._y + 64;
} else if (_root.medallaPos == 3) {
_root.medalla._y = _root.medalla._y - 64;
}
_root.medallaPos = 2;
}
Symbol 98 Button
on (release) {
gotoAndPlay (487);
}
on (rollOver) {
if (_root.medallaPos == 1) {
_root.medalla._y = _root.medalla._y + 128;
} else if (_root.medallaPos == 2) {
_root.medalla._y = _root.medalla._y + 64;
}
_root.medallaPos = 3;
}
Symbol 100 Button
on (release) {
gotoAndPlay (601);
}
Symbol 102 Button
on (release) {
gotoAndStop (268);
}
Symbol 117 Button
on (release) {
gotoAndStop (267);
}
Symbol 120 Button
on (release) {
gotoAndPlay (365);
}
on (rollOver) {
if (_root.medallaPos == 2) {
_root.medalla._y = _root.medalla._y - 64;
}
_root.medallaPos = 1;
}
Symbol 121 Button
on (release) {
gotoAndPlay (487);
}
on (rollOver) {
if (_root.medallaPos == 1) {
_root.medalla._y = _root.medalla._y + 64;
}
_root.medallaPos = 2;
}
Symbol 122 Button
on (release) {
gotoAndStop (270);
}
Symbol 123 Button
on (release) {
gotoAndStop (269);
}
Symbol 135 MovieClip Frame 1
stop();
Symbol 135 MovieClip Frame 2
stop();
_root.restart = 1;
_root.fencingPoint.start(0, 0);
Symbol 135 MovieClip Frame 3
stop();
_root.restart = 1;
_root.fencingPoint.start(0, 0);
Symbol 135 MovieClip Frame 4
stop();
_root.restart = 1;
_root.fencingPoint.start(0, 0);
Symbol 135 MovieClip Frame 5
stop();
_root.fencingOver = 1;
_root.fencingWinner = 1;
_root.fencingPoint.start(0, 0);
Symbol 140 MovieClip Frame 1
stop();
Symbol 140 MovieClip Frame 2
stop();
stop();
_root.restart = 1;
_root.fencingPoint.start(0, 0);
Symbol 140 MovieClip Frame 3
stop();
_root.restart = 1;
_root.fencingPoint.start(0, 0);
Symbol 140 MovieClip Frame 4
stop();
_root.restart = 1;
_root.fencingPoint.start(0, 0);
Symbol 140 MovieClip Frame 5
stop();
_root.fencingOver = 1;
_root.fencingWinner = 2;
_root.fencingPoint.start(0, 0);
Symbol 143 MovieClip Frame 1
stop();
Symbol 143 MovieClip Frame 2
stop();
_root.restart = 1;
_root.fencingPoint.start(0, 0);
Symbol 143 MovieClip Frame 3
stop();
_root.restart = 1;
_root.fencingPoint.start(0, 0);
Symbol 143 MovieClip Frame 4
stop();
_root.restart = 1;
_root.fencingPoint.start(0, 0);
Symbol 143 MovieClip Frame 5
stop();
_root.fencingOver = 1;
_root.fencingWinner = 1;
_root.fencingPoint.start(0, 0);
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 2
stop();
stop();
_root.restart = 1;
_root.fencingPoint.start(0, 0);
Symbol 144 MovieClip Frame 3
stop();
_root.restart = 1;
_root.fencingPoint.start(0, 0);
Symbol 144 MovieClip Frame 4
stop();
_root.restart = 1;
_root.fencingPoint.start(0, 0);
Symbol 144 MovieClip Frame 5
stop();
_root.fencingOver = 1;
_root.fencingWinner = 2;
_root.fencingPoint.start(0, 0);
Symbol 148 Button
on (keyPress "a") {
gotoAndPlay (2);
}
on (keyPress "s") {
gotoAndPlay (10);
}
on (keyPress "d") {
gotoAndPlay (6);
}
Symbol 156 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 2
stop();
Symbol 156 MovieClip Frame 3
gotoAndStop (1);
Symbol 173 MovieClip Frame 1
stop();
_root.move = 0;
Symbol 173 MovieClip Frame 2
_root.move = 1;
Instance of Symbol 162 MovieClip "edge01" in Symbol 173 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player02.hitPoint01) || (this.hitTest(_root.player02.hitPoint02))) || (this.hitTest(_root.player02.hitPoint03))) {
_root.p1_hits++;
_root.hitsP1.gotoAndStop(_root.p1_hits);
}
if (this.hitTest(_root.player02.edge03)) {
_root.swordBlock.start(0, 0);
}
}
Symbol 173 MovieClip Frame 5
gotoAndStop (1);
Symbol 173 MovieClip Frame 6
_root.move = 2;
Symbol 173 MovieClip Frame 9
gotoAndStop (1);
Symbol 173 MovieClip Frame 10
_root.move = 3;
Instance of Symbol 172 MovieClip "edge02" in Symbol 173 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player02.hitPoint01) || (this.hitTest(_root.player02.hitPoint02))) || (this.hitTest(_root.player02.hitPoint03))) {
_root.p1_hits++;
_root.hitsP1.gotoAndStop(_root.p1_hits);
}
if (this.hitTest(_root.player02.edge03)) {
_root.swordBlock.start(0, 0);
}
}
Symbol 173 MovieClip Frame 13
gotoAndStop (1);
Symbol 180 MovieClip Frame 1
stop();
Instance of Symbol 175 MovieClip "edge01" in Symbol 180 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player01.hitPoint01) || (this.hitTest(_root.player01.hitPoint02))) || (this.hitTest(_root.player01.hitPoint03))) {
_root.p2_hits++;
_root.hitsP2.gotoAndStop(_root.p2_hits);
}
if (this.hitTest(_root.player01.edge03)) {
_root.swordBlock.start(0, 0);
}
}
Symbol 180 MovieClip Frame 5
gotoAndStop (1);
Symbol 180 MovieClip Frame 9
gotoAndStop (1);
Instance of Symbol 179 MovieClip "edge02" in Symbol 180 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((this.hitTest(_root.player01.hitPoint01) || (this.hitTest(_root.player01.hitPoint02))) || (this.hitTest(_root.player01.hitPoint03))) {
_root.p2_hits++;
_root.hitsP2.gotoAndStop(_root.p2_hits);
}
if (this.hitTest(_root.player01.edge03)) {
_root.swordBlock.start(0, 0);
}
}
Symbol 180 MovieClip Frame 13
gotoAndStop (1);
Symbol 192 Button
on (release) {
gotoAndPlay (267);
}
Symbol 207 MovieClip Frame 1
seg = 0;
mins = 0;
Symbol 207 MovieClip Frame 2
timerMin = mins + ":";
timerSec = seg;
Symbol 207 MovieClip Frame 12
seg++;
if (seg >= 60) {
mins++;
seg = 0;
}
minAsec = mins * 60;
totalTime = minAsec + seg;
gotoAndPlay (2);
Symbol 207 MovieClip Frame 13
stop();
timerMin = mins + ":";
timerSec = seg;
minAsec = mins * 60;
totalTime = minAsec + seg;
Symbol 208 MovieClip Frame 1
seg = 0;
mins = 0;
Symbol 208 MovieClip Frame 2
timerMin = mins + ":";
timerSec = seg;
Symbol 208 MovieClip Frame 12
seg++;
if (seg >= 60) {
mins++;
seg = 0;
}
minAsec = mins * 60;
totalTime = minAsec + seg;
gotoAndPlay (2);
Symbol 208 MovieClip Frame 13
stop();
timerMin = mins + ":";
timerSec = seg;
minAsec = mins * 60;
totalTime = minAsec + seg;
Instance of Symbol 219 MovieClip "poolWater" in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.runningBoy)) {
_root.runningBoy.splash._visible = true;
} else {
_root.runningBoy.splash._visible = false;
}
}
Symbol 247 MovieClip Frame 7
gotoAndPlay (1);
Symbol 247 MovieClip Frame 13
gotoAndPlay (1);
Symbol 247 MovieClip Frame 14
stop();
Symbol 261 MovieClip Frame 7
gotoAndPlay (1);
Symbol 261 MovieClip Frame 13
gotoAndPlay (1);
Symbol 261 MovieClip Frame 14
stop();
Symbol 263 Button
on (keyPress "m") {
gotoAndPlay (8);
}
Symbol 282 MovieClip Frame 1
stop();
Instance of Symbol 269 MovieClip "splash" in Symbol 282 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 282 MovieClip Frame 2
stop();
Symbol 282 MovieClip Frame 3
stop();
Symbol 282 MovieClip Frame 4
stop();
Symbol 282 MovieClip Frame 5
stop();
Symbol 282 MovieClip Frame 6
stop();
Symbol 282 MovieClip Frame 7
gotoAndStop (1);
Symbol 282 MovieClip Frame 13
gotoAndStop (1);
Symbol 282 MovieClip Frame 14
this.speed = 0;
Symbol 282 MovieClip Frame 15
this.speed = 0;
Symbol 282 MovieClip Frame 16
this.speed = 0;
Symbol 282 MovieClip Frame 18
this.speed = 0;
Symbol 282 MovieClip Frame 20
this.speed = 0;
Symbol 282 MovieClip Frame 22
this.speed = 0;
Symbol 282 MovieClip Frame 24
gotoAndStop (1);
Symbol 282 MovieClip Frame 25
stop();
Symbol 283 Button
on (release) {
gotoAndPlay (267);
}
Symbol 294 MovieClip Frame 1
stop();
Symbol 294 MovieClip Frame 2
stop();
Symbol 294 MovieClip Frame 3
stop();
Symbol 297 Button
on (keyPress "x") {
gotoAndPlay (8);
}
Symbol 306 MovieClip Frame 1
stop();
Instance of Symbol 269 MovieClip "splash" in Symbol 306 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 306 MovieClip Frame 2
stop();
Symbol 306 MovieClip Frame 3
stop();
Symbol 306 MovieClip Frame 4
stop();
Symbol 306 MovieClip Frame 5
stop();
Symbol 306 MovieClip Frame 6
stop();
Symbol 306 MovieClip Frame 7
gotoAndStop (1);
Symbol 306 MovieClip Frame 13
gotoAndStop (1);
Symbol 306 MovieClip Frame 14
this.speed = 0;
Symbol 306 MovieClip Frame 15
this.speed = 0;
Symbol 306 MovieClip Frame 16
this.speed = 0;
Symbol 306 MovieClip Frame 18
this.speed = 0;
Symbol 306 MovieClip Frame 20
this.speed = 0;
Symbol 306 MovieClip Frame 22
this.speed = 0;
Symbol 306 MovieClip Frame 24
gotoAndStop (1);
Symbol 306 MovieClip Frame 25
stop();
Symbol 312 Button
on (release) {
gotoAndPlay (269);
}
Symbol 323 MovieClip Frame 6
stop();
_root.splashSound.start(0, 0);
Symbol 324 MovieClip Frame 6
stop();
_root.splashSound.start(0, 0);
Symbol 332 Button
on (keyPress "x") {
if ((1 < _root.oxygen01_Frame) && (_root.oxygen01_Frame < 15)) {
_root.oxygen01_Frame = _root.oxygen01_Frame - 2;
_root.swimBoy.speed = 5;
_root.swimBoyBack.speed = 5;
}
_root.oxygenCounter = 0;
}
on (keyPress "m") {
if (_root.playMode == "Versus") {
if ((1 < _root.oxygen02_Frame) && (_root.oxygen02_Frame < 15)) {
_root.oxygen02_Frame = _root.oxygen02_Frame - 2;
_root.computer.speed = 5;
_root.computerBack.speed = 5;
}
_root.oxygenCounter02 = 0;
}
}
Symbol 347 Button
on (keyPress "k") {
if (_root.playMode == "Olympic") {
this.nextFrame();
if (this.speed < 10) {
speed++;
}
_root.oxygenCounter++;
} else if (_root.playMode == "Versus") {
this.nextFrame();
if (this.speed < 10) {
speed++;
}
_root.oxygenCounter++;
}
_root.pressK._visible = false;
}
on (keyPress "a") {
if (_root.playMode == "Versus") {
_root.computer.gotoAndPlay(1);
if (_root.computer.speed < 10) {
_root.computer.speed++;
}
_root.oxygenCounter02++;
}
_root.pressA._visible = false;
}
Symbol 350 MovieClip Frame 1
Symbol 350 MovieClip Frame 2
Symbol 350 MovieClip Frame 3
Symbol 350 MovieClip Frame 4
Symbol 350 MovieClip Frame 5
Symbol 350 MovieClip Frame 6
Symbol 350 MovieClip Frame 7
Symbol 350 MovieClip Frame 8
Symbol 350 MovieClip Frame 9
gotoAndPlay (1);
Symbol 350 MovieClip Frame 10
if (_root.oxygen01.noOxygen == 1) {
_root.oxygen01.noOxygen = 2;
}
if (_root.oxygen02.noOxygen == 1) {
_root.oxygen02.noOxygen = 2;
}
this.speed = 0;
Symbol 350 MovieClip Frame 14
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 11;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 11;
}
this.speed = 0;
Symbol 350 MovieClip Frame 18
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 7;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 7;
}
this.speed = 0;
Symbol 350 MovieClip Frame 22
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 3;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 3;
}
this.speed = 0;
Symbol 350 MovieClip Frame 25
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 1;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 1;
}
noOxygen = 0;
this.speed = 1;
gotoAndPlay (1);
Symbol 350 MovieClip Frame 26
stop();
Symbol 350 MovieClip Frame 27
gotoAndPlay (1);
_root.doSwim = 1;
_root.pressA._visible = false;
Symbol 350 MovieClip Frame 28
if (_root.oxygen01.noOxygen == 1) {
_root.oxygen01.noOxygen = 2;
}
if (_root.oxygen02.noOxygen == 1) {
_root.oxygen02.noOxygen = 2;
}
this.speed = 0;
Symbol 350 MovieClip Frame 32
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 11;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 11;
}
this.speed = 0;
Symbol 350 MovieClip Frame 36
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 7;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 7;
}
this.speed = 0;
Symbol 350 MovieClip Frame 40
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 3;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 3;
}
this.speed = 0;
Symbol 350 MovieClip Frame 43
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 1;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 1;
}
noOxygen = 0;
this.speed = 1;
gotoAndPlay (1);
Symbol 351 MovieClip Frame 1
Symbol 351 MovieClip Frame 2
Symbol 351 MovieClip Frame 3
Symbol 351 MovieClip Frame 4
Symbol 351 MovieClip Frame 5
Symbol 351 MovieClip Frame 6
Symbol 351 MovieClip Frame 7
Symbol 351 MovieClip Frame 8
Symbol 351 MovieClip Frame 9
gotoAndPlay (1);
Symbol 351 MovieClip Frame 10
if (_root.oxygen01.noOxygen == 1) {
_root.oxygen01.noOxygen = 2;
}
if (_root.oxygen02.noOxygen == 1) {
_root.oxygen02.noOxygen = 2;
}
this.speed = 0;
Symbol 351 MovieClip Frame 14
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 11;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 11;
}
this.speed = 0;
Symbol 351 MovieClip Frame 18
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 7;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 7;
}
this.speed = 0;
Symbol 351 MovieClip Frame 22
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 3;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 3;
}
this.speed = 0;
Symbol 351 MovieClip Frame 25
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 1;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 1;
}
noOxygen = 0;
this.speed = 1;
gotoAndPlay (1);
Symbol 351 MovieClip Frame 26
stop();
Symbol 351 MovieClip Frame 27
gotoAndPlay (1);
_root.doSwim = 1;
_root.pressA._visible = false;
Symbol 351 MovieClip Frame 28
if (_root.oxygen01.noOxygen == 1) {
_root.oxygen01.noOxygen = 2;
}
if (_root.oxygen02.noOxygen == 1) {
_root.oxygen02.noOxygen = 2;
}
this.speed = 0;
Symbol 351 MovieClip Frame 32
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 11;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 11;
}
this.speed = 0;
Symbol 351 MovieClip Frame 36
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 7;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 7;
}
this.speed = 0;
Symbol 351 MovieClip Frame 40
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 3;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 3;
}
this.speed = 0;
Symbol 351 MovieClip Frame 43
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 1;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 1;
}
noOxygen = 0;
this.speed = 1;
gotoAndPlay (1);
Symbol 352 MovieClip Frame 1
Symbol 352 MovieClip Frame 2
Symbol 352 MovieClip Frame 3
Symbol 352 MovieClip Frame 4
Symbol 352 MovieClip Frame 5
Symbol 352 MovieClip Frame 6
Symbol 352 MovieClip Frame 7
Symbol 352 MovieClip Frame 8
Symbol 352 MovieClip Frame 9
gotoAndPlay (1);
Symbol 352 MovieClip Frame 10
if (_root.oxygen01.noOxygen == 1) {
_root.oxygen01.noOxygen = 2;
}
if (_root.oxygen02.noOxygen == 1) {
_root.oxygen02.noOxygen = 2;
}
this.speed = 0;
Symbol 352 MovieClip Frame 14
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 11;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 11;
}
this.speed = 0;
Symbol 352 MovieClip Frame 18
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 7;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 7;
}
this.speed = 0;
Symbol 352 MovieClip Frame 22
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 3;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 3;
}
this.speed = 0;
Symbol 352 MovieClip Frame 25
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 1;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 1;
}
noOxygen = 0;
this.speed = 1;
gotoAndPlay (1);
Symbol 352 MovieClip Frame 26
stop();
Symbol 352 MovieClip Frame 27
gotoAndPlay (1);
_root.doSwim = 1;
_root.pressA._visible = false;
Symbol 352 MovieClip Frame 28
if (_root.oxygen01.noOxygen == 1) {
_root.oxygen01.noOxygen = 2;
}
if (_root.oxygen02.noOxygen == 1) {
_root.oxygen02.noOxygen = 2;
}
this.speed = 0;
Symbol 352 MovieClip Frame 32
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 11;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 11;
}
this.speed = 0;
Symbol 352 MovieClip Frame 36
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 7;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 7;
}
this.speed = 0;
Symbol 352 MovieClip Frame 40
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 3;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 3;
}
this.speed = 0;
Symbol 352 MovieClip Frame 43
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 1;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 1;
}
noOxygen = 0;
this.speed = 1;
gotoAndPlay (1);
Symbol 353 MovieClip Frame 1
Symbol 353 MovieClip Frame 2
Symbol 353 MovieClip Frame 3
Symbol 353 MovieClip Frame 4
Symbol 353 MovieClip Frame 5
Symbol 353 MovieClip Frame 6
Symbol 353 MovieClip Frame 7
Symbol 353 MovieClip Frame 8
Symbol 353 MovieClip Frame 9
gotoAndPlay (1);
Symbol 353 MovieClip Frame 10
if (_root.oxygen01.noOxygen == 1) {
_root.oxygen01.noOxygen = 2;
}
if (_root.oxygen02.noOxygen == 1) {
_root.oxygen02.noOxygen = 2;
}
this.speed = 0;
Symbol 353 MovieClip Frame 14
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 11;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 11;
}
this.speed = 0;
Symbol 353 MovieClip Frame 18
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 7;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 7;
}
this.speed = 0;
Symbol 353 MovieClip Frame 22
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 3;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 3;
}
this.speed = 0;
Symbol 353 MovieClip Frame 25
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 1;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 1;
}
noOxygen = 0;
this.speed = 1;
gotoAndPlay (1);
Symbol 353 MovieClip Frame 26
stop();
Symbol 353 MovieClip Frame 27
gotoAndPlay (1);
_root.doSwim = 1;
_root.pressA._visible = false;
Symbol 353 MovieClip Frame 28
if (_root.oxygen01.noOxygen == 1) {
_root.oxygen01.noOxygen = 2;
}
if (_root.oxygen02.noOxygen == 1) {
_root.oxygen02.noOxygen = 2;
}
this.speed = 0;
Symbol 353 MovieClip Frame 32
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 11;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 11;
}
this.speed = 0;
Symbol 353 MovieClip Frame 36
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 7;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 7;
}
this.speed = 0;
Symbol 353 MovieClip Frame 40
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 3;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 3;
}
this.speed = 0;
Symbol 353 MovieClip Frame 43
if (_root.oxygen01.noOxygen == 2) {
_root.oxygen01_Frame = 1;
}
if (_root.oxygen02.noOxygen == 2) {
_root.oxygen02_Frame = 1;
}
noOxygen = 0;
this.speed = 1;
gotoAndPlay (1);
Symbol 365 MovieClip Frame 15
noOxygen = 1;
Symbol 375 MovieClip Frame 1
stop();
back = 0;
Symbol 375 MovieClip Frame 2
_root.lap02 = 0;
Symbol 375 MovieClip Frame 11
stop();
back = 1;
Symbol 387 Button
on (release) {
if (_root.playMode == "Olympic") {
gotoAndPlay (267);
}
if (_root.playMode == "Versus") {
gotoAndPlay (269);
}
stopAllSounds();
}
Symbol 389 Button
on (release) {
gotoAndPlay (3);
}