Instance of Symbol 6 MovieClip "boxer" in Frame 1
on (press) {
startDrag ("");
dragging = true;
this._alpha = 70;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
this._alpha = 100;
if ((((this._x > 700) && (this._x < 1100)) && (this._y > 0)) && (this._y < 650)) {
this._x = 875;
this._y = 180;
}
dragging = false;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
this._alpha = 100;
if ((((this._x > 200) && (this._x < 450)) && (this._y > 250)) && (this._y < 450)) {
this._x = 327;
this._y = 381;
}
dragging = false;
}
Instance of Symbol 9 MovieClip "dildo" in Frame 1
on (press) {
startDrag ("");
dragging = true;
this._alpha = 70;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
this._alpha = 100;
if ((((this._x > 700) && (this._x < 1100)) && (this._y > 0)) && (this._y < 650)) {
this._x = 865;
this._y = 325;
}
dragging = false;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
this._alpha = 100;
if ((((this._x > 200) && (this._x < 450)) && (this._y > 250)) && (this._y < 450)) {
this._x = 342;
this._y = 320;
}
dragging = false;
}
Instance of Symbol 12 MovieClip "mutande" in Frame 1
on (press) {
startDrag ("");
dragging = true;
this._alpha = 70;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
this._alpha = 100;
if ((((this._x > 700) && (this._x < 1100)) && (this._y > 0)) && (this._y < 650)) {
this._x = 870;
this._y = 480;
}
dragging = false;
}
on (release, releaseOutside) {
stopDrag();
dragging = false;
this._alpha = 100;
if ((((this._x > 200) && (this._x < 450)) && (this._y > 250)) && (this._y < 450)) {
this._x = 327;
this._y = 343;
}
dragging = false;
}