Frame 1
total_bytes = _root.getBytesTotal();
loaded_bytes = _root.getBytesLoaded();
remaining_bytes = total_bytes - loaded_bytes;
percent_done = int((loaded_bytes / total_bytes) * 100);
bar.gotoAndStop(percent_done);
ifFrameLoaded (226) {
gotoAndPlay (3);
}
Frame 2
gotoAndPlay (1);
Frame 3
stop();
Frame 4
function CreateString() {
if (lockString.length < 20) {
i = 0;
while (i < 20) {
x = Math.round(Math.random() * 3);
if (x == 0) {
lockString = lockString + "r";
}
if (x == 1) {
lockString = lockString + "b";
}
if (x == 2) {
lockString = lockString + "g";
} else {
lockString = lockString + "y";
}
i++;
}
}
}
function Invisible() {
_root.redBlock._visible = false;
_root.blueBlock._visible = false;
_root.greenBlock._visible = false;
_root.yellowBlock._visible = false;
}
round = 0;
level = 2;
count = 0;
userString = "";
red = "r";
blue = "b";
green = "g";
yellow = "y";
Instance of Symbol 23 MovieClip "Simon1" in Frame 4
onClipEvent (load) {
_root.CreateString();
_root.round = 1;
_root.Invisible();
this.color = _root.lockString.substr(_root.round - 1, _root.round);
this.visited = false;
}
onClipEvent (enterFrame) {
if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 68 MovieClip "Simon2" in Frame 14
onClipEvent (load) {
_root.round = 2;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 69 MovieClip in Frame 24
onClipEvent (load) {
_root.round = 3;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 70 MovieClip "Simon4" in Frame 34
onClipEvent (load) {
_root.round = 4;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 71 MovieClip "Simon5" in Frame 44
onClipEvent (load) {
_root.round = 5;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 72 MovieClip in Frame 54
onClipEvent (load) {
_root.round = 6;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 73 MovieClip in Frame 64
onClipEvent (load) {
_root.round = 7;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 74 MovieClip in Frame 74
onClipEvent (load) {
_root.round = 8;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 75 MovieClip "Simon4" in Frame 84
onClipEvent (load) {
_root.round = 9;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 76 MovieClip "Simon5" in Frame 94
onClipEvent (load) {
_root.round = 10;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 77 MovieClip in Frame 104
onClipEvent (load) {
_root.round = 11;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 78 MovieClip in Frame 114
onClipEvent (load) {
_root.round = 12;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 79 MovieClip in Frame 124
onClipEvent (load) {
_root.round = 13;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 80 MovieClip "Simon4" in Frame 134
onClipEvent (load) {
_root.round = 14;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 81 MovieClip "Simon5" in Frame 144
onClipEvent (load) {
_root.round = 15;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 82 MovieClip in Frame 154
onClipEvent (load) {
_root.round = 16;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 83 MovieClip in Frame 164
onClipEvent (load) {
_root.round = 17;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 84 MovieClip in Frame 174
onClipEvent (load) {
_root.round = 18;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 85 MovieClip "Simon4" in Frame 184
onClipEvent (load) {
_root.round = 19;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Instance of Symbol 86 MovieClip "Simon5" in Frame 194
onClipEvent (load) {
_root.round = 20;
this.color = _root.lockString.substr(_root.round - 1, 1);
_root.Invisible();
this.visited = false;
}
onClipEvent (enterFrame) {
if (_root.round == _root.level) {
_root.gotoAndPlay(202);
} else if (this.visited == false) {
this.visited = true;
if (this.color == _root.red) {
_root.redBlock._visible = true;
_root.fuckers.gotoAndPlay("sex1");
} else if (this.color == _root.blue) {
_root.blueBlock._visible = true;
_root.fuckers.gotoAndPlay("sex2");
} else if (this.color == _root.green) {
_root.greenBlock._visible = true;
_root.fuckers.gotoAndPlay("sex3");
} else if (this.color == _root.yellow) {
_root.yellowBlock._visible = true;
_root.fuckers.gotoAndPlay("sex4");
}
}
}
Frame 202
stop();
Instance of Symbol 87 MovieClip "Simon5" in Frame 202
onClipEvent (load) {
_root.Invisible();
}
onClipEvent (enterFrame) {
if ((_root.userString.substr(0, _root.round - 1) == _root.lockString.substr(0, _root.round - 1)) && (_root.round == 20)) {
_root.gotoAndPlay(226);
} else if ((_root.userString.substr(0, _root.round - 1) == _root.lockString.substr(0, _root.round - 1)) && ((_root.round - 1) == (_root.level - 1))) {
_root.nextFrame();
} else if (_root.userString.substr(0, _root.count) != _root.lockString.substr(0, _root.count)) {
_root.gotoAndPlay(225);
}
}
Frame 212
play();
Frame 224
stop();
Instance of Symbol 101 MovieClip "Simon5" in Frame 224
onClipEvent (load) {
_root.userString = "";
_root.level = _root.level + 1;
_root.count = 0;
_root.gotoAndPlay(5);
}
Frame 225
stop();
Frame 226
stop();
Symbol 8 Button
on (release) {
getURL ("http://www.girlspoop.com", "_self");
}
Symbol 12 MovieClip Frame 1
_root.bar.stop();
Symbol 22 Button
on (release) {
_root.gotoAndPlay(4);
}
Symbol 57 MovieClip Frame 1
stop();
Symbol 57 MovieClip Frame 9
stop();
Symbol 57 MovieClip Frame 18
stop();
Symbol 57 MovieClip Frame 27
stop();
Symbol 57 MovieClip Frame 35
stop();
Symbol 91 Button
on (release) {
_root.count++;
_root.userString = _root.userString + "b";
_root.fuckers.gotoAndPlay("sex2");
}
Symbol 93 Button
on (release) {
_root.count++;
_root.userString = _root.userString + "r";
_root.fuckers.gotoAndPlay("sex1");
}
Symbol 95 Button
on (release) {
_root.count++;
_root.userString = _root.userString + "g";
_root.fuckers.gotoAndPlay("sex3");
}
Symbol 96 Button
on (release) {
_root.count++;
_root.userString = _root.userString + "y";
_root.fuckers.gotoAndPlay("sex4");
}