Frame 1
ply = true;
stp = false;
total_bytes = _root.getBytesTotal();
loaded_bytes = _root.getBytesLoaded();
remaining_bytes = total_bytes - loaded_bytes;
percent_done = int((loaded_bytes / total_bytes) * 100);
loadbar.gotoAndPlay(100 - percent_done);
ifFrameLoaded (2311) {
gotoAndPlay (3);
}
Frame 2
gotoAndPlay (1);
Frame 61
jones = new Sound();
jones.loadSound("http://www.girlspoop.com/GAMES/JUSTYSPERMII/Jones.mp3", true);
jones.start();
var password = "";
Frame 860
stop();
if (((_root.password == "shaggy") || (_root.password == "Shaggy")) || (_root.password == "SHAGGY")) {
gotoAndPlay (2128);
} else if (((_root.password == "scrambled") || (_root.password == "Scrambled")) || (_root.password == "SCRAMBLED")) {
gotoAndPlay (2269);
}
Instance of Symbol 45 MovieClip in Frame 860
onClipEvent (enterFrame) {
if (_root.password == "shaggy") {
_root.gotoAndPlay("Instructions Level 2", 1);
} else if (_root.password == "scrambled") {
_root.gotoAndPlay("Scene 8", 1);
}
}
Frame 861
if (((_root.password == "shaggy") || (_root.password == "Shaggy")) || (_root.password == "SHAGGY")) {
_root.gotoAndPlay("Instructions Level 2", 1);
} else if (((_root.password == "scrambled") || (_root.password == "Scrambled")) || (_root.password == "SCRAMBLED")) {
_root.gotoAndPlay("Scene 8", 1);
}
play();
Frame 880
jones.stop();
if (((_root.password == "shaggy") || (_root.password == "Shaggy")) || (_root.password == "SHAGGY")) {
gotoAndPlay (2128);
} else if (((_root.password == "scrambled") || (_root.password == "Scrambled")) || (_root.password == "SCRAMBLED")) {
gotoAndPlay (2269);
}
Frame 1813
stop();
Instance of Symbol 63 MovieClip in Frame 1813
/* no clip actions */
Instance of Symbol 113 MovieClip in Frame 1813
/* no clip actions */
Instance of Symbol 128 MovieClip in Frame 1813
onClipEvent (load) {
stopAllSounds();
this.stop();
}
Frame 1814
stopAllSounds();
depth = 0;
xaxis = 0;
yaxis = 0;
var score = 0;
spawnFlag = true;
level3Flag = false;
level2Flag = false;
flipFlag = false;
hitlerFlag = false;
newBombFlag = false;
beatHitlerFlag = false;
nextFrame();
Frame 1815
count = 0;
place = Math.floor(Math.random() * 190);
while (count < 1) {
duplicateMovieClip (_root.condombot, "condombot" + _root.depth, _root.depth);
setProperty("condombot" + _root.depth, _x , place);
setProperty("condombot" + _root.depth, _y , -100 * _root.depth);
_root.depth++;
place = place + 70;
count++;
}
count = 0;
place = Math.floor(Math.random() * 190);
while (count < 5) {
duplicateMovieClip (_root.penisbot, "penisbot" + _root.depth, _root.depth);
setProperty("penisbot" + _root.depth, _x , place);
setProperty("penisbot" + _root.depth, _y , -100 * _root.depth);
_root.depth++;
place = place + 70;
count++;
}
stop();
Instance of Symbol 63 MovieClip "bg1942" in Frame 1815
onClipEvent (load) {
waitTime = 5;
waitTime = waitTime * 30;
interval = 0.6;
reposFlag = false;
}
onClipEvent (enterFrame) {
if ((this._y < 450) && (_root.flipFlag == false)) {
this._y = this._y + this.interval;
}
if ((this._y > 415) && (_root.flipFlag == false)) {
_root.spawnFlag = false;
}
if ((this._y > 448) && (_root.flipFlag == false)) {
_root.eyeGroup._x = 255;
}
if (_root.flipFlag == true) {
if (this.reposFlag == false) {
this._rotation = 180;
this._y = this._y - 450;
this.reposFlag = true;
}
if (this._y < 300) {
this._y = this._y + this.interval;
} else if (this._y >= 300) {
_root.hitlerFlag = true;
}
}
}
Instance of Symbol 113 MovieClip "panties" in Frame 1815
onClipEvent (load) {
waitTime = 5;
waitTime = waitTime * 20;
interval = 0.6;
reposFlag = false;
hits = 0;
light = 7;
power = 70;
energy = power;
endFlag = false;
}
onClipEvent (enterFrame) {
if ((this._y < 450) && (_root.flipFlag == false)) {
this._y = this._y + this.interval;
}
if (_root.flipFlag == true) {
if (this.reposFlag == false) {
this._rotation = 180;
this._y = this._y - 575;
this.reposFlag = true;
}
if (this._y < 175) {
this._y = this._y + this.interval;
}
}
if (_root.beatHitlerFlag == true) {
if (this.hitArea.hitTest(_root.b1)) {
_root.b1._y = (_root.b1._x = -100);
this.hits++;
this.energy--;
} else if (this.hitArea.hitTest(_root.b2)) {
_root.b2._y = (_root.b2._x = -100);
this.hits++;
this.energy--;
} else if (this.hitArea.hitTest(_root.b3)) {
_root.b3._y = (_root.b3._x = -100);
this.hits++;
this.energy--;
} else if (this.hitArea.hitTest(_root.b4)) {
_root.b4._y = (_root.b4._x = -100);
this.hits++;
this.energy--;
} else if (this.hitArea.hitTest(_root.b5)) {
_root.b5._y = (_root.b5._x = -100);
this.hits++;
this.energy--;
}
if (this.energy <= 0) {
this.gotoAndPlay("Die");
}
if (this.endFlag == true) {
this._visible = false;
_root.entrance._x = 250;
}
if (this.hits == this.light) {
this.nextFrame();
this.hits = 0;
}
if (this.entrance(_root.Justy)) {
_root.nextFrame();
}
}
}
Instance of Symbol 151 MovieClip "entrance" in Frame 1815
onClipEvent (enterFrame) {
if (this.hitTest(_root.Justy) == true) {
_root.nextFrame();
}
}
Instance of Symbol 161 MovieClip "penisbot" in Frame 1815
onClipEvent (load) {
interval = 50;
power = 5;
energy = power;
endFlag = false;
speed = 3;
}
onClipEvent (enterFrame) {
this._y = this._y + this.speed;
if (this.hitArea.hitTest(_root.Justy)) {
_root.Justy.energy = _root.Justy.energy - 1.3;
}
if (this.hitArea.hitTest(_root.b1)) {
_root.b1._y = (_root.b1._x = -100);
this.energy--;
} else if (this.hitArea.hitTest(_root.b2)) {
_root.b2._y = (_root.b2._x = -100);
this.energy--;
} else if (this.hitArea.hitTest(_root.b3)) {
_root.b3._y = (_root.b3._x = -100);
this.energy--;
} else if (this.hitArea.hitTest(_root.b4)) {
_root.b4._y = (_root.b4._x = -100);
this.energy--;
} else if (this.hitArea.hitTest(_root.b5)) {
_root.b5._y = (_root.b5._x = -100);
this.energy--;
}
if (_root.spawnFlag == true) {
if (this.energy <= 0) {
_root.score = _root.score + 15;
this.gotoAndPlay("Die");
}
if (this._y >= 450) {
this.endFlag = true;
}
if (this.endFlag == true) {
this.energy = this.power;
this._y = -(Math.floor(Math.random() * 300) + 50);
this._x = Math.floor(Math.random() * 440) + 30;
this.endFlag = false;
}
} else if (_root.spawnFlag == false) {
if (this.hitArea.hitTest(_root.b1)) {
_root.b1._y = (_root.b1._x = -100);
this.energy--;
} else if (this.hitArea.hitTest(_root.b2)) {
_root.b2._y = (_root.b2._x = -100);
this.energy--;
} else if (this.hitArea.hitTest(_root.b3)) {
_root.b3._y = (_root.b3._x = -100);
this.energy--;
} else if (this.hitArea.hitTest(_root.b4)) {
_root.b4._y = (_root.b4._x = -100);
this.energy--;
} else if (this.hitArea.hitTest(_root.b5)) {
_root.b5._y = (_root.b5._x = -100);
this.energy--;
}
if (this.energy <= 0) {
this.gotoAndPlay("Die");
}
if (this._y >= 500) {
this.speed = 0;
}
if (this.endFlag == true) {
this.removeMovieClip();
}
}
}
Instance of Symbol 176 MovieClip "condombot" in Frame 1815
onClipEvent (load) {
interval = 50;
power = 10;
energy = power;
speed = 2;
endFlag = false;
}
onClipEvent (enterFrame) {
this._rotation++;
this._y = this._y + this.speed;
if (this.hitArea.hitTest(_root.Justy)) {
_root.Justy.energy = _root.Justy.energy - 1.5;
}
if (this.hitArea.hitTest(_root.b1)) {
_root.b1._y = (_root.b1._x = -100);
this.energy--;
} else if (this.hitArea.hitTest(_root.b2)) {
_root.b2._y = (_root.b2._x = -100);
this.energy--;
} else if (this.hitArea.hitTest(_root.b3)) {
_root.b3._y = (_root.b3._x = -100);
this.energy--;
} else if (this.hitArea.hitTest(_root.b4)) {
_root.b4._y = (_root.b4._x = -100);
this.energy--;
} else if (this.hitArea.hitTest(_root.b5)) {
_root.b5._y = (_root.b5._x = -100);
this.energy--;
}
if (this.energy <= 0) {
_root.score = _root.score + 30;
this.gotoAndPlay("Die");
}
if (this._y > 450) {
this.endFlag = true;
}
if (this.endFlag == true) {
this.energy = power;
this._y = -(Math.floor(Math.random() * 300) + 50);
this._x = Math.floor(Math.random() * 440) + 30;
this.endFlag = false;
}
if (_root.level2Flag == true) {
this.removeMovieClip();
}
}
Instance of Symbol 128 MovieClip "Justy" in Frame 1815
onClipEvent (load) {
power = 80;
energy = power;
walk_h = 250;
walk_v = 350;
W = 12;
_x = walk_h;
_y = walk_v;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (walk_h <= 470) {
walk_h = walk_h + W;
}
this._x = walk_h;
}
if (Key.isDown(37)) {
if (walk_h >= 30) {
walk_h = walk_h - W;
}
this._x = walk_h;
}
if (Key.isDown(38)) {
if (walk_v >= 80) {
walk_v = walk_v - W;
}
this._y = walk_v;
}
if (Key.isDown(40)) {
if (walk_v <= 365) {
walk_v = walk_v + W;
}
this._y = walk_v;
}
if (Key.isDown(32)) {
if (getProperty("/b1", _y) <= 0) {
setProperty("/b1", _visible , true);
setProperty("/b1", _y , this._y - 20);
setProperty("/b1", _x , this._x);
} else if (getProperty("/b2", _y) <= 0) {
setProperty("/b2", _visible , true);
setProperty("/b2", _y , this._y - 20);
setProperty("/b2", _x , this._x);
} else if (getProperty("/b3", _y) <= 0) {
setProperty("/b3", _visible , true);
setProperty("/b3", _y , this._y - 20);
setProperty("/b3", _x , this._x);
} else if (getProperty("/b4", _y) <= 0) {
setProperty("/b4", _visible , true);
setProperty("/b4", _y , this._y - 20);
setProperty("/b4", _x , this._x);
} else if (getProperty("/b5", _y) <= 0) {
setProperty("/b5", _visible , true);
setProperty("/b5", _y , this._y - 20);
setProperty("/b5", _x , this._x);
}
}
if (Key.isDown(17)) {
}
}
Instance of Symbol 178 MovieClip "b1" in Frame 1815
onClipEvent (enterFrame) {
if (getProperty("_level0.b1", _y) > -10) {
setProperty("_level0.b1", _y , getProperty("_level0.b1", _y) - 20);
} else if (this._y < 0) {
this._x = -100;
}
}
Instance of Symbol 178 MovieClip "b2" in Frame 1815
onClipEvent (enterFrame) {
if (getProperty("_level0.b2", _y) > -10) {
setProperty("_level0.b2", _y , getProperty("_level0.b2", _y) - 20);
} else if (this._y < 0) {
this._x = -100;
}
}
Instance of Symbol 178 MovieClip "b3" in Frame 1815
onClipEvent (enterFrame) {
if (getProperty("_level0.b3", _y) > -10) {
setProperty("_level0.b3", _y , getProperty("_level0.b3", _y) - 20);
} else if (this._y < 0) {
this._x = -100;
}
}
Instance of Symbol 178 MovieClip "b4" in Frame 1815
onClipEvent (enterFrame) {
if (getProperty("_level0.b4", _y) > -10) {
setProperty("_level0.b4", _y , getProperty("_level0.b4", _y) - 20);
} else if (this._y < 0) {
this._x = -100;
}
}
Instance of Symbol 178 MovieClip "b5" in Frame 1815
onClipEvent (enterFrame) {
if (getProperty("_level0.b5", _y) > -10) {
setProperty("_level0.b5", _y , getProperty("_level0.b5", _y) - 20);
} else if (this._y < 0) {
this._x = -100;
}
}
Instance of Symbol 182 MovieClip in Frame 1815
onClipEvent (enterFrame) {
this.justymeter.gotoAndStop(Math.floor(_root.Justy.energy / 2));
if (_root.Justy.energy <= 0) {
_root.gotoAndStop("End");
}
}
Instance of Symbol 191 MovieClip "eyeGroup" in Frame 1815
onClipEvent (load) {
hits = 0;
light = 7;
power = 50;
energy = power;
}
onClipEvent (enterFrame) {
if (this.eyeHitArea.hitTest(_root.b1)) {
_root.b1._y = (_root.b1._x = -100);
this.hits++;
this.energy--;
} else if (this.eyeHitArea.hitTest(_root.b2)) {
_root.b2._y = (_root.b2._x = -100);
this.hits++;
this.energy--;
} else if (this.eyeHitArea.hitTest(_root.b3)) {
_root.b3._y = (_root.b3._x = -100);
this.hits++;
this.energy--;
} else if (this.eyeHitArea.hitTest(_root.b4)) {
_root.b4._y = (_root.b4._x = -100);
this.hits++;
this.energy--;
} else if (this.eyeHitArea.hitTest(_root.b5)) {
_root.b5._y = (_root.b5._x = -100);
this.hits++;
this.energy--;
}
if (this.energy <= 0) {
this.gotoAndPlay("Die");
}
if (_root.flipFlag == true) {
this._y = 400;
}
if (this.hits == this.light) {
this.nextFrame();
this.hits = 0;
}
}
Instance of Symbol 207 MovieClip "hitler" in Frame 1815
onClipEvent (load) {
reposFlag = false;
dirFlag = false;
speed = 4;
power = 80;
energy = power;
endFlag = false;
}
onClipEvent (enterFrame) {
if (this.hitArea.hitTest(_root.Justy)) {
_root.Justy.energy = _root.Justy.energy - 2;
}
if (this.hitArea.hitTest(_root.b1)) {
_root.b1._y = (_root.b1._x = -100);
this.energy--;
} else if (this.hitArea.hitTest(_root.b2)) {
_root.b2._y = (_root.b2._x = -100);
this.energy--;
} else if (this.hitArea.hitTest(_root.b3)) {
_root.b3._y = (_root.b3._x = -100);
this.energy--;
} else if (this.hitArea.hitTest(_root.b4)) {
_root.b4._y = (_root.b4._x = -100);
this.energy--;
} else if (this.hitArea.hitTest(_root.b5)) {
_root.b5._y = (_root.b5._x = -100);
this.energy--;
}
if ((this.energy <= 0) && (_root.beatHitlerFlag == false)) {
_root.beatHitlerFlag = true;
_root.hitlerFlag = false;
_root.score = _root.score + 1000;
this.gotoAndPlay("Die");
}
if ((_root.hitlerFlag == true) && (_root.beatHitlerFlag == false)) {
if (this.reposFlag == false) {
this._x = 40;
this._y = 100;
this.reposFlag = true;
}
if ((this._x < 450) && (this.dirFlag == false)) {
this._x = this._x + this.speed;
} else if ((this._x > 40) && (this.dirFlag == true)) {
this._x = this._x - this.speed;
} else if ((this._x > 450) && (this.dirFlag == false)) {
this.dirFlag = true;
} else if ((this._x <= 40) && (this.dirFlag == true)) {
this.dirFlag = false;
}
}
if ((_root.beatHitlerFlag == true) && (this.endFlag == true)) {
this._x = -100;
this._visible = false;
}
if (_root.level2Flag == true) {
this.removeMovieClip();
}
}
Instance of Symbol 211 MovieClip in Frame 1815
onClipEvent (load) {
rise = 0;
}
onClipEvent (enterFrame) {
this.hitlermeter.gotoAndStop(_root.hitler.energy / 2);
while ((_root.hitlerFlag == true) && (this.rise < 50)) {
this.rise++;
this._y = this._y - 2;
}
while ((_root.hitlerFlag == false) && (this.rise > 0)) {
this.rise--;
this._y = this._y + 2;
}
}
Instance of Symbol 219 MovieClip in Frame 1815
onClipEvent (enterFrame) {
if (((_root.bg1942._y > -42) && (_root.bg1942._y < -38)) && (this._visible == false)) {
this._visible = true;
this.gotoAndStop("Sound 1");
} else if ((((_root.bg1942._y > 0) && (_root.bg1942._y < 38)) && (this._visible == false)) && (_root.flipFlag == true)) {
this._visible = true;
this.gotoAndStop("Sound 2");
} else {
this._visible = false;
}
}
Frame 1816
_root.level2Flag = true;
play();
Frame 1853
stopAllSounds();
gotoAndStop (1855);
Frame 1854
stop();
Frame 1855
stopAllSounds();
play();
Frame 2127
gotoAndStop (2128);
Frame 2128
stopAllSounds();
lvl2Sound = new Sound();
lvl2Sound.loadSound("http://www.girlspoop.com/GAMES/JUSTYSPERMII/LetsGo.mp3", true);
var vansLeft = 3;
stop();
Frame 2129
stopAllSounds();
ringGrab = new Sound();
ringGrab.attachSound("ring");
ringGrab.play();
lvl2Sound = new Sound();
lvl2Sound.loadSound("http://www.girlspoop.com/GAMES/JUSTYSPERMII/LetsGo.mp3", true);
stop();
Instance of Symbol 257 MovieClip "gumby" in Frame 2129
onClipEvent (load) {
distance = 0;
speed = 15.65;
}
onClipEvent (enterFrame) {
this.distance = this.distance + this.speed;
if (this.speed > _root.van.speed) {
this._x = this._x + (this.speed - _root.van.speed);
} else {
this._x = this._x - (_root.van.speed - this.speed);
}
}
Instance of Symbol 276 MovieClip "van" in Frame 2129
onClipEvent (load) {
base = this._y;
fallFlag = false;
landFlag = false;
jumpFlag = false;
accelerate = 0;
speed = 10;
maxSpeed = 15;
distance = 0;
}
onClipEvent (enterFrame) {
this.distance = this.distance + this.speed;
if (Key.isDown(17) && (this.jumpFlag == false)) {
this.jumpFlag = true;
this.gotoAndPlay(2);
}
if (Key.isDown(32)) {
if (this.speed < this.maxSpeed) {
this.speed = this.speed + 0.1;
_root.needle._rotation = _root.needle._rotation + 1.8;
} else {
this.speed = this.speed - 0.1;
_root.needle._rotation = _root.needle._rotation - 1.8;
}
} else if (this.speed > 10) {
this.speed = this.speed - 0.1;
_root.needle._rotation = _root.needle._rotation - 1.8;
}
if ((this.fallFlag == true) && (this._y < 475)) {
this._y = this._y + 10;
} else {
this.fallFlag = false;
}
if (this.speed >= 18) {
_root.rb14._visible = false;
} else {
_root.rb14._visible = true;
}
if (this._y > 455) {
_root.youlose._visible = true;
_root.nextFrame();
}
if (_root.vansLeft <= 0) {
_root.password = "shaggy";
_root.gotoAndPlay("End2");
}
}
Instance of Symbol 278 MovieClip "rb1" in Frame 2129
onClipEvent (load) {
space = 0;
next = 40;
this._x = 20;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.van.speed;
if (this._x <= -20) {
this._x = 540;
}
}
Instance of Symbol 280 MovieClip "rb2" in Frame 2129
onClipEvent (load) {
speed = 10;
space = 0;
next = 30;
this._x = 60;
this._visible = true;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.van.speed;
if (this._x < -20) {
this.space = Math.floor(Math.random() * 3);
this._x = (_root.rb1._x + this.next) + this.space;
}
if ((this.space >= 0) && (this._x < 500)) {
_root.rb3._visible = false;
}
if ((this.space >= 1) && (this._x < 480)) {
_root.rb4._visible = false;
}
if ((this.space >= 2) && (this._x < 440)) {
_root.rb5._visible = false;
}
}
Instance of Symbol 278 MovieClip "rb3" in Frame 2129
onClipEvent (load) {
speed = 10;
space = 0;
next = 30;
this._x = 100;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.van.speed;
if (this._x < -20) {
this._visible = true;
this._x = (_root.rb2._x + this.next) + this.space;
}
if ((this.hitTest(_root.van.hitArea) && (this._visible)) && (_root.van.landFlag == true)) {
_root.van.nextFrame();
_root.van.landFlag = false;
}
if (this.hitTest(_root.van.hitArea) && (this._visible == false)) {
_root.van.fallFlag = true;
}
}
Instance of Symbol 280 MovieClip "rb4" in Frame 2129
onClipEvent (load) {
speed = 10;
space = 0;
next = 30;
this._x = 140;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.van.speed;
if (this._x < -20) {
this._visible = true;
this._x = (_root.rb3._x + this.next) + this.space;
}
if ((this.hitTest(_root.van.hitArea) && (this._visible)) && (_root.van.landFlag == true)) {
_root.van.nextFrame();
_root.van.landFlag = false;
}
if (this.hitTest(_root.van.hitArea) && (this._visible == false)) {
_root.van.fallFlag = true;
}
}
Instance of Symbol 278 MovieClip "rb5" in Frame 2129
onClipEvent (load) {
speed = 10;
space = 0;
next = 30;
this._x = 180;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.van.speed;
if (this._x < -20) {
this._visible = true;
this._x = (_root.rb4._x + this.next) + this.space;
}
if ((this.hitTest(_root.van.hitArea) && (this._visible)) && (_root.van.landFlag == true)) {
_root.van.nextFrame();
_root.van.landFlag = false;
}
if (this.hitTest(_root.van.hitArea) && (this._visible == false)) {
_root.van.fallFlag = true;
}
}
Instance of Symbol 280 MovieClip "rb6" in Frame 2129
onClipEvent (load) {
speed = 10;
space = 0;
next = 30;
this._x = 220;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.van.speed;
if (this._x < -20) {
this._x = (_root.rb5._x + this.next) + this.space;
}
if ((this.hitTest(_root.van.hitArea) && (this._visible)) && (_root.van.landFlag == true)) {
_root.van.nextFrame();
_root.van.landFlag = false;
}
}
Instance of Symbol 278 MovieClip "rb7" in Frame 2129
onClipEvent (load) {
speed = 10;
space = 0;
next = 30;
this._x = 260;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.van.speed;
if (this._x < -20) {
this._x = (_root.rb6._x + this.next) + this.space;
}
if ((this.hitTest(_root.van.hitArea) && (this._visible)) && (_root.van.landFlag == true)) {
_root.van.nextFrame();
_root.van.landFlag = false;
}
}
Instance of Symbol 278 MovieClip "rb9" in Frame 2129
onClipEvent (load) {
speed = 10;
space = 0;
next = 30;
this._x = 340;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.van.speed;
if (this._x < -20) {
this._x = (_root.rb8._x + this.next) + this.space;
}
if ((this.hitTest(_root.van.hitArea) && (this._visible)) && (_root.van.landFlag == true)) {
_root.van.nextFrame();
_root.van.landFlag = false;
}
}
Instance of Symbol 280 MovieClip "rb10" in Frame 2129
onClipEvent (load) {
speed = 10;
space = 0;
next = 30;
this._x = 380;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.van.speed;
if (this._x < -20) {
this._x = (_root.rb9._x + this.next) + this.space;
}
if ((this.hitTest(_root.van.hitArea) && (this._visible)) && (_root.van.landFlag == true)) {
_root.van.nextFrame();
_root.van.landFlag = false;
}
}
Instance of Symbol 278 MovieClip "rb11" in Frame 2129
onClipEvent (load) {
speed = 10;
space = 0;
next = 30;
this._x = 420;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.van.speed;
if (this._x < -20) {
this._x = (_root.rb10._x + this.next) + this.space;
}
if ((this.hitTest(_root.van.hitArea) && (this._visible)) && (_root.van.landFlag == true)) {
_root.van.nextFrame();
_root.van.landFlag = false;
}
}
Instance of Symbol 280 MovieClip "rb12" in Frame 2129
onClipEvent (load) {
speed = 10;
space = 0;
next = 30;
this._x = 460;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.van.speed;
if (this._x < -20) {
this._x = (_root.rb11._x + this.next) + this.space;
}
if ((this.hitTest(_root.van.hitArea) && (this._visible)) && (_root.van.landFlag == true)) {
_root.van.nextFrame();
_root.van.landFlag = false;
}
}
Instance of Symbol 278 MovieClip "rb13" in Frame 2129
onClipEvent (load) {
speed = 10;
space = 0;
next = 30;
this._x = 500;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.van.speed;
if (this._x < -20) {
this._x = (_root.rb12._x + this.next) + this.space;
}
if ((this.hitTest(_root.van.hitArea) && (this._visible)) && (_root.van.landFlag == true)) {
_root.van.nextFrame();
_root.van.landFlag = false;
}
}
Instance of Symbol 280 MovieClip "rb14" in Frame 2129
onClipEvent (load) {
speed = 10;
space = 0;
next = 30;
this._x = 540;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.van.speed;
if (this._x < -20) {
this._x = (_root.rb13._x + this.next) + this.space;
}
if ((this.hitTest(_root.van.hitArea) && (this._visible)) && (_root.van.landFlag == true)) {
_root.van.nextFrame();
_root.van.landFlag = false;
}
}
Instance of Symbol 281 MovieClip "rb8" in Frame 2129
onClipEvent (load) {
speed = 10;
space = 0;
next = 30;
this._x = 300;
}
onClipEvent (enterFrame) {
this._x = this._x - _root.van.speed;
if (this._x < -20) {
this._x = (_root.rb7._x + this.next) + this.space;
}
if ((this.hitTest(_root.van.hitArea) && (this._visible)) && (_root.van.landFlag == true)) {
_root.van.nextFrame();
_root.van.landFlag = false;
}
}
Instance of Symbol 241 MovieClip in Frame 2129
onClipEvent (enterFrame) {
this._x = this._x - _root.van.speed;
this._y = this._y + 9;
if (this._y > 282) {
this._y = -120;
this._x = 735;
this._visible = true;
}
if (this.hitTest(_root.van.hitArea2)) {
this.gotoAndPlay("GetRing");
this._visible = false;
_root.van.speed = _root.van.speed + 1;
_root.needle._rotation = _root.needle._rotation + 18;
_root.score = _root.score + 50;
}
}
Instance of Symbol 294 MovieClip "youwin" in Frame 2129
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if ((_root.van.distance >= 10000) && (_root.van._y < 200)) {
_root.gumby.speed = (_root.van.speed = 0);
this._visible = true;
_root.nextFrame();
}
}
Instance of Symbol 296 MovieClip "youlose" in Frame 2129
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if ((_root.gumby.distance >= 10000) && (_root.van.distance >= 10000)) {
_root.gumby.speed = (_root.van.speed = 0);
this._visible = true;
_root.youwin._visible = false;
_root.nextFrame();
} else if (_root.gumby.distance >= 10000) {
_root.gumby.speed = (_root.van.speed = 0);
this._visible = true;
_root.nextFrame();
}
}
Frame 2130
this.play();
Frame 2187
stopAllSounds();
if (_root.youwin._visible == true) {
_root.level3Flag = true;
gotoAndPlay (2269);
} else if (_root.youlose._visible == true) {
gotoAndStop (2189);
}
Instance of Symbol 276 MovieClip "van" in Frame 2187
onClipEvent (load) {
base = this._y;
fallFlag = false;
landFlag = false;
jumpFlag = false;
accelerate = 0;
speed = 10;
maxSpeed = 15;
distance = 0;
}
onClipEvent (enterFrame) {
this.distance = this.distance + this.speed;
if (Key.isDown(17) && (this.jumpFlag == false)) {
this.jumpFlag = true;
this.gotoAndPlay(2);
}
if (Key.isDown(32)) {
if (this.speed < this.maxSpeed) {
this.speed = this.speed + 0.1;
_root.needle._rotation = _root.needle._rotation + 1.8;
} else {
this.speed = this.speed - 0.1;
_root.needle._rotation = _root.needle._rotation - 1.8;
}
} else if (this.speed > 10) {
this.speed = this.speed - 0.1;
_root.needle._rotation = _root.needle._rotation - 1.8;
}
if ((this.fallFlag == true) && (this._y < 450)) {
this._y = this._y + 10;
} else {
this.fallFlag = false;
}
if (this.speed >= 18) {
_root.rb14._visible = false;
} else {
_root.rb14._visible = true;
}
}
Instance of Symbol 241 MovieClip in Frame 2187
onClipEvent (enterFrame) {
this._x = this._x - _root.van.speed;
this._y = this._y + 9;
if (this._y > 282) {
this._y = -120;
this._x = 735;
this._visible = true;
}
if (this.hitTest(_root.van.hitArea2)) {
this._visible = false;
_root.van.speed = _root.van.speed + 1;
_root.needle._rotation = _root.needle._rotation + 18;
_root.score = _root.score + 50;
}
}
Frame 2188
stop();
Frame 2189
stopAllSounds();
minFlag = true;
play();
Frame 2199
if (_root.minFlag == true) {
_root.vansLeft--;
_root.minFlag = false;
}
Frame 2268
gotoAndStop (2129);
Frame 2269
stopAllSounds();
Lvl3Bg = new Sound();
Lvl3Bg.loadSound("http://www.girlspoop.com/GAMES/JUSTYSPERMII/Lvl3Bg.mp3", true);
stop();
Frame 2270
place = Math.floor(Math.random() * 190);
while (_root.count < 2) {
duplicateMovieClip (_root.fetusbot, "fetusbot" + _root.depth, _root.depth);
setProperty("fetusbot" + _root.depth, _x , place);
setProperty("fetusbot" + _root.depth, _y , -100 * _root.depth);
_root.depth++;
place = place + 20;
_root.count++;
}
Lvl3Bg = new Sound();
Lvl3Bg.loadSound("http://www.girlspoop.com/GAMES/JUSTYSPERMII/Lvl3Bg.mp3", true);
direction = 0;
count = 0;
depth = 0;
oneTimeFlag = false;
lemmipower = 80;
eggFlag = false;
eggDieFlag = false;
creditFlag = false;
nextFrame();
Instance of Symbol 315 MovieClip "bglvl3" in Frame 2270
onClipEvent (load) {
speed = 0.3;
}
onClipEvent (enterFrame) {
if (this._xscale < 410) {
this._xscale = this._xscale + this.speed;
this._yscale = this._yscale + this.speed;
}
}
Instance of Symbol 323 MovieClip in Frame 2270
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if ((_root.oneTimeFlag == true) && (_root.lemmipower > 0)) {
this._visible = true;
this.lemmimeter.gotoAndStop(Math.floor(_root.lemmipower) / 2);
} else {
this._visible = false;
}
}
Instance of Symbol 324 MovieClip in Frame 2270
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.oneTimeFlag == true) {
this._visible = true;
this.justy3Dmeter.gotoAndStop(Math.floor(_root.Justy3D.energy));
}
if (_root.Justy3d.energy <= 0) {
this._visible = false;
}
}
Instance of Symbol 326 MovieClip "eggmeter" in Frame 2270
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if ((_root.lemmipower < 0) && (_root.egg.energy > 0)) {
this._visible = true;
this.eggmeter.gotoAndStop(Math.floor(_root.egg.energy));
} else {
this._visible = false;
}
}
Instance of Symbol 346 MovieClip "Justy3D" in Frame 2270
onClipEvent (load) {
energy = 40;
depth = 0;
endFlag = false;
goFlag = false;
walk_h = this._x;
walk_v = this._y;
WALK = 10;
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.lemmi1.hitArea) && (_root.lemmi1._visible == true)) || (this.hitTest(_root.lemmi2.hitArea) && (_root.lemmi2._visible == true))) && (_root.oneTimeFlag == true)) && (_root.lemmipower > 0)) {
this.energy = this.energy - 0.3;
} else if (this.hitTest(_root.egg.hitArea)) {
this.energy = this.energy - 0.5;
}
if (Key.isDown(39) && (this._rotation > -60)) {
this._rotation = this._rotation - WALK;
this._x = this._x + WALK;
}
if (Key.isDown(37) && (this._rotation < 60)) {
this._rotation = this._rotation + WALK;
this._x = this._x - WALK;
}
if ((_root.creditFlag == true) && (this.goFlag == false)) {
this.gotoAndPlay("Exit");
}
if (this.goFlag == true) {
this.nextFrame();
}
if (this.endFlag == true) {
_root.gotoAndPlay("The End");
}
if ((this.energy <= 0) && (this.energy > -100)) {
this.energy = -200;
gotoAndPlay (2310);
}
if (Key.isDown(32)) {
if (getProperty("/b1", _x) <= 0) {
setProperty("/b1", _visible , true);
setProperty("/b1", _y , this._y + 40);
setProperty("/b1", _x , this._x);
setProperty("/b1", _rotation , this._rotation);
_root.b1.gotoAndPlay(2);
} else if (getProperty("/b2", _x) <= 0) {
setProperty("/b2", _visible , true);
setProperty("/b2", _y , this._y + 40);
setProperty("/b2", _x , this._x);
setProperty("/b2", _rotation , this._rotation);
_root.b2.gotoAndPlay(2);
} else if (getProperty("/b3", _x) <= 0) {
setProperty("/b3", _visible , true);
setProperty("/b3", _y , this._y + 40);
setProperty("/b3", _x , this._x);
setProperty("/b3", _rotation , this._rotation);
_root.b3.gotoAndPlay(2);
} else if (getProperty("/b4", _x) <= 0) {
setProperty("/b4", _visible , true);
setProperty("/b4", _y , this._y + 40);
setProperty("/b4", _x , this._x);
setProperty("/b4", _rotation , this._rotation);
_root.b4.gotoAndPlay(2);
}
}
}
Frame 2271
if (Key.isDown(32)) {
duplicateMovieClip (_root.bullet, "bullet" + _root.depth, _root.depth);
setProperty("bullet" + _root.depth, _y , _root.Justy3D._y - 20);
setProperty("bullet" + _root.depth, _x , _root.Justy3D._x);
setProperty("bullet" + _root.depth, _rotation , _root.Justy3D._rotation + 180);
_root.depth++;
}
Instance of Symbol 364 MovieClip "fetusbot4" in Frame 2271
onClipEvent (load) {
power = 5;
energy = power;
speed = 0.5;
dirFlag = 3;
endFlag = false;
bossFlag = false;
}
onClipEvent (enterFrame) {
this._xscale = this._xscale + this.speed;
this._yscale = this._yscale + this.speed;
if (this.dirFlag == 0) {
this._x = this._x - 1.3;
} else if (this.dirFlag == 1) {
this._x = this._x + 1.3;
}
if (this.hitArea.hitTest(_root.b1) && (_root.b1._visible == true)) {
_root.b1._visible = false;
this.energy--;
}
if (this.hitArea.hitTest(_root.b2) && (_root.b2._visible == true)) {
_root.b2._visible = false;
this.energy--;
}
if (this.hitArea.hitTest(_root.b3) && (_root.b3._visible == true)) {
_root.b3._visible = false;
this.energy--;
}
if (this.hitArea.hitTest(_root.b4) && (_root.b4._visible == true)) {
_root.b4._visible = false;
this.energy--;
}
if (this.endFlag == true) {
if (this.bossFlag == false) {
this.endFlag = false;
this._y = 200 + Math.floor(Math.random() * 30);
this._x = 230 + Math.floor(Math.random() * 40);
this.energy = this.power;
this._xscale = 10;
this._yscale = 10;
} else if (this.bossFlag == true) {
this._xscale = (this._yscale = 0);
this._x = (this._y = -1000);
this._visible = false;
this.speed = 0;
}
}
if ((this.energy <= 0) && (this.endFlag == false)) {
_root.score = _root.score + 20;
this.gotoAndPlay("Die");
}
if (this._xscale >= 100) {
_root.smashScreen.nextFrame();
this.endFlag = true;
}
if (_root.bglvl3._xscale > 390) {
this.bossFlag = true;
}
}
Instance of Symbol 364 MovieClip "fetusbot1" in Frame 2271
onClipEvent (load) {
power = 5;
energy = power;
speed = 0.5;
dirFlag = 1;
endFlag = false;
bossFlag = false;
}
onClipEvent (enterFrame) {
this._xscale = this._xscale + this.speed;
this._yscale = this._yscale + this.speed;
if (this.dirFlag == 0) {
this._x = this._x - 1.3;
} else if (this.dirFlag == 1) {
this._x = this._x + 1.3;
}
if (this.hitArea.hitTest(_root.b1) && (_root.b1._visible == true)) {
_root.b1._visible = false;
this.energy--;
}
if (this.hitArea.hitTest(_root.b2) && (_root.b2._visible == true)) {
_root.b2._visible = false;
this.energy--;
}
if (this.hitArea.hitTest(_root.b3) && (_root.b3._visible == true)) {
_root.b3._visible = false;
this.energy--;
}
if (this.hitArea.hitTest(_root.b4) && (_root.b4._visible == true)) {
_root.b4._visible = false;
this.energy--;
}
if (this.endFlag == true) {
if (this.bossFlag == false) {
this.endFlag = false;
this._y = 200 + Math.floor(Math.random() * 30);
this._x = 230 + Math.floor(Math.random() * 40);
this.energy = this.power;
this._xscale = 10;
this._yscale = 10;
} else if (this.bossFlag == true) {
this._xscale = (this._yscale = 0);
this._x = (this._y = -1000);
this._visible = false;
this.speed = 0;
}
}
if ((this.energy <= 0) && (this.endFlag == false)) {
_root.score = _root.score + 20;
this.gotoAndPlay("Die");
}
if (this._xscale >= 100) {
_root.smashScreen.nextFrame();
this.endFlag = true;
}
if (_root.bglvl3._xscale > 390) {
this.bossFlag = true;
}
}
Instance of Symbol 364 MovieClip "fetusbot2" in Frame 2271
onClipEvent (load) {
power = 5;
energy = power;
speed = 0.5;
dirFlag = 1;
endFlag = false;
bossFlag = false;
}
onClipEvent (enterFrame) {
this._xscale = this._xscale + this.speed;
this._yscale = this._yscale + this.speed;
if (this.dirFlag == 0) {
this._x = this._x - 1.3;
} else if (this.dirFlag == 1) {
this._x = this._x + 1.3;
}
if (this.hitArea.hitTest(_root.b1) && (_root.b1._visible == true)) {
_root.b1._visible = false;
this.energy--;
}
if (this.hitArea.hitTest(_root.b2) && (_root.b2._visible == true)) {
_root.b2._visible = false;
this.energy--;
}
if (this.hitArea.hitTest(_root.b3) && (_root.b3._visible == true)) {
_root.b3._visible = false;
this.energy--;
}
if (this.hitArea.hitTest(_root.b4) && (_root.b4._visible == true)) {
_root.b4._visible = false;
this.energy--;
}
if (this.endFlag == true) {
if (this.bossFlag == false) {
this.endFlag = false;
this._y = 200 + Math.floor(Math.random() * 30);
this._x = 230 + Math.floor(Math.random() * 40);
this.energy = this.power;
this._xscale = 10;
this._yscale = 10;
} else if (this.bossFlag == true) {
this._xscale = (this._yscale = 0);
this._x = (this._y = -1000);
this._visible = false;
this.speed = 0;
}
}
if ((this.energy <= 0) && (this.endFlag == false)) {
_root.score = _root.score + 20;
this.gotoAndPlay("Die");
}
if (this._xscale >= 100) {
_root.smashScreen.nextFrame();
this.endFlag = true;
}
if (_root.bglvl3._xscale > 390) {
this.bossFlag = true;
}
}
Instance of Symbol 364 MovieClip "fetusbot3" in Frame 2271
onClipEvent (load) {
power = 5;
energy = power;
speed = 0.5;
dirFlag = 0;
endFlag = false;
bossFlag = false;
}
onClipEvent (enterFrame) {
this._xscale = this._xscale + this.speed;
this._yscale = this._yscale + this.speed;
if (this.dirFlag == 0) {
this._x = this._x - 1.3;
} else if (this.dirFlag == 1) {
this._x = this._x + 1.3;
}
if (this.hitArea.hitTest(_root.b1) && (_root.b1._visible == true)) {
_root.b1._visible = false;
this.energy--;
}
if (this.hitArea.hitTest(_root.b2) && (_root.b2._visible == true)) {
_root.b2._visible = false;
this.energy--;
}
if (this.hitArea.hitTest(_root.b3) && (_root.b3._visible == true)) {
_root.b3._visible = false;
this.energy--;
}
if (this.hitArea.hitTest(_root.b4) && (_root.b4._visible == true)) {
_root.b4._visible = false;
this.energy--;
}
if (this.endFlag == true) {
if (this.bossFlag == false) {
this.endFlag = false;
this._y = 200 + Math.floor(Math.random() * 30);
this._x = 230 + Math.floor(Math.random() * 40);
this.energy = this.power;
this._xscale = 10;
this._yscale = 10;
} else if (this.bossFlag == true) {
this._xscale = (this._yscale = 0);
this._x = (this._y = -1000);
this._visible = false;
this.speed = 0;
}
}
if ((this.energy <= 0) && (this.endFlag == false)) {
_root.score = _root.score + 20;
this.gotoAndPlay("Die");
}
if (this._xscale >= 100) {
_root.smashScreen.nextFrame();
this.endFlag = true;
}
if (_root.bglvl3._xscale > 390) {
this.bossFlag = true;
}
}
Instance of Symbol 379 MovieClip "lemmi1" in Frame 2271
onClipEvent (load) {
this._visible = false;
dieFlag = false;
}
onClipEvent (enterFrame) {
if ((((((_root.bglvl3._xscale > 400) && (_root.oneTimeFlag == false)) && (_root.fetusbot1._visible == false)) && (_root.fetusbot2._visible == false)) && (_root.fetusbot3._visible == false)) && (_root.fetusbot4._visible == false)) {
_root.Lvl3Bg.stop();
_root.oneTimeFlag = true;
this._visible = true;
}
if ((this._visible == true) || (this.dieFlag == true)) {
this.nextFrame();
}
if ((_root.lemmipower <= 0) && (_root.lemmipower > -100)) {
_root.score = _root.score + 1000;
_root.lemmipower = -200;
}
if ((_root.lemmipower == -200) && (this.dieFlag == false)) {
this.gotoAndPlay("Die");
this.dieFlag = true;
}
if (this.hitArea.hitTest(_root.b1)) {
_root.b1._y = (_root.b1._x = -100);
_root.lemmipower--;
} else if (this.hitArea.hitTest(_root.b2)) {
_root.b2._y = (_root.b2._x = -100);
_root.lemmipower--;
} else if (this.hitArea.hitTest(_root.b3)) {
_root.b3._y = (_root.b3._x = -100);
_root.lemmipower--;
} else if (this.hitArea.hitTest(_root.b4)) {
_root.b4._y = (_root.b4._x = -100);
_root.lemmipower--;
} else if (this.hitArea.hitTest(_root.b5)) {
_root.b5._y = (_root.b5._x = -100);
_root.lemmipower--;
}
}
Instance of Symbol 381 MovieClip "lemmi2" in Frame 2271
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this._visible == true) {
this.nextFrame();
}
if ((_root.lemmipower <= 0) && (_root.lemmipower > -100)) {
_root.score = _root.score + 1000;
_root.lemmipower = -200;
}
if (_root.lemmipower == -200) {
this.gotoAndPlay("Die");
}
if (this.hitArea.hitTest(_root.b1)) {
_root.b1._y = (_root.b1._x = -100);
_root.lemmipower--;
} else if (this.hitArea.hitTest(_root.b2)) {
_root.b2._y = (_root.b2._x = -100);
_root.lemmipower--;
} else if (this.hitArea.hitTest(_root.b3)) {
_root.b3._y = (_root.b3._x = -100);
_root.lemmipower--;
} else if (this.hitArea.hitTest(_root.b4)) {
_root.b4._y = (_root.b4._x = -100);
_root.lemmipower--;
} else if (this.hitArea.hitTest(_root.b5)) {
_root.b5._y = (_root.b5._x = -100);
_root.lemmipower--;
}
}
Instance of Symbol 386 MovieClip "egg" in Frame 2271
onClipEvent (load) {
this._visible = false;
musicFlag = false;
xdirection = 1;
ydirection = 1;
speed = 60;
energy = 40;
}
onClipEvent (enterFrame) {
if (this._visible == true) {
if (this.musicFlag == false) {
Lvl3Bg = new Sound();
Lvl3Bg.loadSound("http://www.girlspoop.com/GAMES/JUSTYSPERMII/Lvl3Bg.mp3", true);
this.musicFlag = true;
}
if (_root.eggFlag == false) {
this.nextFrame();
}
if (_root.eggFlag == true) {
this._rotation = this._rotation + 2;
this._x = this._x + ((this.xdirection * (this.speed - this.energy)) / 2);
this._y = this._y + ((this.ydirection * (this.speed - this.energy)) / 2);
if ((this._y < 0) || (this._y > 400)) {
this.ydirection = this.ydirection * -1;
}
if ((this._x < 0) || (this._x > 500)) {
this.xdirection = this.xdirection * -1;
}
if (this.hitTest(_root.b1) && (_root.b1._visible == true)) {
_root.b1._visible = false;
this.ydirection = this.ydirection * -1;
this.energy--;
}
if (this.hitTest(_root.b2) && (_root.b2._visible == true)) {
_root.b2._visible = false;
this.energy--;
}
if (this.hitTest(_root.b3) && (_root.b3._visible == true)) {
_root.b3._visible = false;
this.energy--;
}
if (this.hitTest(_root.b4) && (_root.b4._visible == true)) {
_root.b4._visible = false;
this.energy--;
}
if ((this.energy <= 0) && (_root.eggFlag == true)) {
this.gotoAndPlay("Die");
_root.eggFlag = false;
}
}
}
}
Frame 2272
this.gotoAndPlay(2);
prevFrame();
Frame 2309
gotoAndStop (2311);
_root.nextScene();
_root.gotoAndPlay("Credits", 1);
Frame 2310
_root.password = "scrambled";
stop();
Frame 2311
stopAllSounds();
Lvl3Bg = new Sound();
Lvl3Bg.loadSound("http://www.girlspoop.com/GAMES/JUSTYSPERMII/Lvl3Bg.mp3", true);
play();
Frame 2946
stopAllSounds();
Frame 3016
stop();
Symbol 7 MovieClip Frame 1
stop();
Symbol 19 Button
on (press) {
gotoAndPlay (860);
}
Symbol 39 Button
on (release) {
getURL ("http://www.girlspoop.com", "_blank");
}
Symbol 43 Button
on (release) {
nextFrame();
}
Symbol 50 Button
on (release) {
gotoAndStop (1813);
}
Symbol 111 MovieClip Frame 1
play();
Symbol 111 MovieClip Frame 16
_parent.endFlag = true;
stop();
Symbol 113 MovieClip Frame 1
stop();
Symbol 113 MovieClip Frame 2
play();
Symbol 113 MovieClip Frame 4
this.gotoAndPlay(1);
Symbol 113 MovieClip Frame 20
stop();
Symbol 128 MovieClip Frame 10
gotoAndPlay (1);
Symbol 140 Button
on (release) {
gotoAndStop (1814);
}
Instance of Symbol 159 MovieClip in Symbol 161 MovieClip Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.Justy)) {
_root.Justy.energy--;
}
}
Instance of Symbol 159 MovieClip in Symbol 161 MovieClip Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.Justy)) {
_root.Justy.energy = _root.Justy.energy - 0.7;
}
}
Symbol 161 MovieClip Frame 51
this.gotoAndPlay("Start");
Instance of Symbol 159 MovieClip in Symbol 161 MovieClip Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.Justy)) {
_root.Justy.energy--;
}
}
Instance of Symbol 111 MovieClip "bomb" in Symbol 161 MovieClip Frame 52
/* no clip actions */
Instance of Symbol 111 MovieClip "bomb" in Symbol 161 MovieClip Frame 52
/* no clip actions */
Instance of Symbol 111 MovieClip "bomb" in Symbol 161 MovieClip Frame 52
/* no clip actions */
Instance of Symbol 165 MovieClip "condomBullet1" in Symbol 176 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.Justy)) {
_root.Justy.energy--;
}
}
Instance of Symbol 167 MovieClip "condomBullet2" in Symbol 176 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.Justy)) {
_root.Justy.energy--;
}
}
Instance of Symbol 169 MovieClip "condomBullet3" in Symbol 176 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.Justy)) {
_root.Justy.energy--;
}
}
Instance of Symbol 170 MovieClip "condomBullet4" in Symbol 176 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.Justy)) {
_root.Justy.energy--;
}
}
Instance of Symbol 170 MovieClip "condomBullet4" in Symbol 176 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.Justy)) {
_root.Justy.energy = _root.Justy.energy - 0.7;
}
}
Instance of Symbol 165 MovieClip "condomBullet1" in Symbol 176 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.Justy)) {
_root.Justy.energy = _root.Justy.energy - 0.7;
}
}
Instance of Symbol 167 MovieClip "condomBullet2" in Symbol 176 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.Justy)) {
_root.Justy.energy = _root.Justy.energy - 0.7;
}
}
Instance of Symbol 169 MovieClip "condomBullet3" in Symbol 176 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.Justy)) {
_root.Justy.energy = _root.Justy.energy - 0.7;
}
}
Instance of Symbol 167 MovieClip "condomBullet2" in Symbol 176 MovieClip Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.Justy)) {
_root.Justy.energy--;
}
}
Symbol 176 MovieClip Frame 30
gotoAndPlay (1);
Instance of Symbol 111 MovieClip "bomb" in Symbol 176 MovieClip Frame 31
/* no clip actions */
Symbol 181 MovieClip Frame 1
stop();
Symbol 181 MovieClip Frame 40
stop();
Symbol 190 MovieClip Frame 64
_root.flipFlag = true;
stop();
Symbol 191 MovieClip Frame 1
stop();
Symbol 191 MovieClip Frame 2
play();
Symbol 191 MovieClip Frame 4
gotoAndPlay (1);
Symbol 191 MovieClip Frame 5
play();
Symbol 191 MovieClip Frame 75
this.removeMovieClip();
Instance of Symbol 195 MovieClip "hitlerBullet" in Symbol 207 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.Justy)) {
_root.Justy.energy--;
}
}
Instance of Symbol 195 MovieClip "hitlerBullet" in Symbol 207 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.Justy)) {
_root.Justy.energy = _root.Justy.energy - 0.7;
}
}
Symbol 207 MovieClip Frame 40
gotoAndPlay (1);
Instance of Symbol 195 MovieClip "hitlerBullet" in Symbol 207 MovieClip Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_root.Justy)) {
_root.Justy.energy--;
}
}
Symbol 219 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 2
stop();
Symbol 219 MovieClip Frame 3
stop();
Symbol 234 Button
on (release) {
gotoAndStop (2128);
}
Symbol 241 MovieClip Frame 1
stop();
Symbol 241 MovieClip Frame 2
this.gotoAndPlay("Start");
Symbol 249 Button
on (release) {
gotoAndStop (2129);
}
Symbol 257 MovieClip Frame 1
stop();
Symbol 261 MovieClip Frame 1
stop();
Instance of Symbol 261 MovieClip "minivan" in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) {
position = Math.floor(_root.van.distance / 100);
this.gotoAndPlay(position);
}
Instance of Symbol 257 MovieClip "minigumby" in Symbol 262 MovieClip Frame 1
onClipEvent (enterFrame) {
position = Math.floor(_root.gumby.distance / 100);
this.gotoAndPlay(position);
}
Symbol 276 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip in Symbol 276 MovieClip Frame 1
onClipEvent (enterFrame) {
_parent.jumpFlag = false;
}
Instance of Symbol 270 MovieClip in Symbol 276 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 4;
}
Instance of Symbol 270 MovieClip in Symbol 276 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 4;
}
Instance of Symbol 272 MovieClip "lights" in Symbol 276 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(9)) {
if (this._visible == false) {
this._visible = true;
} else {
this._visible = false;
}
}
}
Symbol 276 MovieClip Frame 2
_root.vanJump.start();
play();
Symbol 276 MovieClip Frame 16
_root.vanJump.stop();
stop();
Instance of Symbol 274 MovieClip in Symbol 276 MovieClip Frame 16
onClipEvent (enterFrame) {
_parent.landFlag = true;
}
Symbol 276 MovieClip Frame 17
play();
Symbol 276 MovieClip Frame 20
this.gotoAndPlay(1);
Symbol 320 Button
on (release) {
gotoAndStop (2270);
}
Symbol 346 MovieClip Frame 10
gotoAndPlay (1);
Symbol 346 MovieClip Frame 11
_root.creditFlag = false;
this.goFlag = true;
goFlag = true;
_parent.goFlag = true;
play();
Symbol 346 MovieClip Frame 12
play();
Symbol 346 MovieClip Frame 44
this.endFlag = true;
Symbol 346 MovieClip Frame 45
stop();
Symbol 352 MovieClip Frame 1
this._x = (this._y = -100);
stop();
Symbol 352 MovieClip Frame 2
play();
Symbol 364 MovieClip Frame 14
this.gotoAndPlay(1);
Symbol 364 MovieClip Frame 28
this.endFlag = true;
Symbol 368 MovieClip Frame 1
stop();
Symbol 368 MovieClip Frame 7
_root.gotoAndPlay("End3");
Symbol 379 MovieClip Frame 1
stop();
Symbol 379 MovieClip Frame 2
play();
Symbol 379 MovieClip Frame 100
stop();
Symbol 379 MovieClip Frame 131
_root.side = Math.floor(Math.random() * 2);
if (_root.side == 1) {
_root.lemmi1._visible = false;
_root.lemmi2._visible = true;
}
gotoAndPlay (101);
Symbol 379 MovieClip Frame 132
_root.lemmi1._visible = true;
play();
Symbol 379 MovieClip Frame 191
this.removeMovieClip();
_root.egg._visible = true;
stop();
Symbol 381 MovieClip Frame 1
stop();
Symbol 381 MovieClip Frame 2
play();
Symbol 381 MovieClip Frame 32
_root.side = Math.floor(Math.random() * 2);
if (_root.side == 0) {
_root.lemmi2._visible = false;
_root.lemmi1._visible = true;
}
gotoAndPlay (1);
Symbol 381 MovieClip Frame 33
this.removeMovieClip();
stop();
Symbol 386 MovieClip Frame 1
stop();
Symbol 386 MovieClip Frame 2
play();
Symbol 386 MovieClip Frame 150
_root.eggFlag = true;
stop();
Symbol 386 MovieClip Frame 180
_root.creditFlag = true;
stop();
Symbol 399 Button
on (release) {
getURL ("http://www.girlspoop.com", "_blank");
}
Symbol 403 Button
on (release) {
getURL ("http://www.girlspoop.com/GAMES/HTMS/Sperm.htm", "_blank");
}
Symbol 407 Button
on (release) {
getURL ("http://www.girlspoop.com/FORUM/phpBB2/viewtopic.php?t=124", "_blank");
}