Frame 1
stop();
fscommand ("fullscreen", "false");
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
Frame 2
fscommand ("fullscreen", "false");
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
current_bytes = this.getBytesLoaded();
tot_bytes = this.getBytesTotal();
percent = int((current_bytes / tot_bytes) * 100) + "% ";
if (current_bytes >= tot_bytes) {
_root.gotoAndPlay(5);
}
Frame 3
this.gotoAndPlay("loader");
Instance of Symbol 46 MovieClip "demoplayer" in Frame 5
onClipEvent (load) {
right = "yes";
}
onClipEvent (enterFrame) {
if ((this._x < 650) and (right == "yes")) {
this._x = this._x + 5;
this.gotoAndStop(1);
} else {
right = "no";
this._x = this._x - 5;
this.gotoAndStop(2);
}
if (this._x < -50) {
right = "yes";
}
}
Instance of Symbol 46 MovieClip "demoplayer2" in Frame 5
onClipEvent (load) {
right = "yes";
}
onClipEvent (enterFrame) {
if ((this._x < 650) and (right == "yes")) {
this._x = this._x + 9;
this.gotoAndStop(1);
} else {
right = "no";
this._x = this._x - 9;
this.gotoAndStop(2);
}
if (this._x < -50) {
right = "yes";
}
}
Frame 70
stop();
Frame 71
play();
Frame 108
stopAllSounds();
Frame 109
bg = new Sound();
bg.attachSound("bg");
bg.start(1, 999);
pass = new Sound();
pass.attachSound("pass");
gotit = new Sound();
gotit.attachSound("gotit");
nicepass = new Sound();
nicepass.attachSound("nicepass");
yeah = new Sound();
yeah.attachSound("yeah");
alive = "yes";
speed = 12;
passing = "no";
score = 0;
timeForLevel = 300000 /* 0x0493E0 */;
_root.onEnterFrame = function () {
if (_root.score < 0) {
_root.score = 0;
}
if ((Key.isDown(37) and (_root.alive == "yes")) and (_root.passing == "no")) {
if (_root.qb._x > 30) {
_root.qb._x = _root.qb._x - speed;
_root.qb.gotoAndStop("left");
}
}
if ((Key.isDown(39) and (_root.alive == "yes")) and (_root.passing == "no")) {
if (_root.qb._x < 520) {
_root.qb._x = _root.qb._x + speed;
_root.qb.gotoAndStop("right");
}
}
if (Key.isDown(32) and (_root.alive == "yes")) {
_root.passing = "yes";
_root.qb.gotoAndStop(4);
}
};
stop();
_root.ball.swapDepths(495);
_root.qb.swapDepths(500);
_root.player1.swapDepths(490);
_root.player2.swapDepths(480);
_root.player3.swapDepths(470);
_root.player4.swapDepths(460);
_root.player5.swapDepths(450);
_root.gameover.swapDepths(510);
_root.gameborder.swapDepths(520);
Instance of Symbol 46 MovieClip "player5" in Frame 109
onClipEvent (load) {
right = "yes";
}
onClipEvent (enterFrame) {
if ((this._x < 650) and (right == "yes")) {
this._x = this._x + 5;
this.gotoAndStop(1);
} else {
right = "no";
this._x = this._x - 5;
this.gotoAndStop(2);
}
if (this._x < -50) {
right = "yes";
}
}
Instance of Symbol 96 MovieClip "player4" in Frame 109
onClipEvent (load) {
right = "yes";
}
onClipEvent (enterFrame) {
if ((this._x < 650) and (right == "yes")) {
this._x = this._x + 6;
this.gotoAndStop(1);
} else {
right = "no";
this._x = this._x - 6;
this.gotoAndStop(2);
}
if (this._x < -50) {
right = "yes";
}
}
Instance of Symbol 46 MovieClip "player3" in Frame 109
onClipEvent (load) {
right = "yes";
}
onClipEvent (enterFrame) {
if ((this._x < 650) and (right == "yes")) {
this._x = this._x + 7;
this.gotoAndStop(1);
} else {
right = "no";
this._x = this._x - 7;
this.gotoAndStop(2);
}
if (this._x < -50) {
right = "yes";
}
}
Instance of Symbol 46 MovieClip "player2" in Frame 109
onClipEvent (load) {
right = "yes";
}
onClipEvent (enterFrame) {
if ((this._x < 650) and (right == "yes")) {
this._x = this._x + 9;
this.gotoAndStop(1);
} else {
right = "no";
this._x = this._x - 9;
this.gotoAndStop(2);
}
if (this._x < -50) {
right = "yes";
}
}
Instance of Symbol 96 MovieClip "player1" in Frame 109
onClipEvent (load) {
right = "yes";
}
onClipEvent (enterFrame) {
if ((this._x < 650) and (right == "yes")) {
this._x = this._x + 10;
this.gotoAndStop(1);
} else {
right = "no";
this._x = this._x - 10;
this.gotoAndStop(2);
}
if (this._x < -50) {
right = "yes";
}
}
Instance of Symbol 99 MovieClip "points_p1" in Frame 109
onClipEvent (load) {
this.points.points = "-25";
}
onClipEvent (enterFrame) {
this._x = _root.player1._x;
this._y = _root.player1._y - 25;
}
Instance of Symbol 99 MovieClip "points_p2" in Frame 109
onClipEvent (load) {
this.points.points = "+50";
}
onClipEvent (enterFrame) {
this._x = _root.player2._x;
this._y = _root.player2._y - 25;
}
Instance of Symbol 99 MovieClip "points_p3" in Frame 109
onClipEvent (load) {
this.points.points = "+100";
}
onClipEvent (enterFrame) {
this._x = _root.player3._x;
this._y = _root.player3._y - 25;
}
Instance of Symbol 99 MovieClip "points_p4" in Frame 109
onClipEvent (load) {
this.points.points = "-25";
}
onClipEvent (enterFrame) {
this._x = _root.player4._x;
this._y = _root.player4._y - 25;
}
Instance of Symbol 99 MovieClip "points_p5" in Frame 109
onClipEvent (load) {
this.points.points = "+200";
}
onClipEvent (enterFrame) {
this._x = _root.player5._x;
this._y = _root.player5._y - 25;
}
Instance of Symbol 143 MovieClip "clock" in Frame 109
onClipEvent (load) {
maxTime = _root.timeForLevel;
timeStart = getTimer();
}
onClipEvent (enterFrame) {
if (_root.gameover._visible == 0) {
timeElapsed = maxTime - (getTimer() - timeStart);
timeRealSeconds = Math.floor(timeElapsed / 1000);
timeMinutes = Math.floor(timeRealSeconds / 60);
trace(timeMinutes);
timeSeconds = timeRealSeconds - (timeMinutes * 60);
if (timeSeconds < 10) {
timeseconds = String("0" + timeseconds);
}
_root.timer = (timeMinutes + ":") + timeSeconds;
_root.timeScore = timeRealSeconds;
if ((timeSeconds <= 0) && (timeMinutes <= 0)) {
_root.gameover._visible = 1;
}
}
}
Instance of Symbol 166 MovieClip "gameover" in Frame 109
onClipEvent (load) {
this._visible = 0;
}
Frame 110
_root.music.gotoAndStop(2);
_root.bg.stop();
_root.qb.removeMovieClip();
_root.gameborder.removeMovieClip();
_root.ball.removeMovieClip();
_root.player1.removeMovieClip();
_root.player2.removeMovieClip();
_root.player3.removeMovieClip();
_root.player4.removeMovieClip();
_root.player5.removeMovieClip();
_root.gameover.removeMovieClip();
gotoAndStop (109);
Symbol 11 MovieClip Frame 1
stop();
Symbol 11 MovieClip Frame 75
gotoAndStop (1);
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this.gotoAndPlay(Math.ceil(Math.random() * 75));
}
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this.gotoAndPlay(Math.ceil(Math.random() * 75));
}
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this.gotoAndPlay(Math.ceil(Math.random() * 75));
}
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this.gotoAndPlay(Math.ceil(Math.random() * 75));
}
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this.gotoAndPlay(Math.ceil(Math.random() * 75));
}
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this.gotoAndPlay(Math.ceil(Math.random() * 75));
}
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this.gotoAndPlay(Math.ceil(Math.random() * 75));
}
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this.gotoAndPlay(Math.ceil(Math.random() * 75));
}
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this.gotoAndPlay(Math.ceil(Math.random() * 75));
}
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this.gotoAndPlay(Math.ceil(Math.random() * 75));
}
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this.gotoAndPlay(Math.ceil(Math.random() * 75));
}
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this.gotoAndPlay(Math.ceil(Math.random() * 75));
}
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this.gotoAndPlay(Math.ceil(Math.random() * 75));
}
}
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this.gotoAndPlay(Math.ceil(Math.random() * 75));
}
}
Symbol 22 MovieClip Frame 120
_root.gotoAndStop("loader");
Symbol 46 MovieClip Frame 1
stop();
Instance of Symbol 32 MovieClip "shape" in Symbol 46 MovieClip Frame 1
onClipEvent (load) {
this._visible = 0;
}
Symbol 46 MovieClip Frame 2
stop();
Symbol 63 Button
on (release) {
_root.gotoAndPlay("start");
}
Symbol 84 MovieClip Frame 1
stop();
Instance of Symbol 82 MovieClip in Symbol 84 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.ball.swapDepths(495);
}
Instance of Symbol 82 MovieClip in Symbol 84 MovieClip Frame 4
onClipEvent (enterFrame) {
_root.ball.swapDepths(495);
if (_root.player1.shape.hitTest(this) and (_root.alive == "yes")) {
_root.points_p1.gotoAndPlay(2);
_root.score = _root.score - 25;
_root.pass.start();
_root.ball.gotoAndStop(1);
}
}
Instance of Symbol 82 MovieClip in Symbol 84 MovieClip Frame 6
onClipEvent (enterFrame) {
_root.ball.swapDepths(485);
if (_root.player2.shape.hitTest(this) and (_root.alive == "yes")) {
_root.points_p2.gotoAndPlay(2);
_root.score = _root.score + 50;
_root.yeah.start();
_root.ball.gotoAndStop(1);
}
}
Instance of Symbol 82 MovieClip in Symbol 84 MovieClip Frame 8
onClipEvent (enterFrame) {
_root.ball.swapDepths(475);
if (_root.player3.shape.hitTest(this) and (_root.alive == "yes")) {
_root.points_p3.gotoAndPlay(2);
_root.score = _root.score + 100;
_root.gotit.start();
_root.ball.gotoAndStop(1);
}
}
Instance of Symbol 82 MovieClip in Symbol 84 MovieClip Frame 10
onClipEvent (enterFrame) {
_root.ball.swapDepths(465);
if (_root.player4.shape.hitTest(this) and (_root.alive == "yes")) {
_root.points_p4.gotoAndPlay(2);
_root.score = _root.score - 25;
_root.pass.start();
_root.ball.gotoAndStop(1);
}
}
Instance of Symbol 82 MovieClip in Symbol 84 MovieClip Frame 12
onClipEvent (enterFrame) {
_root.ball.swapDepths(455);
if (_root.player5.shape.hitTest(this) and (_root.alive == "yes")) {
_root.points_p5.gotoAndPlay(2);
_root.score = _root.score + 200;
_root.nicepass.start();
_root.ball.gotoAndStop(1);
}
}
Instance of Symbol 82 MovieClip in Symbol 84 MovieClip Frame 14
onClipEvent (enterFrame) {
_root.ball.swapDepths(445);
}
Symbol 84 MovieClip Frame 21
_root.totalfootballs.nextFrame();
gotoAndStop (1);
Symbol 96 MovieClip Frame 1
stop();
Instance of Symbol 32 MovieClip "shape" in Symbol 96 MovieClip Frame 1
onClipEvent (load) {
this._visible = 0;
}
Instance of Symbol 95 MovieClip in Symbol 96 MovieClip Frame 1
/* no clip actions */
Symbol 96 MovieClip Frame 2
stop();
Symbol 99 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 2
play();
Symbol 99 MovieClip Frame 19
gotoAndStop (1);
Symbol 109 MovieClip Frame 5
_root.qb.gotoAndStop(1);
Symbol 114 MovieClip Frame 5
_root.qb.gotoAndStop(1);
Symbol 127 MovieClip Frame 1
play();
Symbol 127 MovieClip Frame 7
if (_root.ball._currentframe == 1) {
_root.ball.gotoAndPlay(2);
_root.ball._x = _root.qb._x + 50;
} else {
gotoAndPlay (1);
}
Symbol 127 MovieClip Frame 15
_root.passing = "no";
_root.qb.gotoAndStop(1);
Symbol 128 MovieClip Frame 1
stop();
Symbol 128 MovieClip Frame 2
stop();
Symbol 128 MovieClip Frame 3
stop();
Symbol 128 MovieClip Frame 4
stop();
Symbol 149 Button
on (release) {
getURL ("http://www.ultimatearcade.com/downloads", "_blank");
}
Symbol 150 Button
on (release) {
getURL ("http://www.ultimatearcade.com/", "_blank");
}
Symbol 154 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 2
play();
Symbol 154 MovieClip Frame 35
stop();
Symbol 158 Button
on (release) {
_root.gotoAndStop("reset");
}
Symbol 163 Button
on (release) {
credits._visible = 1;
}
Instance of Symbol 154 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (load) {
done = "no";
}
onClipEvent (enterFrame) {
if ((_root.gameover._visible == 1) and (done == "no")) {
done = "yes";
this.gotoAndPlay(2);
}
}
Instance of Symbol 165 MovieClip "credits" in Symbol 166 MovieClip Frame 1
onClipEvent (load) {
this._visible = 0;
}
Symbol 171 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 2
stop();
Symbol 171 MovieClip Frame 3
stop();
Symbol 171 MovieClip Frame 4
stop();
Symbol 171 MovieClip Frame 5
stop();
Symbol 171 MovieClip Frame 6
_root.alive = "no";
_root.gameover._visible = 1;
stop();
Symbol 172 Button
on (release) {
_root.bg.stop();
gotoAndStop (2);
}
Symbol 175 Button
on (release) {
_root.bg.start(1, 999);
gotoAndStop (1);
}
Symbol 177 MovieClip Frame 1
stop();
Symbol 177 MovieClip Frame 2
stop();
Symbol 179 MovieClip Frame 60
gotoAndPlay (2);