Instance of Symbol 10 MovieClip "loader" in Frame 1
onClipEvent (enterFrame) {
_root.feedback = ((("Loading " + Math.round(_root.getBytesLoaded() / 1024)) + "/") + Math.round(_root.getBytesTotal() / 1024)) + "k";
if ((_root.getBytesLoaded() / _root.getBytesTotal()) < 0.99) {
} else {
_root.gotoAndPlay(2);
}
}
Frame 2
stop();
Frame 3
function calcangle(me) {
var deltax = (me._x - _root._xmouse);
var deltay = (me._y - _root._ymouse);
angle = Math.atan2(deltay, deltax);
angle = angle / (Math.pi / 180);
return(angle);
}
stop();
_quality = "MEDIUM";
Instance of Symbol 56 MovieClip "girl0" in Frame 3
onClipEvent (enterFrame) {
if ((_x < 800) && (gon == true)) {
_x = (_x + speed);
} else if (showMe == true) {
_x = -50;
if (resetShirt == true) {
this.boobs._alpha = 0;
resetShirt = false;
}
}
}
Instance of Symbol 72 MovieClip "girl1" in Frame 3
onClipEvent (enterFrame) {
if ((_x < 800) && (gon == true)) {
_x = (_x + speed);
} else if (showMe == true) {
_x = -50;
if (resetShirt == true) {
this.boobs._alpha = 0;
}
}
}
Instance of Symbol 92 MovieClip "girl2" in Frame 3
onClipEvent (enterFrame) {
if ((_x < 800) && (gon == true)) {
_x = (_x + speed);
} else if (showMe == true) {
_x = -50;
if (resetShirt == true) {
this.boobs._alpha = 0;
}
}
}
Instance of Symbol 108 MovieClip "girl3" in Frame 3
onClipEvent (enterFrame) {
if ((_x < 800) && (gon == true)) {
_x = (_x + speed);
} else if (showMe == true) {
_x = -50;
if (resetShirt == true) {
this.boobs._alpha = 0;
}
}
}
Instance of Symbol 125 MovieClip "girl4" in Frame 3
onClipEvent (enterFrame) {
if ((_x < 800) && (gon == true)) {
_x = (_x + speed);
} else if (showMe == true) {
_x = -50;
if (resetShirt == true) {
this.boobs._alpha = 0;
}
}
}
Instance of Symbol 131 MovieClip "mhose" in Frame 3
onClipEvent (load) {
ydest = _y - 385;
_root.drunkness = 1;
}
onClipEvent (enterFrame) {
if (_root.timet < 60) {
t = t + random(4);
drunksin = _root.drunkness * Math.sin(t * 0.01745329);
if (((20 < _root._xmouse) && (_root._xmouse < 780)) && ((20 < _root._ymouse) && (_root._ymouse < 580))) {
_x = (_x + ((_root._xmouse - _x) / 50));
_y = (_y + (((ydest + 385) - _y) / 12));
if (300 < _root._ymouse) {
ydest = _root._ymouse;
} else {
ydest = ydest;
}
_rotation = (_rotation - b);
_root.hoseRotation = (_root.calcangle(this) - 90) + drunksin;
b = (((_rotation - _root.hoseRotation) / 12) + b) / 1.2;
}
} else {
_root.gameGraph._visible = true;
}
}
Instance of Symbol 133 MovieClip "hosePoint" in Frame 3
onClipEvent (load) {
_visible = 0;
_root.waterPower = 0;
_root.score = 0;
_root.roundText._alpha = 0;
_root.roundt = "round 1";
_root.level = 0;
_root.roundP = true;
_root.globalA = true;
_root.girlNum = 1;
boos = new Sound();
boos.attachSound("boo");
as = new Sound();
as.attachSound("ap");
}
onClipEvent (enterFrame) {
_root.timez++;
_root.timet = int(_root.timez / 100);
_x = (_root.mhose._x + (400 * Math.sin((185 - _root.mhose._rotation) * (Math.PI/180))));
_y = (_root.mhose._y + (400 * Math.cos((185 - _root.mhose._rotation) * (Math.PI/180))));
if ((theMouseDown == true) && (_root.timet < 60)) {
if (_root.waterPower < 100) {
_root.waterPower = _root.waterPower + 4;
_root.n++;
duplicateMovieClip (_root.banana, "ban" + _root.n, _root.n % 40);
_root["ban" + n]._alpha = 100;
_root["ban" + _root.n].gotoAndStop(4);
}
} else {
_root.wLevel._visible = true;
if (0 < _root.waterPower) {
_root.waterPower = _root.waterPower - 2;
}
}
_root.wLevel._xscale = 100 - _root.waterPower;
if (_root.wLevel._xscale < 0) {
_root.wLevel._visible = false;
}
trace((_root.girlHit + " // ") + _root.girlNum);
if (Key.isDown(38) || (_root.roundP == true)) {
if ((_root.girlHit == _root.girlNum) || (_root.level == 0)) {
ii++;
_root.level = _root.level + 1;
_root.drunkness = _root.drunkness + 2;
if (random(2) == 1) {
boos.start();
} else {
as.start();
}
_root.roundt = "round" + ii;
rtalpha = 100;
_root["b" + ii].gotoAndStop(2);
}
startTimer = true;
myDelay = 0;
}
if (startTimer == true) {
myDelay++;
if (30 < myDelay) {
_root.globalA = true;
startTimer = false;
}
}
if (_root.level < 5) {
if (_root.level == 1) {
_root.girl0.gon = true;
_root.girl0.showMe = true;
_root.girl0.speed = 2;
}
if ((_root.level == 2) && (prog != "dog")) {
_root.girlNum = 3;
_root.girl0.showMe = false;
_root.girl1.gon = true;
_root.girl1.showMe = true;
_root.girl1.speed = 5;
if (_root.girl2._x < (_root.girl1._x - 110)) {
_root.girl2.gon = true;
_root.girl2.showMe = true;
_root.girl2.speed = 5;
_root.girl1.resetShirt = false;
_root.girl2.resetShirt = false;
prog = "dog";
}
}
if ((_root.level == 3) && (prog != "cog")) {
_root.girlNum = 5;
_root.girl0.showMe = false;
_root.girl1.showMe = false;
_root.girl2.showMe = false;
_root.girl3.gon = true;
_root.girl3.showMe = true;
_root.girl3.speed = 5;
if (_root.girl4._x < (_root.girl3._x - 150)) {
_root.girl4.gon = true;
_root.girl4.showMe = true;
_root.girl4.speed = 5;
_root.girl3.resetShirt = false;
_root.girl4.resetShirt = false;
prog = "cog";
}
}
if ((_root.level == 4) && (prog != "xog")) {
_root.girlNum = 7;
_root.girl3.showMe = false;
_root.girl4.showMe = false;
_root.girl2.showMe = false;
_root.girl0.showMe = true;
_root.girl0.speed = 5;
_root.girl0.boobs._alpha = 0;
_root.girl1.boobs._alpha = 0;
_root.girl0._x = -40;
_root.girl1._x = -170;
_root.girl1.speed = 0;
_root.girl1.showMe = true;
_root.girl1.speed = 5;
_root.girl0.resetShirt = false;
_root.girl1.resetShirt = false;
prog = "xog";
}
} else {
if ((_root.level == 5) && (prog != "zog")) {
_root.girlNum = 9;
_root.girl0.showMe = false;
_root.girl1.showMe = false;
_root.girl2.showMe = true;
_root.girl2.speed = 6;
_root.girl2.boobs._alpha = 0;
_root.girl4.boobs._alpha = 0;
_root.girl2._x = -40;
_root.girl4._x = -170;
_root.girl4.speed = 0;
_root.girl4.showMe = true;
_root.girl4.speed = 6;
_root.girl2.resetShirt = false;
_root.girl4.resetShirt = false;
prog = "zog";
}
if ((_root.level == 6) && (prog != "nog")) {
_root.girlNum = 11;
_root.girl2.showMe = false;
_root.girl4.showMe = false;
_root.girl3.showMe = true;
_root.girl3.speed = 7;
_root.girl3.boobs._alpha = 0;
_root.girl0.boobs._alpha = 0;
_root.girl3._x = -40;
_root.girl0._x = -170;
_root.girl0.speed = 0;
_root.girl0.showMe = true;
_root.girl0.speed = 7;
_root.girl3.resetShirt = false;
_root.girl0.resetShirt = false;
prog = "nog";
}
if ((_root.level == 7) && (prog != "tog")) {
_root.girlNum = 13;
_root.girl0.showMe = false;
_root.girl3.showMe = false;
_root.girl1.showMe = true;
_root.girl1.speed = 8;
_root.girl1.boobs._alpha = 0;
_root.girl2.boobs._alpha = 0;
_root.girl1._x = -40;
_root.girl2._x = -170;
_root.girl2.speed = 0;
_root.girl2.showMe = true;
_root.girl2.speed = 8;
_root.girl1.resetShirt = false;
_root.girl2.resetShirt = false;
prog = "tog";
}
if ((_root.level == 8) && (prog != "kog")) {
_root.girlNum = 15;
_root.girl1.showMe = false;
_root.girl2.showMe = false;
_root.girl3.showMe = true;
_root.girl3.speed = 9;
_root.girl3.boobs._alpha = 0;
_root.girl4.boobs._alpha = 0;
_root.girl3._x = -40;
_root.girl4._x = -170;
_root.girl4.speed = 0;
_root.girl4.showMe = true;
_root.girl4.speed = 9;
_root.girl3.resetShirt = false;
_root.girl4.resetShirt = false;
prog = "kog";
}
if ((_root.level == 9) && (prog != "llog")) {
_root.girlNum = 17;
_root.girl3.showMe = false;
_root.girl4.showMe = false;
_root.girl1.showMe = true;
_root.girl1.speed = 10;
_root.girl1.boobs._alpha = 0;
_root.girl2.boobs._alpha = 0;
_root.girl1._x = -40;
_root.girl2._x = -170;
_root.girl2.speed = 0;
_root.girl2.showMe = true;
_root.girl2.speed = 10;
_root.girl1.resetShirt = false;
_root.girl2.resetShirt = false;
prog = "llog";
}
if ((_root.level == 10) && (prog != "lxlog")) {
_root.girlNum = 19;
_root.girl1.showMe = false;
_root.girl2.showMe = false;
_root.girl0.showMe = true;
_root.girl0.speed = 10;
_root.girl0.boobs._alpha = 0;
_root.girl3.boobs._alpha = 0;
_root.girl0._x = -40;
_root.girl3._x = -170;
_root.girl3.speed = 0;
_root.girl3.showMe = true;
_root.girl3.speed = 10;
_root.girl0.resetShirt = false;
_root.girl3.resetShirt = false;
prog = "lxlog";
}
if ((_root.level == 11) && (prog != "lxlot")) {
_root.girlNum = 21;
_root.girl0.showMe = false;
_root.girl3.showMe = false;
_root.girl2.showMe = true;
_root.girl2.speed = 10;
_root.girl2.boobs._alpha = 0;
_root.girl4.boobs._alpha = 0;
_root.girl2._x = -40;
_root.girl4._x = -170;
_root.girl4.speed = 0;
_root.girl4.showMe = true;
_root.girl4.speed = 10;
_root.girl2.resetShirt = false;
_root.girl4.resetShirt = false;
prog = "lxlot";
}
if ((_root.level == 12) && (prog != "lzzlot")) {
_root.girlNum = 23;
_root.girl2.showMe = false;
_root.girl4.showMe = false;
_root.girl1.showMe = true;
_root.girl1.speed = 10;
_root.girl1.boobs._alpha = 0;
_root.girl3.boobs._alpha = 0;
_root.girl1._x = -40;
_root.girl3._x = -170;
_root.girl3.speed = 0;
_root.girl3.showMe = true;
_root.girl3.speed = 10;
_root.girl1.resetShirt = false;
_root.girl3.resetShirt = false;
prog = "lzzlot";
}
}
_root.roundText._alpha = _root.roundText._alpha + ((rtalpha - _root.roundText._alpha) / 12);
if (0 < rtalpha) {
rtalpha = rtalpha - 1;
}
_root.roundP = false;
}
onClipEvent (mouseDown) {
theMouseDown = true;
}
onClipEvent (mouseUp) {
theMouseDown = false;
}
Instance of Symbol 138 MovieClip "wLevel" in Frame 3
onClipEvent (load) {
_xscale = 0;
}
Instance of Symbol 161 MovieClip "gameGraph" in Frame 3
onClipEvent (load) {
_visible = false;
}
Symbol 6 MovieClip [bana] Frame 1
stop();
Symbol 6 MovieClip [bana] Frame 3
stop();
Instance of Symbol 4 MovieClip in Symbol 6 MovieClip [bana] Frame 3
onClipEvent (load) {
_parent._x = _root.hosePoint._x;
_parent._y = _root.hosePoint._y;
life = 130 + random(30);
inc = 1;
_parent._alpha = 100;
_parent._rotation = random(360);
time = time + 1;
triggerMe = false;
speed = random(5) + 18;
if (random(10) == 1) {
active = true;
} else {
active = false;
}
xoff = random(12) - 6;
}
onClipEvent (enterFrame) {
if ((life < timer) || (_parent._xscale < 1)) {
triggerMe = true;
_parent._x = _parent._x + xoff;
} else if (triggerMe == false) {
timer++;
speed = speed - 0.8;
_parent._y = _parent._y - speed;
_parent._xscale = (_parent._yscale = _parent._yscale - 3);
}
if (triggerMe == true) {
_parent._xscale = (_parent._yscale = _parent._yscale + 20);
_parent._alpha = _parent._alpha - 10;
if (200 < _parent._xscale) {
removeMovieClip(_parent);
}
}
if ((active == true) && (_root.globalA == true)) {
i = 0;
while (4 >= i) {
if (_parent.hitTest(_root["girl" + i])) {
hitTime++;
if (10 < hitTime) {
if (_root["girl" + i].boobs._alpha < 70) {
_root["girl" + i].boobs._alpha = _root["girl" + i].boobs._alpha + 1;
} else {
_root["girl" + i].resetShirt = true;
if (_root["girl" + i]._x < 400) {
_root["girl" + i].speed = 5;
} else {
_root["girl" + i].speed = -5;
}
_root.roundP = true;
_root.girlHit++;
_root.score = _root.score + 100;
_root["girl" + i].pts.ptsDest = 100;
_root["girl" + i].showMe = false;
_root.globalA = false;
}
triggerMe = true;
_root.score = _root.score + 1;
}
}
i++;
}
}
}
Symbol 6 MovieClip [bana] Frame 5
_parent._xscale = (_parent._yscale = 100);
trace("fuck");
Symbol 6 MovieClip [bana] Frame 17
Instance of Symbol 4 MovieClip in Symbol 6 MovieClip [bana] Frame 17
onClipEvent (load) {
removeMovieClip(_parent);
}
Instance of Symbol 13 MovieClip in Symbol 14 MovieClip Frame 1
onClipEvent (load) {
XX = 2.39;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + ((100 - _alpha) / 12));
_width = (_width + (((XX * ((_root.getBytesLoaded() / _root.getBytesTotal()) * 100)) - _width) / 5));
}
Symbol 30 Button
on (press) {
gotoAndStop (3);
}
Symbol 36 MovieClip Frame 1
stop();
Symbol 36 MovieClip Frame 2
stop();
Instance of Symbol 46 MovieClip "boobs" in Symbol 56 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 49 MovieClip "pts" in Symbol 56 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
ptsDest = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + ((ptsDest - _alpha) / 12));
if (0 < ptsDest) {
ptsDest--;
}
}
Symbol 56 MovieClip Frame 20
gotoAndPlay (1);
Symbol 56 MovieClip Frame 21
stop();
Symbol 56 MovieClip Frame 22
gotoAndPlay (1);
Instance of Symbol 67 MovieClip "boobs" in Symbol 72 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 49 MovieClip "pts" in Symbol 72 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
ptsDest = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + ((ptsDest - _alpha) / 12));
if (0 < ptsDest) {
ptsDest--;
}
}
Symbol 72 MovieClip Frame 20
gotoAndPlay (1);
Symbol 72 MovieClip Frame 22
gotoAndPlay (1);
Instance of Symbol 87 MovieClip "boobs" in Symbol 92 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 49 MovieClip "pts" in Symbol 92 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
ptsDest = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + ((ptsDest - _alpha) / 12));
if (0 < ptsDest) {
ptsDest--;
}
}
Symbol 92 MovieClip Frame 20
gotoAndPlay (1);
Symbol 92 MovieClip Frame 22
gotoAndPlay (1);
Instance of Symbol 107 MovieClip "boobs" in Symbol 108 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 49 MovieClip "pts" in Symbol 108 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
ptsDest = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + ((ptsDest - _alpha) / 12));
if (0 < ptsDest) {
ptsDest--;
}
}
Symbol 108 MovieClip Frame 20
gotoAndPlay (1);
Instance of Symbol 124 MovieClip "boobs" in Symbol 125 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 49 MovieClip "pts" in Symbol 125 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
ptsDest = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + ((ptsDest - _alpha) / 12));
if (0 < ptsDest) {
ptsDest--;
}
}
Symbol 125 MovieClip Frame 20
gotoAndPlay (1);
Symbol 153 Button
on (press) {
getURL ("javascript:popUp('http://www.vissor.com/grefgames.php')");
}
Symbol 158 Button
on (press) {
getURL ("http://www.vissor.com/games/wettshirt.php");
}