Frame 1
stop();
Frame 2
function addhooker() {
_root.hooka++;
_root.numba++;
if (_root.numba > 4) {
_root.numba = 1;
}
_root.attachMovie("hooker" + _root.numba, "hooker" + _root.hooka, 5000 + _root.hooka);
_root.glow("hooker" + _root.hooka, 1.5);
}
function addpolice() {
_root.policia++;
_root.attachMovie("police", "police" + _root.policia, 3000 + _root.policia);
}
function addcar() {
_root.vrooma++;
_root.attachMovie("vroom", _root.vrooma, 9000 + _root.vrooma);
}
function glowtakethisout(path, thick) {
var _local3 = new flash.filters.GlowFilter(0, 100, thick, thick, 1000, 1);
var _local2 = _root[path].filters;
_local2.push(_local3);
_root[path].filters = _local2;
}
function playline() {
_root.nextline = 0;
jerkoff = random(9) + 1;
_root["line" + jerkoff].start(0, 1);
}
function cleanup(end) {
i = 0;
while (i <= _root.hooka) {
_root["hooker" + i].removeMovieClip();
i++;
}
i = 0;
while (i <= _root.policia) {
_root["police" + i].removeMovieClip();
i++;
}
_root._x = 0;
_root._y = 0;
if (end > 1) {
stopAllSounds();
}
_root.pimp.removeMovieClip();
_root.powerup.removeMovieClip();
_root[vrooma].removeMovieClip();
_root.inven.removeMovieClip();
_root.nextFrame();
_root.bleh.gotoAndStop(end);
}
stop();
_quality = "high";
whish1 = new Sound(this);
whish1.attachSound("whish1");
whish2 = new Sound(this);
whish2.attachSound("whish2");
whish3 = new Sound(this);
whish3.attachSound("whish3");
punch = new Sound(this);
punch.attachSound("punch");
loopz = new Sound(this);
loopz.attachSound("loopz");
line1 = new Sound(this);
_root.line1.attachSound("line1");
line2 = new Sound(this);
_root.line2.attachSound("line2");
line3 = new Sound(this);
_root.line3.attachSound("line3");
line4 = new Sound(this);
_root.line4.attachSound("line4");
line5 = new Sound(this);
_root.line5.attachSound("line5");
line6 = new Sound(this);
_root.line6.attachSound("line6");
line7 = new Sound(this);
_root.line7.attachSound("line7");
line8 = new Sound(this);
_root.line8.attachSound("line8");
line9 = new Sound(this);
_root.line9.attachSound("line9");
_root.loopz.start(0, 1);
_root.line5.start(0, 1);
attachMovie("pimp", "pimp", 1);
pimp._x = 300;
pimp._y = 300;
glow("pimp", 4);
_root.attachMovie("inven", "inven", 99999);
inven._x = 0;
inven._y = 400;
_root.attachMovie("counter", "counter", 99997);
counter._x = 0;
counter._y = 400;
numba = 1;
hooka = 0;
vrooma = 0;
policia = 0;
signa = 10000;
crazy = -40;
time = 60;
score = 0;
numberslaps = 1;
goodslaps = 1;
var accuracy;
penis = 1;
bam = 0;
previouspower = "";
nextline = 0;
power = false;
nextpowa = new Array(random(3) + 7, 0, "", 0);
events = new Array(45 + random(15), 30 + random(15), 15 + random(15), random(15));
eventer = 0;
events2 = new Array(50, 25, 10);
eventer2 = 0;
events3 = new Array(40 + random(10), 20 + random(10));
eventer3 = 0;
i = 1;
while (i <= 3) {
addhooker();
i++;
}
xmax = 1050;
xmin = 40;
ymax = 400;
ymin = 200;
speed = 4;
xwalk = 0;
ywalk = 0;
scale = pimp._xscale;
pimp.onEnterFrame = function () {
accuracy = Math.round((goodslaps / numberslaps) * 1000);
if ((pimp._currentframe == 1) && (_root.penis == 1)) {
if (Key.isDown(39)) {
if (((_root._x > -600) && (pimp._x < 850)) && (pimp._x > 300)) {
_root._x = _root._x - speed;
pimp._x = pimp._x + speed;
inven._x = inven._x + speed;
counter._x = counter._x + speed;
} else if (pimp._x < xmax) {
pimp._x = pimp._x + speed;
}
pimp._xscale = scale;
xwalk = 1;
} else if (Key.isDown(37)) {
if (((_root._x < 0) && (pimp._x < 850)) && (pimp._x > 300)) {
_root._x = _root._x + speed;
pimp._x = pimp._x - speed;
inven._x = inven._x - speed;
counter._x = counter._x - speed;
} else if (pimp._x > xmin) {
pimp._x = pimp._x - speed;
}
pimp._xscale = -scale;
xwalk = 1;
} else {
xwalk = 0;
}
if (Key.isDown(38) && (pimp._y > ymin)) {
pimp._y = pimp._y - (speed / 2);
ywalk = 1;
} else if (Key.isDown(40) && (pimp._y < ymax)) {
pimp._y = pimp._y + (speed / 2);
ywalk = 1;
} else {
ywalk = 0;
}
if ((xwalk == 1) || (ywalk == 1)) {
_root.pimp.walk.gotoAndStop(2);
} else {
_root.pimp.walk.gotoAndStop(1);
}
if (Key.isDown(32)) {
pimp.arm.play();
}
}
if (pimp.hitTest(_root.powerup)) {
if ((_root.powerup._y > (_root.pimp._y - 20)) && (_root.powerup._y < (_root.pimp._y + 20))) {
power = true;
_root.signa++;
if (_root.powerup._currentframe == 2) {
_root.attachMovie("pimppowa", "soadfhasfoh", _root.signa);
nextpowa[2] = "pimpjuice";
nextpowa[3] = 200;
} else if (_root.powerup._currentframe == 3) {
_root.attachMovie("speed", "soadfhasfoh", _root.signa);
nextpowa[2] = "pill";
_root.speed = 10;
nextpowa[3] = 200;
} else {
_root.attachMovie("bonus", "soadfhasfoh", _root.signa);
_root.score = _root.score + (random(4000) + 1000);
power = false;
}
_root.powerup.unloadMovie();
}
}
if (power == true) {
if ((nextpowa[2] == "pimpjuice") || (nextpowa[2] == "pill")) {
if (pimp._visible == true) {
pimp._visible = false;
} else {
pimp._visible = true;
}
_root.nextpowa[3]--;
}
if (nextpowa[3] == 0) {
pimp._visible = true;
nextpowa[2] = "";
power = false;
speed = 4;
}
}
i = 0;
while (i <= _root.hooka) {
if (pimp.hitTest(_root[vrooma])) {
if (((pimp._y < _root[vrooma]._y) && (pimp.getDepth() > _root[vrooma].getDepth())) || ((pimp._y > _root[vrooma]._y) && (pimp.getDepth() < _root[vrooma].getDepth()))) {
pimp.swapDepths(_root[vrooma]);
}
if (((_root[vrooma]._y > (_root.pimp._y - 20)) && (_root[vrooma]._y < (_root.pimp._y + 20))) && (_root.time >= 3)) {
if ((pimp._y < _root[vrooma]._y) && (pimp.getDepth() > _root[vrooma].getDepth())) {
pimp.swapDepths(_root[vrooma]);
}
_root.pimp.gotoAndStop(2);
if ((-_root.pimp._xscale) != _root[vrooma]._xscale) {
_root.pimp._xscale = _root.pimp._xscale * -1;
}
}
}
if (pimp.hitTest(_root["hooker" + i])) {
if (((pimp._y < _root["hooker" + i]._y) && (pimp.getDepth() > _root["hooker" + i].getDepth())) || ((pimp._y > _root["hooker" + i]._y) && (pimp.getDepth() < _root["hooker" + i].getDepth()))) {
pimp.swapDepths(_root["hooker" + i]);
}
if ((nextpowa[2] == "pimpjuice") && (_root["hooker" + i]._currentframe == 2)) {
_root["hooker" + i].gotoAndStop(3);
_root["hooker" + i].statez = 0;
if ((-_root["hooker" + i]._xscale) != _root.pimp._xscale) {
_root["hooker" + i]._xscale = _root["hooker" + i]._xscale * -1;
}
_root.score = _root.score + 300;
}
}
if (_root["hooker" + i].hitTest(_root[vrooma])) {
if (((_root["hooker" + i]._y < _root[vrooma]._y) && (_root["hooker" + i].getDepth() > _root[_root.vrooma].getDepth())) || ((_root["hooker" + i]._y > _root[_root.vrooma]._y) && (_root["hooker" + i].getDepth() < _root[_root.vrooma].getDepth()))) {
_root["hooker" + i].swapDepths(_root[vrooma]);
}
if ((_root[vrooma]._y > (_root["hooker" + i]._y - 20)) && (_root[vrooma]._y < (_root["hooker" + i]._y + 20))) {
_root["hooker" + i].gotoAndStop(3);
_root["hooker" + i].statez = 0;
if ((-_root["hooker" + i]._xscale) != _root[vrooma]._xscale) {
_root["hooker" + i]._xscale = _root["hooker" + i]._xscale * -1;
}
}
}
i2 = 0;
while (i2 <= _root.hooka) {
if (_root["hooker" + i].hitTest(_root["hooker" + i2])) {
if (((_root["hooker" + i]._y < _root["hooker" + i2]._y) && (_root["hooker" + i].getDepth() > _root["hooker" + i2].getDepth())) || ((_root["hooker" + i]._y > _root["hooker" + i2]._y) && (_root["hooker" + i].getDepth() < _root["hooker" + i2].getDepth()))) {
_root["hooker" + i].swapDepths(_root["hooker" + i2]);
}
}
i2++;
}
i3 = 0;
while (i3 <= _root.policia) {
if (_root["hooker" + i].hitTest(_root["police" + i3])) {
if (((_root["hooker" + i]._y < _root["police" + i3]._y) && (_root["hooker" + i].getDepth() > _root["police" + i3].getDepth())) || ((_root["hooker" + i]._y > _root["police" + i3]._y) && (_root["hooker" + i].getDepth() < _root["police" + i3].getDepth()))) {
_root["hooker" + i].swapDepths(_root["police" + i3]);
}
}
if (pimp.hitTest(_root["police" + i3])) {
if (((pimp._y < _root["police" + i3]._y) && (pimp.getDepth() > _root["police" + i3].getDepth())) || ((pimp._y > _root["police" + i3]._y) && (pimp.getDepth() < _root["police" + i3].getDepth()))) {
pimp.swapDepths(_root["police" + i3]);
}
}
i3++;
}
i++;
}
};
Symbol 27 MovieClip Frame 1
if ((_parent._x > _root.inven._x) && (_parent._x < (_root.inven._x + _root._width))) {
_root.punch.start(0.11, 1);
}
Symbol 27 MovieClip Frame 2
_root.goodslaps++;
_root.nextline++;
if (_root.nextline == 5) {
_root.playline();
}
Symbol 27 MovieClip Frame 50
if ((_root.nextpowa[0] == _root.nextpowa[1]) && (_root.power == false)) {
_root.attachMovie("powerup", "powerup", _root.crazy);
_root.crazy--;
_root.powerup._x = _parent._x;
_root.powerup._y = _parent._y;
_root.nextpowa[0] = random(3) + 5;
_root.nextpowa[1] = 0;
} else {
_root.nextpowa[1]++;
}
Symbol 27 MovieClip Frame 55
_parent.statez = 2;
_parent.reset();
Symbol 28 MovieClip [hooker2] Frame 1
function reset() {
this._xscale = originalscale;
this.gotoAndStop(2);
xspeed = random(3) + 1;
coef = random(2) + 1;
yspeed = Math.ceil(xspeed / coef);
where = random(3);
if (where == 0) {
xdir = 0;
ydir = random(2);
this._x = _root.xmin - 200;
this._y = _root.ymin + random(200);
} else if (where == 1) {
xdir = random(2);
ydir = 1;
this._x = random(1000) + 50;
this._y = _root.ymax + 150;
} else if (where == 2) {
xdir = 1;
ydir = random(2);
this._x = _root.xmax + 200;
this._y = _root.ymin + random(200);
}
if (xdir == 1) {
xspeed = xspeed * -1;
this._xscale = this._xscale * -1;
}
if (ydir == 1) {
yspeed = yspeed * -1;
}
}
statez = 2;
originalscale = this._xscale;
reset();
this.onEnterFrame = function () {
if (statez == 1) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if ((this._x < _root.xmin) || (this._x > _root.xmax)) {
this._xscale = this._xscale * -1;
xspeed = xspeed * -1;
}
if ((this._y < _root.ymin) || (this._y > _root.ymax)) {
yspeed = yspeed * -1;
}
} else if (statez == 2) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (where == 0) {
if ((this._y < _root.ymin) || (this._y > _root.ymax)) {
yspeed = yspeed * -1;
}
if (this._x > _root.xmin) {
statez = 1;
}
} else if (where == 1) {
if ((this._x < _root.xmin) || (this._x > _root.xmax)) {
this._xscale = this._xscale * -1;
xspeed = xspeed * -1;
}
if (this._y < _root.ymax) {
statez = 1;
}
} else if (where == 2) {
if ((this._y < _root.ymin) || (this._y > _root.ymax)) {
yspeed = yspeed * -1;
}
if (this._x < _root.xmax) {
statez = 1;
}
}
}
};
Symbol 42 MovieClip Frame 1
if ((_parent._x > _root.inven._x) && (_parent._x < (_root.inven._x + _root._width))) {
_root.punch.start(0.12, 1);
}
Symbol 42 MovieClip Frame 2
_root.goodslaps++;
_root.nextline++;
if (_root.nextline == 5) {
_root.playline();
}
Symbol 42 MovieClip Frame 60
if ((_root.nextpowa[0] == _root.nextpowa[1]) && (_root.power == false)) {
_root.attachMovie("powerup", "powerup", _root.crazy);
_root.crazy--;
_root.powerup._x = _parent._x;
_root.powerup._y = _parent._y;
_root.nextpowa[0] = random(3) + 5;
_root.nextpowa[1] = 0;
} else {
_root.nextpowa[1]++;
}
Symbol 42 MovieClip Frame 65
_parent.statez = 2;
_parent.reset();
Symbol 43 MovieClip [hooker1] Frame 1
function reset() {
this._xscale = originalscale;
this.gotoAndStop(2);
xspeed = random(4) + 1;
coef = random(2) + 1;
yspeed = Math.ceil(xspeed / coef);
where = random(3);
if (where == 0) {
xdir = 0;
ydir = random(2);
this._x = _root.xmin - 200;
this._y = _root.ymin + random(200);
} else if (where == 1) {
xdir = random(2);
ydir = 1;
this._x = random(1000) + 50;
this._y = _root.ymax + 150;
} else if (where == 2) {
xdir = 1;
ydir = random(2);
this._x = _root.xmax + 200;
this._y = _root.ymin + random(200);
}
if (xdir == 1) {
xspeed = xspeed * -1;
this._xscale = this._xscale * -1;
}
if (ydir == 1) {
yspeed = yspeed * -1;
}
}
statez = 2;
originalscale = this._xscale;
reset();
this.onEnterFrame = function () {
if (statez == 1) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if ((this._x < _root.xmin) || (this._x > _root.xmax)) {
this._xscale = this._xscale * -1;
xspeed = xspeed * -1;
}
if ((this._y < _root.ymin) || (this._y > _root.ymax)) {
yspeed = yspeed * -1;
}
} else if (statez == 2) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (where == 0) {
if ((this._y < _root.ymin) || (this._y > _root.ymax)) {
yspeed = yspeed * -1;
}
if (this._x > _root.xmin) {
statez = 1;
}
} else if (where == 1) {
if ((this._x < _root.xmin) || (this._x > _root.xmax)) {
this._xscale = this._xscale * -1;
xspeed = xspeed * -1;
}
if (this._y < _root.ymax) {
statez = 1;
}
} else if (where == 2) {
if ((this._y < _root.ymin) || (this._y > _root.ymax)) {
yspeed = yspeed * -1;
}
if (this._x < _root.xmax) {
statez = 1;
}
}
}
};
Symbol 84 MovieClip Frame 1
if ((_parent._x > _root.inven._x) && (_parent._x < (_root.inven._x + _root._width))) {
_root.punch.start(0.12, 1);
}
Symbol 84 MovieClip Frame 2
_root.goodslaps++;
_root.nextline++;
if (_root.nextline == 5) {
_root.playline();
}
Symbol 84 MovieClip Frame 50
if ((_root.nextpowa[0] == _root.nextpowa[1]) && (_root.power == false)) {
_root.attachMovie("powerup", "powerup", _root.crazy);
_root.crazy--;
_root.powerup._x = _parent._x;
_root.powerup._y = _parent._y;
_root.nextpowa[0] = random(3) + 5;
_root.nextpowa[1] = 0;
} else {
_root.nextpowa[1]++;
}
Symbol 84 MovieClip Frame 55
_parent.statez = 2;
_parent.reset();
Symbol 85 MovieClip [hooker4] Frame 1
function reset() {
this._xscale = originalscale;
this.gotoAndStop(2);
xspeed = random(3) + 1;
coef = random(2) + 1;
yspeed = Math.ceil(xspeed / coef);
where = random(3);
if (where == 0) {
xdir = 0;
ydir = random(2);
this._x = _root.xmin - 200;
this._y = _root.ymin + random(200);
} else if (where == 1) {
xdir = random(2);
ydir = 1;
this._x = random(1000) + 50;
this._y = _root.ymax + 150;
} else if (where == 2) {
xdir = 1;
ydir = random(2);
this._x = _root.xmax + 200;
this._y = _root.ymin + random(200);
}
if (xdir == 1) {
xspeed = xspeed * -1;
this._xscale = this._xscale * -1;
}
if (ydir == 1) {
yspeed = yspeed * -1;
}
}
statez = 2;
originalscale = this._xscale;
reset();
this.onEnterFrame = function () {
if (statez == 1) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if ((this._x < _root.xmin) || (this._x > _root.xmax)) {
this._xscale = this._xscale * -1;
xspeed = xspeed * -1;
}
if ((this._y < _root.ymin) || (this._y > _root.ymax)) {
yspeed = yspeed * -1;
}
} else if (statez == 2) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (where == 0) {
if ((this._y < _root.ymin) || (this._y > _root.ymax)) {
yspeed = yspeed * -1;
}
if (this._x > _root.xmin) {
statez = 1;
}
} else if (where == 1) {
if ((this._x < _root.xmin) || (this._x > _root.xmax)) {
this._xscale = this._xscale * -1;
xspeed = xspeed * -1;
}
if (this._y < _root.ymax) {
statez = 1;
}
} else if (where == 2) {
if ((this._y < _root.ymin) || (this._y > _root.ymax)) {
yspeed = yspeed * -1;
}
if (this._x < _root.xmax) {
statez = 1;
}
}
}
};
Symbol 130 MovieClip Frame 1
if ((_parent._x > _root.inven._x) && (_parent._x < (_root.inven._x + _root._width))) {
_root.punch.start(0.12, 1);
}
Symbol 130 MovieClip Frame 2
_root.goodslaps++;
_root.nextline++;
if (_root.nextline == 5) {
_root.playline();
}
Symbol 130 MovieClip Frame 40
if ((_root.nextpowa[0] == _root.nextpowa[1]) && (_root.power == false)) {
_root.attachMovie("powerup", "powerup", _root.crazy);
_root.crazy--;
_root.powerup._x = _parent._x;
_root.powerup._y = _parent._y;
_root.nextpowa[0] = random(3) + 5;
_root.nextpowa[1] = 0;
} else {
_root.nextpowa[1]++;
}
Symbol 130 MovieClip Frame 45
_parent.statez = 2;
_parent.reset();
Symbol 131 MovieClip [hooker3] Frame 1
function reset() {
this._xscale = originalscale;
this.gotoAndStop(2);
xspeed = random(3) + 1;
coef = random(2) + 1;
yspeed = Math.ceil(xspeed / coef);
where = random(3);
if (where == 0) {
xdir = 0;
ydir = random(2);
this._x = _root.xmin - 200;
this._y = _root.ymin + random(200);
} else if (where == 1) {
xdir = random(2);
ydir = 1;
this._x = random(1000) + 50;
this._y = _root.ymax + 200;
} else if (where == 2) {
xdir = 1;
ydir = random(2);
this._x = _root.xmax + 50;
this._y = _root.ymin + random(200);
}
if (xdir == 1) {
xspeed = xspeed * -1;
this._xscale = this._xscale * -1;
}
if (ydir == 1) {
yspeed = yspeed * -1;
}
}
statez = 2;
originalscale = this._xscale;
reset();
this.onEnterFrame = function () {
if (statez == 1) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if ((this._x < _root.xmin) || (this._x > _root.xmax)) {
this._xscale = this._xscale * -1;
xspeed = xspeed * -1;
}
if ((this._y < _root.ymin) || (this._y > _root.ymax)) {
yspeed = yspeed * -1;
}
} else if (statez == 2) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (where == 0) {
if ((this._y < _root.ymin) || (this._y > _root.ymax)) {
yspeed = yspeed * -1;
}
if (this._x > _root.xmin) {
statez = 1;
}
} else if (where == 1) {
if ((this._x < _root.xmin) || (this._x > _root.xmax)) {
this._xscale = this._xscale * -1;
xspeed = xspeed * -1;
}
if (this._y < _root.ymax) {
statez = 1;
}
} else if (where == 2) {
if ((this._y < _root.ymin) || (this._y > _root.ymax)) {
yspeed = yspeed * -1;
}
if (this._x < _root.xmax) {
statez = 1;
}
}
}
};
Symbol 139 MovieClip Frame 1
stop();
Symbol 169 MovieClip Frame 1
stop();
Symbol 169 MovieClip Frame 2
zomg = random(3);
_root.numberslaps++;
if (random == 0) {
_root.whish1.start(0, 1);
}
if (random == 1) {
_root.whish2.start(0, 1);
} else {
_root.whish3.start(0, 1);
}
Instance of Symbol 161 MovieClip in Symbol 169 MovieClip Frame 7
onClipEvent (enterFrame) {
space = 20;
i = 1;
while (i <= _root.hooka) {
if ((this.hitTest(_root["hooker" + i]) && (_root.pimp._y > (_root["hooker" + i]._y - space))) && (_root.pimp._y < (_root["hooker" + i]._y + space))) {
_root["hooker" + i].gotoAndStop(3);
_root["hooker" + i].statez = 0;
if ((-_root["hooker" + i]._xscale) != _root.pimp._xscale) {
_root["hooker" + i]._xscale = _root["hooker" + i]._xscale * -1;
}
_root.score = _root.score + 100;
_root.bam++;
}
if ((this.hitTest(_root["police" + i]) && (_root.pimp._y > (_root["police" + i]._y - space))) && (_root.pimp._y < (_root["police" + i]._y + space))) {
_root["police" + i].gotoAndStop(2);
_root["police" + i].statez = 0;
}
i++;
}
}
Symbol 169 MovieClip Frame 10
if (_root.bam > 3) {
_root.counter.gotoAndPlay(2);
}
_root.bam = 0;
Symbol 172 MovieClip Frame 90
_root.cleanup(3);
Symbol 173 MovieClip [pimp] Frame 1
stop();
Symbol 185 MovieClip [vroom] Frame 1
stop();
which = random(2);
dir = random(2);
dir2 = random(2);
if (which) {
speed = random(5) + 5;
if (dir2) {
this._y = 205;
} else {
this._y = 385;
}
} else {
speed = random(5) + 7;
nextFrame();
this._y = (random(120) + _root.ymin) + 70;
}
if (dir) {
this._x = -250;
} else {
this._x = 1250;
this._xscale = this._xscale * -1;
speed = speed * -1;
}
this.onEnterFrame = function () {
if ((this._x <= 1250) && (this._x >= -250)) {
this._x = this._x + speed;
} else {
this.unloadMovie();
}
};
Symbol 200 MovieClip Frame 50
_root.cleanup(2);
Symbol 202 MovieClip [police] Frame 1
function reset() {
this._xscale = originalscale;
xspeed = random(3) + 1;
coef = random(2) + 1;
yspeed = Math.ceil(xspeed / coef);
where = random(3);
if (where == 0) {
xdir = 0;
ydir = random(2);
this._x = _root.xmin - 100;
this._y = _root.ymin + random(200);
} else if (where == 1) {
xdir = random(2);
ydir = 1;
this._x = random(1000) + 50;
this._y = _root.ymax + 150;
} else if (where == 2) {
xdir = 1;
ydir = random(2);
this._x = _root.xmax + 100;
this._y = _root.ymin + random(200);
}
if (xdir == 1) {
xspeed = xspeed * -1;
this._xscale = this._xscale * -1;
}
if (ydir == 1) {
yspeed = yspeed * -1;
}
}
stop();
statez = 2;
originalscale = this._xscale;
reset();
this.onEnterFrame = function () {
if (statez == 1) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if ((this._x < _root.xmin) || (this._x > _root.xmax)) {
this._xscale = this._xscale * -1;
xspeed = xspeed * -1;
}
if ((this._y < _root.ymin) || (this._y > _root.ymax)) {
yspeed = yspeed * -1;
}
} else if (statez == 2) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (where == 0) {
if ((this._y < _root.ymin) || (this._y > _root.ymax)) {
yspeed = yspeed * -1;
}
if (this._x > _root.xmin) {
statez = 1;
}
} else if (where == 1) {
if ((this._x < _root.xmin) || (this._x > _root.xmax)) {
this._xscale = this._xscale * -1;
xspeed = xspeed * -1;
}
if (this._y < _root.ymax) {
statez = 1;
}
} else if (where == 2) {
if ((this._y < _root.ymin) || (this._y > _root.ymax)) {
yspeed = yspeed * -1;
}
if (this._x < _root.xmax) {
statez = 1;
}
}
}
};
Symbol 208 MovieClip Frame 30
if (_root.time == _root.events[_root.eventer]) {
_root.addhooker();
_root.eventer++;
}
if (_root.time == _root.events2[_root.eventer2]) {
_root.addcar();
_root.eventer2++;
}
if (_root.time == _root.events3[_root.eventer3]) {
_root.addpolice();
_root.eventer3++;
}
if (_root.time == 10) {
_root.attachMovie("hurry", "fsafasf", 10921);
}
if (_root.time == 0) {
_root.attachMovie("timeup", "agasghsh", 109235);
_root.penis = 0;
stop();
} else {
_root.time--;
}
Symbol 212 MovieClip [bonus] Frame 1
this.onEnterFrame = function () {
this._x = _root.inven._x + 280;
this._y = _root.inven._y - 100;
};
var glow = (new flash.filters.GlowFilter(102, 100, 5, 5, 300, 1));
var myTempFilters = this.filters;
myTempFilters.push(glow);
this.filters = myTempFilters;
delete myTempFilters;
Symbol 212 MovieClip [bonus] Frame 85
this.removeMovieClip();
Symbol 214 MovieClip [pimppowa] Frame 1
this.onEnterFrame = function () {
this._x = _root.inven._x + 280;
this._y = _root.inven._y - 100;
};
var glow = (new flash.filters.GlowFilter(102, 100, 5, 5, 300, 1));
var myTempFilters = this.filters;
myTempFilters.push(glow);
this.filters = myTempFilters;
delete myTempFilters;
Symbol 214 MovieClip [pimppowa] Frame 85
this.removeMovieClip();
Symbol 216 MovieClip [speed] Frame 1
this.onEnterFrame = function () {
this._x = _root.inven._x + 280;
this._y = _root.inven._y - 100;
};
var glow = (new flash.filters.GlowFilter(102, 100, 5, 5, 300, 1));
var myTempFilters = this.filters;
myTempFilters.push(glow);
this.filters = myTempFilters;
delete myTempFilters;
Symbol 216 MovieClip [speed] Frame 85
this.removeMovieClip();
Symbol 219 MovieClip [timeup] Frame 1
_root.penis = 0;
_root.xwalk = 0;
_root.ywalk = 0;
this.onEnterFrame = function () {
this._x = _root.inven._x + 280;
this._y = _root.inven._y - 300;
};
var glow = (new flash.filters.GlowFilter(102, 100, 5, 5, 300, 1));
var myTempFilters = this.filters;
myTempFilters.push(glow);
this.filters = myTempFilters;
delete myTempFilters;
Symbol 219 MovieClip [timeup] Frame 2
_root.pimp.walk.gotoAndStop(1);
Symbol 219 MovieClip [timeup] Frame 100
_root.cleanup(1);
this.removeMovieClip();
Symbol 259 MovieClip [hurry] Frame 1
this.onEnterFrame = function () {
this._x = _root.inven._x + 280;
this._y = _root.inven._y - 300;
};
var glow = (new flash.filters.GlowFilter(102, 100, 5, 5, 300, 1));
var myTempFilters = this.filters;
myTempFilters.push(glow);
this.filters = myTempFilters;
delete myTempFilters;
Symbol 259 MovieClip [hurry] Frame 40
this.removeMovieClip();
Symbol 266 MovieClip [powerup] Frame 1
which = random(3);
if (which == _root.previouspower) {
if (which != 2) {
which++;
} else {
which = 0;
}
}
_root.previouspower = which;
_root.power = true;
if (which == 0) {
nextFrame();
} else if (which == 1) {
gotoAndStop (3);
} else {
gotoAndStop (4);
}
Symbol 269 MovieClip [counter] Frame 1
stop();
Symbol 269 MovieClip [counter] Frame 3
_root.score = _root.score + 10000;
Symbol 269 MovieClip [counter] Frame 34
gotoAndStop (1);
Symbol 269 MovieClip [counter] Frame 36
_root.score = _root.score * 10;
Symbol 269 MovieClip [counter] Frame 70
gotoAndStop (1);
Symbol 286 Button
on (release) {
_parent.play();
}
Symbol 287 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 287 MovieClip Frame 2
gotoAndPlay (1);
Symbol 289 Button
on (press) {
if (_root._quality == "HIGH") {
_root._quality = "MEDIUM";
} else if (_root._quality == "MEDIUM") {
_root._quality = "LOW";
} else if (_root._quality == "LOW") {
_root._quality = "HIGH";
}
}
Symbol 313 MovieClip Frame 15
stop();
Symbol 330 MovieClip Frame 44
stop();
Symbol 341 Button
on (press) {
getURL ("http://www.lostsolution.net", "_blank");
}
Symbol 342 Button
on (press) {
gotoAndStop (49);
}
Symbol 343 Button
on (press) {
nextFrame();
}
Symbol 346 Button
on (press) {
nextFrame();
}
Instance of Symbol 313 MovieClip "arm" in Symbol 366 MovieClip Frame 1
onClipEvent (enterFrame) {
this.play();
}
Instance of Symbol 364 MovieClip "arm" in Symbol 366 MovieClip Frame 15
onClipEvent (enterFrame) {
this.play();
}
Symbol 369 Button
on (press) {
stopAllSounds();
_root.play();
}
Symbol 377 MovieClip Frame 501
_parent.gotoAndStop(45);
Symbol 378 MovieClip Frame 45
stop();
Instance of Symbol 364 MovieClip "arm" in Symbol 378 MovieClip Frame 46
onClipEvent (enterFrame) {
this.play();
}
Symbol 379 MovieClip Frame 1
stop();
Instance of Symbol 169 MovieClip in Symbol 379 MovieClip Frame 330
onClipEvent (load) {
this.play();
}
Instance of Symbol 313 MovieClip in Symbol 379 MovieClip Frame 425
onClipEvent (load) {
this.play();
}
Symbol 379 MovieClip Frame 500
stop();
Symbol 396 Button
on (press) {
var name = namez;
var score = _root.score;
_root.game_id = "broth";
getURL ("http: //lostsolution.net/highscores_slap/addscore.php", "_blank", "POST");
}
Symbol 400 Button
on (press) {
_root.prevFrame();
}
Symbol 401 MovieClip Frame 1
finalscore = _root.score + _root.accuracy;
var namez;
Symbol 402 MovieClip Frame 14
stop();
Symbol 409 MovieClip Frame 2
stop();
Symbol 411 MovieClip Frame 1
stop();
penalty = 0;
Symbol 411 MovieClip Frame 2
penalty = "BUSTED!";
Symbol 411 MovieClip Frame 3
penalty = "WASTED!";