Frame 1
Frame 3
function playSound(src) {
trace(src);
snd = new Sound();
snd.attachSound(src);
snd.start();
delete snd;
}
function shuffle(src) {
res = new Array();
src_length = src.length;
q_order = new Array();
q_order = src;
i = 0;
while (i < src_length) {
r = random(q_order.length);
res.push(src[r]);
q_order.splice(r, 1);
i++;
}
return(res);
}
function getposition(src) {
i = Number(src);
if (i <= 0) {
i = 0;
while (i < Qfrm) {
if (Qvar[i] == src) {
return(i + 1);
}
i++;
}
} else {
return(i);
}
}
function gotoScreen(x) {
if (trans != undefined) {
removeMovieClip(trans);
}
attachMovie("trans_screen", "trans", 1).next_screen = x;
}
function setScreen(x) {
if (x != undefined) {
x = getposition(x);
} else {
Qstr = "mainmenu,intro,screen_1,screen_6,screen_2,screen_3,screen_4,screen_7,screen_5,end";
Qvar = Qstr.split(",");
Qfrm = Qvar.length;
getURL ("fscommand:" + "mnf", Qfrm);
x = 1;
}
getURL ("fscommand:" + "bar", x);
if (screen != undefined) {
removeMovieClip(screen);
}
attachMovie(Qvar[x - 1], "screen", 0);
if (trans != undefined) {
trans.play();
}
}
stop();
stopAllSounds();
Mouse.show();
setScreen(Qscr);
Symbol 13 MovieClip [trans_screen] Frame 1
var next_screen;
Symbol 13 MovieClip [trans_screen] Frame 10
trace("asdf");
_root.setScreen(next_screen);
Symbol 13 MovieClip [trans_screen] Frame 20
removeMovieClip(this);
Symbol 55 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 55 MovieClip Frame 105
gotoAndStop (1);
Symbol 83 MovieClip Frame 60
x = random(3);
if (x == 0) {
gotoAndPlay ("a1");
} else {
gotoAndPlay ("a0");
}
Symbol 83 MovieClip Frame 120
gotoAndPlay ("a0");
Symbol 92 MovieClip Frame 1
letters = 0;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
letters = 0;
phrase = "";
text = "";
_parent.next_step();
};
Symbol 95 MovieClip Frame 1
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
letters = 0;
phrase = "";
text = "";
_parent.next_step();
};
Symbol 96 MovieClip [screen_1] Frame 1
step = 0;
var next_step = function () {
switch (step) {
case 0 :
my_phrase_baloon.phrase = "Hello there miss, you need help?";
my_phrase_baloon._visible = true;
break;
case 1 :
her_phrase_baloon.phrase = "Yeah, I can't unscrew these wheel bolts.";
her_phrase_baloon._visible = true;
break;
case 2 :
my_phrase_baloon.phrase = "It seems you bent the wheel and bolts are stuck.";
my_phrase_baloon._visible = true;
break;
case 3 :
her_phrase_baloon.phrase = "Ugh! I thought that changing a wheel would be a piece of cake, but I was wrong.";
her_phrase_baloon._visible = true;
break;
case 4 :
my_phrase_baloon.phrase = "Don't worry, I can take care of your wheel. This is job for a man.";
my_phrase_baloon._visible = true;
break;
case 5 :
her_phrase_baloon.phrase = "Oh, you're to kind!";
her_phrase_baloon._visible = true;
break;
case 6 :
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain != "/") {
break;
}
_root.gotoScreen("screen_6");
}
step++;
};
next_step();
my_phrase_baloon._visible = true;
Symbol 117 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 2
_root.busy = true;
Symbol 117 MovieClip Frame 25
stop();
_root.busy = false;
Symbol 121 MovieClip Frame 1
stop();
Symbol 121 MovieClip Frame 2
_root.busy = true;
Symbol 121 MovieClip Frame 25
stop();
_root.busy = false;
Symbol 129 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 2
_root.busy = true;
Symbol 129 MovieClip Frame 25
stop();
_root.busy = false;
_parent._parent._parent.step++;
Symbol 130 MovieClip Frame 1
stop();
Symbol 130 MovieClip Frame 2
_root.busy = true;
Symbol 130 MovieClip Frame 25
stop();
_root.busy = false;
Symbol 130 MovieClip Frame 26
_root.busy = true;
Symbol 130 MovieClip Frame 50
stop();
_parent._parent.step++;
_root.busy = false;
Symbol 135 MovieClip Frame 1
stop();
Symbol 135 MovieClip Frame 2
_root.busy = true;
Symbol 135 MovieClip Frame 25
stop();
_root.busy = false;
_parent._parent.step++;
Symbol 135 MovieClip Frame 26
_root.busy = true;
Symbol 135 MovieClip Frame 50
stop();
_root.busy = false;
_parent._parent.step++;
Symbol 141 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 2
_root.busy = true;
Symbol 141 MovieClip Frame 25
stop();
_root.busy = false;
Symbol 142 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 2
_root.busy = true;
Symbol 142 MovieClip Frame 25
stop();
_root.busy = false;
Symbol 154 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 2
_root.busy = true;
Symbol 154 MovieClip Frame 25
stop();
_root.busy = false;
Symbol 154 MovieClip Frame 26
_root.busy = true;
Symbol 154 MovieClip Frame 50
stop();
_root.busy = false;
Symbol 154 MovieClip Frame 51
_root.busy = true;
Symbol 154 MovieClip Frame 76
stop();
_root.busy = false;
Symbol 157 MovieClip Frame 1
stop();
Symbol 157 MovieClip Frame 2
_root.busy = true;
Symbol 157 MovieClip Frame 25
stop();
_root.busy = false;
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 2
_root.busy = true;
Symbol 160 MovieClip Frame 25
stop();
_root.busy = false;
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 2
_root.busy = true;
Symbol 176 MovieClip Frame 25
stop();
_root.busy = false;
Symbol 176 MovieClip Frame 26
_root.busy = true;
Symbol 176 MovieClip Frame 50
stop();
_root.busy = false;
Symbol 176 MovieClip Frame 51
_root.busy = true;
Symbol 176 MovieClip Frame 76
stop();
_root.busy = false;
Symbol 179 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 2
_root.busy = true;
Symbol 179 MovieClip Frame 25
stop();
_root.busy = false;
Symbol 179 MovieClip Frame 26
_root.busy = true;
Symbol 179 MovieClip Frame 50
stop();
_root.busy = false;
Symbol 180 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 2
_root.busy = true;
Symbol 180 MovieClip Frame 25
stop();
_root.busy = false;
Symbol 182 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 2
_root.busy = true;
Symbol 182 MovieClip Frame 25
stop();
_root.busy = false;
Symbol 190 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 190 MovieClip Frame 105
gotoAndStop (1);
Symbol 198 MovieClip Frame 1
stop();
Symbol 198 MovieClip Frame 2
_root.busy = true;
Symbol 198 MovieClip Frame 25
stop();
_root.busy = false;
Symbol 198 MovieClip Frame 26
_root.busy = true;
Symbol 198 MovieClip Frame 50
stop();
_root.busy = false;
Symbol 210 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 2
_root.busy = true;
Symbol 210 MovieClip Frame 25
stop();
_root.busy = false;
Symbol 210 MovieClip Frame 26
_root.busy = true;
Symbol 210 MovieClip Frame 50
stop();
_root.busy = false;
_parent._parent.step++;
Symbol 216 MovieClip Frame 1
stop();
Symbol 216 MovieClip Frame 2
_root.busy = true;
Symbol 216 MovieClip Frame 25
stop();
_root.busy = false;
_parent._parent._parent.step++;
Symbol 217 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 2
_root.busy = true;
Symbol 217 MovieClip Frame 25
stop();
_root.busy = false;
Symbol 218 MovieClip Frame 60
if (random(3) == 0) {
gotoAndPlay ("a1");
} else {
gotoAndPlay ("a0");
}
Symbol 218 MovieClip Frame 120
gotoAndPlay ("a0");
Symbol 221 MovieClip Frame 1
letters = 0;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
letters = 0;
phrase = "";
text = "";
_parent.next_step();
};
Symbol 224 MovieClip Frame 1
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
letters = 0;
phrase = "";
text = "";
_parent.next_step();
};
Symbol 225 MovieClip [screen_2] Frame 1
step = 0;
var next_step = function () {
switch (step) {
case 0 :
my_phrase_baloon.phrase = "It's done, miss. Now you can continue to your destination.";
my_phrase_baloon._visible = true;
break;
case 1 :
her_phrase_baloon.phrase = "Thanks a lot! May I know my saviour's name?";
her_phrase_baloon._visible = true;
break;
case 2 :
my_phrase_baloon.phrase = "My name is Adam. How about yours?";
my_phrase_baloon._visible = true;
break;
case 3 :
her_phrase_baloon.phrase = "I'm Jennifer.";
her_phrase_baloon._visible = true;
break;
case 4 :
my_phrase_baloon.phrase = "Where are you heading, Jennifer?";
my_phrase_baloon._visible = true;
break;
case 5 :
her_phrase_baloon.phrase = "I'm going to an annual Las Vegas bikini contest.";
her_phrase_baloon._visible = true;
break;
case 6 :
my_phrase_baloon.phrase = "I'm going to Vegas too! We should drive together.";
my_phrase_baloon._visible = true;
break;
case 7 :
her_phrase_baloon.phrase = "Sounds good! But before we leave I want to repay you. Please close your eyes.";
her_phrase_baloon._visible = true;
break;
case 8 :
my_phrase_baloon.phrase = "Just promise me that when I open my eyes you'll still be here.";
my_phrase_baloon._visible = true;
break;
case 9 :
her_phrase_baloon.phrase = "Don't worry about that. You'll enjoy this!";
her_phrase_baloon._visible = true;
break;
case 10 :
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain != "/") {
break;
}
_root.gotoScreen("screen_3");
}
step++;
};
next_step();
my_phrase_baloon._visible = true;
Symbol 263 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 263 MovieClip Frame 105
gotoAndStop (1);
Symbol 268 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 268 MovieClip Frame 105
gotoAndStop (1);
Symbol 273 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 273 MovieClip Frame 115
gotoAndStop (1);
Symbol 274 MovieClip Frame 1
stop();
Symbol 286 MovieClip Frame 1
stop();
_visible = false;
Symbol 286 MovieClip Frame 2
_visible = true;
Symbol 286 MovieClip Frame 7
stop();
Symbol 290 MovieClip Frame 1
_visible = false;
stop();
Symbol 290 MovieClip Frame 2
_visible = true;
Symbol 290 MovieClip Frame 5
stop();
Symbol 335 MovieClip Frame 1
stop();
index = 1;
this.onRollOver = function () {
this.useHandCursor = false;
if (this._currentframe == 2) {
return(undefined);
}
this.useHandCursor = true;
this.gotoAndStop(3);
};
this.onRollOut = function () {
if (this._currentframe == 2) {
return(undefined);
}
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
if (this._currentframe == 2) {
return(undefined);
}
this.gotoAndStop(1);
};
this.onPress = function () {
if (_parent._parent.busy == true) {
return(undefined);
}
if (this._currentframe == 2) {
return(undefined);
}
_parent._parent._parent.stroke.btn0.btn.gotoAndStop(1);
_parent._parent._parent.stroke.btn1.btn.gotoAndStop(1);
_parent._parent._parent.stroke.btn2.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn0.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn1.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn2.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn0.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn1.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn2.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn0.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn1.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn2.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn0.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn1.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn2.btn.gotoAndStop(1);
_parent._parent._parent.btn_out.gotoAndStop(1);
this.gotoAndStop(2);
_parent.btnpressed(_parent.part);
};
Symbol 336 MovieClip Frame 1
function btnpressed(index) {
_parent._parent.change_speed(this.part);
}
Symbol 341 MovieClip Frame 1
stop();
index = 1;
this.onRollOver = function () {
this.useHandCursor = false;
if (this._currentframe == 2) {
return(undefined);
}
this.useHandCursor = true;
this.gotoAndStop(3);
};
this.onRollOut = function () {
if (this._currentframe == 2) {
return(undefined);
}
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
if (this._currentframe == 2) {
return(undefined);
}
this.gotoAndStop(1);
};
this.onPress = function () {
if (_parent._parent.busy == true) {
return(undefined);
}
if (this._currentframe == 2) {
return(undefined);
}
_parent._parent._parent.stroke.btn0.btn.gotoAndStop(1);
_parent._parent._parent.stroke.btn1.btn.gotoAndStop(1);
_parent._parent._parent.stroke.btn2.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn0.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn1.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn2.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn0.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn1.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn2.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn0.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn1.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn2.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn0.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn1.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn2.btn.gotoAndStop(1);
_parent._parent._parent.btn_out.gotoAndStop(1);
this.gotoAndStop(2);
_parent.btnpressed(_parent.part);
};
Symbol 342 MovieClip Frame 1
function btnpressed(index) {
_parent._parent.change_speed(this.part);
}
Symbol 347 MovieClip Frame 1
stop();
index = 1;
this.onRollOver = function () {
this.useHandCursor = false;
if (this._currentframe == 2) {
return(undefined);
}
this.useHandCursor = true;
this.gotoAndStop(3);
};
this.onRollOut = function () {
if (this._currentframe == 2) {
return(undefined);
}
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
if (this._currentframe == 2) {
return(undefined);
}
this.gotoAndStop(1);
};
this.onPress = function () {
if (_parent._parent.busy == true) {
return(undefined);
}
if (this._currentframe == 2) {
return(undefined);
}
_parent._parent._parent.stroke.btn0.btn.gotoAndStop(1);
_parent._parent._parent.stroke.btn1.btn.gotoAndStop(1);
_parent._parent._parent.stroke.btn2.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn0.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn1.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn2.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn0.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn1.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn2.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn0.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn1.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn2.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn0.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn1.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn2.btn.gotoAndStop(1);
_parent._parent._parent.btn_out.gotoAndStop(1);
this.gotoAndStop(2);
_parent.btnpressed(_parent.part);
};
Symbol 348 MovieClip Frame 1
function btnpressed(index) {
_parent._parent.change_speed(this.part);
}
Symbol 350 MovieClip Frame 1
this._alpha = 0;
this.onPress = function () {
};
this.useHandCursor = false;
Symbol 353 MovieClip Frame 1
stop();
Symbol 353 MovieClip Frame 10
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 353 MovieClip Frame 20
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 360 MovieClip Frame 1
this.onEnterFrame = function () {
if (_parent.action == true) {
false_step = random(3);
if (false_step < 2) {
this.gotoAndStop(_currentframe + _parent.speed);
}
return(undefined);
}
gotoAndStop(_currentframe);
};
Symbol 365 MovieClip Frame 1
action = true;
speed = 2;
percent = 0;
stop_percents = Array();
stop_percents = _parent.stop_percents;
current_stop_percent = 0;
last_stop_percent = stop_percents.length - 1;
stop_percent = stop_percents[current_stop_percent];
this.onEnterFrame = function () {
if (action == false) {
return(undefined);
}
percent = Math.round((meter._currentframe / meter._totalframes) * 100);
this.percents = percent + "%";
if (percent == 1) {
_parent.checklevel();
}
if (percent == 100) {
_parent.level_complete = true;
}
if (percent >= stop_percent) {
action = false;
if (current_stop_percent == last_stop_percent) {
_parent.level_complete = true;
_parent.current_part++;
_parent.checklevel();
} else {
current_stop_percent++;
stop_percent = stop_percents[current_stop_percent];
_parent.current_part++;
_parent.checklevel();
}
}
};
Symbol 372 MovieClip Frame 1
stop();
index = 1;
this.onRollOver = function () {
this.useHandCursor = false;
if (this._currentframe == 2) {
return(undefined);
}
this.useHandCursor = true;
this.gotoAndStop(3);
};
this.onRollOut = function () {
if (this._currentframe == 2) {
return(undefined);
}
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
if (this._currentframe == 2) {
return(undefined);
}
this.gotoAndStop(1);
};
this.onPress = function () {
if (_parent._parent.busy == true) {
return(undefined);
}
if (this._currentframe == 2) {
return(undefined);
}
_parent._parent._parent.stroke.btn0.btn.gotoAndStop(1);
_parent._parent._parent.stroke.btn1.btn.gotoAndStop(1);
_parent._parent._parent.stroke.btn2.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn0.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn1.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn2.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn0.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn1.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn2.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn0.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn1.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn2.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn0.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn1.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn2.btn.gotoAndStop(1);
this.gotoAndStop(2);
_parent.btnpressed(_parent.part);
};
Symbol 373 MovieClip Frame 1
function btnpressed(index) {
_parent._parent.change_speed(this.part);
}
Symbol 376 MovieClip Frame 1
stop();
index = 1;
this.onRollOver = function () {
this.useHandCursor = false;
if (this._currentframe == 2) {
return(undefined);
}
this.useHandCursor = true;
this.gotoAndStop(3);
};
this.onRollOut = function () {
if (this._currentframe == 2) {
return(undefined);
}
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
if (this._currentframe == 2) {
return(undefined);
}
this.gotoAndStop(1);
};
this.onPress = function () {
if (_parent._parent.busy == true) {
return(undefined);
}
if (this._currentframe == 2) {
return(undefined);
}
_parent._parent._parent.stroke.btn0.btn.gotoAndStop(1);
_parent._parent._parent.stroke.btn1.btn.gotoAndStop(1);
_parent._parent._parent.stroke.btn2.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn0.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn1.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn2.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn0.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn1.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn2.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn0.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn1.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn2.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn0.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn1.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn2.btn.gotoAndStop(1);
this.gotoAndStop(2);
_parent.btnpressed(_parent.part);
};
Symbol 377 MovieClip Frame 1
function btnpressed(index) {
_parent._parent.change_speed(this.part);
}
Symbol 380 MovieClip Frame 1
stop();
index = 1;
this.onRollOver = function () {
this.useHandCursor = false;
if (this._currentframe == 2) {
return(undefined);
}
this.useHandCursor = true;
this.gotoAndStop(3);
};
this.onRollOut = function () {
if (this._currentframe == 2) {
return(undefined);
}
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
if (this._currentframe == 2) {
return(undefined);
}
this.gotoAndStop(1);
};
this.onPress = function () {
if (_parent._parent.busy == true) {
return(undefined);
}
if (this._currentframe == 2) {
return(undefined);
}
_parent._parent._parent.stroke.btn0.btn.gotoAndStop(1);
_parent._parent._parent.stroke.btn1.btn.gotoAndStop(1);
_parent._parent._parent.stroke.btn2.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn0.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn1.btn.gotoAndStop(1);
_parent._parent._parent.lick.btn2.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn0.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn1.btn.gotoAndStop(1);
_parent._parent._parent.suck.btn2.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn0.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn1.btn.gotoAndStop(1);
_parent._parent._parent.pussy.btn2.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn0.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn1.btn.gotoAndStop(1);
_parent._parent._parent.ass.btn2.btn.gotoAndStop(1);
this.gotoAndStop(2);
_parent.btnpressed(_parent.part);
};
Symbol 381 MovieClip Frame 1
function btnpressed(index) {
_parent._parent.change_speed(this.part);
}
Symbol 382 MovieClip Frame 1
this._alpha = 0;
this.onPress = function () {
};
this.useHandCursor = false;
Symbol 385 MovieClip Frame 1
stop();
Symbol 385 MovieClip Frame 10
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 385 MovieClip Frame 20
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 391 MovieClip Frame 1
stop();
Symbol 392 MovieClip Frame 1
hand0.onPress = function () {
hand0.gotoAndStop(2);
hand1.gotoAndStop(1);
hand2.gotoAndStop(1);
_parent.hand0._visible = true;
_parent.hand1._visible = false;
_parent.hand2._visible = false;
};
hand1.onPress = function () {
hand0.gotoAndStop(1);
hand1.gotoAndStop(2);
hand2.gotoAndStop(1);
_parent.hand0._visible = false;
_parent.hand1._visible = true;
_parent.hand2._visible = false;
};
hand2.onPress = function () {
hand0.gotoAndStop(1);
hand1.gotoAndStop(1);
hand2.gotoAndStop(2);
_parent.hand0._visible = false;
_parent.hand1._visible = false;
_parent.hand2._visible = true;
};
Symbol 395 MovieClip Frame 1
stop();
Symbol 395 MovieClip Frame 10
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 395 MovieClip Frame 20
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 405 MovieClip Frame 1
stop();
this.onRollOver = function () {
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
Symbol 410 MovieClip Frame 1
stop();
this.onRollOver = function () {
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
Symbol 432 MovieClip [screen_3] Frame 1
function check_speed() {
if (last_speed == current_speed) {
gotoAndPlay("a" + current_speed);
} else {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
speed_str = (last_speed + "") + current_speed;
speed_btn.Slow();
gotoAndPlay("a" + current_speed);
last_speed = current_speed;
}
}
function change_speed(new_speed) {
if (busy == false) {
current_speed = new_speed;
}
}
function checklevel() {
stroke.btn0.setmode(stroke.btn0._mode);
stroke.btn1.setmode(stroke.btn1._mode);
stroke.btn2.setmode(stroke.btn2._mode);
lick.btn0.setmode(lick.btn0._mode);
lick.btn1.setmode(lick.btn1._mode);
lick.btn2.setmode(lick.btn2._mode);
suck.btn0.setmode(suck.btn0._mode);
suck.btn1.setmode(suck.btn1._mode);
suck.btn2.setmode(suck.btn2._mode);
if (level_complete == true) {
next_btn._visible = true;
glow._visible = true;
pleasure_meter._visible = false;
}
switch (current_part) {
case 0 :
return;
case 1 :
return;
case 2 :
stroke.gotoAndPlay(2);
return;
case 3 :
stroke.gotoAndPlay(11);
return;
case 4 :
hand_controller.hand2.onPress();
lick._visible = true;
return;
case 5 :
lick.gotoAndPlay(2);
return;
case 6 :
lick.gotoAndPlay(11);
return;
case 7 :
hand_controller.hand1.onPress();
suck._visible = true;
return;
case 8 :
suck.gotoAndPlay(2);
return;
case 9 :
suck.gotoAndPlay(11);
return;
case 10 :
btn_manual._visible = true;
}
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array("0", "10", "20", "30", "40", "50", "60", "70", "80", "100");
var level_complete = false;
var speed = 5;
hand0._visible = true;
hand1._visible = false;
hand2._visible = false;
hand_controller.hand0.gotoAndStop(2);
lick._visible = false;
suck._visible = false;
next_btn._visible = false;
pleasure_meter._visible = true;
glow._visible = false;
btn_manual._visible = false;
btn_auto._visible = false;
btn_manual.onPress = function () {
btn_manual._visible = false;
btn_auto._visible = true;
btn_auto._x = 522;
glow._x = 530;
next_btn._x = 550;
suck._visible = false;
lick._visible = false;
stroke._visible = false;
gotoAndStop (327);
};
btn_auto.onPress = function () {
btn_auto._visible = false;
btn_manual._x = 397;
glow._x = 405;
next_btn._x = 425;
btn_manual._visible = true;
suck._visible = true;
lick._visible = true;
stroke._visible = true;
onEnterFrame = function () {
};
check_speed();
};
next_btn.onPress = function () {
next_btn.onPress = null;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("screen_4");
}
};
stroke.btn0.part = 1;
stroke.btn1.part = 2;
stroke.btn2.part = 3;
lick.btn0.part = 4;
lick.btn1.part = 5;
lick.btn2.part = 6;
suck.btn0.part = 7;
suck.btn1.part = 8;
suck.btn2.part = 9;
checklevel();
gotoAndPlay ("a0");
Symbol 432 MovieClip [screen_3] Frame 2
face.gotoAndStop(1);
Symbol 432 MovieClip [screen_3] Frame 39
check_speed();
Symbol 432 MovieClip [screen_3] Frame 40
face.gotoAndStop(2);
Symbol 432 MovieClip [screen_3] Frame 56
check_speed();
Symbol 432 MovieClip [screen_3] Frame 95
check_speed();
Symbol 432 MovieClip [screen_3] Frame 96
face.gotoAndStop(3);
Symbol 432 MovieClip [screen_3] Frame 107
check_speed();
Symbol 432 MovieClip [screen_3] Frame 108
face.gotoAndStop(1);
Symbol 432 MovieClip [screen_3] Frame 146
check_speed();
Symbol 432 MovieClip [screen_3] Frame 147
face.gotoAndStop(2);
Symbol 432 MovieClip [screen_3] Frame 179
check_speed();
Symbol 432 MovieClip [screen_3] Frame 180
face.gotoAndStop(3);
Symbol 432 MovieClip [screen_3] Frame 194
check_speed();
Symbol 432 MovieClip [screen_3] Frame 236
face.gotoAndStop(1);
Symbol 432 MovieClip [screen_3] Frame 275
check_speed();
Symbol 432 MovieClip [screen_3] Frame 276
face.gotoAndStop(2);
Symbol 432 MovieClip [screen_3] Frame 309
check_speed();
Symbol 432 MovieClip [screen_3] Frame 310
face.gotoAndStop(3);
Symbol 432 MovieClip [screen_3] Frame 326
check_speed();
Symbol 432 MovieClip [screen_3] Frame 327
this.onEnterFrame = function () {
if (_xmouse < 100) {
gotoAndStop (327);
return(undefined);
}
if (_xmouse > 540) {
gotoAndStop (427);
return(undefined);
}
frame = Math.round(((_root._xmouse - 100) * 100) / 440);
this.gotoAndStop(327 + frame);
};
Symbol 435 MovieClip Frame 1
if (phrase == undefined) {
phrase = "";
}
stop();
letters = 0;
text = "";
onEnterFrame = function () {
if (phrase == "") {
gotoAndStop (1);
} else {
play();
}
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
next_btn.onPress = function () {
_visible = false;
text = "";
phrase = "";
letters = 0;
_parent.step++;
};
Symbol 437 MovieClip Frame 1
_alpha = 0;
Symbol 439 MovieClip Frame 1
_alpha = 0;
Symbol 441 MovieClip Frame 1
_alpha = 0;
Symbol 443 MovieClip Frame 1
_alpha = 0;
Symbol 444 MovieClip Frame 1
_alpha = 0;
Symbol 445 MovieClip [screen_4] Frame 1
function say(phrase) {
if (her_phrase_baloon.phrase == phrase) {
return(undefined);
}
her_phrase_baloon.text = "";
her_phrase_baloon.letters = 0;
her_phrase_baloon.phrase = phrase;
her_phrase_baloon._visible = true;
}
step = 0;
her_phrase_baloon._visible = false;
spot_jacket._visible = false;
spot_shoes._visible = false;
spot_blouse._visible = false;
spot_trousers._visible = false;
spot_bra._visible = false;
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn.onPress = null;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("screen_7");
}
};
spot_jacket.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
spot_jacket.onPress = null;
spot_jacket.useHandCursor = false;
girl.boob0.gotoAndPlay(2);
girl.boob1.gotoAndPlay(2);
girl.collar.gotoAndPlay(2);
girl.jacket.gotoAndPlay(2);
spot_jacket._visible = false;
};
spot_shoes.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
spot_shoes.onPress = null;
spot_shoes.useHandCursor = false;
girl.leg0.shoe.gotoAndPlay(2);
girl.leg1.shoe.gotoAndPlay(2);
spot_shoes._visible = false;
};
spot_blouse.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
spot_blouse.onPress = null;
spot_blouse.useHandCursor = false;
girl.hand0.gotoAndPlay(2);
girl.hand1.gotoAndPlay(2);
girl.boob0.gotoAndPlay(26);
girl.boob1.gotoAndPlay(26);
girl.collar.gotoAndPlay(26);
girl.jacket.gotoAndPlay(26);
girl.body.gotoAndPlay(2);
spot_blouse._visible = false;
};
spot_trousers.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
spot_trousers.onPress = null;
spot_trousers.useHandCursor = false;
girl.leg0.gotoAndPlay(2);
girl.leg1.gotoAndPlay(2);
girl.pants.gotoAndPlay(2);
girl.body.pants.gotoAndPlay(2);
spot_blouse._visible = false;
};
spot_bra.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
spot_bra.onPress = null;
spot_bra.useHandCursor = false;
girl.boob0.gotoAndPlay(51);
girl.boob1.gotoAndPlay(51);
girl.body.gotoAndPlay(26);
girl.nipple00.gotoAndPlay(2);
girl.nipple01.gotoAndPlay(2);
girl.nipple10.gotoAndPlay(2);
girl.nipple11.gotoAndPlay(2);
spot_bra._visible = false;
};
spot_pants.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
spot_pants.onPress = null;
spot_pants.useHandCursor = false;
girl.pants.gotoAndPlay(26);
spot_pants._visible = false;
};
this.onEnterFrame = function () {
switch (step) {
case 0 :
spot_jacket._visible = false;
spot_shoes._visible = false;
spot_blouse._visible = false;
spot_trousers._visible = false;
spot_bra._visible = false;
spot_pants._visible = false;
say("It's so hot. Can you help undress me?");
return;
case 1 :
say("Take off my jacket.");
her_phrase_baloon.next_btn._visible = false;
spot_jacket._visible = true;
return;
case 2 :
say("Could you remove my shoes?");
her_phrase_baloon.next_btn._visible = false;
spot_shoes._visible = true;
return;
case 3 :
say("Now the blouse.");
her_phrase_baloon.next_btn._visible = false;
spot_blouse._visible = true;
return;
case 4 :
say("Help me take off my pants.");
her_phrase_baloon.next_btn._visible = false;
spot_trousers._visible = true;
return;
case 5 :
say("Now my bra.");
her_phrase_baloon.next_btn._visible = false;
spot_bra._visible = true;
return;
case 6 :
say("And lastly, my panties.");
her_phrase_baloon.next_btn._visible = false;
spot_pants._visible = true;
return;
case 7 :
say("Good boy, let me show you some of my talents.");
her_phrase_baloon.next_btn._visible = false;
next_btn._visible = true;
glow._visible = true;
}
};
Symbol 477 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 477 MovieClip Frame 105
gotoAndStop (1);
Symbol 493 MovieClip Frame 1
stop();
Symbol 509 MovieClip Frame 1
stop();
Symbol 522 MovieClip Frame 1
_visible = false;
stop();
Symbol 522 MovieClip Frame 2
_visible = true;
Symbol 522 MovieClip Frame 10
stop();
Symbol 538 MovieClip Frame 1
stop();
Symbol 538 MovieClip Frame 10
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 538 MovieClip Frame 20
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 541 MovieClip Frame 1
stop();
Symbol 541 MovieClip Frame 10
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 541 MovieClip Frame 20
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 546 MovieClip Frame 1
stop();
index = 1;
this.onRollOver = function () {
this.useHandCursor = false;
if (this._currentframe == 2) {
return(undefined);
}
this.useHandCursor = true;
this.gotoAndStop(3);
};
this.onRollOut = function () {
if (this._currentframe == 2) {
return(undefined);
}
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
if (this._currentframe == 2) {
return(undefined);
}
this.gotoAndStop(1);
};
this.onPress = function () {
if (_parent.busy == true) {
return(undefined);
}
if (this._currentframe == 2) {
return(undefined);
}
_parent.stroke.btn0.btn.gotoAndStop(1);
_parent.stroke.btn1.btn.gotoAndStop(1);
_parent.stroke.btn2.btn.gotoAndStop(1);
_parent.lick.btn0.btn.gotoAndStop(1);
_parent.lick.btn1.btn.gotoAndStop(1);
_parent.lick.btn2.btn.gotoAndStop(1);
_parent.suck.btn0.btn.gotoAndStop(1);
_parent.suck.btn1.btn.gotoAndStop(1);
_parent.suck.btn2.btn.gotoAndStop(1);
_parent.pussy.btn0.btn.gotoAndStop(1);
_parent.pussy.btn1.btn.gotoAndStop(1);
_parent.pussy.btn2.btn.gotoAndStop(1);
_parent.ass.btn0.btn.gotoAndStop(1);
_parent.ass.btn1.btn.gotoAndStop(1);
_parent.ass.btn2.btn.gotoAndStop(1);
this.gotoAndStop(2);
_parent.change_speed(this.part);
};
Symbol 553 MovieClip Frame 1
stop();
index = 1;
this.onRollOver = function () {
this.useHandCursor = false;
if (this._currentframe == 2) {
return(undefined);
}
this.useHandCursor = true;
this.gotoAndStop(3);
};
this.onRollOut = function () {
if (this._currentframe == 2) {
return(undefined);
}
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
if (this._currentframe == 2) {
return(undefined);
}
this.gotoAndStop(1);
};
this.onPress = function () {
if (_parent._parent.busy == true) {
return(undefined);
}
if (this._currentframe == 2) {
return(undefined);
}
this.gotoAndStop(2);
_parent.btnpressed(_parent.part);
};
Symbol 554 MovieClip Frame 1
function btnpressed(index) {
_parent.speed = 1;
_parent.change_speed(this.part);
}
Symbol 565 MovieClip Frame 1
_visible = false;
Symbol 626 MovieClip Frame 9
_parent._parent.gleg1.sperm3.gotoAndPlay(2);
Symbol 626 MovieClip Frame 18
stop();
Symbol 627 MovieClip [screen_5] Frame 1
function check_speed() {
if (last_speed == current_speed) {
gotoAndPlay("a" + current_speed);
} else {
if (current_speed == current_part) {
pleasure_meter.action = true;
} else {
pleasure_meter.action = false;
}
speed_str = (last_speed + "") + current_speed;
speed_btn.Slow();
switch (speed_str) {
case "01" :
gotoAndPlay ("b01");
break;
case "02" :
gotoAndPlay ("b01");
break;
case "03" :
gotoAndPlay ("b01");
break;
case "04" :
gotoAndPlay ("b01");
break;
case "05" :
gotoAndPlay ("b01");
break;
case "06" :
gotoAndPlay ("b01");
break;
case "07" :
gotoAndPlay ("b01");
break;
case "08" :
gotoAndPlay ("b01");
break;
case "10" :
gotoAndPlay ("b21");
break;
case "12" :
gotoAndPlay ("a2");
break;
case "13" :
gotoAndPlay ("a3");
break;
case "14" :
gotoAndPlay ("b21");
break;
case "15" :
gotoAndPlay ("b21");
break;
case "16" :
gotoAndPlay ("b21");
break;
case "17" :
gotoAndPlay ("a7");
break;
case "18" :
gotoAndPlay ("b21");
break;
case "20" :
gotoAndPlay ("b21");
break;
case "21" :
gotoAndPlay ("a1");
break;
case "23" :
gotoAndPlay ("a3");
break;
case "24" :
gotoAndPlay ("b21");
break;
case "25" :
gotoAndPlay ("b21");
break;
case "26" :
gotoAndPlay ("b21");
break;
case "27" :
gotoAndPlay ("a7");
break;
case "28" :
gotoAndPlay ("b21");
break;
case "30" :
gotoAndPlay ("b21");
break;
case "31" :
gotoAndPlay ("a1");
break;
case "32" :
gotoAndPlay ("a2");
break;
case "34" :
gotoAndPlay ("b21");
break;
case "35" :
gotoAndPlay ("b21");
break;
case "36" :
gotoAndPlay ("b21");
break;
case "37" :
gotoAndPlay ("a7");
break;
case "38" :
gotoAndPlay ("b21");
break;
case "40" :
gotoAndPlay ("b31");
break;
case "41" :
gotoAndPlay ("b31");
break;
case "42" :
gotoAndPlay ("b31");
break;
case "43" :
gotoAndPlay ("b31");
break;
case "45" :
gotoAndPlay ("a5");
break;
case "46" :
gotoAndPlay ("a6");
break;
case "47" :
gotoAndPlay ("b31");
break;
case "48" :
gotoAndPlay ("a8");
break;
case "50" :
gotoAndPlay ("b31");
break;
case "51" :
gotoAndPlay ("b31");
break;
case "52" :
gotoAndPlay ("b31");
break;
case "53" :
gotoAndPlay ("b31");
break;
case "54" :
gotoAndPlay ("a4");
break;
case "56" :
gotoAndPlay ("a6");
break;
case "57" :
gotoAndPlay ("b31");
break;
case "58" :
gotoAndPlay ("a8");
break;
case "60" :
gotoAndPlay ("b31");
break;
case "61" :
gotoAndPlay ("b31");
break;
case "62" :
gotoAndPlay ("b31");
break;
case "63" :
gotoAndPlay ("b31");
break;
case "64" :
gotoAndPlay ("a4");
break;
case "65" :
gotoAndPlay ("a5");
break;
case "67" :
gotoAndPlay ("b31");
break;
case "68" :
gotoAndPlay ("a8");
}
last_speed = current_speed;
}
}
function change_speed(new_speed) {
if (busy == false) {
current_speed = new_speed;
}
}
function checklevel() {
btn_out.setmode(btn_out._mode);
pussy.btn0.setmode(pussy.btn0._mode);
pussy.btn1.setmode(pussy.btn1._mode);
pussy.btn2.setmode(pussy.btn2._mode);
ass.btn0.setmode(ass.btn0._mode);
ass.btn1.setmode(ass.btn1._mode);
ass.btn2.setmode(ass.btn2._mode);
if (level_complete == true) {
pleasure_meter._visible = false;
btn7._visible = true;
btn8._visible = true;
}
switch (current_part) {
case 0 :
return;
case 1 :
return;
case 2 :
pussy.gotoAndPlay(2);
return;
case 3 :
pussy.gotoAndPlay(11);
return;
case 4 :
ass._visible = true;
return;
case 5 :
ass.gotoAndPlay(2);
return;
case 6 :
ass.gotoAndPlay(11);
return;
case 7 :
}
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array("0", "15", "30", "50", "65", "80", "100");
var level_complete = false;
var speed = 2;
btn_out.gotoAndStop(2);
ass._visible = false;
btn7._visible = false;
btn8._visible = false;
next_btn._visible = false;
pleasure_meter._visible = true;
glow._visible = false;
next_btn.onPress = function () {
next_btn.onPress = null;
_root.gotoScreen("end");
};
pussy.btn0.part = 1;
pussy.btn1.part = 2;
pussy.btn2.part = 3;
ass.btn0.part = 4;
ass.btn1.part = 5;
ass.btn2.part = 6;
btn7.part = 7;
btn8.part = 8;
btn_out.part = 0;
checklevel();
gotoAndPlay ("a0");
Symbol 627 MovieClip [screen_5] Frame 2
face.gotoAndStop(1);
man_face.gotoAndStop(1);
busy = false;
Symbol 627 MovieClip [screen_5] Frame 38
check_speed();
Symbol 627 MovieClip [screen_5] Frame 39
busy = true;
Symbol 627 MovieClip [screen_5] Frame 55
switch (current_speed) {
case 0 :
break;
case 1 :
gotoAndPlay ("b12");
break;
case 2 :
gotoAndPlay ("b12");
break;
case 3 :
gotoAndPlay ("b12");
break;
case 4 :
gotoAndPlay ("b13");
break;
case 5 :
gotoAndPlay ("b13");
break;
case 6 :
gotoAndPlay ("b13");
}
Symbol 627 MovieClip [screen_5] Frame 56
busy = true;
Symbol 627 MovieClip [screen_5] Frame 70
gotoAndPlay("a" + current_speed);
Symbol 627 MovieClip [screen_5] Frame 106
face.gotoAndStop(2);
man_face.gotoAndStop(2);
busy = false;
Symbol 627 MovieClip [screen_5] Frame 145
check_speed();
Symbol 627 MovieClip [screen_5] Frame 146
face.gotoAndStop(3);
man_face.gotoAndStop(2);
busy = false;
Symbol 627 MovieClip [screen_5] Frame 169
check_speed();
Symbol 627 MovieClip [screen_5] Frame 170
face.gotoAndStop(4);
man_face.gotoAndStop(3);
busy = false;
Symbol 627 MovieClip [screen_5] Frame 182
check_speed();
Symbol 627 MovieClip [screen_5] Frame 183
busy = true;
Symbol 627 MovieClip [screen_5] Frame 208
gotoAndPlay("a" + current_speed);
Symbol 627 MovieClip [screen_5] Frame 226
face.gotoAndStop(2);
man_face.gotoAndStop(2);
busy = false;
Symbol 627 MovieClip [screen_5] Frame 265
check_speed();
Symbol 627 MovieClip [screen_5] Frame 266
face.gotoAndStop(3);
man_face.gotoAndStop(2);
busy = false;
Symbol 627 MovieClip [screen_5] Frame 291
check_speed();
Symbol 627 MovieClip [screen_5] Frame 292
face.gotoAndStop(4);
man_face.gotoAndStop(3);
busy = false;
Symbol 627 MovieClip [screen_5] Frame 302
check_speed();
Symbol 627 MovieClip [screen_5] Frame 303
busy = true;
Symbol 627 MovieClip [screen_5] Frame 316
gotoAndPlay ("a0");
Symbol 627 MovieClip [screen_5] Frame 317
busy = true;
Symbol 627 MovieClip [screen_5] Frame 331
switch (current_speed) {
case 0 :
gotoAndPlay ("b10");
break;
case 1 :
break;
case 2 :
break;
case 3 :
break;
case 4 :
gotoAndPlay ("b13");
break;
case 5 :
gotoAndPlay ("b13");
break;
case 6 :
gotoAndPlay ("b13");
}
Symbol 627 MovieClip [screen_5] Frame 332
busy = true;
Symbol 627 MovieClip [screen_5] Frame 356
switch (current_speed) {
case 0 :
gotoAndPlay ("b10");
break;
case 1 :
gotoAndPlay ("b12");
break;
case 2 :
gotoAndPlay ("b12");
break;
case 3 :
gotoAndPlay ("b12");
break;
case 4 :
break;
case 5 :
break;
case 6 :
}
Symbol 627 MovieClip [screen_5] Frame 357
busy = true;
pussy._visible = false;
ass._visible = false;
btn_out._visible = false;
btn7._visible = false;
btn8._visible = false;
Symbol 627 MovieClip [screen_5] Frame 495
face.gotoAndStop(3);
man_face.gotoAndStop(2);
Symbol 627 MovieClip [screen_5] Frame 508
leg.sperm2.gotoAndPlay(2);
Symbol 627 MovieClip [screen_5] Frame 513
leg.sperm3.gotoAndPlay(2);
Symbol 627 MovieClip [screen_5] Frame 522
tshirt.sperm3.gotoAndPlay(2);
Symbol 627 MovieClip [screen_5] Frame 534
leg.sperm4.gotoAndPlay(2);
Symbol 627 MovieClip [screen_5] Frame 548
next_btn._visible = true;
glow._visible = true;
face.gotoAndStop(2);
man_face.gotoAndStop(1);
Symbol 627 MovieClip [screen_5] Frame 592
gotoAndPlay ("end0");
Symbol 627 MovieClip [screen_5] Frame 593
busy = true;
pussy._visible = false;
ass._visible = false;
btn_out._visible = false;
btn7._visible = false;
btn8._visible = false;
Symbol 627 MovieClip [screen_5] Frame 718
face.gotoAndStop(3);
man_face.gotoAndStop(2);
Symbol 627 MovieClip [screen_5] Frame 731
leg.sperm2.gotoAndPlay(2);
Symbol 627 MovieClip [screen_5] Frame 736
leg.sperm3.gotoAndPlay(2);
Symbol 627 MovieClip [screen_5] Frame 751
tshirt.sperm3.gotoAndPlay(2);
Symbol 627 MovieClip [screen_5] Frame 758
leg.sperm4.gotoAndPlay(2);
Symbol 627 MovieClip [screen_5] Frame 811
next_btn._visible = true;
glow._visible = true;
face.gotoAndStop(2);
man_face.gotoAndStop(1);
Symbol 627 MovieClip [screen_5] Frame 863
gotoAndPlay ("end1");
Symbol 635 MovieClip Frame 50
stop();
_parent.again_btn._visible = true;
Symbol 636 MovieClip [end] Frame 1
again_btn.onPress = function () {
again_btn.onPress = null;
_root.gotoScreen("mainmenu");
};
again_btn._visible = false;
Symbol 665 MovieClip [mainmenu] Frame 1
MNF_btn.onPress = function () {
getURL ("http://www.meetandfuckgames.com/", "_blank");
};
play_btn.onPress = function () {
play_btn.onPress = null;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("intro");
}
};
Symbol 669 MovieClip [intro] Frame 1
next_btn.onPress = function () {
next_btn.onPress = null;
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("screen_1");
}
};
Symbol 673 MovieClip [screen_6] Frame 60
c1 = _url.indexOf("://") + 3;
c2 = _url.indexOf("://", c1);
domain = _url.substring(c1, c2);
c3 = domain.lastIndexOf("/") - 1;
c4 = domain.lastIndexOf("/", c3) + 1;
domain = domain.substring(c4, domain.length);
if (domain == "/") {
_root.gotoScreen("screen_2");
}
Symbol 677 MovieClip Frame 1
stop();
Symbol 677 MovieClip Frame 51
gotoAndPlay ("a0");
Symbol 679 MovieClip Frame 1
stop();
Symbol 679 MovieClip Frame 51
gotoAndPlay ("a0");
Symbol 683 MovieClip Frame 1
stop();
Symbol 683 MovieClip Frame 51
gotoAndPlay ("a0");
Symbol 687 MovieClip Frame 1
stop();
Symbol 687 MovieClip Frame 40
gotoAndPlay ("a1");
Symbol 687 MovieClip Frame 80
gotoAndPlay ("a2");
Symbol 687 MovieClip Frame 115
gotoAndPlay ("a3");
Symbol 696 MovieClip Frame 1
stop();
Symbol 696 MovieClip Frame 2
_root.busy = true;
Symbol 696 MovieClip Frame 25
stop();
_root.busy = false;
Symbol 701 MovieClip Frame 60
gotoAndPlay (1);
Symbol 701 MovieClip Frame 119
gotoAndPlay ("a1");
Symbol 701 MovieClip Frame 178
gotoAndPlay ("a2");
Symbol 701 MovieClip Frame 237
gotoAndPlay ("a3");
Symbol 701 MovieClip Frame 296
gotoAndPlay ("a4");
Symbol 701 MovieClip Frame 355
gotoAndPlay ("a5");
Symbol 706 MovieClip Frame 1
stop();
Symbol 706 MovieClip Frame 2
_parent._parent._parent.say(_parent._parent._parent.good_phrases[random(4)]);
Symbol 721 MovieClip Frame 1
stop();
Symbol 721 MovieClip Frame 55
gotoAndPlay ("a0");
Symbol 721 MovieClip Frame 90
gotoAndPlay ("a1");
Symbol 721 MovieClip Frame 120
gotoAndPlay ("a2");
Symbol 723 MovieClip Frame 1
stop();
Symbol 723 MovieClip Frame 40
gotoAndPlay ("a1");
Symbol 723 MovieClip Frame 80
gotoAndPlay ("a2");
Symbol 723 MovieClip Frame 115
gotoAndPlay ("a3");
Symbol 725 MovieClip Frame 1
_alpha = 0;
Symbol 727 MovieClip Frame 1
_alpha = 0;
Symbol 729 MovieClip Frame 1
_alpha = 0;
Symbol 730 MovieClip Frame 1
_alpha = 0;
Symbol 732 MovieClip Frame 1
_alpha = 0;
Symbol 734 MovieClip Frame 1
_alpha = 0;
Symbol 736 MovieClip Frame 1
_alpha = 0;
Symbol 738 MovieClip Frame 1
_alpha = 0;
Symbol 740 MovieClip Frame 1
_alpha = 0;
Symbol 742 MovieClip Frame 1
_alpha = 0;
Symbol 743 MovieClip Frame 60
if (random(3) == 0) {
gotoAndPlay ("a1");
} else {
gotoAndPlay ("a0");
}
Symbol 743 MovieClip Frame 120
gotoAndPlay ("a0");
Symbol 745 MovieClip Frame 1
stop();
_visible = false;
Symbol 745 MovieClip Frame 75
_parent.her_phrase_baloon._visible = false;
gotoAndStop (1);
Symbol 749 MovieClip Frame 1
action = true;
speed = 2;
percent = 0;
stop_percents = Array();
stop_percents = _parent.stop_percents;
current_stop_percent = 0;
last_stop_percent = stop_percents.length - 1;
stop_percent = stop_percents[current_stop_percent];
this.onEnterFrame = function () {
if (action == false) {
return(undefined);
}
percent = Math.round((meter._currentframe / meter._totalframes) * 100);
this.percents = percent + "%";
if (percent == 1) {
_parent.checklevel();
}
if (percent == 100) {
_parent.next_btn._visible = true;
_parent.glow._visible = true;
_parent.level_complete = true;
_parent.say("You made my pussy wet. Fuck me now Adam!");
_visible = false;
}
if (percent >= stop_percent) {
action = false;
if (current_stop_percent == last_stop_percent) {
_parent.level_complete = true;
_parent.current_part++;
_parent.checklevel();
} else {
current_stop_percent++;
stop_percent = stop_percents[current_stop_percent];
_parent.current_part++;
_parent.checklevel();
}
}
};
Symbol 761 MovieClip Frame 1
if (phrase == undefined) {
phrase = "";
}
stop();
letters = 0;
text = "";
next_btn._visible = false;
onEnterFrame = function () {
if (phrase == "") {
gotoAndStop (1);
} else {
play();
}
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
next_btn.onPress = function () {
_visible = false;
text = "";
phrase = "";
letters = 0;
_parent.step++;
};
Symbol 762 MovieClip [screen_7] Frame 1
function boobs_in() {
if (_root.busy == true) {
return(undefined);
}
gotoAndPlay ("b01");
}
function boobs_out() {
if (_root.busy == true) {
return(undefined);
}
gotoAndPlay ("b10");
}
function cunt_in() {
if (_root.busy == true) {
return(undefined);
}
gotoAndPlay ("b02");
}
function cunt_out() {
if (_root.busy == true) {
return(undefined);
}
gotoAndPlay ("b20");
}
function say(phrase) {
her_phrase_baloon.text = "";
her_phrase_baloon.letters = 0;
her_phrase_baloon.phrase = phrase;
her_phrase_baloon._visible = true;
timer.gotoAndPlay(2);
}
_mode = 0;
_root.busy = false;
stop();
perc_start = 0;
perc_stop = 0;
if (percents == undefined) {
var percents = Array(6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 10);
}
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
next_btn.onPress = null;
_root.gotoScreen("screen_5");
};
good_phrases = Array("Ohhh ... Yeah!", "I like it!", "You drive me crazy", "Please, don't stop");
girl.touch_left_boob.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
girl.boobs.gotoAndPlay("a1");
if (percents[0] == 0) {
return(undefined);
}
perc_start = pleasure_meter.percent;
perc_stop = pleasure_meter.percent + percents[0];
if (perc_stop > 100) {
perc_stop = 100;
}
girl.face.face.gotoAndStop(2);
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
};
girl.touch_left_boob.onRelease = (girl.touch_left_boob.onReleaseOutside = function () {
girl.boobs.gotoAndPlay("a0");
pleasure_meter.action = false;
girl.face.face.gotoAndStop(1);
if (percents[0] == 0) {
return(undefined);
}
percents[0] = percents[0] - (pleasure_meter.percent - perc_start);
});
girl.touch_right_boob.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
girl.boobs.gotoAndPlay("a2");
if (percents[1] == 0) {
return(undefined);
}
perc_start = pleasure_meter.percent;
perc_stop = pleasure_meter.percent + percents[1];
if (perc_stop > 100) {
perc_stop = 100;
}
girl.face.face.gotoAndStop(2);
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
};
girl.touch_right_boob.onRelease = (girl.touch_right_boob.onReleaseOutside = function () {
girl.boobs.gotoAndPlay("a0");
pleasure_meter.action = false;
girl.face.face.gotoAndStop(1);
if (percents[1] == 0) {
return(undefined);
}
percents[1] = percents[1] - (pleasure_meter.percent - perc_start);
});
girl.touch_boobs.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
girl.boobs.gotoAndPlay("a3");
if (percents[2] == 0) {
return(undefined);
}
perc_start = pleasure_meter.percent;
perc_stop = pleasure_meter.percent + percents[2];
if (perc_stop > 100) {
perc_stop = 100;
}
girl.face.face.gotoAndStop(2);
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
};
girl.touch_boobs.onRelease = (girl.touch_boobs.onReleaseOutside = function () {
girl.boobs.gotoAndPlay("a0");
pleasure_meter.action = false;
girl.face.face.gotoAndStop(1);
if (percents[2] == 0) {
return(undefined);
}
percents[2] = percents[2] - (pleasure_meter.percent - perc_start);
});
girl.touch_right_nipple.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
girl.boobs.gotoAndPlay("a4");
if (percents[3] == 0) {
return(undefined);
}
perc_start = pleasure_meter.percent;
perc_stop = pleasure_meter.percent + percents[3];
if (perc_stop > 100) {
perc_stop = 100;
}
girl.face.face.gotoAndStop(2);
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
};
girl.touch_right_nipple.onRelease = (girl.touch_right_nipple.onReleaseOutside = function () {
girl.boobs.gotoAndPlay("a0");
pleasure_meter.action = false;
girl.face.face.gotoAndStop(1);
if (percents[3] == 0) {
return(undefined);
}
percents[3] = percents[3] - (pleasure_meter.percent - perc_start);
});
girl.touch_left_nipple.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
girl.boobs.gotoAndPlay("a5");
if (percents[4] == 0) {
return(undefined);
}
perc_start = pleasure_meter.percent;
perc_stop = pleasure_meter.percent + percents[4];
if (perc_stop > 100) {
perc_stop = 100;
}
girl.face.face.gotoAndStop(2);
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
};
girl.touch_left_nipple.onRelease = (girl.touch_left_nipple.onReleaseOutside = function () {
girl.boobs.gotoAndPlay("a0");
pleasure_meter.action = false;
girl.face.face.gotoAndStop(1);
if (percents[4] == 0) {
return(undefined);
}
percents[4] = percents[4] - (pleasure_meter.percent - perc_start);
});
girl.left_hand.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
girl.hand0.gotoAndPlay("a0");
if (percents[5] == 0) {
return(undefined);
}
perc_start = pleasure_meter.percent;
perc_stop = pleasure_meter.percent + percents[5];
if (perc_stop > 100) {
perc_stop = 100;
}
girl.face.face.gotoAndStop(2);
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
};
girl.left_hand.onRelease = (girl.left_hand.onReleaseOutside = function () {
girl.hand0.gotoAndStop(1);
pleasure_meter.action = false;
girl.face.face.gotoAndStop(1);
if (percents[5] == 0) {
return(undefined);
}
percents[5] = percents[5] - (pleasure_meter.percent - perc_start);
});
girl.right_hand.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
girl.hand1.gotoAndPlay("a0");
if (percents[6] == 0) {
return(undefined);
}
perc_start = pleasure_meter.percent;
perc_stop = pleasure_meter.percent + percents[6];
if (perc_stop > 100) {
perc_stop = 100;
}
girl.face.face.gotoAndStop(2);
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
};
girl.right_hand.onRelease = (girl.right_hand.onReleaseOutside = function () {
girl.hand1.gotoAndStop(1);
pleasure_meter.action = false;
girl.face.face.gotoAndStop(1);
if (percents[6] == 0) {
return(undefined);
}
percents[6] = percents[6] - (pleasure_meter.percent - perc_start);
});
girl.touch_body.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
girl.pants.gotoAndPlay("a0");
if (percents[7] == 0) {
return(undefined);
}
perc_start = pleasure_meter.percent;
perc_stop = pleasure_meter.percent + percents[7];
if (perc_stop > 100) {
perc_stop = 100;
}
girl.face.face.gotoAndStop(2);
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
};
girl.touch_body.onRelease = (girl.touch_body.onReleaseOutside = function () {
girl.pants.gotoAndStop(1);
pleasure_meter.action = false;
girl.face.face.gotoAndStop(1);
if (percents[7] == 0) {
return(undefined);
}
percents[7] = percents[7] - (pleasure_meter.percent - perc_start);
});
girl.touch_clitor.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
girl.pants.gotoAndPlay("a1");
if (percents[8] == 0) {
return(undefined);
}
perc_start = pleasure_meter.percent;
perc_stop = pleasure_meter.percent + percents[8];
if (perc_stop > 100) {
perc_stop = 100;
}
girl.face.face.gotoAndStop(2);
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
};
girl.touch_clitor.onRelease = (girl.touch_clitor.onReleaseOutside = function () {
girl.pants.gotoAndStop(1);
pleasure_meter.action = false;
girl.face.face.gotoAndStop(1);
if (percents[8] == 0) {
return(undefined);
}
percents[8] = percents[8] - (pleasure_meter.percent - perc_start);
});
girl.left_top_leg.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
girl.leg0.gotoAndPlay("a1");
if (percents[9] == 0) {
return(undefined);
}
perc_start = pleasure_meter.percent;
perc_stop = pleasure_meter.percent + percents[9];
if (perc_stop > 100) {
perc_stop = 100;
}
girl.face.face.gotoAndStop(2);
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
};
girl.left_top_leg.onRelease = (girl.left_top_leg.onReleaseOutside = function () {
girl.leg0.gotoAndStop(1);
pleasure_meter.action = false;
girl.face.face.gotoAndStop(1);
if (percents[9] == 0) {
return(undefined);
}
percents[9] = percents[9] - (pleasure_meter.percent - perc_start);
});
girl.left_bottom_leg.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
girl.leg0.gotoAndPlay("a2");
if (percents[10] == 0) {
return(undefined);
}
perc_start = pleasure_meter.percent;
perc_stop = pleasure_meter.percent + percents[10];
if (perc_stop > 100) {
perc_stop = 100;
}
girl.face.face.gotoAndStop(2);
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
};
girl.left_bottom_leg.onRelease = (girl.left_bottom_leg.onReleaseOutside = function () {
girl.leg0.gotoAndStop(1);
pleasure_meter.action = false;
girl.face.face.gotoAndStop(1);
if (percents[10] == 0) {
return(undefined);
}
percents[10] = percents[10] - (pleasure_meter.percent - perc_start);
});
girl.left_inside_leg.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
girl.leg0.gotoAndPlay("a3");
if (percents[11] == 0) {
return(undefined);
}
perc_start = pleasure_meter.percent;
perc_stop = pleasure_meter.percent + percents[11];
if (perc_stop > 100) {
perc_stop = 100;
}
girl.face.face.gotoAndStop(2);
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
};
girl.left_inside_leg.onRelease = (girl.left_inside_leg.onReleaseOutside = function () {
girl.leg0.gotoAndStop(1);
pleasure_meter.action = false;
girl.face.face.gotoAndStop(1);
if (percents[11] == 0) {
return(undefined);
}
percents[11] = percents[11] - (pleasure_meter.percent - perc_start);
});
girl.right_top_leg.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
girl.leg1.gotoAndPlay("a1");
if (percents[12] == 0) {
return(undefined);
}
perc_start = pleasure_meter.percent;
perc_stop = pleasure_meter.percent + percents[12];
if (perc_stop > 100) {
perc_stop = 100;
}
girl.face.face.gotoAndStop(2);
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
};
girl.right_top_leg.onRelease = (girl.right_top_leg.onReleaseOutside = function () {
girl.leg1.gotoAndStop(1);
pleasure_meter.action = false;
girl.face.face.gotoAndStop(1);
if (percents[12] == 0) {
return(undefined);
}
percents[12] = percents[12] - (pleasure_meter.percent - perc_start);
});
girl.right_bottom_leg.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
girl.leg1.gotoAndPlay("a2");
if (percents[13] == 0) {
return(undefined);
}
perc_start = pleasure_meter.percent;
perc_stop = pleasure_meter.percent + percents[13];
if (perc_stop > 100) {
perc_stop = 100;
}
girl.face.face.gotoAndStop(2);
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
};
girl.right_bottom_leg.onRelease = (girl.right_bottom_leg.onReleaseOutside = function () {
girl.leg1.gotoAndStop(1);
pleasure_meter.action = false;
girl.face.face.gotoAndStop(1);
if (percents[13] == 0) {
return(undefined);
}
percents[13] = percents[13] - (pleasure_meter.percent - perc_start);
});
girl.right_inside_leg.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
girl.leg1.gotoAndPlay("a3");
if (percents[14] == 0) {
return(undefined);
}
perc_start = pleasure_meter.percent;
perc_stop = pleasure_meter.percent + percents[14];
if (perc_stop > 100) {
perc_stop = 100;
}
girl.face.face.gotoAndStop(2);
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
};
girl.right_inside_leg.onRelease = (girl.right_inside_leg.onReleaseOutside = function () {
girl.leg1.gotoAndStop(1);
pleasure_meter.action = false;
girl.face.face.gotoAndStop(1);
if (percents[14] == 0) {
return(undefined);
}
percents[14] = percents[14] - (pleasure_meter.percent - perc_start);
});
girl.touch_cunt.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
girl.pants.gotoAndPlay("a2");
if (percents[15] == 0) {
return(undefined);
}
perc_start = pleasure_meter.percent;
perc_stop = pleasure_meter.percent + percents[15];
if (perc_stop > 100) {
perc_stop = 100;
}
girl.face.face.gotoAndStop(2);
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
};
girl.touch_cunt.onRelease = (girl.touch_cunt.onReleaseOutside = function () {
girl.pants.gotoAndStop(1);
pleasure_meter.action = false;
girl.face.face.gotoAndStop(1);
if (percents[15] == 0) {
return(undefined);
}
percents[15] = percents[15] - (pleasure_meter.percent - perc_start);
});
boobs_btn.onPress = function () {
boobs_in();
};
body_btn.onPress = function () {
if (_mode == 1) {
boobs_out();
} else {
cunt_out();
}
};
cunt_btn.onPress = function () {
cunt_in();
};
her_phrase_baloon._visible = false;
boobs_btn._visible = true;
body_btn._visible = false;
cunt_btn._visible = true;
Symbol 762 MovieClip [screen_7] Frame 2
_root.busy = false;
boobs_btn._visible = true;
body_btn._visible = false;
cunt_btn._visible = true;
_mode = 0;
Symbol 762 MovieClip [screen_7] Frame 3
_mode = 1;
_root.busy = true;
boobs_btn._visible = false;
body_btn._visible = false;
cunt_btn._visible = false;
Symbol 762 MovieClip [screen_7] Frame 21
_root.busy = false;
boobs_btn._visible = false;
body_btn._visible = true;
cunt_btn._visible = false;
stop();
Symbol 762 MovieClip [screen_7] Frame 22
boobs_btn._visible = false;
body_btn._visible = false;
cunt_btn._visible = false;
_root.busy = true;
Symbol 762 MovieClip [screen_7] Frame 41
gotoAndStop ("a0");
stop();
Symbol 762 MovieClip [screen_7] Frame 42
_mode = 2;
boobs_btn._visible = false;
body_btn._visible = false;
cunt_btn._visible = false;
_root.busy = true;
Symbol 762 MovieClip [screen_7] Frame 61
_root.busy = false;
boobs_btn._visible = false;
body_btn._visible = true;
cunt_btn._visible = false;
stop();
Symbol 762 MovieClip [screen_7] Frame 62
boobs_btn._visible = false;
body_btn._visible = false;
cunt_btn._visible = false;
_root.busy = true;
Symbol 762 MovieClip [screen_7] Frame 81
gotoAndStop ("a0");