Frame 1
function write(clicked) {
switch (clicked) {
case "balls" :
info_txt.text = ("Quit touching my " + clicked) + " you Pervert!";
break;
case "butthole" :
info_txt.text = ("Oh.....Stop poking my " + clicked) + " you Dummy.";
break;
case "ass" :
info_txt.text = ("If you like spanking my " + clicked) + " alot, At least Kiss it.";
break;
case "butt" :
info_txt.text = ("I know you like the view my Beautiful " + clicked) + ", But the Real View is right here.";
break;
case "feet" :
info_txt.text = ("Hehe Stop ticklng my " + clicked) + "!";
break;
case "good" :
info_txt.text = ("Do I look " + clicked) + " or what?";
break;
case "dick" :
info_txt.text = ("Unh! Hey, Lay off my " + clicked) + "! I don't want to cum and make a mess on my bed.";
break;
case "back" :
info_txt.text = ("Hehe, You know, I need a good " + clicked) + " rub if you know what I mean.";
break;
case "arm" :
info_txt.text = ("I have quite an " + clicked) + ", I work out alot so that my body stays in perfect shape.";
break;
case "kiss" :
info_txt.text = ("I wonder who will be my first " + clicked) + "? Maybe you? Haha.";
break;
case "hair" :
info_txt.text = ("Get your hand off my " + clicked) + "! You know how long it takes me to keep it like this?";
break;
case "smooth" :
info_txt.text = ("My skin is so " + clicked) + " that people likes to caress every inch of my body.";
break;
case "legs" :
info_txt.text = ("I have no hair in my " + clicked) + ". Does that turn you on? Hehe";
break;
default :
info_txt.text = "Hello, Are you done fondling me or what? Because I'm bored playing with you.";
}
}
balls_mc.onRelease = function () {
var _local3 = this._name;
var _local2 = _local3.substr(0, -3);
write(_local2);
};
butthole_mc.onRelease = function () {
var _local3 = this._name;
var _local2 = _local3.substr(0, -3);
write(_local2);
};
ass_mc.onRelease = function () {
var _local3 = this._name;
var _local2 = _local3.substr(0, -3);
write(_local2);
};
butt_mc.onRelease = function () {
var _local3 = this._name;
var _local2 = _local3.substr(0, -3);
write(_local2);
};
feet_mc.onRelease = function () {
var _local3 = this._name;
var _local2 = _local3.substr(0, -3);
write(_local2);
};
good_mc.onRelease = function () {
var _local3 = this._name;
var _local2 = _local3.substr(0, -3);
write(_local2);
};
dick_mc.onRelease = function () {
var _local3 = this._name;
var _local2 = _local3.substr(0, -3);
write(_local2);
};
back_mc.onRelease = function () {
var _local3 = this._name;
var _local2 = _local3.substr(0, -3);
write(_local2);
};
arm_mc.onRelease = function () {
var _local3 = this._name;
var _local2 = _local3.substr(0, -3);
write(_local2);
};
kiss_mc.onRelease = function () {
var _local3 = this._name;
var _local2 = _local3.substr(0, -3);
write(_local2);
};
hair_mc.onRelease = function () {
var _local3 = this._name;
var _local2 = _local3.substr(0, -3);
write(_local2);
};
b1_mc.onRelease = function () {
var _local3 = this._name;
var _local2 = _local3.substr(0, -3);
write(_local2);
};
b2_mc.onRelease = function () {
var _local3 = this._name;
var _local2 = _local3.substr(0, -3);
write(_local2);
};
b3_mc.onRelease = function () {
var _local3 = this._name;
var _local2 = _local3.substr(0, -3);
write(_local2);
};
b4_mc.onRelease = function () {
var _local3 = this._name;
var _local2 = _local3.substr(0, -3);
write(_local2);
};
smooth_mc.onRelease = function () {
var _local3 = this._name;
var _local2 = _local3.substr(0, -3);
write(_local2);
};
legs_mc.onRelease = function () {
var _local3 = this._name;
var _local2 = _local3.substr(0, -3);
write(_local2);
};
followMouse = function () {
this.startX = this._x;
this.startY = this._y;
this.onEnterFrame = eyeinteract;
};
eyeinteract = function () {
var _local2 = (_xmouse - this._x) / 50;
_local2 = (_xmouse - this._y) / 50;
if (Math.abs(_local2) < 5) {
this._x = this.startX + _local2;
}
if (Math.abs(distY) < 5) {
this._y = this.startY + distY;
}
};
lefteye.onEnterFrame = followMouse;
righteye.onEnterFrame = followMouse;
Instance of Symbol 63 MovieClip "Monkey Tail" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 66 MovieClip "sock" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 69 MovieClip "long white left sock" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 72 MovieClip "long black left sock" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 75 MovieClip "long white right sock" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 78 MovieClip "long black right sock" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 81 MovieClip "Gi Top" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 84 MovieClip "under shirt white" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 87 MovieClip "under shirt black" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 90 MovieClip "white shirt" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 93 MovieClip "black shirt" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 96 MovieClip "redshirt" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 99 MovieClip "blue shirt" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 102 MovieClip "green shirt" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 105 MovieClip "thong1" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 108 MovieClip "thong2" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 111 MovieClip "thong3" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 114 MovieClip "thong4" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 117 MovieClip "thong5" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 120 MovieClip "tighty whities" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 123 MovieClip "briefs2" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 126 MovieClip "boxer1" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 129 MovieClip "boxer2" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 132 MovieClip "black shorts" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 135 MovieClip "white shorts" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 138 MovieClip "blueshorts" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 141 MovieClip "bottom gi" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 144 MovieClip "long white shirt" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 147 MovieClip "long black shirt" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 150 MovieClip "long red shirt" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 153 MovieClip "long blue shirt" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 156 MovieClip "long green shirt" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}
Instance of Symbol 159 MovieClip "Lip Mark" in Frame 1
on (press) {
startDrag ("");
dragging = true;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
}