Frame 188
stop();
Frame 194
dead = 0;
topedge = 198;
bottomedge = 380;
leftedge = 4;
rightedge = 546;
timer = 0;
score = 0;
endzone = 1;
touchdowns = 0;
sprints = 100;
beers = 0;
end = 0;
scorecount = 0;
_root.attachMovie("streaker", "player", 269039);
_root.player._x = 39;
_root.player._y = 269;
_root.player._yscale = 55;
_root.player._xscale = 55;
_root.attachMovie("bigman", "bigman1", 240390);
_root.bigman1._x = 390;
_root.bigman1._y = 240;
_root.bigman1._yscale = 50;
_root.bigman1._xscale = 50;
_root.attachMovie("bigman", "bigman2", 325333);
_root.bigman2._x = 333;
_root.bigman2._y = 325;
_root.bigman2._yscale = 50;
_root.bigman2._xscale = 50;
_root.attachMovie("bigman", "bigman3", 350488);
_root.bigman3._x = 488;
_root.bigman3._y = 350;
_root.bigman3._yscale = 50;
_root.bigman3._xscale = 50;
_root.attachMovie("bigman", "bigman4", 240550);
_root.bigman4._x = 550;
_root.bigman4._y = 240;
_root.bigman4._yscale = 50;
_root.bigman4._xscale = 50;
_root.attachMovie("bigman", "bigman5", 325503);
_root.bigman5._x = 503;
_root.bigman5._y = 325;
_root.bigman5._yscale = 50;
_root.bigman5._xscale = 50;
_root.attachMovie("bigman", "bigman6", 350600);
_root.bigman6._x = 600;
_root.bigman6._y = 350;
_root.bigman6._yscale = 50;
_root.bigman6._xscale = 50;
if (challengerScore.length) {
cscore._x = 465;
cscore._y = 35;
}
Instance of Symbol 135 MovieClip "cursor" in Frame 194
onClipEvent (enterFrame) {
if ((((550 < _root._xmouse) || (_root._xmouse < 0)) || (_root._ymouse < 0)) || (400 < _root._ymouse)) {
Mouse.show();
} else {
Mouse.hide();
_x = _root._xmouse;
_y = _root._ymouse;
}
}
Frame 197
if (end == 1) {
gotoAndPlay (213);
}
scorecount = scorecount + 1;
if (10 < scorecount) {
scorecount = 0;
if (dead == 0) {
score = score + 1;
}
}
Frame 198
gotoAndPlay (197);
Frame 213
Mouse.show();
Frame 225
player.removeMovieClip();
bigman1.removeMovieClip();
bigman2.removeMovieClip();
bigman3.removeMovieClip();
bigman4.removeMovieClip();
bigman5.removeMovieClip();
bigman6.removeMovieClip();
soundclip.removeMovieClip();
i = 1;
while (beers >= i) {
_root["beer" + i].removeMovieClip();
i++;
}
Frame 226
gotoAndPlay (231);
Frame 242
stop();
gcode = gcode;
if (score == 0) {
score = 5;
}
if (_root.url_dest == null) {
getURL ("game.cfm", "_self", "POST");
} else {
getURL (url_dest, "_self", "POST");
}
Symbol 13 Button
on (rollOut) {
_root.compass.gotoAndStop("center");
_root.cursor.gotoAndStop("center");
}
on (press) {
startfast();
}
on (rollOver) {
dy = -dspeed;
dx = 0;
_root.compass.gotoAndStop("n");
_root.cursor.gotoAndStop("n");
}
Symbol 14 Button
on (rollOut) {
_root.compass.gotoAndStop("center");
_root.cursor.gotoAndStop("center");
}
on (press) {
startfast();
}
on (rollOver) {
dy = dspeed;
dx = 0;
_root.compass.gotoAndStop("s");
_root.cursor.gotoAndStop("s");
}
Symbol 15 Button
on (rollOut) {
_root.compass.gotoAndStop("center");
_root.cursor.gotoAndStop("center");
}
on (press) {
startfast();
}
on (rollOver) {
dx = dspeed;
dy = 0;
_root.compass.gotoAndStop("e");
_root.cursor.gotoAndStop("e");
if (face != "right") {
gotoAndPlay (2);
}
}
Symbol 16 Button
on (rollOut) {
_root.compass.gotoAndStop("center");
_root.cursor.gotoAndStop("center");
}
on (press) {
startfast();
}
on (rollOver) {
dx = -dspeed;
dy = 0;
_root.compass.gotoAndStop("w");
_root.cursor.gotoAndStop("w");
if (face != "left") {
gotoAndPlay (5);
}
}
Symbol 17 Button
on (rollOut) {
_root.compass.gotoAndStop("center");
_root.cursor.gotoAndStop("center");
}
on (press) {
startfast();
}
on (rollOver) {
dx = (-dspeed) * 0.75;
dy = (-dspeed) * 0.75;
_root.compass.gotoAndStop("nw");
_root.cursor.gotoAndStop("nw");
if (face != "left") {
gotoAndPlay (5);
}
}
Symbol 18 Button
on (rollOut) {
_root.compass.gotoAndStop("center");
_root.cursor.gotoAndStop("center");
}
on (press) {
startfast();
}
on (rollOver) {
dx = dspeed * 0.75;
dy = (-dspeed) * 0.75;
_root.compass.gotoAndStop("ne");
_root.cursor.gotoAndStop("ne");
if (face != "right") {
gotoAndPlay (2);
}
}
Symbol 19 Button
on (rollOut) {
_root.compass.gotoAndStop("center");
_root.cursor.gotoAndStop("center");
}
on (press) {
startfast();
}
on (rollOver) {
dx = (-dspeed) * 0.75;
dy = dspeed * 0.75;
_root.compass.gotoAndStop("sw");
_root.cursor.gotoAndStop("sw");
if (face != "left") {
gotoAndPlay (5);
}
}
Symbol 20 Button
on (rollOut) {
_root.compass.gotoAndStop("center");
_root.cursor.gotoAndStop("center");
}
on (press) {
startfast();
}
on (rollOver) {
dx = dspeed * 0.75;
dy = dspeed * 0.75;
_root.compass.gotoAndStop("se");
_root.cursor.gotoAndStop("se");
if (face != "right") {
gotoAndPlay (2);
}
}
Symbol 22 Button
on (rollOver) {
_root.compass.gotoAndStop("center");
_root.cursor.gotoAndStop("center");
dx = 0;
dy = 0;
}
Symbol 29 Button
on (rollOver) {
gotoAndPlay (89);
}
Symbol 30 Button
on (rollOver) {
gotoAndPlay (75);
}
Symbol 32 MovieClip [streaker] Frame 1
function startfast() {
if (0 < _root.sprints) {
gofast = 1;
countfast = 5;
}
}
function move() {
target1._visible = false;
if ((!((_root.topedge >= _y) && (dy < 0))) && (!((_y >= _root.bottomedge) && (0 < dy)))) {
_y = (_y + dy);
}
if ((!((_root.leftedge >= _x) && (dx < 0))) && (!((_x >= _root.rightedge) && (0 < dx)))) {
_x = (_x + dx);
}
if (gofast == 1) {
if ((!((_root.topedge >= _y) && (dy < 0))) && (!((_y >= _root.bottomedge) && (0 < dy)))) {
_y = (_y + dy);
}
if ((!((_root.leftedge >= _x) && (dx < 0))) && (!((_x >= _root.rightedge) && (0 < dx)))) {
_x = (_x + dx);
}
}
}
function changedepth() {
newdepth = (_y * 1000) + _x;
this.swapDepths(newdepth);
depth = newdepth;
}
function touchdown() {
if ((_root.endzone == 1) && (_root.endzone1.hitTest(_x, _y, true))) {
_root.endzone = 2;
_root.gostreaker.gotoAndPlay(2);
_root.touchdowntext.gotoAndPlay(2);
_root.soundclip.gotoAndPlay("crowd");
_root.touchdowns = _root.touchdowns + 1;
_root.score = _root.score + 50;
}
if ((_root.endzone == 2) && (_root.endzone2.hitTest(_x, _y, true))) {
_root.endzone = 1;
_root.gostreaker.gotoAndPlay(2);
_root.touchdowntext.gotoAndPlay(2);
_root.soundclip.gotoAndPlay("crowd");
_root.touchdowns = _root.touchdowns + 1;
_root.score = _root.score + 50;
}
}
dspeed = 7;
face = "right";
gofast = 0;
target1._visible = false;
roundtarget._visible = false;
Symbol 32 MovieClip [streaker] Frame 2
face = "right";
target1._visible = false;
roundtarget._visible = false;
if (gofast == 1) {
_root.sprints = _root.sprints - 1.5;
if (_root.sprints < 0) {
_root.sprints = 0;
}
countfast = countfast - 1;
if (countfast < 1) {
gofast = 0;
}
}
move();
changedepth();
touchdown();
if (_root.dead == 1) {
gotoAndPlay (10);
}
Symbol 32 MovieClip [streaker] Frame 3
gotoAndPlay (2);
Symbol 32 MovieClip [streaker] Frame 5
face = "left";
target1._visible = false;
roundtarget._visible = false;
if (gofast == 1) {
_root.sprints = _root.sprints - 1.5;
if (_root.sprints < 0) {
_root.sprints = 0;
}
countfast = countfast - 1;
if (countfast < 1) {
gofast = 0;
}
}
move();
changedepth();
touchdown();
if (_root.dead == 1) {
gotoAndPlay (34);
}
Symbol 32 MovieClip [streaker] Frame 6
gotoAndPlay (5);
Symbol 32 MovieClip [streaker] Frame 15
if (1 < _root.sprints) {
if (29 < _root.sprints) {
_root.sprints = _root.sprints - 30;
} else {
_root.sprints = 0;
}
gotoAndPlay (65);
}
Symbol 32 MovieClip [streaker] Frame 16
_root.touchdowntext.gotoAndPlay("energy");
_root.soundclip.gotoAndPlay("aww");
Symbol 32 MovieClip [streaker] Frame 31
_root.end = 1;
_root.gotoAndStop("end");
Symbol 32 MovieClip [streaker] Frame 32
stop();
Symbol 32 MovieClip [streaker] Frame 39
if (1 < _root.sprints) {
if (29 < _root.sprints) {
_root.sprints = _root.sprints - 30;
} else {
_root.sprints = 0;
}
gotoAndPlay (65);
}
Symbol 32 MovieClip [streaker] Frame 40
_root.touchdowntext.gotoAndPlay("energy");
_root.soundclip.gotoAndPlay("aww");
Symbol 32 MovieClip [streaker] Frame 56
_root.end = 1;
_root.gotoAndStop("end");
Symbol 32 MovieClip [streaker] Frame 57
stop();
Symbol 32 MovieClip [streaker] Frame 65
_root.soundclip.gotoAndPlay("getup");
Symbol 32 MovieClip [streaker] Frame 66
if (288 < _y) {
gotoAndPlay (1);
} else {
gotoAndPlay (1);
}
Symbol 32 MovieClip [streaker] Frame 75
_x = (_x - 6);
_y = (_y - 12);
Symbol 32 MovieClip [streaker] Frame 76
_x = (_x - 12);
_y = (_y - 12);
Symbol 32 MovieClip [streaker] Frame 77
_x = (_x - 12);
_y = (_y - 6);
Symbol 32 MovieClip [streaker] Frame 78
_x = (_x - 6);
_y = (_y + 12);
Symbol 32 MovieClip [streaker] Frame 79
_x = (_x - 12);
_y = (_y + 12);
Symbol 32 MovieClip [streaker] Frame 80
_x = (_x - 12);
_y = (_y + 6);
Symbol 32 MovieClip [streaker] Frame 81
_root.dead = 0;
gotoAndPlay (5);
Symbol 32 MovieClip [streaker] Frame 89
_x = (_x + 6);
_y = (_y - 12);
Symbol 32 MovieClip [streaker] Frame 90
_x = (_x + 12);
_y = (_y - 12);
Symbol 32 MovieClip [streaker] Frame 91
_x = (_x + 12);
_y = (_y - 6);
Symbol 32 MovieClip [streaker] Frame 92
_x = (_x + 6);
_y = (_y + 12);
Symbol 32 MovieClip [streaker] Frame 93
_x = (_x + 12);
_y = (_y + 12);
Symbol 32 MovieClip [streaker] Frame 94
_x = (_x + 12);
_y = (_y + 6);
Symbol 32 MovieClip [streaker] Frame 95
_root.dead = 0;
gotoAndPlay (2);
Symbol 42 MovieClip Frame 1
gotoAndPlay(random(6) + 2);
Symbol 42 MovieClip Frame 8
gotoAndPlay (2);
Symbol 44 MovieClip Frame 1
gotoAndPlay(random(11) + 2);
Symbol 44 MovieClip Frame 12
gotoAndPlay (2);
Symbol 45 MovieClip [bigman] Frame 1
function tacklesound() {
r = (random(3) + 1) * 10;
_root.soundclip.gotoAndPlay(r);
}
function dive() {
speed = basespeed + (_root.score / 250);
if (this.hitTest(_root.player.target1)) {
if (_root.player._x < _x) {
gotoAndPlay (6);
} else {
gotoAndPlay (43);
}
}
}
function tackle() {
if (this.mantarget.hitTest(_root.player.roundtarget)) {
_root.dead = 1;
}
}
function movedepth() {
newdepth = (_y * 1000) + _x;
if (_root.player.depth != newdepth) {
this.swapDepths(newdepth);
}
}
function move1(face) {
if ((random(25) + 1) == 1) {
style = 2;
}
if ((random(25) + 1) == 2) {
style = 3;
}
moved = 0;
if ((_x < _root.player._x) && (_y < _root.player._y)) {
moved = 1;
_x = (_x + (speed * 0.7));
_y = (_y + (speed * 0.7));
if (face == "left") {
gotoAndPlay (39);
}
}
if (((moved == 0) && (_root.player._x < _x)) && (_y < _root.player._y)) {
moved = 1;
_x = (_x - (speed * 0.7));
_y = (_y + (speed * 0.7));
if (face == "right") {
gotoAndPlay (2);
}
}
if (((moved == 0) && (_root.player._x < _x)) && (_root.player._y < _y)) {
moved = 1;
_x = (_x - (speed * 0.7));
_y = (_y - (speed * 0.7));
if (face == "right") {
gotoAndPlay (2);
}
}
if (((moved == 0) && (_x < _root.player._x)) && (_root.player._y < _y)) {
moved = 1;
_x = (_x + (speed * 0.7));
_y = (_y - (speed * 0.7));
if (face == "left") {
gotoAndPlay (39);
}
}
if ((moved == 0) && (_x < _root.player._x)) {
moved = 1;
_x = (_x + speed);
if (face == "left") {
gotoAndPlay (39);
}
}
if ((moved == 0) && (_root.player._x < _x)) {
moved = 1;
_x = (_x - speed);
if (face == "right") {
gotoAndPlay (2);
}
}
if ((moved == 0) && (_root.player._y < _y)) {
moved = 1;
_y = (_y - speed);
}
if ((moved == 0) && (_y < _root.player._y)) {
moved = 1;
_y = (_y + speed);
}
}
function move2(face) {
if ((random(15) + 1) == 1) {
style = 1;
}
moved = 0;
if ((moved == 0) && (_root.player._y < _y)) {
moved = 1;
_y = (_y - speed);
}
if ((moved == 0) && (_y < _root.player._y)) {
moved = 1;
_y = (_y + speed);
}
if ((moved == 0) && (_x < _root.player._x)) {
moved = 1;
_x = (_x + speed);
if (face == "left") {
gotoAndPlay (39);
}
}
if ((moved == 0) && (_root.player._x < _x)) {
moved = 1;
_x = (_x - speed);
if (face == "right") {
gotoAndPlay (2);
}
}
if (((moved == 0) && (_x < _root.player._x)) && (_y < _root.player._y)) {
moved = 1;
_x = (_x + (speed * 0.7));
_y = (_y + (speed * 0.7));
if (face == "left") {
gotoAndPlay (39);
}
}
if (((moved == 0) && (_root.player._x < _x)) && (_y < _root.player._y)) {
moved = 1;
_x = (_x - (speed * 0.7));
_y = (_y + (speed * 0.7));
if (face == "right") {
gotoAndPlay (2);
}
}
if (((moved == 0) && (_root.player._x < _x)) && (_root.player._y < _y)) {
moved = 1;
_x = (_x - (speed * 0.7));
_y = (_y - (speed * 0.7));
if (face == "right") {
gotoAndPlay (2);
}
}
if (((moved == 0) && (_x < _root.player._x)) && (_root.player._y < _y)) {
moved = 1;
_x = (_x + (speed * 0.7));
_y = (_y - (speed * 0.7));
if (face == "left") {
gotoAndPlay (39);
}
}
}
function move3(face) {
if ((random(15) + 1) == 1) {
style = 1;
}
moved = 0;
if ((moved == 0) && (_x < _root.player._x)) {
moved = 1;
_x = (_x + speed);
if (face == "left") {
gotoAndPlay (39);
}
}
if ((moved == 0) && (_root.player._x < _x)) {
moved = 1;
_x = (_x - speed);
if (face == "right") {
gotoAndPlay (2);
}
}
if ((moved == 0) && (_root.player._y < _y)) {
moved = 1;
_y = (_y - speed);
}
if ((moved == 0) && (_y < _root.player._y)) {
moved = 1;
_y = (_y + speed);
}
if (((moved == 0) && (_x < _root.player._x)) && (_y < _root.player._y)) {
moved = 1;
_x = (_x + (speed * 0.7));
_y = (_y + (speed * 0.7));
if (face == "left") {
gotoAndPlay (39);
}
}
if (((moved == 0) && (_root.player._x < _x)) && (_y < _root.player._y)) {
moved = 1;
_x = (_x - (speed * 0.7));
_y = (_y + (speed * 0.7));
if (face == "right") {
gotoAndPlay (2);
}
}
if (((moved == 0) && (_root.player._x < _x)) && (_root.player._y < _y)) {
moved = 1;
_x = (_x - (speed * 0.7));
_y = (_y - (speed * 0.7));
if (face == "right") {
gotoAndPlay (2);
}
}
if (((moved == 0) && (_x < _root.player._x)) && (_root.player._y < _y)) {
moved = 1;
_x = (_x + (speed * 0.7));
_y = (_y - (speed * 0.7));
if (face == "left") {
gotoAndPlay (39);
}
}
}
basespeed = 4;
speed = 4;
s = random(6) + 1;
if (s == 1) {
style = 2;
}
if (s == 2) {
style = 3;
}
if (2 < s) {
style = 1;
}
mantarget._visible = false;
Symbol 45 MovieClip [bigman] Frame 2
dive();
if (style == 1) {
move1("left");
}
if (style == 2) {
move2("left");
}
if (style == 3) {
move3("left");
}
movedepth();
Symbol 45 MovieClip [bigman] Frame 3
gotoAndPlay (2);
Symbol 45 MovieClip [bigman] Frame 6
dx = (_root.player._x - _x) / 8;
dy = (_root.player._y - _y) / 8;
_x = (_x + dx);
_y = (_y + dy);
movedepth();
if (_root.dead != 1) {
tackle();
}
Symbol 45 MovieClip [bigman] Frame 7
_x = (_x + dx);
_y = (_y + dy);
movedepth();
if (_root.dead != 1) {
tackle();
}
Symbol 45 MovieClip [bigman] Frame 8
_x = (_x + dx);
_y = (_y + dy);
movedepth();
if (_root.dead != 1) {
tackle();
}
Symbol 45 MovieClip [bigman] Frame 9
_x = (_x + dx);
_y = (_y + dy);
movedepth();
if (_root.dead != 1) {
tackle();
}
tacklesound();
Symbol 45 MovieClip [bigman] Frame 10
_x = (_x + dx);
_y = (_y + dy);
movedepth();
if (_root.dead != 1) {
tackle();
}
Symbol 45 MovieClip [bigman] Frame 11
_x = (_x + dx);
_y = (_y + dy);
movedepth();
Symbol 45 MovieClip [bigman] Frame 12
_x = (_x + dx);
_y = (_y + dy);
movedepth();
if (_root.dead == 1) {
gotoAndPlay (27);
}
Symbol 45 MovieClip [bigman] Frame 13
_x = (_x + dx);
_y = (_y + dy);
movedepth();
Symbol 45 MovieClip [bigman] Frame 24
gotoAndPlay (2);
Symbol 45 MovieClip [bigman] Frame 35
if (_root.dead == 0) {
gotoAndPlay (2);
}
Symbol 45 MovieClip [bigman] Frame 36
gotoAndPlay (35);
Symbol 45 MovieClip [bigman] Frame 39
dive();
if (style == 1) {
move1("right");
}
if (style == 2) {
move2("right");
}
if (style == 3) {
move3("right");
}
movedepth();
Symbol 45 MovieClip [bigman] Frame 40
gotoAndPlay (39);
Symbol 45 MovieClip [bigman] Frame 43
dx = (_root.player._x - _x) / 8;
dy = (_root.player._y - _y) / 8;
_x = (_x + dx);
_y = (_y + dy);
movedepth();
if (_root.dead != 1) {
tackle();
}
Symbol 45 MovieClip [bigman] Frame 44
_x = (_x + dx);
_y = (_y + dy);
movedepth();
if (_root.dead != 1) {
tackle();
}
Symbol 45 MovieClip [bigman] Frame 45
_x = (_x + dx);
_y = (_y + dy);
movedepth();
if (_root.dead != 1) {
tackle();
}
Symbol 45 MovieClip [bigman] Frame 46
_x = (_x + dx);
_y = (_y + dy);
movedepth();
if (_root.dead != 1) {
tackle();
}
tacklesound();
Symbol 45 MovieClip [bigman] Frame 47
_x = (_x + dx);
_y = (_y + dy);
movedepth();
if (_root.dead != 1) {
tackle();
}
Symbol 45 MovieClip [bigman] Frame 48
_x = (_x + dx);
_y = (_y + dy);
movedepth();
Symbol 45 MovieClip [bigman] Frame 49
_x = (_x + dx);
_y = (_y + dy);
movedepth();
if (_root.dead == 1) {
gotoAndPlay (65);
}
Symbol 45 MovieClip [bigman] Frame 50
_x = (_x + dx);
_y = (_y + dy);
movedepth();
Symbol 45 MovieClip [bigman] Frame 62
gotoAndPlay (39);
Symbol 45 MovieClip [bigman] Frame 73
if (_root.dead == 0) {
gotoAndPlay (39);
}
Symbol 45 MovieClip [bigman] Frame 74
gotoAndPlay (73);
Symbol 47 MovieClip [beer] Frame 2
if (this.hitTest(_root.player._x, _root.player._y - 8, true)) {
_root.soundclip.gotoAndPlay("pickup");
_root.score = _root.score + 10;
_root.sprints = 100;
this.removeMovieClip();
}
Symbol 47 MovieClip [beer] Frame 3
gotoAndPlay (2);
Symbol 48 MovieClip [beer] Frame 2
if (this.hitTest(_root.player._x, _root.player._y - 8, true)) {
_root.soundclip.gotoAndPlay("pickup");
_root.score = _root.score + 10;
_root.sprints = 100;
this.removeMovieClip();
}
Symbol 48 MovieClip [beer] Frame 3
gotoAndPlay (2);
Symbol 53 Button
on (press) {
gotoAndPlay (150);
}
Symbol 67 MovieClip Frame 18
gotoAndPlay (1);
Symbol 79 MovieClip Frame 2
sprintbar._yscale = _root.sprints;
Symbol 79 MovieClip Frame 3
gotoAndPlay (2);
Symbol 82 MovieClip Frame 1
sound = new Sound(this);
sound.attachSound("crowd");
Symbol 82 MovieClip Frame 3
stop();
Symbol 84 MovieClip Frame 1
sound = new Sound(this);
sound.attachSound("aww");
Symbol 84 MovieClip Frame 3
stop();
Symbol 86 MovieClip Frame 1
sound = new Sound(this);
sound.attachSound("tackle1");
Symbol 86 MovieClip Frame 3
stop();
Symbol 88 MovieClip Frame 1
sound = new Sound(this);
sound.attachSound("tackle2");
Symbol 88 MovieClip Frame 3
stop();
Symbol 90 MovieClip Frame 1
sound = new Sound(this);
sound.attachSound("tackle3");
Symbol 90 MovieClip Frame 3
stop();
Symbol 102 Button
on (press) {
status = 0;
gotoAndPlay (194);
}
Symbol 106 MovieClip Frame 1
if (_root.endzone == 2) {
gotoAndPlay (5);
}
Symbol 106 MovieClip Frame 2
gotoAndPlay (1);
Symbol 106 MovieClip Frame 5
if (_root.endzone != 2) {
gotoAndPlay (1);
}
Symbol 106 MovieClip Frame 7
if (_root.endzone != 2) {
gotoAndPlay (1);
}
Symbol 106 MovieClip Frame 9
if (_root.endzone != 2) {
gotoAndPlay (1);
}
Symbol 106 MovieClip Frame 11
if (_root.endzone != 2) {
gotoAndPlay (1);
}
Symbol 106 MovieClip Frame 13
if (_root.endzone != 2) {
gotoAndPlay (1);
}
Symbol 106 MovieClip Frame 15
if (_root.endzone != 2) {
gotoAndPlay (1);
}
Symbol 106 MovieClip Frame 17
if (_root.endzone != 2) {
gotoAndPlay (1);
}
Symbol 106 MovieClip Frame 19
if (_root.endzone != 2) {
gotoAndPlay (1);
}
Symbol 106 MovieClip Frame 21
if (_root.endzone != 2) {
gotoAndPlay (1);
}
Symbol 106 MovieClip Frame 22
gotoAndPlay (5);
Symbol 107 MovieClip Frame 1
if (_root.endzone == 1) {
gotoAndPlay (5);
}
Symbol 107 MovieClip Frame 2
gotoAndPlay (1);
Symbol 107 MovieClip Frame 5
if (_root.endzone != 1) {
gotoAndPlay (1);
}
Symbol 107 MovieClip Frame 7
if (_root.endzone != 1) {
gotoAndPlay (1);
}
Symbol 107 MovieClip Frame 9
if (_root.endzone != 1) {
gotoAndPlay (1);
}
Symbol 107 MovieClip Frame 11
if (_root.endzone != 1) {
gotoAndPlay (1);
}
Symbol 107 MovieClip Frame 13
if (_root.endzone != 1) {
gotoAndPlay (1);
}
Symbol 107 MovieClip Frame 15
if (_root.endzone != 1) {
gotoAndPlay (1);
}
Symbol 107 MovieClip Frame 17
if (_root.endzone != 1) {
gotoAndPlay (1);
}
Symbol 107 MovieClip Frame 19
if (_root.endzone != 1) {
gotoAndPlay (1);
}
Symbol 107 MovieClip Frame 21
if (_root.endzone != 1) {
gotoAndPlay (1);
}
Symbol 107 MovieClip Frame 22
gotoAndPlay (5);
Symbol 118 MovieClip Frame 1
function beerme() {
bx = random(_root.rightedge - 40) + 20;
by = random(_root.bottomedge - _root.topedge) + _root.topedge;
_root.beers = _root.beers + 1;
_root.attachMovie("beer", "beer" + _root.beers, (by * 1000) + bx);
_root["beer" + _root.beers]._x = bx;
_root["beer" + _root.beers]._y = by;
_root["beer" + _root.beers]._yscale = 26;
_root["beer" + _root.beers]._xscale = 26;
if (_root.beers == 1) {
_root.getbeer._x = bx;
_root.getbeer._y = by;
_root.getbeer.gotoAndPlay(2);
}
}
Symbol 118 MovieClip Frame 2
stop();
Symbol 118 MovieClip Frame 17
beerme();
Symbol 125 MovieClip Frame 1
stop();
Symbol 125 MovieClip Frame 51
stop();
Symbol 134 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 30
if (touchdowns != 1) {
gotoAndStop (1);
}
Symbol 134 MovieClip Frame 60
gotoAndStop (1);
Symbol 134 MovieClip Frame 77
gotoAndStop (1);
Symbol 135 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 16
gotoAndStop (1);
Symbol 145 MovieClip Frame 25
gotoAndStop (1);
Symbol 145 MovieClip Frame 35
gotoAndStop (1);
Symbol 145 MovieClip Frame 45
gotoAndStop (1);
Symbol 145 MovieClip Frame 55
gotoAndStop (1);
Symbol 145 MovieClip Frame 65
gotoAndStop (1);
Symbol 145 MovieClip Frame 76
gotoAndStop (1);