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 gotoScreen(x) {
if (trans != undefined) {
removeMovieClip(trans);
}
attachMovie("trans_screen", "trans", 1).next_screen = x;
}
function setScreen(x) {
if ((x == 1) or (x == "main_menu")) {
scr = "main_menu";
getURL ("fscommand:" + "bar", 1);
}
if ((x == 2) or (x == "screen_1")) {
scr = "screen_1";
getURL ("fscommand:" + "bar", 2);
}
if ((x == 3) or (x == "screen_2")) {
scr = "screen_2";
getURL ("fscommand:" + "bar", 3);
}
if ((x == 4) or (x == "screen_3")) {
scr = "screen_3";
getURL ("fscommand:" + "bar", 4);
}
if ((x == 5) or (x == "screen_4")) {
scr = "screen_4";
getURL ("fscommand:" + "bar", 5);
}
if ((x == 6) or (x == "screen_5")) {
scr = "screen_5";
getURL ("fscommand:" + "bar", 6);
}
if ((x == 7) or (x == "screen_6")) {
scr = "screen_6";
getURL ("fscommand:" + "bar", 7);
}
if ((x == 8) or (x == "end")) {
scr = "end";
getURL ("fscommand:" + "bar", 8);
}
if (x > 8) {
scr = undefined;
sNum = 1154887 /* 0x119F47 */;
qNum = Number(Qvar[x - 9]);
if (x > 9) {
i = 0;
while (i < (x - 9)) {
sNum = sNum + Number(Qvar[i]);
i++;
}
}
getURL ("fscommand:" + "pix", (((x + "-") + sNum) + "-") + qNum);
}
if (screen != undefined) {
removeMovieClip(screen);
}
if (scr != undefined) {
attachMovie(scr, "screen", 0);
if (trans != undefined) {
trans.play();
}
}
}
stop();
stopAllSounds();
Mouse.show();
if (Qscr == undefined) {
getURL ("fscommand:" + "mnf", 26);
Qvar = [79615, 85890, 86476, 88232, 87149, 88429, 89979, 103100, 104101, 103705, 118510, 123262, 124000, 124799, 105521, 104857, 105522, 108598];
Qscr = 1;
}
setScreen(Qscr);
Symbol 5 MovieClip [trans_screen] Frame 1
var next_screen;
Symbol 5 MovieClip [trans_screen] Frame 10
trace("asdfasd");
_root.setScreen(next_screen);
Symbol 5 MovieClip [trans_screen] Frame 20
removeMovieClip(this);
Symbol 47 MovieClip Frame 1
stop();
Symbol 62 MovieClip Frame 1
jmp = Math.floor(Math.random() * 9) + 1;
this.gotoAndPlay(jmp * 10);
Symbol 62 MovieClip Frame 106
this.gotoAndStop(1);
Symbol 64 MovieClip Frame 1
m2._visible = false;
m3._visible = false;
Symbol 71 MovieClip Frame 1
letters = 0;
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 74 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 80 MovieClip [dialog_line] Frame 1
this.index_var._visible = false;
stop();
onRollOver = function () {
if (_currentframe == 3) {
return(undefined);
}
gotoAndStop (2);
};
onRollOut = function () {
if (_currentframe == 3) {
return(undefined);
}
gotoAndStop (1);
};
onPress = function () {
if (_currentframe == 3) {
return(undefined);
}
gotoAndStop (3);
i = 0;
while (i < _parent.answers_count) {
eval ("_parent.dialog_line" + i)._visible = false;
i++;
}
_parent.question_line._visible = false;
_parent.my_phrase_ballon.text = "";
_parent.my_phrase_ballon.letters = 0;
_parent.my_phrase_ballon.phrase = your_text;
_parent.my_phrase_ballon.next_btn._visible = false;
_parent.my_phrase_ballon._visible = true;
_parent.her_phrase_ballon.text = "";
_parent.her_phrase_ballon.letters = 0;
_parent.her_phrase_ballon.phrase = _parent.question[2][this.index];
_parent.her_phrase_ballon.next_btn._visible = false;
_parent.her_phrase_ballon.ask_question = false;
_parent.her_phrase_ballon.result = _parent.question[3][this.index];
if (_parent.question[3][this.index] == true) {
_parent.my_phrase_ballon.her_face = 2;
} else {
_parent.my_phrase_ballon.her_face = 3;
}
};
Symbol 83 MovieClip [question_line] Frame 1
stop();
Symbol 85 MovieClip Frame 1
phrase = "";
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;
_parent.girl.face.gotoAndStop(her_face);
_parent.face = her_face;
_parent.her_phrase_ballon.letters = 0;
_parent.her_phrase_ballon.letters = 0;
_parent.her_phrase_ballon._visible = true;
};
Symbol 87 MovieClip Frame 1
letters = 0;
phrase = "";
next_btn._visible = false;
_visible = false;
ask_question = true;
result = false;
set_need_next_question = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
_parent.girl.face.gotoAndStop(her_face);
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_parent.face = 1;
_visible = false;
letters = 0;
text = "";
phrase = "";
if (ask_question == true) {
i = 0;
while (i < _parent.answers_count) {
eval ("_parent.dialog_line" + i)._visible = true;
i++;
}
_parent.question_line._visible = true;
} else if (result == false) {
_parent.mood_bar.LooseMood();
i = 0;
while (i < _parent.answers_count) {
eval ("_parent.dialog_line" + i)._visible = true;
i++;
}
_parent.question_line._visible = true;
} else {
i = 0;
while (i < _parent.answers_count) {
eval ("_parent.dialog_line" + i).removeMovieClip();
i++;
}
_parent.question_line.removeMovieClip();
_parent.need_next_question = true;
_parent.question_count.nextFrame();
}
};
Symbol 95 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 1
function LooseMood() {
mood--;
i = 3;
while (i > mood) {
eval ("heart" + i).gotoAndStop(2);
i--;
}
if (mood == 0) {
_parent.gotoAndStop(_parent.game_over_frame);
}
}
mood = 3;
Symbol 110 MovieClip Frame 1
stop();
index = 1;
this.onRollOver = function () {
this.gotoAndStop(2);
};
this.onRollOut = function () {
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
this.gotoAndStop(1);
};
Symbol 115 MovieClip Frame 1
stop();
index = 1;
this.onRollOver = function () {
this.gotoAndStop(2);
};
this.onRollOut = function () {
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
this.gotoAndStop(1);
};
Symbol 122 MovieClip [screen_1] Frame 1
step = 0;
stop();
var next_step = function () {
switch (step) {
case 0 :
my_phrase_baloon.phrase = "Hi, I'm Jack. Are you from that ship?";
my_phrase_baloon._visible = true;
break;
case 1 :
her_phrase_baloon.phrase = "Yep, my name is Nami from Straw Hat Pirates gang. I'm a navigator on the captain Luffy's ship.";
her_phrase_baloon._visible = true;
girl.face.gotoAndStop(2);
break;
case 2 :
her_phrase_baloon.phrase = "Did you heard about us?";
her_phrase_baloon._visible = true;
break;
case 3 :
my_phrase_baloon.phrase = "Oh-yeah! There is a large reward for your heads.";
my_phrase_baloon._visible = true;
break;
case 4 :
girl.face.gotoAndStop(3);
her_phrase_baloon.phrase = "Hmm... Are you a head hunter?";
her_phrase_baloon._visible = true;
break;
case 5 :
my_phrase_baloon.phrase = "No. Guy in the town just said me you're looking for a new sailor.";
my_phrase_baloon._visible = true;
break;
case 6 :
girl.face.gotoAndStop(1);
my_phrase_baloon.phrase = "I think this is a good chance for me to get out of this hole. Take me and you will never sorry about it.";
my_phrase_baloon._visible = true;
break;
case 7 :
her_phrase_baloon.phrase = "Do you know that we feed our last sailor to the fishes? He was swabbing the desk badly.";
her_phrase_baloon._visible = true;
break;
case 8 :
her_phrase_baloon.phrase = "Are you industrious enough for this job?";
her_phrase_baloon._visible = true;
girl.face.gotoAndStop(2);
break;
case 9 :
my_phrase_baloon.phrase = "Sure, I love working hard!";
my_phrase_baloon._visible = true;
break;
case 10 :
her_phrase_baloon.phrase = "Okay, but before we will play a little pirate qiuz.";
her_phrase_baloon._visible = true;
break;
case 11 :
her_phrase_baloon.phrase = "If you'll beat that quiz, you could join our team.";
her_phrase_baloon._visible = true;
girl.face.gotoAndStop(1);
break;
case 12 :
my_phrase_baloon.phrase = "What ever you say, I'm ready.";
my_phrase_baloon._visible = true;
break;
case 13 :
gotoAndStop (2);
}
step++;
};
next_step();
my_phrase_baloon._visible = true;
Symbol 122 MovieClip [screen_1] Frame 2
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);
}
stop();
answers_count = 2;
show_questions = 5;
already_show_questions = 0;
need_next_question = false;
game_over_frame = 3;
win_frame = 4;
face = 1;
her_phrase_ballon.result = false;
her_phrase_ballon.ask_question = true;
her_phrase_ballon.text = "";
my_phrase_ballon.text = "";
her_phrase_ballon.phrase = "";
my_phrase_ballon.phrase = "";
her_phrase_ballon.yes_btn._visible = false;
her_phrase_ballon.no_btn._visible = false;
question = new Array();
questions = new Array();
my_answers = new Array();
her_phrases = new Array();
results = new Array();
right_answers = new Array("That's right!", "Right you are!", "Exactly!", "Just so!", "Correct!", "Right!", "Ok!", "Very good!", "Yes!", "Splendid!");
wrong_answers = new Array("It is not true!", "Wrong!", "You have another guess coming!", "Miss!", "No no no!", "Oooops!", "No!", "Too bad!", "Incorrect!");
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
results[0] = true;
results[1] = false;
her_question = "If you find a treasure chest full of gold, how will you keep it safe?";
my_answers[0] = "Bury it somewhere on a deserted island and make a treasure map to find it again.";
my_answers[1] = "The bank locker is very safe for such stuff.";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1]], [her_phrases[0], her_phrases[1]], [results[0], results[1]]];
questions.push(question);
her_question = "What punishment would you give to any disobedient sailor?";
my_answers[0] = "Make him walk the plank.";
my_answers[1] = "Tell him to write 'I will be obedient' on paper, one thousand times.";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1]], [her_phrases[0], her_phrases[1]], [results[0], results[1]]];
questions.push(question);
her_question = "What is your favorite drink?";
my_answers[0] = "Rum.";
my_answers[1] = "Fruit juice.";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1]], [her_phrases[0], her_phrases[1]], [results[0], results[1]]];
questions.push(question);
her_question = "Have you been to sea?";
my_answers[0] = "A lot many times.";
my_answers[1] = "Once or twice.";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1]], [her_phrases[0], her_phrases[1]], [results[0], results[1]]];
questions.push(question);
her_question = "What are your favorite weapons?";
my_answers[0] = "Swords and cannons.";
my_answers[1] = "Machine guns.";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1]], [her_phrases[0], her_phrases[1]], [results[0], results[1]]];
questions.push(question);
her_question = "How do you greet fellow pirates?";
my_answers[0] = "'Yo Ho'";
my_answers[1] = "'Hi buddy'";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1]], [her_phrases[0], her_phrases[1]], [results[0], results[1]]];
questions.push(question);
her_question = "What is your favorite accessory?";
my_answers[0] = "The one-eye black band.";
my_answers[1] = "Watch.";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1]], [her_phrases[0], her_phrases[1]], [results[0], results[1]]];
questions.push(question);
her_question = "What do you do in your free time?";
my_answers[0] = "Loot ships.";
my_answers[1] = "Relax.";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1]], [her_phrases[0], her_phrases[1]], [results[0], results[1]]];
questions.push(question);
her_question = "What is your dream?";
my_answers[0] = "To captain a fleet of pirate ships.";
my_answers[1] = "To own a luxury boat.";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1]], [her_phrases[0], her_phrases[1]], [results[0], results[1]]];
questions.push(question);
default_questions_order = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8);
questions_count = default_questions_order.length;
questions_order = new Array();
i = 0;
while (i < questions_count) {
r = random(default_questions_order.length);
questions_order.push(default_questions_order[r]);
default_questions_order.splice(r, 1);
i++;
}
q = questions_order.pop();
question = questions[q];
need_next_question = true;
this.onEnterFrame = function () {
girl.face.gotoAndStop(face);
if (need_next_question == true) {
need_next_question = false;
if (already_show_questions == show_questions) {
gotoAndStop(win_frame);
return(undefined);
}
already_show_questions++;
q = questions_order.pop();
question = questions[q];
her_phrase_ballon.letters = 0;
her_phrase_ballon.phrase = question[0][0];
her_phrase_ballon.next_btn._visible = false;
her_phrase_ballon._visible = true;
her_phrase_ballon.ask_question = true;
q_indexes = new Array();
i = 0;
while (i < answers_count) {
q_indexes.push(i);
i++;
}
q_indexes = shuffle(q_indexes);
i = 0;
while (i < answers_count) {
index = q_indexes[i];
clip = attachMovie("dialog_line", "dialog_line" + index, index);
clip._visible = false;
clip._y = (430 - (i * 40)) - (i * 5);
clip._x = 10;
clip.your_text = question[1][index];
clip.index = index;
i++;
}
clip = attachMovie("question_line", "question_line", i + 1);
clip._visible = false;
clip._y = 10;
clip._x = 0;
clip.your_text = question[0][0];
}
};
stop();
Symbol 122 MovieClip [screen_1] Frame 3
stop();
btn_try.onPress = function () {
gotoAndStop (2);
};
btn_skip.onPress = function () {
btn_skip.onPress = null;
_root.gotoScreen("screen_2");
};
Symbol 122 MovieClip [screen_1] Frame 4
stop();
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_2");
}
};
Symbol 126 MovieClip [screen_2] Frame 50
stop();
_root.gotoScreen("screen_3");
Symbol 156 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 156 MovieClip Frame 105
gotoAndStop (1);
Symbol 163 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 163 MovieClip Frame 105
gotoAndStop (1);
Symbol 164 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 2
_parent.say(_parent.good_phrases[random(_parent.good_phrases.length)]);
Symbol 176 MovieClip Frame 3
_parent.say(_parent.bad_phrases[random(_parent.bad_phrases.length)]);
Symbol 176 MovieClip Frame 4
_parent.say(_parent.completed_phrases[random(_parent.completed_phrases.length)]);
Symbol 213 MovieClip Frame 1
gotoAndPlay(_parent._currentframe - 1);
Symbol 213 MovieClip Frame 56
gotoAndPlay ("a00");
Symbol 213 MovieClip Frame 77
gotoAndPlay ("a01");
Symbol 213 MovieClip Frame 98
gotoAndPlay ("a02");
Symbol 213 MovieClip Frame 119
gotoAndPlay ("a03");
Symbol 213 MovieClip Frame 141
gotoAndPlay ("a12");
Symbol 213 MovieClip Frame 162
gotoAndPlay ("a11");
Symbol 213 MovieClip Frame 183
gotoAndPlay ("a13");
Symbol 213 MovieClip Frame 185
_root.busy = true;
Symbol 213 MovieClip Frame 221
gotoAndPlay ("a99");
_parent.cursor._visible = true;
_root.busy = false;
_parent.dress_count--;
_parent.spot_dress_bra._visible = false;
if (_parent.dress_count == 0) {
_parent.step++;
}
Symbol 213 MovieClip Frame 222
Symbol 213 MovieClip Frame 277
gotoAndPlay ("a99");
Symbol 213 MovieClip Frame 314
gotoAndPlay ("take_off_false");
Symbol 213 MovieClip Frame 335
gotoAndPlay ("af");
Symbol 213 MovieClip Frame 357
gotoAndPlay ("ag");
Symbol 213 MovieClip Frame 378
gotoAndPlay ("ah");
Symbol 217 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 41
gotoAndPlay ("a0");
Symbol 222 MovieClip Frame 1
stop();
Symbol 222 MovieClip Frame 2
_root.busy = true;
Symbol 222 MovieClip Frame 25
_parent.cursor._visible = true;
_root.busy = false;
_parent.dress_count--;
if (_parent.dress_count == 0) {
_parent.step++;
}
gotoAndStop ("a2");
Symbol 222 MovieClip Frame 47
gotoAndPlay ("a1");
Symbol 222 MovieClip Frame 48
stop();
Symbol 235 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 22
gotoAndPlay ("a0");
Symbol 235 MovieClip Frame 44
gotoAndPlay ("a1");
Symbol 242 MovieClip Frame 1
stop();
Symbol 242 MovieClip Frame 21
gotoAndPlay ("a0");
Symbol 242 MovieClip Frame 43
gotoAndPlay ("a1");
Symbol 256 MovieClip Frame 1
stop();
Symbol 256 MovieClip Frame 31
gotoAndPlay ("a0");
Symbol 276 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 22
gotoAndPlay ("a0");
Symbol 276 MovieClip Frame 51
gotoAndPlay ("a1");
Symbol 276 MovieClip Frame 72
gotoAndPlay ("a2");
Symbol 276 MovieClip Frame 101
gotoAndPlay ("a3");
Symbol 289 MovieClip Frame 1
stop();
Symbol 289 MovieClip Frame 42
gotoAndPlay ("take_off_false");
Symbol 289 MovieClip Frame 44
_root.busy = true;
Symbol 289 MovieClip Frame 67
gotoAndStop ("a6");
_parent.cursor._visible = true;
_root.busy = false;
_parent.dress_count--;
_parent.spot_dress_pants._visible = false;
if (_parent.dress_count == 0) {
_parent.step++;
}
Symbol 289 MovieClip Frame 95
gotoAndPlay ("a2");
Symbol 289 MovieClip Frame 123
gotoAndPlay ("a3");
Symbol 289 MovieClip Frame 151
gotoAndPlay ("a4");
Symbol 289 MovieClip Frame 152
stop();
Symbol 296 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 301 MovieClip Frame 1
action = true;
speed = 1;
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;
_visible = false;
_parent.next_btn._visible = true;
_parent.glow._visible = 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 303 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 307 MovieClip Frame 1
this.action = false;
speed = 2;
percent = 0;
stop_percent = 0;
current_percent = "0%";
this.onEnterFrame = function () {
if (action == false) {
return(undefined);
}
percent = Math.round((meter._currentframe / meter._totalframes) * 100);
current_percent = percent + "%";
if (percent >= stop_percent) {
action = false;
}
};
Symbol 312 MovieClip Frame 1
stop();
Symbol 315 MovieClip Frame 1
_visible = false;
Symbol 317 MovieClip Frame 1
stop();
this.onRollOver = function () {
useHandCursor = true;
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
Symbol 321 MovieClip Frame 1
stop();
this.onRollOver = function () {
useHandCursor = true;
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
Symbol 323 MovieClip Frame 1
stop();
_visible = false;
Symbol 323 MovieClip Frame 65
_parent.her_phrase_baloon._visible = false;
gotoAndStop (1);
Symbol 326 MovieClip Frame 1
stop();
this.onRollOver = function () {
useHandCursor = true;
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
Symbol 329 MovieClip Frame 1
stop();
this.onRollOver = function () {
useHandCursor = true;
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
Symbol 332 MovieClip Frame 1
stop();
this.onRollOver = function () {
useHandCursor = true;
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
Symbol 336 MovieClip Frame 1
stop();
this.onRollOver = function () {
useHandCursor = true;
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
Symbol 340 MovieClip Frame 1
stop();
this.onRollOver = function () {
useHandCursor = true;
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
Symbol 344 MovieClip Frame 1
stop();
this.onRollOver = function () {
useHandCursor = true;
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
Symbol 348 MovieClip Frame 1
stop();
this.onRollOver = function () {
useHandCursor = true;
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
Symbol 353 MovieClip Frame 1
stop();
Symbol 353 MovieClip Frame 25
stop();
Symbol 353 MovieClip Frame 50
gotoAndStop (1);
Symbol 355 MovieClip Frame 1
this.onPress = function () {
if (_parent._currentframe == 1) {
_parent.gotoAndPlay(2);
return(undefined);
}
if (_parent._currentframe > 1) {
_parent.gotoAndPlay(230);
}
};
Symbol 356 MovieClip Frame 1
this.onPress = function () {
if ((_title._currentframe != 1) and (_title._currentframe != 25)) {
}
if (_title._currentframe == 1) {
_title.gotoAndPlay(2);
} else {
_title.gotoAndPlay(26);
}
};
Symbol 358 MovieClip Frame 1
_alpha = 0;
Symbol 360 MovieClip Frame 1
_alpha = 0;
Symbol 362 MovieClip Frame 1
_alpha = 0;
Symbol 364 MovieClip Frame 1
_alpha = 0;
Symbol 366 MovieClip Frame 1
_alpha = 0;
Symbol 368 MovieClip Frame 1
_alpha = 0;
Symbol 370 MovieClip Frame 1
_alpha = 0;
Symbol 372 MovieClip Frame 1
_alpha = 0;
Symbol 374 MovieClip Frame 1
_alpha = 0;
Symbol 379 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;
};
Symbol 381 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 382 MovieClip [screen_3] 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;
timer.gotoAndPlay(2);
}
function unuse_all_btns() {
btn_boobs_1.used._visible = false;
btn_boobs_2.used._visible = false;
btn_pants_1.used._visible = false;
btn_pants_2.used._visible = false;
btn_pants_3.used._visible = false;
btn_pussy_1.used._visible = false;
btn_pussy_2.used._visible = false;
btn_pussy_3.used._visible = false;
btn_pussy_4.used._visible = false;
}
function hide_all_spots() {
spot_bra_1._visible = false;
spot_bra_2._visible = false;
spot_bra_3._visible = false;
spot_bra_4._visible = false;
spot_bra_5._visible = false;
spot_bra_6._visible = false;
spot_dress_pants._visible = false;
spot_dress_bra._visible = false;
spot_body._visible = false;
spot_leg_1._visible = false;
spot_leg_2._visible = false;
spot_leg_3._visible = false;
spot_leg_4._visible = false;
spot_pants_1._visible = false;
spot_pants_2._visible = false;
spot_pants_3._visible = false;
spot_dress_skirt._visible = false;
spot_nipple_1._visible = false;
spot_nipple_2._visible = false;
spot_nipple_3._visible = false;
spot_pussy_1._visible = false;
spot_pussy_2._visible = false;
spot_pussy_3._visible = false;
spot_pussy_4._visible = false;
spot_ass._visible = false;
}
next_btn._visible = false;
glow._visible = false;
help_box._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_4");
}
};
prev_step = undefined;
her_phrase_baloon._visible = false;
good_phrases = Array("I love it so much", "I love feeling your strong arms", "Hmmm... I like it", "What\u2019s that thing you do with your hand? I adore that!", "Use me as your toy", "You\u2019re the best lover I have ever had", "Don\u2019t stop, harder!", "You\u2019re the sexiest man I\u2019ve ever seen.", "You make me so damn horny", "Oh, God\u2026that thing with your hands. Do that again!");
bad_phrases = Array("Don't do that!", "I'm not ready yet", "What the hell are you doing?", "It's bad", "Take your hands off me");
completed_phrases = Array("That's already completed.", "Do not touch it more.", "It's enough!");
perc_start = 0;
perc_stop = 0;
dress_count = 3;
percents_bra01 = 4;
percents_bra02 = 4;
percents_bra03 = 4;
percents_bra04 = 4;
percents_bra05 = 4;
percents_bra06 = 4;
percents_body = 5;
percents_leg_1 = 4;
percents_leg_2 = 4;
percents_leg_3 = 4;
percents_leg_4 = 4;
percents_pants_1 = 5;
percents_pants_2 = 5;
percents_pants_3 = 5;
percents_nipple_1 = 5;
percents_nipple_2 = 5;
percents_nipple_3 = 5;
percents_pussy_1 = 5;
percents_pussy_2 = 5;
percents_pussy_3 = 5;
percents_pussy_4 = 5;
percents_ass = 5;
her_phrase_baloon_2.text = "";
her_phrase_baloon_2.letters = 0;
her_phrase_baloon_2.phrase = "It's last exam. Follow my instructions to bring me to orgasm.";
her_phrase_baloon_2._visible = true;
step = 0;
show_pants = true;
show_bra = true;
show_skirt = true;
btn_boobs_1._visible = false;
btn_boobs_2._visible = false;
btn_pants_1._visible = false;
btn_pants_2._visible = false;
btn_pants_3._visible = false;
btn_pussy_1._visible = false;
btn_pussy_2._visible = false;
btn_pussy_3._visible = false;
btn_pussy_4._visible = false;
spot_dress_pants.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
if (show_pants == true) {
face.gotoAndStop(3);
pants.gotoAndPlay("take_off_false");
} else {
spot_dress_pants._visible = false;
face.gotoAndStop(2);
pants.gotoAndPlay("take_off_true");
}
};
spot_dress_pants.onRelease = (spot_dress_pants.onReleaseOutside = function () {
if (_root.busy == true) {
return(undefined);
}
face.gotoAndStop(1);
if (show_pants == true) {
cursor._visible = true;
pants.gotoAndStop(1);
}
});
spot_dress_skirt.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
if (show_skirt == true) {
face.gotoAndStop(3);
skirt.gotoAndPlay("a1");
} else {
spot_dress_skirt._visible = false;
face.gotoAndStop(2);
skirt.gotoAndPlay("a0");
}
};
spot_dress_skirt.onRelease = (spot_dress_skirt.onReleaseOutside = function () {
if (_root.busy == true) {
return(undefined);
}
face.gotoAndStop(1);
if (show_skirt == true) {
cursor._visible = true;
skirt.gotoAndStop(1);
}
});
spot_dress_bra.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
if (show_bra == true) {
face.gotoAndStop(3);
boobs.gotoAndPlay("take_off_false");
} else {
face.gotoAndStop(2);
spot_dress_bra._visible = false;
boobs.gotoAndPlay("take_off_true");
}
};
spot_dress_bra.onRelease = (spot_dress_bra.onReleaseOutside = function () {
face.gotoAndStop(1);
if (show_bra == true) {
cursor._visible = true;
boobs.gotoAndPlay("a00");
}
});
spot_bra_1.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
boobs.gotoAndPlay("a01");
if (percents_bra01 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_bra01;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_bra_1.onRelease = (spot_bra_1.onReleaseOutside = function () {
cursor._visible = true;
boobs.gotoAndPlay("a00");
pleasure.action = false;
face.gotoAndStop(1);
if (percents_bra01 > 0) {
percents_bra01 = percents_bra01 - (pleasure.percent - perc_start);
}
if (percents_bra01 == 0) {
if (((((((percents_bra06 == 0) and (percents_bra04 == 0)) and (percents_bra04 == 0)) and (percents_bra03 == 0)) and (percents_bra02 == 0)) and (percents_bra01 == 0)) and (step == 2)) {
step++;
}
}
});
spot_bra_2.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
boobs.gotoAndPlay("a02");
if (percents_bra02 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_bra02;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_bra_2.onRelease = (spot_bra_2.onReleaseOutside = function () {
cursor._visible = true;
boobs.gotoAndPlay("a00");
pleasure.action = false;
face.gotoAndStop(1);
if (percents_bra02 > 0) {
percents_bra02 = percents_bra02 - (pleasure.percent - perc_start);
}
if (percents_bra02 == 0) {
if (((((((percents_bra06 == 0) and (percents_bra04 == 0)) and (percents_bra04 == 0)) and (percents_bra03 == 0)) and (percents_bra02 == 0)) and (percents_bra01 == 0)) and (step == 2)) {
step++;
}
}
});
spot_bra_3.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
boobs.gotoAndPlay("a03");
if (percents_bra03 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_bra03;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_bra_3.onRelease = (spot_bra_3.onReleaseOutside = function () {
cursor._visible = true;
boobs.gotoAndPlay("a00");
pleasure.action = false;
face.gotoAndStop(1);
if (percents_bra03 > 0) {
percents_bra03 = percents_bra03 - (pleasure.percent - perc_start);
}
if (percents_bra03 == 0) {
if (((((((percents_bra06 == 0) and (percents_bra04 == 0)) and (percents_bra04 == 0)) and (percents_bra03 == 0)) and (percents_bra02 == 0)) and (percents_bra01 == 0)) and (step == 2)) {
step++;
}
}
});
spot_bra_4.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
boobs.gotoAndPlay("a11");
if (percents_bra04 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_bra04;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_bra_4.onRelease = (spot_bra_4.onReleaseOutside = function () {
cursor._visible = true;
boobs.gotoAndPlay("a00");
pleasure.action = false;
face.gotoAndStop(1);
if (percents_bra04 > 0) {
percents_bra04 = percents_bra04 - (pleasure.percent - perc_start);
}
if (percents_bra04 == 0) {
if (((((((percents_bra06 == 0) and (percents_bra04 == 0)) and (percents_bra04 == 0)) and (percents_bra03 == 0)) and (percents_bra02 == 0)) and (percents_bra01 == 0)) and (step == 2)) {
step++;
}
}
});
spot_bra_5.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
boobs.gotoAndPlay("a12");
if (percents_bra05 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_bra05;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_bra_5.onRelease = (spot_bra_5.onReleaseOutside = function () {
cursor._visible = true;
boobs.gotoAndPlay("a00");
pleasure.action = false;
face.gotoAndStop(1);
if (percents_bra05 > 0) {
percents_bra05 = percents_bra05 - (pleasure.percent - perc_start);
}
if (percents_bra05 == 0) {
if (((((((percents_bra06 == 0) and (percents_bra04 == 0)) and (percents_bra04 == 0)) and (percents_bra03 == 0)) and (percents_bra02 == 0)) and (percents_bra01 == 0)) and (step == 2)) {
step++;
}
}
});
spot_bra_6.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
boobs.gotoAndPlay("a13");
if (percents_bra06 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_bra06;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_bra_6.onRelease = (spot_bra_6.onReleaseOutside = function () {
cursor._visible = true;
boobs.gotoAndPlay("a00");
pleasure.action = false;
face.gotoAndStop(1);
if (percents_bra06 > 0) {
percents_bra06 = percents_bra06 - (pleasure.percent - perc_start);
}
if (percents_bra06 == 0) {
if (((((((percents_bra06 == 0) and (percents_bra04 == 0)) and (percents_bra04 == 0)) and (percents_bra03 == 0)) and (percents_bra02 == 0)) and (percents_bra01 == 0)) and (step == 2)) {
step++;
}
}
});
spot_body.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
body_touch.gotoAndPlay("a0");
if (percents_body == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_body;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_body.onRelease = (spot_body.onReleaseOutside = function () {
cursor._visible = true;
body_touch.gotoAndStop(1);
pleasure.action = false;
face.gotoAndStop(1);
if (percents_body > 0) {
percents_body = percents_body - (pleasure.percent - perc_start);
}
if (percents_body == 0) {
if (step == 1) {
step++;
}
}
});
spot_leg_1.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
lleg.gotoAndPlay("a0");
if (percents_leg_1 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_leg_1;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_leg_1.onRelease = (spot_leg_1.onReleaseOutside = function () {
cursor._visible = true;
lleg.gotoAndStop(1);
pleasure.action = false;
face.gotoAndStop(1);
if (percents_leg_1 > 0) {
percents_leg_1 = percents_leg_1 - (pleasure.percent - perc_start);
}
if (percents_leg_1 == 0) {
if ((percents_leg_3 == 0) and (step == 4)) {
step++;
}
}
});
spot_leg_2.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
lleg.gotoAndPlay("a1");
if (percents_leg_2 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_leg_2;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_leg_2.onRelease = (spot_leg_2.onReleaseOutside = function () {
cursor._visible = true;
lleg.gotoAndStop(1);
pleasure.action = false;
face.gotoAndStop(1);
if (percents_leg_2 > 0) {
percents_leg_2 = percents_leg_2 - (pleasure.percent - perc_start);
}
if (percents_leg_2 == 0) {
if ((percents_leg_4 == 0) and (step == 3)) {
step++;
}
}
});
spot_leg_3.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
rleg.gotoAndPlay("a0");
if (percents_leg_3 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_leg_3;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_leg_3.onRelease = (spot_leg_3.onReleaseOutside = function () {
cursor._visible = true;
rleg.gotoAndStop(1);
pleasure.action = false;
face.gotoAndStop(1);
if (percents_leg_3 > 0) {
percents_leg_3 = percents_leg_3 - (pleasure.percent - perc_start);
}
if (percents_leg_3 == 0) {
if ((percents_leg_1 == 0) and (step == 4)) {
step++;
}
}
});
spot_leg_4.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
rleg.gotoAndPlay("a1");
if (percents_leg_4 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_leg_4;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_leg_4.onRelease = (spot_leg_4.onReleaseOutside = function () {
cursor._visible = true;
rleg.gotoAndStop(1);
pleasure.action = false;
face.gotoAndStop(1);
if (percents_leg_4 > 0) {
percents_leg_4 = percents_leg_4 - (pleasure.percent - perc_start);
}
if (((percents_leg_4 == 0) and (percents_leg_2 == 0)) and (step == 3)) {
step++;
}
});
spot_pants_1.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
pants.gotoAndPlay("a2");
if (percents_pants_1 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_pants_1;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_pants_1.onRelease = (spot_pants_1.onReleaseOutside = function () {
cursor._visible = true;
pants.gotoAndStop(1);
pleasure.action = false;
face.gotoAndStop(1);
if (percents_pants_1 > 0) {
percents_pants_1 = percents_pants_1 - (pleasure.percent - perc_start);
}
if ((((percents_pants_1 == 0) and (percents_pants_2 == 0)) and (percents_pants_3 == 0)) and (step == 5)) {
step++;
}
});
spot_pants_2.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
pants.gotoAndPlay("a3");
if (percents_pants_2 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_pants_2;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_pants_2.onRelease = (spot_pants_2.onReleaseOutside = function () {
cursor._visible = true;
pants.gotoAndStop(1);
pleasure.action = false;
face.gotoAndStop(1);
if (percents_pants_2 > 0) {
percents_pants_2 = percents_pants_2 - (pleasure.percent - perc_start);
}
if ((((percents_pants_1 == 0) and (percents_pants_2 == 0)) and (percents_pants_3 == 0)) and (step == 5)) {
step++;
}
});
spot_pants_3.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
pants.gotoAndPlay("a4");
if (percents_pants_3 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_pants_3;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_pants_3.onRelease = (spot_pants_3.onReleaseOutside = function () {
cursor._visible = true;
pants.gotoAndStop(1);
pleasure.action = false;
face.gotoAndStop(1);
if (percents_pants_3 > 0) {
percents_pants_3 = percents_pants_3 - (pleasure.percent - perc_start);
}
if ((((percents_pants_1 == 0) and (percents_pants_2 == 0)) and (percents_pants_3 == 0)) and (step == 5)) {
step++;
}
});
spot_nipple_1.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
boobs.gotoAndPlay("af");
if (percents_nipple_1 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_nipple_1;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_nipple_1.onRelease = (spot_nipple_1.onReleaseOutside = function () {
cursor._visible = true;
boobs.gotoAndPlay("a99");
pleasure.action = false;
face.gotoAndStop(1);
if (percents_nipple_1 > 0) {
percents_nipple_1 = percents_nipple_1 - (pleasure.percent - perc_start);
}
if ((((percents_nipple_1 == 0) and (percents_nipple_2 == 0)) and (percents_nipple_3 == 0)) and (step == 7)) {
step++;
}
});
spot_nipple_2.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
boobs.gotoAndPlay("ag");
if (percents_nipple_2 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_nipple_2;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_nipple_2.onRelease = (spot_nipple_2.onReleaseOutside = function () {
cursor._visible = true;
boobs.gotoAndPlay("a99");
pleasure.action = false;
face.gotoAndStop(1);
if (percents_nipple_2 > 0) {
percents_nipple_2 = percents_nipple_2 - (pleasure.percent - perc_start);
}
if ((((percents_nipple_1 == 0) and (percents_nipple_2 == 0)) and (percents_nipple_3 == 0)) and (step == 7)) {
step++;
}
});
spot_nipple_3.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
boobs.gotoAndPlay("ah");
if (percents_nipple_3 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_nipple_3;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_nipple_3.onRelease = (spot_nipple_3.onReleaseOutside = function () {
cursor._visible = true;
boobs.gotoAndPlay("a99");
pleasure.action = false;
face.gotoAndStop(1);
if (percents_nipple_3 > 0) {
percents_nipple_3 = percents_nipple_3 - (pleasure.percent - perc_start);
}
if ((((percents_nipple_1 == 0) and (percents_nipple_2 == 0)) and (percents_nipple_3 == 0)) and (step == 7)) {
step++;
}
});
spot_pussy_1.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
pussy.gotoAndPlay("a0");
if (percents_pussy_1 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_pussy_1;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_pussy_1.onRelease = (spot_pussy_1.onReleaseOutside = function () {
cursor._visible = true;
pussy.gotoAndStop(1);
pleasure.action = false;
face.gotoAndStop(1);
if (percents_pussy_1 > 0) {
percents_pussy_1 = percents_pussy_1 - (pleasure.percent - perc_start);
}
if (((((percents_pussy_1 == 0) and (percents_pussy_2 == 0)) and (percents_pussy_3 == 0)) and (percents_pussy_4 == 0)) and (step == 8)) {
step++;
}
});
spot_pussy_2.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
pussy.gotoAndPlay("a1");
if (percents_pussy_2 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_pussy_2;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_pussy_2.onRelease = (spot_pussy_2.onReleaseOutside = function () {
cursor._visible = true;
pussy.gotoAndStop(1);
pleasure.action = false;
face.gotoAndStop(1);
if (percents_pussy_2 > 0) {
percents_pussy_2 = percents_pussy_2 - (pleasure.percent - perc_start);
}
if (((((percents_pussy_1 == 0) and (percents_pussy_2 == 0)) and (percents_pussy_3 == 0)) and (percents_pussy_4 == 0)) and (step == 8)) {
step++;
}
});
spot_pussy_3.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
pussy.gotoAndPlay("a2");
if (percents_pussy_3 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_pussy_3;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_pussy_3.onRelease = (spot_pussy_3.onReleaseOutside = function () {
cursor._visible = true;
pussy.gotoAndStop(1);
pleasure.action = false;
face.gotoAndStop(1);
if (percents_pussy_3 > 0) {
percents_pussy_3 = percents_pussy_3 - (pleasure.percent - perc_start);
}
if (((((percents_pussy_1 == 0) and (percents_pussy_2 == 0)) and (percents_pussy_3 == 0)) and (percents_pussy_4 == 0)) and (step == 8)) {
step++;
}
});
spot_pussy_4.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
pussy.gotoAndPlay("a3");
if (percents_pussy_4 == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_pussy_4;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_pussy_4.onRelease = (spot_pussy_4.onReleaseOutside = function () {
cursor._visible = true;
pussy.gotoAndStop(1);
pleasure.action = false;
face.gotoAndStop(1);
if (percents_pussy_4 > 0) {
percents_pussy_4 = percents_pussy_4 - (pleasure.percent - perc_start);
}
if (((((percents_pussy_1 == 0) and (percents_pussy_2 == 0)) and (percents_pussy_3 == 0)) and (percents_pussy_4 == 0)) and (step == 8)) {
step++;
}
});
spot_ass.onPress = function () {
if (_root.busy == true) {
return(undefined);
}
cursor._visible = false;
ass.gotoAndPlay("a0");
if (percents_ass == 0) {
face.gotoAndStop(4);
return(undefined);
}
perc_start = pleasure.percent;
perc_stop = pleasure.percent + percents_ass;
if (perc_stop > 100) {
perc_stop = 100;
}
face.gotoAndStop(2);
pleasure.stop_percent = perc_stop;
pleasure.action = true;
};
spot_ass.onRelease = (spot_ass.onReleaseOutside = function () {
cursor._visible = true;
ass.gotoAndStop(1);
pleasure.action = false;
face.gotoAndStop(1);
if (percents_ass > 0) {
percents_ass = percents_ass - (pleasure.percent - perc_start);
}
if ((percents_ass == 0) and (step == 9)) {
step++;
}
});
btn_boobs_1.onPress = function () {
spot_dress_bra._visible = false;
spot_bra_4._visible = false;
spot_bra_5._visible = false;
spot_bra_6._visible = false;
spot_bra_1._visible = true;
spot_bra_2._visible = true;
spot_bra_3._visible = true;
unuse_all_btns();
bra_type = 0;
btn_boobs_1.used._visible = true;
};
btn_boobs_2.onPress = function () {
spot_dress_bra._visible = false;
spot_bra_4._visible = true;
spot_bra_5._visible = true;
spot_bra_6._visible = true;
spot_bra_1._visible = false;
spot_bra_2._visible = false;
spot_bra_3._visible = false;
if (_root.busy == true) {
return(undefined);
}
unuse_all_btns();
bra_type = 1;
btn_boobs_2.used._visible = true;
};
btn_pants_1.onPress = function () {
spot_pants_1._visible = true;
spot_pants_2._visible = false;
spot_pants_3._visible = false;
unuse_all_btns();
btn_pants_1.used._visible = true;
};
btn_pants_2.onPress = function () {
spot_pants_1._visible = false;
spot_pants_2._visible = true;
spot_pants_3._visible = false;
unuse_all_btns();
btn_pants_2.used._visible = true;
};
btn_pants_3.onPress = function () {
spot_pants_1._visible = false;
spot_pants_2._visible = false;
spot_pants_3._visible = true;
unuse_all_btns();
btn_pants_3.used._visible = true;
};
btn_pussy_1.onPress = function () {
spot_pussy_1._visible = true;
spot_pussy_2._visible = false;
spot_pussy_3._visible = false;
spot_pussy_4._visible = false;
unuse_all_btns();
btn_pussy_1.used._visible = true;
};
btn_pussy_2.onPress = function () {
spot_pussy_1._visible = false;
spot_pussy_2._visible = true;
spot_pussy_3._visible = false;
spot_pussy_4._visible = false;
unuse_all_btns();
btn_pussy_2.used._visible = true;
};
btn_pussy_3.onPress = function () {
spot_pussy_1._visible = false;
spot_pussy_2._visible = false;
spot_pussy_3._visible = true;
spot_pussy_4._visible = false;
unuse_all_btns();
btn_pussy_3.used._visible = true;
};
btn_pussy_4.onPress = function () {
spot_pussy_1._visible = false;
spot_pussy_2._visible = false;
spot_pussy_3._visible = false;
spot_pussy_4._visible = true;
unuse_all_btns();
btn_pussy_4.used._visible = true;
};
onEnterFrame = function () {
if (prev_step == step) {
return(undefined);
}
switch (step) {
case 0 :
hide_all_spots();
cursor._visible = false;
prev_step = step;
return;
case 1 :
help_box._visible = true;
help_box._title._title.txt = "Massage her belly";
hide_all_spots();
Mouse.hide();
cursor._visible = true;
cursor._x = _xmouse;
cursor._y = _ymouse;
updateAfterEvent();
spot_body._visible = true;
say("First of all, massage my belly.");
spot_dress_pants._visible = true;
spot_dress_bra._visible = true;
spot_dress_skirt._visible = true;
prev_step = step;
return;
case 2 :
help_box._title._title.txt = "Touch her boobs";
hide_all_spots();
Mouse.hide();
cursor._visible = true;
cursor._x = _xmouse;
cursor._y = _ymouse;
updateAfterEvent();
btn_boobs_1._visible = true;
btn_boobs_1.used._visible = true;
btn_boobs_2._visible = true;
spot_bra_1._visible = true;
spot_bra_2._visible = true;
spot_bra_3._visible = true;
say("I want to feel your hands on my boobs.");
spot_dress_pants._visible = true;
spot_dress_skirt._visible = true;
prev_step = step;
return;
case 3 :
help_box._title._title.txt = "Rub her hips";
hide_all_spots();
Mouse.hide();
cursor._visible = true;
cursor._x = _xmouse;
cursor._y = _ymouse;
updateAfterEvent();
btn_boobs_1._visible = false;
btn_boobs_2._visible = false;
spot_leg_2._visible = true;
spot_leg_4._visible = true;
say("Rub my hips.");
spot_dress_pants._visible = true;
spot_dress_bra._visible = true;
spot_dress_skirt._visible = true;
prev_step = step;
return;
case 4 :
help_box._title._title.txt = "Squeeze her buttocks";
hide_all_spots();
Mouse.hide();
cursor._visible = true;
cursor._x = _xmouse;
cursor._y = _ymouse;
updateAfterEvent();
spot_leg_1._visible = true;
spot_leg_3._visible = true;
say("Squeeze my buttocks.");
spot_dress_pants._visible = true;
spot_dress_bra._visible = true;
spot_dress_skirt._visible = true;
prev_step = step;
return;
case 5 :
help_box._title._title.txt = "Play with her ass and pussy.";
hide_all_spots();
Mouse.hide();
cursor._visible = true;
cursor._x = _xmouse;
cursor._y = _ymouse;
updateAfterEvent();
btn_pants_1._visible = true;
btn_pants_1._x = 506;
btn_pants_1.used._visible = true;
btn_pants_2._visible = true;
btn_pants_2._x = 506;
btn_pants_3._visible = true;
btn_pants_3._x = 506;
spot_pants_1._visible = true;
say("Play with my ass and pussy.");
spot_dress_bra._visible = true;
spot_dress_skirt._visible = true;
prev_step = step;
return;
case 6 :
help_box._title._title.txt = "Remove her clothing";
hide_all_spots();
Mouse.hide();
cursor._visible = true;
cursor._x = _xmouse;
cursor._y = _ymouse;
btn_pants_1._visible = false;
btn_pants_2._visible = false;
btn_pants_3._visible = false;
updateAfterEvent();
say("Remove my clothing, Jack.");
show_pants = false;
show_bra = false;
show_skirt = false;
spot_dress_bra._visible = true;
spot_dress_pants._visible = true;
spot_dress_skirt._visible = true;
prev_step = step;
return;
case 7 :
help_box._title._title.txt = "Squeeze her nipples";
hide_all_spots();
Mouse.hide();
cursor._visible = true;
cursor._x = _xmouse;
cursor._y = _ymouse;
updateAfterEvent();
say("Squeeze my nipples");
spot_nipple_1._visible = true;
spot_nipple_2._visible = true;
spot_nipple_3._visible = true;
prev_step = step;
return;
case 8 :
help_box._title._title.txt = "Play with her pussy";
hide_all_spots();
Mouse.hide();
cursor._visible = true;
cursor._x = _xmouse;
cursor._y = _ymouse;
btn_pussy_1._visible = true;
btn_pussy_1._x = 506;
btn_pussy_1.used._visible = true;
btn_pussy_2._visible = true;
btn_pussy_2._x = 506;
btn_pussy_3._visible = true;
btn_pussy_3._x = 506;
btn_pussy_4._visible = true;
btn_pussy_4._x = 506;
updateAfterEvent();
say("Play with my pussy.");
spot_pussy_1._visible = true;
prev_step = step;
return;
case 9 :
help_box._title._title.txt = "Play with her ass";
hide_all_spots();
Mouse.hide();
cursor._visible = true;
cursor._x = _xmouse;
cursor._y = _ymouse;
updateAfterEvent();
say("Finger my ass hole");
btn_pussy_1._visible = false;
btn_pussy_2._visible = false;
btn_pussy_3._visible = false;
btn_pussy_4._visible = false;
spot_ass._visible = true;
prev_step = step;
return;
case 10 :
help_box._visible = false;
hide_all_spots();
cursor._visible = false;
pleasure._visible = false;
Mouse.show();
say("I\u2019m going to suck you like a lollipop.");
next_btn._visible = true;
glow._visible = true;
}
};
onMouseMove = function () {
cursor._x = _xmouse;
cursor._y = _ymouse;
updateAfterEvent();
};
Symbol 382 MovieClip [screen_3] Frame 57
gotoAndPlay ("a0");
Symbol 397 MovieClip Frame 1
cs1._visible = false;
cs2._visible = false;
Symbol 401 MovieClip Frame 1
cs1._visible = false;
Symbol 411 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 411 MovieClip Frame 105
gotoAndStop (1);
Symbol 413 MovieClip Frame 105
gotoAndStop (1);
Symbol 416 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 416 MovieClip Frame 105
gotoAndStop (1);
Symbol 417 MovieClip Frame 1
stop();
Symbol 424 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 1
cs1._visible = false;
cs2._visible = false;
stop();
Symbol 429 MovieClip Frame 1
cs1._visible = false;
Symbol 435 MovieClip Frame 1
cs1._visible = false;
Symbol 452 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 453 MovieClip Frame 1
function btnpressed(index) {
_parent._parent.change_speed(this.part);
}
Symbol 458 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 459 MovieClip Frame 1
function btnpressed(index) {
_parent._parent.change_speed(this.part);
}
Symbol 464 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 465 MovieClip Frame 1
function btnpressed(index) {
_parent._parent.change_speed(this.part);
}
Symbol 467 MovieClip Frame 1
this._alpha = 0;
this.onPress = function () {
};
this.useHandCursor = false;
Symbol 470 MovieClip Frame 1
stop();
Symbol 470 MovieClip Frame 10
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 470 MovieClip Frame 20
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 475 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.suck.btn3.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 482 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.suck.btn3.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 483 MovieClip Frame 1
function btnpressed(index) {
_parent._parent.change_speed(this.part);
}
Symbol 486 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.suck.btn3.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 487 MovieClip Frame 1
function btnpressed(index) {
_parent._parent.change_speed(this.part);
}
Symbol 490 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.suck.btn3.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 491 MovieClip Frame 1
function btnpressed(index) {
_parent._parent.change_speed(this.part);
}
Symbol 492 MovieClip Frame 1
this._alpha = 0;
this.onPress = function () {
};
this.useHandCursor = false;
Symbol 495 MovieClip Frame 1
stop();
Symbol 495 MovieClip Frame 10
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 495 MovieClip Frame 20
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 500 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.suck.btn3.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 501 MovieClip Frame 1
function btnpressed(index) {
_parent._parent.change_speed(this.part);
}
Symbol 504 MovieClip Frame 1
stop();
Symbol 504 MovieClip Frame 10
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
btn3.setmode(btn3._mode);
Symbol 504 MovieClip Frame 19
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
btn3.setmode(btn3._mode);
Symbol 504 MovieClip Frame 29
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
btn3.setmode(btn3._mode);
Symbol 507 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 510 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;
_parent.next_btn._visible = true;
_parent.glow._visible = true;
_parent.btn_out._x = 18;
_parent.stroke._x = 18;
}
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 526 MovieClip [screen_4] 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_btn.Slow();
gotoAndPlay("a" + current_speed);
last_speed = current_speed;
}
}
function change_speed(new_speed) {
if (busy == false) {
current_speed = new_speed;
}
}
function checklevel() {
btn_out.setmode(btn_out._mode);
stroke.btn0.setmode(pussy.btn0._mode);
stroke.btn1.setmode(pussy.btn1._mode);
stroke.btn2.setmode(pussy.btn2._mode);
lick.btn0.setmode(pussy.btn0._mode);
lick.btn1.setmode(pussy.btn1._mode);
lick.btn2.setmode(pussy.btn2._mode);
suck.btn0.setmode(ass.btn0._mode);
suck.btn1.setmode(ass.btn1._mode);
suck.btn2.setmode(ass.btn2._mode);
suck.btn3.setmode(ass.btn2._mode);
if (level_complete == 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 :
lick._visible = true;
return;
case 5 :
lick.gotoAndPlay(2);
return;
case 6 :
lick.gotoAndPlay(11);
return;
case 7 :
suck._visible = true;
return;
case 8 :
suck.gotoAndPlay(2);
return;
case 9 :
suck.gotoAndPlay(11);
return;
case 10 :
suck.gotoAndPlay(20);
}
}
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", "90", "100");
var level_complete = false;
var speed = 1;
btn_out.gotoAndStop(2);
stroke._visible = true;
lick._visible = false;
suck._visible = false;
pleasure_meter._visible = true;
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_5");
}
};
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;
suck.btn3.part = 10;
btn_out.part = 0;
checklevel();
gotoAndPlay ("a0");
Symbol 526 MovieClip [screen_4] Frame 2
face.gotoAndStop(1);
face.eyes.gotoAndStop(1);
face.brows.gotoAndStop(1);
busy = false;
Symbol 526 MovieClip [screen_4] Frame 50
check_speed();
Symbol 526 MovieClip [screen_4] Frame 51
face.gotoAndStop(1);
face.eyes.gotoAndStop(1);
face.brows.gotoAndStop(1);
busy = false;
Symbol 526 MovieClip [screen_4] Frame 79
check_speed();
Symbol 526 MovieClip [screen_4] Frame 80
face.gotoAndStop(1);
face.eyes.gotoAndStop(1);
face.brows.gotoAndStop(2);
busy = false;
Symbol 526 MovieClip [screen_4] Frame 104
check_speed();
Symbol 526 MovieClip [screen_4] Frame 105
face.gotoAndStop(1);
face.eyes.gotoAndStop(1);
face.brows.gotoAndStop(3);
busy = false;
Symbol 526 MovieClip [screen_4] Frame 115
check_speed();
Symbol 526 MovieClip [screen_4] Frame 116
face.gotoAndStop(2);
face.eyes.gotoAndStop(1);
face.brows.gotoAndStop(1);
busy = false;
Symbol 526 MovieClip [screen_4] Frame 151
check_speed();
Symbol 526 MovieClip [screen_4] Frame 152
face.gotoAndStop(2);
face.eyes.gotoAndStop(1);
face.brows.gotoAndStop(2);
busy = false;
Symbol 526 MovieClip [screen_4] Frame 173
check_speed();
Symbol 526 MovieClip [screen_4] Frame 174
face.gotoAndStop(2);
face.eyes.gotoAndStop(3);
face.brows.gotoAndStop(3);
busy = false;
Symbol 526 MovieClip [screen_4] Frame 186
check_speed();
Symbol 526 MovieClip [screen_4] Frame 187
face.gotoAndStop(3);
face.eyes.gotoAndStop(2);
face.brows.gotoAndStop(1);
busy = false;
Symbol 526 MovieClip [screen_4] Frame 224
check_speed();
Symbol 526 MovieClip [screen_4] Frame 225
face.gotoAndStop(3);
face.eyes.gotoAndStop(2);
face.brows.gotoAndStop(1);
busy = false;
Symbol 526 MovieClip [screen_4] Frame 259
check_speed();
Symbol 526 MovieClip [screen_4] Frame 260
face.gotoAndStop(3);
face.eyes.gotoAndStop(3);
face.brows.gotoAndStop(2);
busy = false;
Symbol 526 MovieClip [screen_4] Frame 284
check_speed();
Symbol 526 MovieClip [screen_4] Frame 285
face.gotoAndStop(3);
face.eyes.gotoAndStop(3);
face.brows.gotoAndStop(3);
busy = false;
Symbol 526 MovieClip [screen_4] Frame 297
check_speed();
Symbol 542 MovieClip Frame 1
stop();
Symbol 559 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 559 MovieClip Frame 105
gotoAndStop (1);
Symbol 561 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 561 MovieClip Frame 105
gotoAndStop (1);
Symbol 562 MovieClip Frame 1
stop();
Symbol 570 MovieClip Frame 1
stop();
Symbol 579 MovieClip Frame 1
stop();
Symbol 619 MovieClip Frame 1
stop();
Symbol 619 MovieClip Frame 10
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 619 MovieClip Frame 20
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 622 MovieClip Frame 1
stop();
Symbol 622 MovieClip Frame 10
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 622 MovieClip Frame 20
stop();
btn0.setmode(btn0._mode);
btn1.setmode(btn1._mode);
btn2.setmode(btn2._mode);
Symbol 663 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 ("b02");
break;
case "05" :
gotoAndPlay ("b02");
break;
case "06" :
gotoAndPlay ("b02");
break;
case "07" :
gotoAndPlay ("b02");
break;
case "08" :
gotoAndPlay ("b02");
break;
case "09" :
gotoAndPlay ("b02");
break;
case "10" :
gotoAndPlay ("b10");
break;
case "12" :
gotoAndPlay ("a2");
break;
case "13" :
gotoAndPlay ("a3");
break;
case "14" :
gotoAndPlay ("b10");
break;
case "15" :
gotoAndPlay ("b10");
break;
case "16" :
gotoAndPlay ("b10");
break;
case "17" :
gotoAndPlay ("b10");
break;
case "18" :
gotoAndPlay ("b10");
break;
case "19" :
gotoAndPlay ("b10");
break;
case "20" :
gotoAndPlay ("b10");
break;
case "21" :
gotoAndPlay ("a1");
break;
case "23" :
gotoAndPlay ("a3");
break;
case "24" :
gotoAndPlay ("b10");
break;
case "25" :
gotoAndPlay ("b10");
break;
case "26" :
gotoAndPlay ("b10");
break;
case "27" :
gotoAndPlay ("b10");
break;
case "28" :
gotoAndPlay ("b10");
break;
case "29" :
gotoAndPlay ("b10");
break;
case "30" :
gotoAndPlay ("b10");
break;
case "31" :
gotoAndPlay ("a1");
break;
case "32" :
gotoAndPlay ("a2");
break;
case "34" :
gotoAndPlay ("b10");
break;
case "35" :
gotoAndPlay ("b10");
break;
case "36" :
gotoAndPlay ("b10");
break;
case "37" :
gotoAndPlay ("b10");
break;
case "38" :
gotoAndPlay ("b10");
break;
case "39" :
gotoAndPlay ("b10");
break;
case "40" :
gotoAndPlay ("b20");
break;
case "41" :
gotoAndPlay ("b20");
break;
case "42" :
gotoAndPlay ("b20");
break;
case "43" :
gotoAndPlay ("b20");
break;
case "45" :
gotoAndPlay ("a5");
break;
case "46" :
gotoAndPlay ("a6");
break;
case "47" :
gotoAndPlay ("b20");
break;
case "48" :
gotoAndPlay ("b20");
break;
case "49" :
gotoAndPlay ("b20");
break;
case "50" :
gotoAndPlay ("b20");
break;
case "51" :
gotoAndPlay ("b20");
break;
case "52" :
gotoAndPlay ("b20");
break;
case "53" :
gotoAndPlay ("b20");
break;
case "54" :
gotoAndPlay ("a4");
break;
case "56" :
gotoAndPlay ("a6");
break;
case "57" :
gotoAndPlay ("b20");
break;
case "58" :
gotoAndPlay ("b20");
break;
case "59" :
gotoAndPlay ("b20");
break;
case "60" :
gotoAndPlay ("b20");
break;
case "61" :
gotoAndPlay ("b20");
break;
case "62" :
gotoAndPlay ("b20");
break;
case "63" :
gotoAndPlay ("b20");
break;
case "64" :
gotoAndPlay ("a4");
break;
case "65" :
gotoAndPlay ("a5");
break;
case "67" :
gotoAndPlay ("b20");
break;
case "68" :
gotoAndPlay ("b20");
break;
case "69" :
gotoAndPlay ("b20");
break;
case "70" :
gotoAndPlay ("b32");
break;
case "71" :
gotoAndPlay ("b32");
break;
case "72" :
gotoAndPlay ("b32");
break;
case "73" :
gotoAndPlay ("b32");
break;
case "74" :
gotoAndPlay ("b32");
break;
case "75" :
gotoAndPlay ("b32");
break;
case "76" :
gotoAndPlay ("b32");
break;
case "78" :
gotoAndPlay ("a8");
break;
case "79" :
gotoAndPlay ("a9");
break;
case "80" :
gotoAndPlay ("b32");
break;
case "81" :
gotoAndPlay ("b32");
break;
case "82" :
gotoAndPlay ("b32");
break;
case "83" :
gotoAndPlay ("b32");
break;
case "84" :
gotoAndPlay ("b32");
break;
case "85" :
gotoAndPlay ("b32");
break;
case "86" :
gotoAndPlay ("b32");
break;
case "87" :
gotoAndPlay ("a7");
break;
case "89" :
gotoAndPlay ("a9");
break;
case "90" :
gotoAndPlay ("b32");
break;
case "91" :
gotoAndPlay ("b32");
break;
case "92" :
gotoAndPlay ("b32");
break;
case "93" :
gotoAndPlay ("b32");
break;
case "94" :
gotoAndPlay ("b32");
break;
case "95" :
gotoAndPlay ("b32");
break;
case "96" :
gotoAndPlay ("b32");
break;
case "97" :
gotoAndPlay ("a7");
break;
case "98" :
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);
stroke.btn0.setmode(pussy.btn0._mode);
stroke.btn1.setmode(pussy.btn1._mode);
stroke.btn2.setmode(pussy.btn2._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;
}
switch (current_part) {
case 0 :
return;
case 1 :
return;
case 2 :
stroke.gotoAndPlay(2);
return;
case 3 :
stroke.gotoAndPlay(11);
return;
case 4 :
pussy._visible = true;
return;
case 5 :
pussy.gotoAndPlay(2);
return;
case 6 :
pussy.gotoAndPlay(11);
return;
case 7 :
ass._visible = true;
return;
case 8 :
ass.gotoAndPlay(2);
return;
case 9 :
ass.gotoAndPlay(11);
}
}
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", "65", "75", "85", "100");
var level_complete = false;
var speed = 1;
btn_out.gotoAndStop(2);
stroke._visible = true;
pussy._visible = false;
ass._visible = false;
pleasure_meter._visible = true;
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_6");
}
};
stroke.btn0.part = 1;
stroke.btn1.part = 2;
stroke.btn2.part = 3;
pussy.btn0.part = 4;
pussy.btn1.part = 5;
pussy.btn2.part = 6;
ass.btn0.part = 7;
ass.btn1.part = 8;
ass.btn2.part = 9;
btn_out.part = 0;
checklevel();
gotoAndPlay ("a0");
Symbol 663 MovieClip [screen_5] Frame 2
face.gotoAndStop(1);
man_face.gotoAndStop(1);
busy = false;
Symbol 663 MovieClip [screen_5] Frame 39
check_speed();
Symbol 663 MovieClip [screen_5] Frame 40
face.gotoAndStop(1);
man_face.gotoAndStop(1);
busy = false;
Symbol 663 MovieClip [screen_5] Frame 77
check_speed();
Symbol 663 MovieClip [screen_5] Frame 78
face.gotoAndStop(3);
man_face.gotoAndStop(3);
busy = false;
Symbol 663 MovieClip [screen_5] Frame 90
check_speed();
Symbol 663 MovieClip [screen_5] Frame 91
face.gotoAndStop(2);
man_face.gotoAndStop(2);
busy = false;
Symbol 663 MovieClip [screen_5] Frame 109
check_speed();
Symbol 663 MovieClip [screen_5] Frame 110
busy = true;
Symbol 663 MovieClip [screen_5] Frame 122
switch (current_speed) {
case 0 :
break;
case 1 :
break;
case 2 :
break;
case 3 :
break;
case 4 :
break;
case 5 :
break;
case 6 :
break;
case 7 :
gotoAndPlay ("b23");
break;
case 8 :
gotoAndPlay ("b23");
break;
case 9 :
gotoAndPlay ("b23");
}
Symbol 663 MovieClip [screen_5] Frame 134
switch (current_speed) {
case 0 :
break;
case 1 :
break;
case 2 :
break;
case 3 :
break;
case 4 :
gotoAndPlay ("a4");
break;
case 5 :
gotoAndPlay ("a5");
break;
case 6 :
gotoAndPlay ("a6");
break;
case 7 :
gotoAndPlay ("b23");
break;
case 8 :
gotoAndPlay ("b23");
break;
case 9 :
gotoAndPlay ("b23");
}
Symbol 663 MovieClip [screen_5] Frame 135
face.gotoAndStop(1);
man_face.gotoAndStop(1);
busy = false;
Symbol 663 MovieClip [screen_5] Frame 174
check_speed();
Symbol 663 MovieClip [screen_5] Frame 175
face.gotoAndStop(2);
man_face.gotoAndStop(2);
busy = false;
Symbol 663 MovieClip [screen_5] Frame 200
check_speed();
Symbol 663 MovieClip [screen_5] Frame 201
face.gotoAndStop(3);
man_face.gotoAndStop(3);
busy = false;
Symbol 663 MovieClip [screen_5] Frame 213
check_speed();
Symbol 663 MovieClip [screen_5] Frame 214
busy = true;
Symbol 663 MovieClip [screen_5] Frame 228
switch (current_speed) {
case 0 :
break;
case 1 :
gotoAndPlay ("a1");
break;
case 2 :
gotoAndPlay ("a2");
break;
case 3 :
gotoAndPlay ("a3");
break;
case 4 :
break;
case 5 :
break;
case 6 :
break;
case 7 :
break;
case 8 :
break;
case 9 :
}
Symbol 663 MovieClip [screen_5] Frame 229
busy = true;
Symbol 663 MovieClip [screen_5] Frame 244
switch (current_speed) {
case 0 :
gotoAndPlay ("a0");
break;
case 1 :
break;
case 2 :
break;
case 3 :
break;
case 4 :
gotoAndPlay ("b02");
break;
case 5 :
gotoAndPlay ("b02");
break;
case 6 :
gotoAndPlay ("b02");
break;
case 7 :
gotoAndPlay ("b02");
break;
case 8 :
gotoAndPlay ("b02");
break;
case 9 :
gotoAndPlay ("b02");
}
Symbol 663 MovieClip [screen_5] Frame 245
busy = true;
Symbol 663 MovieClip [screen_5] Frame 256
switch (current_speed) {
case 0 :
break;
case 1 :
break;
case 2 :
break;
case 3 :
break;
case 4 :
break;
case 5 :
break;
case 6 :
break;
case 7 :
gotoAndPlay ("b23");
break;
case 8 :
gotoAndPlay ("b23");
break;
case 9 :
gotoAndPlay ("b23");
}
Symbol 663 MovieClip [screen_5] Frame 268
switch (current_speed) {
case 0 :
gotoAndPlay ("a0");
break;
case 1 :
gotoAndPlay ("b01");
break;
case 2 :
gotoAndPlay ("b01");
break;
case 3 :
gotoAndPlay ("b01");
break;
case 4 :
break;
case 5 :
break;
case 6 :
break;
case 7 :
gotoAndPlay ("b23");
break;
case 8 :
gotoAndPlay ("b23");
break;
case 9 :
gotoAndPlay ("b23");
}
Symbol 663 MovieClip [screen_5] Frame 269
face.gotoAndStop(1);
man_face.gotoAndStop(1);
busy = false;
Symbol 663 MovieClip [screen_5] Frame 308
check_speed();
Symbol 663 MovieClip [screen_5] Frame 309
face.gotoAndStop(2);
man_face.gotoAndStop(2);
busy = false;
Symbol 663 MovieClip [screen_5] Frame 334
check_speed();
Symbol 663 MovieClip [screen_5] Frame 335
face.gotoAndStop(3);
man_face.gotoAndStop(3);
busy = false;
Symbol 663 MovieClip [screen_5] Frame 349
check_speed();
Symbol 663 MovieClip [screen_5] Frame 350
busy = true;
Symbol 663 MovieClip [screen_5] Frame 360
switch (current_speed) {
case 0 :
break;
case 1 :
break;
case 2 :
break;
case 3 :
break;
case 4 :
break;
case 5 :
break;
case 6 :
break;
case 7 :
gotoAndPlay ("a7");
break;
case 8 :
gotoAndPlay ("a8");
break;
case 9 :
gotoAndPlay ("a9");
}
Symbol 663 MovieClip [screen_5] Frame 361
busy = true;
Symbol 663 MovieClip [screen_5] Frame 373
switch (current_speed) {
case 0 :
break;
case 1 :
break;
case 2 :
break;
case 3 :
break;
case 4 :
gotoAndPlay ("b34");
break;
case 5 :
gotoAndPlay ("b34");
break;
case 6 :
gotoAndPlay ("b34");
break;
case 7 :
gotoAndPlay ("a7");
break;
case 8 :
gotoAndPlay ("a8");
break;
case 9 :
gotoAndPlay ("a9");
}
Symbol 663 MovieClip [screen_5] Frame 383
switch (current_speed) {
case 0 :
gotoAndPlay ("a0");
break;
case 1 :
gotoAndPlay ("b01");
break;
case 2 :
gotoAndPlay ("b01");
break;
case 3 :
gotoAndPlay ("b01");
break;
case 4 :
break;
case 5 :
break;
case 6 :
break;
case 7 :
break;
case 8 :
break;
case 9 :
}
Symbol 667 MovieClip Frame 1
cs1._visible = false;
cs2._visible = false;
Symbol 671 MovieClip Frame 1
cs1._visible = false;
Symbol 681 MovieClip Frame 1
cs1._visible = false;
cs2._visible = false;
Symbol 685 MovieClip Frame 1
cs1._visible = false;
Symbol 689 MovieClip Frame 1
cs1._visible = false;
Symbol 696 MovieClip Frame 1
this.onRollOver = function () {
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
stop();
Symbol 697 MovieClip Frame 1
this.onRollOver = function () {
c1.gotoAndStop(2);
};
this.onRollOut = function () {
c1.gotoAndStop(1);
};
this.onReleaseOutside = function () {
c1.gotoAndStop(1);
};
Symbol 700 MovieClip Frame 1
_visible = false;
Symbol 722 MovieClip Frame 1
_alpha = 0;
Symbol 754 MovieClip [screen_6] Frame 1
cs1 = false;
cs2 = false;
cs3 = false;
sp1._visible = false;
sp2._visible = false;
next_btn._visible = false;
glow._visible = false;
c1_need = false;
c2_need = false;
c3_need = false;
c1.onPress = function () {
c1.onPress = null;
c1_need = true;
cs1 = true;
c1._visible = false;
c2._visible = false;
c3._visible = false;
};
c2.onPress = function () {
c2.onPress = null;
c2_need = true;
cs2 = true;
c1._visible = false;
c2._visible = false;
c3._visible = false;
};
c3.onPress = function () {
c3.onPress = null;
c3_need = true;
cs3 = true;
c1._visible = false;
c2._visible = false;
c3._visible = false;
};
next_btn.onPress = function () {
next_btn.onPress = null;
_root.gotoScreen("end");
};
Symbol 754 MovieClip [screen_6] Frame 2
if (((cs1 == true) and (cs2 == true)) and (cs3 == true)) {
next_btn._visible = true;
glow._visible = true;
}
Symbol 754 MovieClip [screen_6] Frame 50
if (c1_need == true) {
c1_need = false;
gotoAndPlay ("a1");
return(undefined);
}
if (c2_need == true) {
c2_need = false;
gotoAndPlay ("a2");
return(undefined);
}
if (c3_need == true) {
c3_need = false;
gotoAndPlay ("a3");
return(undefined);
}
gotoAndPlay ("a0");
Symbol 754 MovieClip [screen_6] Frame 78
head.eyes.eyes.gotoAndStop(100);
head.cs1._visible = true;
h1.cs1._visible = true;
Symbol 754 MovieClip [screen_6] Frame 80
head.cs2._visible = true;
h2.cs1._visible = true;
Symbol 754 MovieClip [screen_6] Frame 103
gotoAndPlay ("a0");
if (cs2 == false) {
c2._visible = true;
}
if (cs3 == false) {
c3._visible = true;
}
Symbol 754 MovieClip [screen_6] Frame 130
sp1._visible = true;
Symbol 754 MovieClip [screen_6] Frame 143
b1.cs1._visible = true;
Symbol 754 MovieClip [screen_6] Frame 152
gotoAndPlay ("a0");
if (cs1 == false) {
c1._visible = true;
}
if (cs3 == false) {
c3._visible = true;
}
Symbol 754 MovieClip [screen_6] Frame 179
sp2._visible = true;
Symbol 754 MovieClip [screen_6] Frame 188
b2.cs1._visible = true;
Symbol 754 MovieClip [screen_6] Frame 201
gotoAndPlay ("a0");
if (cs1 == false) {
c1._visible = true;
}
if (cs2 == false) {
c2._visible = true;
}
Symbol 762 MovieClip Frame 50
stop();
_parent.again_btn._visible = true;
Symbol 763 MovieClip [end] Frame 1
again_btn.onPress = function () {
again_btn.onPress = null;
_root.gotoScreen("main_menu");
};
again_btn._visible = false;
Symbol 793 MovieClip [main_menu] 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("screen_1");
}
};