Frame 1
stop();
owner_URL = "http://gamesofdesire.com/";
game_complete = false;
part_1_complete = false;
part_1_talk_complete = false;
part_2_complete = false;
part_2_talk_complete = false;
part_3_complete = false;
part_3_talk_complete = false;
part_4_complete = false;
part_4_talk_complete = false;
part_5_complete = false;
part_5_talk_complete = false;
part_count = 0;
current_screen = 0;
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!");
fuck_answers = new Array("Want to fuck me right now?", "Uh... you're so hot! How are you about sex?", "Oh... boy! Take me right here.", "That was a great fuck. Wanna do it once again?");
quiz_answers = new Array("Do you want to try once again?", "Don't worry, my questions would be easy", "I hope you will not chicken out of my questions?", "How about another try?");
onEnterFrame = function () {
if (_currentframe != 1) {
return(undefined);
}
p1 = int((100 * getBytesLoaded()) / getBytesTotal());
p2 = int((1000 * getBytesLoaded()) / getBytesTotal()) - (10 * p1);
percent = (percent_shadow = ((("Loading: " + p1) + ".") + p2) + "%");
bar.SetValue(getBytesLoaded() / getBytesTotal());
if (getBytesLoaded() == getBytesTotal()) {
gotoAndStop (3);
}
};
moregames.onPress = function () {
getURL (owner_URL, "_blank");
};
ad_btn1.onPress = function () {
getURL ("http://www.redlightcenter.com/flashtour.asp?trq=13778", "_blank");
};
ad_btn2.onPress = function () {
getURL ("http://affiliates.thrixxx.com/scripts/connect.php?bid=0&ccb=1703162&int=INT-EN-0000", "_blank");
};
ad_btn3.onPress = function () {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=936567-0000&PA=1757601&BAN=0", "_blank");
};
ad_btn4.onPress = function () {
getURL ("http://www.meetandfuckgames.com", "_blank");
};
ad_btn5.onPress = function () {
getURL ("http://store.bonetown.com/store/pc/btRedirect.asp?idaffiliate=191", "_blank");
};
Frame 3
function setScreen(clip_name) {
if (screen != undefined) {
removeMovieClip(screen);
}
attachMovie(clip_name, "screen", 0);
}
function gotoScreen(clip_name) {
if (trans != undefined) {
removeMovieClip(trans);
}
attachMovie("trans_screen", "trans", 1).next_screen = clip_name;
}
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);
}
setScreen("main_menu");
stop();
Symbol 14 MovieClip Frame 1
function SetValue(_value) {
hider._x = (_value * volumer._width) - hider._width;
}
SetValue(0);
Symbol 69 MovieClip Frame 1
this._visible = false;
Symbol 69 MovieClip Frame 2
stop();
Symbol 70 MovieClip [trans_screen] Frame 1
var next_screen;
Symbol 70 MovieClip [trans_screen] Frame 10
_parent.setScreen(next_screen);
Symbol 70 MovieClip [trans_screen] Frame 20
removeMovieClip(this);
Symbol 77 MovieClip [dialog_line] Frame 1
this.index_var._visible = true;
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 < 3) {
eval ("_parent.dialog_line" + i)._visible = false;
i++;
}
_parent.my_phrase_baloon.text = "";
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon.phrase = _parent.dialog[0][index];
trace(_parent.dialog);
_parent.my_phrase_baloon.next_btn._visible = true;
_parent.my_phrase_baloon.next_btn.onPress = function () {
if ((index == 0) && (_parent.current_dialog_index == 4)) {
_parent.face.gotoAndPlay(1);
}
if ((index == 0) && (_parent.current_dialog_index == 5)) {
_parent.face.gotoAndPlay(36);
}
_parent.girl.gotoAndStop(_parent.dialog[2][index]);
_parent.my_phrase_baloon._visible = false;
_parent.her_phrase_baloon_baloon._visible = true;
};
_parent.my_phrase_baloon._visible = true;
_parent.her_phrase_baloon.text = "";
_parent.her_phrase_baloon.letters = 0;
_parent.her_phrase_baloon.phrase = _parent.dialog[1][index];
_parent.her_phrase_baloon.next_btn._visible = true;
_parent.her_phrase_baloon.result = false;
if (this.index == 0) {
_parent.her_phrase_baloon.result = true;
}
_parent.her_phrase_baloon.next_btn.onPress = function () {
_parent.girl.gotoAndStop(1);
_parent.her_phrase_baloon._visible = false;
if (_parent.her_phrase_baloon.result == true) {
_parent.need_next_question = true;
i = 0;
while (i < 3) {
eval ("_parent.dialog_line" + i)._visible = false;
i++;
}
} else {
i = 0;
while (i < 3) {
eval ("_parent.dialog_line" + i)._visible = true;
i++;
}
}
};
};
Symbol 80 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 1
this.onPress = function () {
if (_parent._currentframe == 1) {
_parent.gotoAndPlay(2);
return(undefined);
}
if (_parent._currentframe > 1) {
_parent.gotoAndPlay(230);
}
};
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 240
gotoAndStop (1);
Symbol 88 MovieClip [dialog_line_quiz] 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_baloon.text = "";
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon.phrase = your_text;
_parent.my_phrase_baloon.next_btn._visible = true;
_parent.my_phrase_baloon._visible = true;
_parent.my_phrase_baloon.index = index;
_parent.her_phrase_baloon.text = "";
_parent.her_phrase_baloon.letters = 0;
_parent.her_phrase_baloon.phrase = _parent.question[2][this.index];
_parent.her_phrase_baloon.next_btn._visible = true;
_parent.her_phrase_baloon.ask_question = false;
_parent.her_phrase_baloon.result = _parent.question[3][this.index];
};
Symbol 90 MovieClip [dialog_line_2] 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 < 3) {
eval ("_parent.dialog_line" + i)._visible = false;
i++;
}
_parent.my_phrase_baloon.text = "";
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon.phrase = _parent.dialog[0][index];
_parent.my_phrase_baloon.next_btn._visible = true;
_parent.my_phrase_baloon.next_btn.onPress = function () {
_parent.my_phrase_baloon._visible = false;
_parent.my_phrase_baloon.index = index;
_parent.face = _parent.dialog[2][index];
_parent.her_phrase_baloon._visible = true;
};
_parent.my_phrase_baloon._visible = true;
_parent.her_phrase_baloon.text = "";
_parent.her_phrase_baloon.letters = 0;
_parent.her_phrase_baloon.phrase = _parent.dialog[1][index];
_parent.her_phrase_baloon.next_btn._visible = true;
_parent.her_phrase_baloon.result = false;
if (this.index == 0) {
_parent.her_phrase_baloon.result = true;
}
_parent.her_phrase_baloon.next_btn.onPress = function () {
_parent.face = 1;
_parent.her_phrase_baloon._visible = false;
if (_parent.her_phrase_baloon.result == true) {
_parent.need_next_question = true;
i = 0;
while (i < 3) {
eval ("_parent.dialog_line" + i)._visible = false;
i++;
}
} else {
i = 0;
while (i < 3) {
eval ("_parent.dialog_line" + i)._visible = true;
i++;
}
}
};
};
Symbol 98 MovieClip Frame 1
this._visible = false;
Symbol 104 MovieClip [loose_screen] Frame 1
next_btn.onPress = function () {
_parent._visible = false;
_parent._parent.gotoAndStop(1);
_parent.removeMovieClip();
};
bg.onPress = function () {
};
bg.useHandCursor = false;
Symbol 104 MovieClip [loose_screen] Frame 54
stop();
next_btn.onPress = function () {
_visible = false;
_parent.gotoAndStop(1);
this.removeMovieClip();
};
bg.onPress = function () {
};
bg.useHandCursor = false;
Symbol 109 MovieClip Frame 1
this._visible = false;
gotoAndStop(random(2) + 2);
Symbol 111 MovieClip [win_screen] Frame 1
next_btn.onPress = function () {
this._visible = false;
_parent.gotoFuckScreen();
this.removeMovieClip();
};
bg.onPress = function () {
};
bg.useHandCursor = false;
Symbol 111 MovieClip [win_screen] Frame 84
stop();
next_btn.onPress = function () {
_visible = false;
this.removeMovieClip();
_parent.Win();
};
bg.onPress = function () {
};
bg.useHandCursor = false;
Symbol 120 MovieClip Frame 1
stop();
Symbol 131 MovieClip Frame 44
gotoAndPlay ("a0");
Symbol 131 MovieClip Frame 88
gotoAndPlay ("a1");
Symbol 131 MovieClip Frame 114
gotoAndPlay ("a2");
Symbol 131 MovieClip Frame 125
gotoAndPlay ("a3");
Symbol 151 MovieClip Frame 1
stop();
_mode = 0;
Symbol 151 MovieClip Frame 2
busy = true;
_parent.dick3._visible = false;
Symbol 151 MovieClip Frame 11
gotoAndPlay ("a0");
Symbol 151 MovieClip Frame 31
busy = false;
Symbol 151 MovieClip Frame 71
gotoAndPlay ("a0");
Symbol 151 MovieClip Frame 84
gotoAndStop (1);
_parent.dick3._visible = true;
Symbol 151 MovieClip Frame 110
gotoAndPlay ("a1");
Symbol 151 MovieClip Frame 119
gotoAndPlay ("a2");
Symbol 169 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 1
stop();
_mode = 0;
Symbol 184 MovieClip Frame 2
busy = true;
_parent.dick3._visible = false;
Symbol 184 MovieClip Frame 11
gotoAndPlay ("a0");
Symbol 184 MovieClip Frame 31
busy = false;
Symbol 184 MovieClip Frame 71
gotoAndPlay ("a0");
Symbol 184 MovieClip Frame 84
gotoAndStop (1);
_parent.dick3._visible = true;
Symbol 184 MovieClip Frame 110
gotoAndPlay ("a1");
Symbol 184 MovieClip Frame 119
gotoAndPlay ("a2");
Symbol 216 MovieClip Frame 1
stop();
Symbol 216 MovieClip Frame 10
gotoAndPlay ("a2");
Symbol 216 MovieClip Frame 34
gotoAndPlay ("a0");
Symbol 216 MovieClip Frame 56
gotoAndPlay ("a1");
Symbol 226 MovieClip Frame 1
stop();
busy = false;
if (first_run == undefined) {
first_run = true;
_text = _parent._arrmode[0];
}
Symbol 226 MovieClip Frame 2
busy = true;
Symbol 226 MovieClip Frame 9
busy = true;
_text = _parent._arrmode[_parent._mode];
_parent._parent.meter.change_state(_parent.part, _parent._mode);
Symbol 226 MovieClip Frame 25
busy = true;
gotoAndStop (1);
Symbol 228 MovieClip Frame 1
var _arrmode = _parent._arrmode[this.part];
var _mode = 0;
next_btn.onPress = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode >= _parent.meter.stop_percents_index[part]) {
return(undefined);
}
if (_title.busy == false) {
if (_mode < (_arrmode.length - 1)) {
if (_mode == 0) {
_parent.busy = true;
_parent.suck1 = true;
}
_parent.man1.gotoAndPlay("a" + _mode);
_mode++;
_title.gotoAndPlay(2);
}
}
};
next_btn_2.onPress = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_title.busy == false) {
if (_mode > 0) {
if (_mode == 1) {
_parent.busy = true;
_parent.suck0 = true;
}
_mode--;
_parent.man1.gotoAndPlay("a" + (_mode - 1));
_title.gotoAndPlay(2);
}
}
};
this.onEnterFrame = function () {
};
Symbol 235 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
this.gotoAndStop(_parent.state + 1);
};
Symbol 239 MovieClip Frame 1
stop();
this.percent = 0;
this.onEnterFrame = function () {
state = _parent.man_state[this.part];
this.percent = Math.round((this._currentframe / this._totalframes) * 100);
this.percents = percent + "%";
switch (_parent.man_state[this.part]) {
case 0 :
break;
case 1 :
if (this._currentframe == this._totalframes) {
_parent.man_state[this.part] = 0;
return(undefined);
}
if ((this._currentframe + _parent.speed[this.part]) > this._totalframes) {
gotoAndStop(this._totalframes);
} else {
gotoAndStop(this._currentframe + _parent.speed[this.part]);
}
break;
case 2 :
if (this._currentframe == 1) {
_parent.man_state[this.part] = 0;
return(undefined);
}
gotoAndStop(this._currentframe + _parent.speed[this.part]);
}
};
Symbol 240 MovieClip Frame 1
function change_state(man, index) {
if (man_complete[man] == 1) {
return(undefined);
}
speed[man] = index - stop_percents_index[man];
if (index >= stop_percents_index[man]) {
man_state[man] = 1;
}
if (index == stop_percents_index[man]) {
speed[man] = speed[man] + 2;
man_state[man] = 1;
}
if (index < stop_percents_index[man]) {
man_state[man] = 2;
speed[man] = speed[man] + 1;
}
}
meter_0.part = 0;
meter_1.part = 1;
meter_2.part = 2;
meter_3.part = 3;
man_state = new Array();
man_state[0] = 0;
man_state[1] = 0;
man_state[2] = 0;
man_state[3] = 0;
speed = new Array();
speed[0] = 0;
speed[1] = 0;
speed[2] = 0;
speed[3] = 0;
stop_percents_array = Array("0", "30", "60", "100");
man_complete = new Array();
man_complete[0] = 0;
man_complete[1] = 0;
man_complete[2] = 0;
man_complete[3] = 0;
stop_percents_index = new Array();
stop_percents_index[0] = 1;
stop_percents_index[1] = 1;
stop_percents_index[2] = 1;
stop_percents_index[3] = 1;
this.onEnterFrame = function () {
i = 0;
while (i < 10) {
if (eval ("meter_" + i).percent == stop_percents_array[stop_percents_index[i]]) {
if (eval ("meter_" + i).percent == 100) {
man_complete[i] = 1;
}
stop_percents_index[i]++;
man_state[i] = 0;
}
i++;
}
max_value = 0;
level_complete = 0;
i = 0;
while (i < 3) {
if (eval ("_parent.btn" + i)._mode > max_value) {
max_value = eval ("_parent.btn" + i)._mode;
}
i++;
}
i = 0;
while (i < 4) {
level_complete = level_complete + man_complete[i];
i++;
}
_parent.man_x.gotoAndStop(_parent.btn1._mode + 1);
_parent.head.gotoAndStop(max_value + 1);
if (level_complete == 4) {
this._visible = false;
_parent.next_btn._visible = true;
_parent.glow._visible = true;
}
};
Symbol 241 MovieClip Frame 1
var _arrmode = _parent._arrmode[this.part];
var _mode = 0;
next_btn.onPress = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode >= _parent.meter.stop_percents_index[part]) {
return(undefined);
}
if (_title.busy == false) {
if (_mode < (_arrmode.length - 1)) {
_mode++;
_parent.change_speed(_mode);
_title.gotoAndPlay(2);
}
}
};
next_btn_2.onPress = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_title.busy == false) {
if (_mode > 0) {
if ((_mode == 1) and (_parent.btn2._mode > 0)) {
return(undefined);
}
_mode--;
_parent.change_speed(_mode);
_title.gotoAndPlay(2);
}
}
};
Symbol 242 MovieClip Frame 1
var _arrmode = _parent._arrmode[this.part];
var _mode = 0;
next_btn.onPress = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode >= _parent.meter.stop_percents_index[part]) {
return(undefined);
}
if (_title.busy == false) {
if (_mode < (_arrmode.length - 1)) {
if (_parent.btn1._mode == 0) {
return(undefined);
}
if (_mode == 0) {
_parent.busy = true;
_parent.cunt.gotoAndPlay("b01");
_parent.hand.gotoAndPlay("b01");
} else {
_parent.cunt.gotoAndPlay("a" + _mode);
_parent.hand.gotoAndPlay("a" + _mode);
}
_mode++;
_title.gotoAndPlay(2);
}
}
};
next_btn_2.onPress = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_title.busy == false) {
if (_mode > 0) {
if (_mode == 1) {
_parent.cunt.gotoAndPlay("b10");
_parent.hand.gotoAndPlay("b10");
} else {
_parent.cunt.gotoAndPlay(("a" + _mode) - 1);
_parent.hand.gotoAndPlay(("a" + _mode) - 1);
}
_mode--;
_title.gotoAndPlay(2);
}
}
};
Symbol 243 MovieClip Frame 1
var _arrmode = _parent._arrmode[this.part];
var _mode = 0;
next_btn.onPress = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode >= _parent.meter.stop_percents_index[part]) {
return(undefined);
}
if (_title.busy == false) {
if (_mode < (_arrmode.length - 1)) {
_mode++;
_parent.stroker.gotoAndPlay("a" + _mode);
_title.gotoAndPlay(2);
}
}
};
next_btn_2.onPress = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_title.busy == false) {
if (_mode > 0) {
_mode--;
_parent.stroker.gotoAndPlay("a" + (_mode - 1));
_title.gotoAndPlay(2);
}
}
};
this.onEnterFrame = function () {
};
Symbol 260 MovieClip Frame 1
_visible = false;
Symbol 263 MovieClip Frame 1
this._visible = false;
Symbol 263 MovieClip Frame 2
stop();
Symbol 265 MovieClip Frame 1
this._visible = false;
Symbol 265 MovieClip Frame 2
stop();
Symbol 267 MovieClip Frame 1
this._visible = false;
Symbol 267 MovieClip Frame 2
stop();
Symbol 269 MovieClip Frame 1
this._visible = false;
Symbol 269 MovieClip Frame 2
stop();
Symbol 271 MovieClip Frame 1
this._visible = false;
Symbol 271 MovieClip Frame 2
stop();
Symbol 273 MovieClip Frame 1
this._visible = false;
Symbol 273 MovieClip Frame 2
stop();
Symbol 275 MovieClip Frame 1
this._visible = false;
Symbol 275 MovieClip Frame 2
stop();
Symbol 276 MovieClip Frame 1
this.onEnterFrame = function () {
biggest_mode = _parent.btn1._mode;
if (biggest_mode < _parent.btn2._mode) {
biggest_mode = _parent.btn2._mode;
}
if ((biggest_mode == 0) and (_parent.btn0._mode > 0)) {
if (_parent.btn0._mode == 1) {
gotoAndStop (6);
} else {
gotoAndStop (7);
}
} else {
gotoAndStop(biggest_mode + 2);
}
};
stop();
Symbol 297 MovieClip Frame 1
function change_speed(new_speed) {
if (busy == false) {
current_speed = new_speed;
}
}
function change_action(get_mode) {
if (busy == true) {
return(undefined);
}
}
function check_speed() {
if (suck1 == true) {
suck1 = false;
if (current_speed > 0) {
gotoAndPlay ("suck01");
} else {
gotoAndPlay ("suck02");
}
return(undefined);
}
if (suck0 == true) {
suck0 = false;
if (current_speed > 0) {
gotoAndPlay ("suck10");
} else {
gotoAndPlay ("suck20");
}
return(undefined);
}
if (last_speed == current_speed) {
gotoAndPlay("a" + current_speed);
} else {
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 "10" :
gotoAndPlay ("b10");
break;
case "12" :
gotoAndPlay ("a2");
break;
case "13" :
gotoAndPlay ("a3");
break;
case "20" :
gotoAndPlay ("b10");
break;
case "21" :
gotoAndPlay ("a1");
break;
case "23" :
gotoAndPlay ("a3");
break;
case "30" :
gotoAndPlay ("b10");
break;
case "31" :
gotoAndPlay ("a1");
break;
case "32" :
gotoAndPlay ("a2");
}
if (last_speed < current_speed) {
last_speed = last_speed + 1;
}
if (last_speed > current_speed) {
last_speed = last_speed - 1;
}
}
}
var busy = false;
var suck_0 = false;
var suck_1 = false;
next_btn._visible = true;
glow._visible = false;
next_btn.onPress = function () {
next_btn.onPress = null;
_root.gotoScreen("screen_art_2");
};
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var level_complete = false;
man1._visible = false;
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
checklevel();
gotoAndPlay ("a0");
var _arrmode = new Array();
_arrmode[0] = Array("Out", "Easy", "Normal", "Hard");
_arrmode[1] = Array("Out", "Easy", "Normal", "Hard");
_arrmode[2] = Array("Out", "Easy", "Normal", "Hard");
_arrmode[3] = Array("Stop", "Easy", "Normal", "Hard");
Symbol 297 MovieClip Frame 2
busy = false;
m15._visible = !man1._visible;
Symbol 297 MovieClip Frame 29
check_speed();
Symbol 297 MovieClip Frame 51
switch (current_speed) {
case 0 :
break;
case 1 :
gotoAndPlay ("a1");
break;
case 2 :
last_speed = 2;
gotoAndPlay ("a2");
break;
case 3 :
last_speed = 3;
gotoAndPlay ("a3");
break;
case 4 :
}
Symbol 297 MovieClip Frame 52
m15._visible = !man1._visible;
busy = false;
Symbol 297 MovieClip Frame 71
check_speed();
Symbol 297 MovieClip Frame 72
busy = true;
Symbol 297 MovieClip Frame 86
gotoAndPlay("a" + current_speed);
man1._visible = true;
m11._visible = false;
m12._visible = false;
m13._visible = false;
m14._visible = false;
m15._visible = false;
head.mouth._visible = false;
man1.gotoAndPlay("a0");
Symbol 297 MovieClip Frame 87
man1._visible = false;
m11._visible = true;
m12._visible = true;
m13._visible = true;
m14._visible = true;
m15._visible = true;
head.mouth._visible = true;
man1.gotoAndStop(1);
busy = true;
Symbol 297 MovieClip Frame 103
gotoAndPlay("a" + current_speed);
Symbol 297 MovieClip Frame 104
busy = true;
Symbol 297 MovieClip Frame 117
gotoAndPlay("a" + current_speed);
man1._visible = true;
m11._visible = false;
m12._visible = false;
m13._visible = false;
m14._visible = false;
m15._visible = false;
head.mouth._visible = false;
man1.gotoAndPlay("a0");
Symbol 297 MovieClip Frame 118
man1._visible = false;
m11._visible = true;
m12._visible = true;
m13._visible = true;
m14._visible = true;
m15._visible = true;
head.mouth._visible = true;
man1.gotoAndStop(1);
busy = true;
Symbol 297 MovieClip Frame 133
gotoAndPlay("a" + current_speed);
man1._visible = false;
m11._visible = true;
m12._visible = true;
m13._visible = true;
m14._visible = true;
m15._visible = true;
man1.gotoAndStop(1);
Symbol 297 MovieClip Frame 134
busy = false;
m15._visible = !man1._visible;
Symbol 297 MovieClip Frame 152
check_speed();
Symbol 297 MovieClip Frame 153
m15._visible = !man1._visible;
Symbol 297 MovieClip Frame 170
gotoAndPlay ("a0");
Symbol 297 MovieClip Frame 171
busy = false;
m15._visible = !man1._visible;
Symbol 297 MovieClip Frame 180
check_speed();
Symbol 310 MovieClip Frame 1
this._visible = false;
stop();
Symbol 310 MovieClip Frame 2
this._visible = true;
Symbol 310 MovieClip Frame 20
stop();
Symbol 313 MovieClip Frame 1
this._visible = false;
stop();
Symbol 313 MovieClip Frame 2
this._visible = true;
Symbol 313 MovieClip Frame 20
stop();
Symbol 333 MovieClip Frame 1
this._visible = false;
stop();
Symbol 333 MovieClip Frame 2
this._visible = true;
Symbol 333 MovieClip Frame 20
stop();
Symbol 335 MovieClip Frame 1
this._visible = false;
stop();
Symbol 335 MovieClip Frame 2
this._visible = true;
Symbol 335 MovieClip Frame 20
stop();
Symbol 337 MovieClip Frame 1
this._visible = false;
stop();
Symbol 337 MovieClip Frame 2
this._visible = true;
Symbol 337 MovieClip Frame 20
stop();
Symbol 339 MovieClip Frame 1
this._visible = false;
stop();
Symbol 339 MovieClip Frame 2
this._visible = true;
Symbol 339 MovieClip Frame 20
stop();
Symbol 340 MovieClip Frame 1
this._visible = false;
stop();
Symbol 340 MovieClip Frame 2
this._visible = true;
Symbol 340 MovieClip Frame 20
stop();
Symbol 343 MovieClip Frame 1
f = random(4);
if (f == 3) {
gotoAndPlay ("x");
}
Symbol 343 MovieClip Frame 89
gotoAndPlay (1);
Symbol 343 MovieClip Frame 160
gotoAndPlay (1);
Symbol 346 MovieClip Frame 1
f = random(3);
if (f == 2) {
gotoAndPlay ("1");
} else {
gotoAndPlay ("x");
}
Symbol 346 MovieClip Frame 38
gotoAndPlay (1);
Symbol 346 MovieClip Frame 83
gotoAndPlay (1);
Symbol 348 MovieClip Frame 1
stop();
_parent.brows.gotoAndStop(1);
Symbol 348 MovieClip Frame 2
_parent.brows.gotoAndStop(2);
Symbol 348 MovieClip Frame 3
_parent.brows.gotoAndStop(2);
Symbol 348 MovieClip Frame 4
_parent.brows.gotoAndStop(3);
Symbol 354 MovieClip Frame 1
this._visible = false;
stop();
Symbol 354 MovieClip Frame 2
this._visible = true;
Symbol 354 MovieClip Frame 20
stop();
Symbol 356 MovieClip Frame 1
this._visible = false;
stop();
Symbol 356 MovieClip Frame 2
this._visible = true;
Symbol 356 MovieClip Frame 20
stop();
Symbol 366 MovieClip Frame 1
stop();
Symbol 387 MovieClip Frame 1
if (_parent.cs0_complete == false) {
return(undefined);
}
if (_parent.busy == true) {
return(undefined);
}
_parent.cumshot_btn_3._visible = !_parent.cs2_complete;
Symbol 387 MovieClip Frame 39
gotoAndPlay (1);
Symbol 387 MovieClip Frame 40
_parent.cs2_complete = true;
_parent.busy = true;
_parent.cumshot_btn_2._visible = false;
_parent.cumshot_btn_4._visible = false;
Symbol 387 MovieClip Frame 54
_parent.head.cs1.gotoAndPlay(2);
Symbol 387 MovieClip Frame 75
_parent.head.cs2.gotoAndPlay(2);
_parent.head.cs3.gotoAndPlay(2);
_parent.head.gotoAndStop(4);
Symbol 387 MovieClip Frame 101
_parent.boob.cs1.gotoAndPlay(2);
_parent.boob.cs2.gotoAndPlay(2);
Symbol 387 MovieClip Frame 123
gotoAndPlay (1);
_parent.busy = false;
Symbol 392 MovieClip Frame 1
if (_parent.cs0_complete == false) {
return(undefined);
}
if (_parent.busy == true) {
return(undefined);
}
_parent.cumshot_btn_2._visible = !_parent.cs1_complete;
Symbol 392 MovieClip Frame 30
gotoAndPlay (1);
Symbol 392 MovieClip Frame 31
_parent.cs1_complete = true;
_parent.busy = true;
_parent.cumshot_btn_3._visible = false;
_parent.cumshot_btn_4._visible = false;
Symbol 392 MovieClip Frame 43
_parent.hairs.cs1.gotoAndPlay(2);
_parent.hairs.cs2.gotoAndPlay(2);
Symbol 392 MovieClip Frame 56
_parent.head.cs4.gotoAndPlay(2);
_parent.head.gotoAndStop(4);
Symbol 392 MovieClip Frame 65
gotoAndPlay (1);
_parent.busy = false;
Symbol 396 MovieClip Frame 1
if (_parent.cs0_complete == false) {
return(undefined);
}
if (_parent.busy == true) {
return(undefined);
}
_parent.cumshot_btn_4._visible = !_parent.cs4_complete;
Symbol 396 MovieClip Frame 62
gotoAndPlay (1);
Symbol 396 MovieClip Frame 63
_parent.cs4_complete = true;
_parent.busy = true;
_parent.cumshot_btn_3._visible = false;
_parent.cumshot_btn_2._visible = false;
Symbol 396 MovieClip Frame 75
_parent.head.cs10.gotoAndPlay(2);
Symbol 396 MovieClip Frame 82
gotoAndPlay (1);
_parent.busy = false;
Symbol 404 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 404 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 404 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 404 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 407 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 407 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 407 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 407 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 410 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 410 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 410 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 410 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 413 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 413 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 413 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 413 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 420 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 424 MovieClip Frame 1
action = true;
if (_parent.pleasure_meter.speed == undefined) {
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 >= 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 441 MovieClip Frame 1
function setmode(number) {
init = 1;
if (_mode != 4) {
return(undefined);
}
_mode = number;
switch (_mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
gotoAndStop (2);
break;
case 3 :
gotoAndStop (3);
break;
case 4 :
gotoAndStop (4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
if (_mode == undefined) {
_mode = 4;
}
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 441 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 441 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 441 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 486 MovieClip Frame 15
stop();
Symbol 495 MovieClip Frame 100
stop();
_root.gotoScreen("end");
Symbol 497 MovieClip [screen_art_2] 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 "10" :
gotoAndPlay ("b10");
break;
case "12" :
gotoAndPlay ("a2");
break;
case "13" :
last_speed = 3;
gotoAndPlay ("a3");
break;
case "14" :
last_speed = 4;
gotoAndPlay ("a4");
break;
case "15" :
last_speed = 5;
gotoAndPlay ("cs");
break;
case "20" :
gotoAndPlay ("b10");
break;
case "21" :
gotoAndPlay ("a1");
break;
case "23" :
gotoAndPlay ("a3");
break;
case "24" :
last_speed = 4;
gotoAndPlay ("a4");
break;
case "25" :
last_speed = 5;
gotoAndPlay ("cs");
break;
case "30" :
gotoAndPlay ("b10");
break;
case "31" :
last_speed = 1;
gotoAndPlay ("a1");
break;
case "32" :
gotoAndPlay ("a2");
break;
case "34" :
gotoAndPlay ("a4");
break;
case "35" :
last_speed = 5;
gotoAndPlay ("cs");
break;
case "40" :
gotoAndPlay ("b10");
break;
case "41" :
last_speed = 1;
gotoAndPlay ("a1");
break;
case "42" :
last_speed = 2;
gotoAndPlay ("a2");
break;
case "43" :
gotoAndPlay ("a3");
break;
case "45" :
gotoAndPlay ("cs");
}
if (last_speed < current_speed) {
last_speed = last_speed + 1;
}
if (last_speed > current_speed) {
last_speed = last_speed - 1;
}
}
}
function change_speed(new_speed) {
if (busy == false) {
current_speed = new_speed;
}
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
btn0.setmode(3);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
btn4.setmode(1);
pleasure_meter._visible = false;
cumshot_btn._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn0.setmode(1);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
btn4.setmode(1);
pleasure_meter._visible = false;
cumshot_btn._visible = true;
current_part = 6;
}
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array("20", "40", "60", "80", "100");
var level_complete = false;
var cs0_complete = false;
var cs1_complete = false;
var cs2_complete = false;
var cs4_complete = false;
pleasure_meter.speed = 2;
if (_root.art_complete == true) {
level_complete = true;
}
next_btn._visible = eval (true);
cumshot_btn._visible = level_complete;
cumshot_btn_2._visible = false;
cumshot_btn_3._visible = false;
cumshot_btn_4._visible = false;
pleasure_meter._visible = !level_complete;
next2_btn._visible = true;
glow._visible = false;
cumshot_btn.onPress = function () {
current_speed = 5;
cumshot_btn.onPress = null;
cumshot_btn._visible = false;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
art_complete = true;
next_btn._visible = true;
pleasure_meter._visible = false;
};
cumshot_btn_3.onPress = function () {
cumshot_btn_3.onPress = null;
cumshot_btn_3._visible = false;
dick2.gotoAndPlay("cs");
};
cumshot_btn_2.onPress = function () {
cumshot_btn_2.onPress = null;
cumshot_btn_2._visible = false;
dick1.gotoAndPlay("cs");
};
cumshot_btn_4.onPress = function () {
cumshot_btn_4.onPress = null;
cumshot_btn_4._visible = false;
dick4.gotoAndPlay("cs");
};
next_btn.onPress = function () {
next_btn.onPress = null;
next_btn._visible = true;
gotoAndPlay ("loop2");
};
next2_btn.onPress = function () {
next2_btn.onPress = null;
next2_btn._visible = true;
gotoAndPlay ("loop2");
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
checklevel();
gotoAndPlay ("a0");
Symbol 497 MovieClip [screen_art_2] Frame 2
busy = false;
head.gotoAndStop(2);
Symbol 497 MovieClip [screen_art_2] Frame 16
check_speed();
Symbol 497 MovieClip [screen_art_2] Frame 17
busy = false;
head.gotoAndStop(2);
Symbol 497 MovieClip [screen_art_2] Frame 52
check_speed();
Symbol 497 MovieClip [screen_art_2] Frame 53
busy = false;
head.gotoAndStop(3);
Symbol 497 MovieClip [screen_art_2] Frame 67
check_speed();
Symbol 497 MovieClip [screen_art_2] Frame 68
busy = false;
head.gotoAndStop(4);
Symbol 497 MovieClip [screen_art_2] Frame 100
check_speed();
Symbol 497 MovieClip [screen_art_2] Frame 101
busy = false;
head.gotoAndStop(1);
Symbol 497 MovieClip [screen_art_2] Frame 141
check_speed();
Symbol 497 MovieClip [screen_art_2] Frame 152
switch (current_speed) {
case 0 :
break;
case 1 :
gotoAndPlay ("a1");
break;
case 2 :
last_speed = 2;
gotoAndPlay ("a2");
break;
case 3 :
last_speed = 3;
gotoAndPlay ("a3");
break;
case 4 :
last_speed = 4;
gotoAndPlay ("a4");
break;
case 5 :
last_speed = 5;
gotoAndPlay ("cs");
}
Symbol 497 MovieClip [screen_art_2] Frame 153
head.gotoAndStop(4);
cumshot_btn._visible = false;
Symbol 497 MovieClip [screen_art_2] Frame 273
head.gotoAndStop(1);
Symbol 497 MovieClip [screen_art_2] Frame 311
cs0_complete = true;
if (((cs1_complete == true) and (cs2_complete == true)) and (cs4_complete == true)) {
next2_btn._visible = true;
glow._visible = true;
}
Symbol 497 MovieClip [screen_art_2] Frame 332
gotoAndPlay ("loop");
Symbol 497 MovieClip [screen_art_2] Frame 333
busy = true;
Symbol 497 MovieClip [screen_art_2] Frame 348
last_speed = 0;
gotoAndPlay ("a0");
Symbol 497 MovieClip [screen_art_2] Frame 349
glow._visible = false;
Symbol 497 MovieClip [screen_art_2] Frame 370
gotoAndPlay ("loop2");
Symbol 514 MovieClip Frame 1
stop();
action = false;
this.onEnterFrame = function () {
if (action == true) {
_parent.percents[5] = _parent.perc_stop - _parent.pleasure_meter.percent;
if (_currentframe == _totalframes) {
}
gotoAndStop(_currentframe + 1);
}
};
Symbol 514 MovieClip Frame 100
stop();
Symbol 520 MovieClip Frame 1
stop();
action = false;
this.onEnterFrame = function () {
if (action == true) {
_parent.percents[3] = _parent.perc_stop - _parent.pleasure_meter.percent;
if (_currentframe == _totalframes) {
}
gotoAndStop(_currentframe + 1);
}
};
Symbol 520 MovieClip Frame 100
stop();
Symbol 522 MovieClip Frame 1
stop();
action = false;
this.onEnterFrame = function () {
if (action == true) {
if (_currentframe == _totalframes) {
}
gotoAndStop(_currentframe + 1);
}
};
Symbol 522 MovieClip Frame 100
stop();
Symbol 523 MovieClip Frame 1
stop();
action = false;
this.onEnterFrame = function () {
if (action == true) {
_parent.percents[5] = _parent.perc_stop - _parent.pleasure_meter.percent;
if (_currentframe == _totalframes) {
}
gotoAndStop(_currentframe + 1);
}
};
Symbol 523 MovieClip Frame 100
stop();
Symbol 533 MovieClip Frame 1
stop();
action = false;
this.onEnterFrame = function () {
if (action == true) {
_parent.percents[3] = _parent.perc_stop - _parent.pleasure_meter.percent;
if (_currentframe == _totalframes) {
}
gotoAndStop(_currentframe + 1);
}
};
Symbol 533 MovieClip Frame 100
stop();
Symbol 534 MovieClip Frame 1
stop();
action = false;
this.onEnterFrame = function () {
if (action == true) {
_parent.percents[4] = _parent.perc_stop - _parent.pleasure_meter.percent;
if (_currentframe == _totalframes) {
}
gotoAndStop(_currentframe + 1);
}
};
Symbol 534 MovieClip Frame 100
stop();
Symbol 540 MovieClip Frame 1
stop();
action = false;
this.onEnterFrame = function () {
if (action == true) {
_parent.percents[4] = _parent.perc_stop - _parent.pleasure_meter.percent;
if (_currentframe == _totalframes) {
}
gotoAndStop(_currentframe + 1);
}
};
Symbol 540 MovieClip Frame 100
stop();
Symbol 559 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (_parent.action == true) {
if (_currentframe == _totalframes) {
return(undefined);
}
gotoAndStop(_currentframe + 1);
}
};
Symbol 559 MovieClip Frame 100
stop();
Symbol 569 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (_parent._parent.action == true) {
if (_currentframe == _totalframes) {
return(undefined);
}
gotoAndStop(_currentframe + 1);
}
};
Symbol 569 MovieClip Frame 100
stop();
Symbol 572 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
if (_parent._parent.action == true) {
if (_currentframe == _totalframes) {
return(undefined);
}
gotoAndStop(_currentframe + 1);
}
};
Symbol 572 MovieClip Frame 100
stop();
Symbol 588 MovieClip Frame 1
stop();
Symbol 588 MovieClip Frame 50
gotoAndPlay (2);
Symbol 607 MovieClip Frame 2
stop();
Symbol 608 MovieClip Frame 1
stop();
action = false;
z.gotoAndPlay(1);
Symbol 608 MovieClip Frame 4
z.gotoAndStop(1);
stop();
Symbol 610 MovieClip Frame 1
action = 1;
_alpha = 0;
this.onPress = function () {
eval ("_parent.pero" + this.part)._visible = true;
_parent.gotoAndPlay("a1");
if (_parent.percents[this.part - 1] == 1) {
return(undefined);
}
_parent.perc_start = _parent.pleasure_meter.percent;
_parent.perc_stop = _parent.pleasure_meter.percent + _parent.percents[this.part - 1];
if (_parent.perc_stop > 100) {
_parent.perc_stop = 100;
}
_parent.pleasure_meter.stop_percent = _parent.perc_stop;
_parent.pleasure_meter.action = true;
};
this.onRelease = function () {
eval ("_parent.pero" + this.part)._visible = false;
_parent.pleasure_meter.action = false;
_parent.gotoAndPlay("a0");
};
this.onReleaseOutside = function () {
eval ("_parent.pero" + this.part)._visible = false;
_parent.pleasure_meter.action = false;
_parent.gotoAndPlay("a0");
};
this.onEnterFrame = function () {
if (eval ("_parent.pero" + this.part)._visible == false) {
return(undefined);
}
if (_parent.pleasure_meter.action == false) {
return(undefined);
}
_parent.percents[this.part - 1] = _parent.perc_stop - _parent.pleasure_meter.percent;
};
Symbol 612 MovieClip Frame 1
action = 1;
_alpha = 0;
this.onPress = function () {
eval ("_parent.pero" + this.part)._visible = true;
_parent.gotoAndPlay("a2");
if (_parent.percents[this.part - 1] == 1) {
return(undefined);
}
_parent.perc_start = _parent.pleasure_meter.percent;
_parent.perc_stop = _parent.pleasure_meter.percent + _parent.percents[this.part - 1];
if (_parent.perc_stop > 100) {
_parent.perc_stop = 100;
}
_parent.pleasure_meter.stop_percent = _parent.perc_stop;
_parent.pleasure_meter.action = true;
};
this.onRelease = function () {
eval ("_parent.pero" + this.part)._visible = false;
_parent.pleasure_meter.action = false;
_parent.gotoAndPlay("a0");
};
this.onReleaseOutside = function () {
eval ("_parent.pero" + this.part)._visible = false;
_parent.pleasure_meter.action = false;
_parent.gotoAndPlay("a0");
};
this.onEnterFrame = function () {
if (eval ("_parent.pero" + this.part)._visible == false) {
return(undefined);
}
if (_parent.pleasure_meter.action == false) {
return(undefined);
}
_parent.percents[this.part - 1] = _parent.perc_stop - _parent.pleasure_meter.percent;
};
Symbol 614 MovieClip Frame 1
action = 1;
_alpha = 0;
this.onPress = function () {
eval ("_parent.pero" + this.part)._visible = true;
_parent.gotoAndPlay("a3");
if (_parent.percents[this.part - 1] == 1) {
return(undefined);
}
_parent.perc_start = _parent.pleasure_meter.percent;
_parent.perc_stop = _parent.pleasure_meter.percent + _parent.percents[this.part - 1];
if (_parent.perc_stop > 100) {
_parent.perc_stop = 100;
}
_parent.pleasure_meter.stop_percent = _parent.perc_stop;
_parent.pleasure_meter.action = true;
};
this.onRelease = function () {
eval ("_parent.pero" + this.part)._visible = false;
_parent.pleasure_meter.action = false;
_parent.gotoAndPlay("a0");
};
this.onReleaseOutside = function () {
eval ("_parent.pero" + this.part)._visible = false;
_parent.pleasure_meter.action = false;
_parent.gotoAndPlay("a0");
};
this.onEnterFrame = function () {
if (eval ("_parent.pero" + this.part)._visible == false) {
return(undefined);
}
if (_parent.pleasure_meter.action == false) {
return(undefined);
}
_parent.percents[this.part - 1] = _parent.perc_stop - _parent.pleasure_meter.percent;
};
Symbol 616 MovieClip Frame 1
action = 1;
_alpha = 0;
this.onPress = function () {
eval ("_parent.pero" + this.part)._visible = true;
_parent.gotoAndPlay("a4");
if (_parent.percents[this.part - 1] == 1) {
return(undefined);
}
_parent.perc_start = _parent.pleasure_meter.percent;
_parent.perc_stop = _parent.pleasure_meter.percent + _parent.percents[this.part - 1];
if (_parent.perc_stop > 100) {
_parent.perc_stop = 100;
}
_parent.pleasure_meter.stop_percent = _parent.perc_stop;
_parent.pleasure_meter.action = true;
};
this.onRelease = function () {
eval ("_parent.pero" + this.part)._visible = false;
_parent.pleasure_meter.action = false;
_parent.gotoAndPlay("a0");
};
this.onReleaseOutside = function () {
eval ("_parent.pero" + this.part)._visible = false;
_parent.pleasure_meter.action = false;
_parent.gotoAndPlay("a0");
};
this.onEnterFrame = function () {
if (eval ("_parent.pero" + this.part)._visible == false) {
return(undefined);
}
if (_parent.pleasure_meter.action == false) {
return(undefined);
}
_parent.percents[this.part - 1] = _parent.perc_stop - _parent.pleasure_meter.percent;
};
Symbol 618 MovieClip Frame 1
action = 1;
_alpha = 0;
this.onPress = function () {
eval ("_parent.pero" + this.part)._visible = true;
_parent.gotoAndPlay("a1");
if (_parent.percents[this.part - 1] == 1) {
return(undefined);
}
_parent.perc_start = _parent.pleasure_meter.percent;
_parent.perc_stop = _parent.pleasure_meter.percent + _parent.percents[this.part - 1];
if (_parent.perc_stop > 100) {
_parent.perc_stop = 100;
}
_parent.pleasure_meter.stop_percent = _parent.perc_stop;
_parent.pleasure_meter.action = true;
};
this.onRelease = function () {
eval ("_parent.pero" + this.part)._visible = false;
_parent.pleasure_meter.action = false;
_parent.gotoAndPlay("a0");
};
this.onReleaseOutside = function () {
eval ("_parent.pero" + this.part)._visible = false;
_parent.pleasure_meter.action = false;
_parent.gotoAndPlay("a0");
};
this.onEnterFrame = function () {
if (eval ("_parent.pero" + this.part)._visible == false) {
return(undefined);
}
if (_parent.pleasure_meter.action == false) {
return(undefined);
}
_parent.percents[this.part - 1] = _parent.perc_stop - _parent.pleasure_meter.percent;
};
Symbol 627 MovieClip Frame 1
this._visible = false;
Symbol 628 MovieClip Frame 1
f = random(4);
if (f == 3) {
gotoAndPlay ("x");
}
this.onEnterFrame = function () {
if (this._visible == false) {
this.gotoAndPlay(1);
}
};
Symbol 628 MovieClip Frame 15
gotoAndPlay (1);
Symbol 628 MovieClip Frame 56
gotoAndPlay (1);
Symbol 637 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 640 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 >= 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 652 MovieClip Frame 1
stop();
Symbol 655 MovieClip Frame 1
if (_parent.her_phrase_baloon.phrase == undefined) {
phrase = "";
}
letters = 0;
if (_parent.her_phrase_baloon._visible == undefined) {
_visible = false;
}
text = "";
next_btn._visible = true;
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;
};
if (_parent.her_phrase_baloon.next_btn.onPress == undefined) {
next_btn.onPress = function () {
_visible = false;
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon._visible = true;
};
}
Symbol 656 MovieClip Frame 1
var stop_percents = Array("0");
var level_complete = false;
her_phrase_baloon.text = "";
her_phrase_baloon.letters = 0;
her_phrase_baloon.phrase = "I love to be tickled. Try to make me laugh.";
her_phrase_baloon.next_btn.onPress = function () {
her_phrase_baloon.next_btn.onPress = null;
her_phrase_baloon._visible = false;
act._visible = true;
Mouse.hide();
pleasure_meter._visible = true;
spot1._visible = true;
spot2._visible = true;
spot3._visible = true;
spot4._visible = true;
spot5._visible = true;
spot6._visible = true;
};
next_btn._visible = true;
glow._visible = false;
next_btn.onPress = function () {
next_btn.onPress = null;
Mouse.show();
_root.setScreen("screen_chi_2");
};
pero1._visible = false;
pero2._visible = false;
pero3._visible = false;
pero4._visible = false;
pero5._visible = false;
pero6._visible = false;
spot1.part = 1;
spot2.part = 2;
spot3.part = 3;
spot4.part = 4;
spot5.part = 5;
spot6.part = 6;
spot1._visible = false;
spot2._visible = false;
spot3._visible = false;
spot4._visible = false;
spot5._visible = false;
spot6._visible = false;
perc_start = 0;
perc_stop = 0;
var percents = Array(17, 17, 17, 17, 17, 17);
this.onEnterFrame = function () {
if (act._visible == false) {
return(undefined);
}
if (pleasure_meter.percent < 100) {
cursor._x = _xmouse;
cursor._y = _ymouse;
cursor._rotation = (380 - _xmouse) * 0.3;
updateAfterEvent();
} else if (next_btn._visible == false) {
Mouse.show();
cursor._x = 800;
cursor._y = 600;
next_btn._visible = true;
glow._visible = true;
}
};
act.gotoAndStop(1);
act._visible = false;
pleasure_meter._visible = false;
Symbol 656 MovieClip Frame 2
head.gotoAndStop(1);
cursor._visible = true;
Symbol 656 MovieClip Frame 50
gotoAndPlay ("a0");
Symbol 656 MovieClip Frame 51
head.gotoAndStop(2);
cursor._visible = false;
Symbol 656 MovieClip Frame 80
gotoAndPlay ("a1");
Symbol 656 MovieClip Frame 81
head.gotoAndStop(2);
cursor._visible = false;
Symbol 656 MovieClip Frame 129
gotoAndPlay ("a2");
Symbol 656 MovieClip Frame 130
head.gotoAndStop(2);
cursor._visible = false;
Symbol 656 MovieClip Frame 178
gotoAndPlay ("a3");
Symbol 656 MovieClip Frame 179
head.gotoAndStop(2);
cursor._visible = false;
Symbol 656 MovieClip Frame 227
gotoAndPlay ("a4");
Symbol 666 MovieClip Frame 1
stop();
action = false;
this.onEnterFrame = function () {
if (action == true) {
if (_currentframe == _totalframes) {
return(undefined);
}
gotoAndStop(_currentframe + 1);
}
};
Symbol 666 MovieClip Frame 100
stop();
Symbol 668 MovieClip Frame 1
stop();
action = false;
this.onEnterFrame = function () {
if (action == true) {
_parent.percents[0] = _parent.perc_stop - _parent.pleasure_meter.percent;
if (_currentframe == _totalframes) {
}
gotoAndStop(_currentframe + 1);
}
};
Symbol 668 MovieClip Frame 100
stop();
Symbol 674 MovieClip Frame 1
stop();
action = false;
this.onEnterFrame = function () {
if (_currentframe == _totalframes) {
return(undefined);
}
if (action == true) {
gotoAndStop(_currentframe + 1);
}
};
Symbol 674 MovieClip Frame 100
this.onEnterFrame = null;
action = false;
stop();
Symbol 677 MovieClip Frame 1
stop();
action = false;
this.onEnterFrame = function () {
if (_currentframe == _totalframes) {
return(undefined);
}
if (action == true) {
gotoAndStop(_currentframe + 1);
}
};
Symbol 677 MovieClip Frame 100
this.onEnterFrame = null;
action = false;
stop();
Symbol 686 MovieClip Frame 1
stop();
_parent.boob1.action = false;
_parent.nipple2.action = false;
_parent.nipple1.action = false;
boob.action = false;
nipple2.action = false;
nipple1.action = false;
Symbol 686 MovieClip Frame 2
_parent.boob1.action = true;
_parent.nipple2.action = true;
_parent.nipple1.action = true;
boob.action = true;
nipple2.action = true;
nipple1.action = true;
Symbol 686 MovieClip Frame 57
gotoAndPlay (2);
Symbol 693 MovieClip Frame 1
stop();
action = false;
this.onEnterFrame = function () {
if (action == true) {
_parent.percents[1] = _parent.perc_stop - _parent.pleasure_meter.percent;
if (_currentframe == _totalframes) {
}
gotoAndStop(_currentframe + 1);
}
};
Symbol 693 MovieClip Frame 100
stop();
Symbol 696 MovieClip Frame 1
stop();
action = false;
this.onEnterFrame = function () {
if (_currentframe == _totalframes) {
return(undefined);
}
if (action == true) {
gotoAndStop(_currentframe + 1);
}
};
Symbol 696 MovieClip Frame 100
this.onEnterFrame = null;
action = false;
stop();
Symbol 699 MovieClip Frame 1
stop();
action = false;
this.onEnterFrame = function () {
if (_currentframe == _totalframes) {
return(undefined);
}
if (action == true) {
gotoAndStop(_currentframe + 1);
}
};
Symbol 699 MovieClip Frame 100
this.onEnterFrame = null;
action = false;
stop();
Symbol 702 MovieClip Frame 1
stop();
action = false;
this.onEnterFrame = function () {
if (_currentframe == _totalframes) {
return(undefined);
}
if (action == true) {
gotoAndStop(_currentframe + 1);
}
};
Symbol 702 MovieClip Frame 100
this.onEnterFrame = null;
action = false;
stop();
Symbol 709 MovieClip Frame 1
stop();
_parent.boob2.action = false;
_parent.nipple3.action = false;
_parent.nipple4.action = false;
boob.action = false;
nipple2.action = false;
nipple1.action = false;
blick.action = false;
_parent.blick.action = false;
Symbol 709 MovieClip Frame 2
_parent.boob2.action = true;
_parent.nipple3.action = true;
_parent.nipple4.action = true;
boob.action = true;
nipple2.action = true;
nipple1.action = true;
blick.action = true;
_parent.blick.action = true;
Symbol 709 MovieClip Frame 58
gotoAndPlay (2);
Symbol 716 MovieClip Frame 2
stop();
Symbol 717 MovieClip Frame 1
stop();
action = false;
z.gotoAndPlay(1);
Symbol 717 MovieClip Frame 4
z.gotoAndStop(1);
stop();
Symbol 726 MovieClip Frame 1
stop();
action = false;
this.onEnterFrame = function () {
if (action == true) {
_parent.percents[2] = _parent.perc_stop - _parent.pleasure_meter.percent;
if (_currentframe == _totalframes) {
}
gotoAndStop(_currentframe + 1);
}
};
Symbol 726 MovieClip Frame 100
stop();
Symbol 741 MovieClip Frame 1
stop();
Symbol 741 MovieClip Frame 102
gotoAndPlay (2);
Symbol 750 MovieClip Frame 1
stop();
Symbol 750 MovieClip Frame 77
gotoAndPlay (2);
Symbol 758 MovieClip Frame 1
stop();
Symbol 758 MovieClip Frame 2
_parent.body.action = true;
Symbol 758 MovieClip Frame 55
gotoAndPlay (2);
Symbol 768 MovieClip Frame 1
stop();
_parent.g_hand.x.action = false;
Symbol 768 MovieClip Frame 70
gotoAndPlay (2);
Symbol 771 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 771 MovieClip Frame 1400
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 774 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 >= 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 780 MovieClip Frame 1
stop();
action = false;
this.onEnterFrame = function () {
if (action == true) {
_parent.percents[3] = _parent.perc_stop - _parent.pleasure_meter.percent;
if (_currentframe == _totalframes) {
}
gotoAndStop(_currentframe + 1);
}
};
Symbol 780 MovieClip Frame 100
stop();
Symbol 781 MovieClip Frame 1
her_phrase_baloon.text = "";
her_phrase_baloon.letters = 0;
her_phrase_baloon.phrase = "Take off my bra and spread tanning lotion on my skin.";
her_phrase_baloon.next_btn.onPress = function () {
her_phrase_baloon.next_btn.onPress = null;
her_phrase_baloon._visible = false;
Mouse.hide();
bra1.onPress = function () {
bra1.onPress = null;
bra1.useHandCursor = false;
gotoAndPlay ("x");
};
bra2.onPress = function () {
bra2.onPress = null;
bra2.useHandCursor = false;
gotoAndPlay ("x");
};
act._visible = true;
head.gotoAndStop(1);
};
cboob1._visible = false;
cboob2._visible = false;
act.gotoAndStop(2);
act._visible = false;
head.gotoAndStop(3);
this.onEnterFrame = function () {
if (act._visible == false) {
return(undefined);
}
cursor._x = _xmouse;
cursor._y = _ymouse;
cursor._rotation = (380 - _xmouse) * 0.3;
updateAfterEvent();
};
Symbol 781 MovieClip Frame 49
gotoAndPlay ("a0");
Symbol 781 MovieClip Frame 73
gotoAndStop("a1");
play();
var stop_percents = Array("0");
var level_complete = false;
next_btn._visible = true;
glow._visible = false;
next_btn.onPress = function () {
next_btn.onPress = null;
Mouse.show();
_root.gotoScreen("screen_chi_3");
};
boob1.part = 1;
boob2.part = 2;
h1.part = 3;
h2.part = 4;
h3.part = 5;
h4.part = 6;
head.h5.part = 7;
perc_start = 0;
perc_stop = 0;
var percents = Array(14, 14, 16, 14, 14, 14, 14);
Symbol 781 MovieClip Frame 75
boob1.onPress = function () {
boob1._visible = false;
nipple1._visible = false;
nipple2._visible = false;
cboob1._visible = true;
cboob1.gotoAndPlay(2);
cursor._visible = false;
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;
}
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
head.gotoAndStop(3);
};
boob1.onRelease = function () {
boob1._visible = true;
nipple1._visible = true;
nipple2._visible = true;
cboob1._visible = false;
cboob1.gotoAndStop(1);
pleasure_meter.action = false;
head.gotoAndStop(1);
if (pleasure_meter.percent == 100) {
return(undefined);
}
cursor._visible = true;
};
boob1.onReleaseOutside = function () {
boob1._visible = true;
nipple1._visible = true;
nipple2._visible = true;
cboob1._visible = false;
cboob1.gotoAndStop(1);
pleasure_meter.action = false;
head.gotoAndStop(1);
if (pleasure_meter.percent == 100) {
return(undefined);
}
cursor._visible = true;
};
boob2.onPress = function () {
boob2._visible = false;
nipple3._visible = false;
nipple4._visible = false;
blick._visible = false;
cboob2._visible = true;
cboob2.gotoAndPlay(2);
cursor._visible = false;
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;
}
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
head.gotoAndStop(3);
};
boob2.onRelease = function () {
boob2._visible = true;
nipple3._visible = true;
nipple4._visible = true;
cboob2._visible = false;
cboob2.gotoAndStop(1);
blick._visible = true;
pleasure_meter.action = false;
head.gotoAndStop(1);
if (pleasure_meter.percent == 100) {
return(undefined);
}
cursor._visible = true;
};
boob2.onReleaseOutside = function () {
boob2._visible = true;
nipple3._visible = true;
nipple4._visible = true;
cboob2._visible = false;
cboob2.gotoAndStop(1);
blick._visible = true;
pleasure_meter.action = false;
head.gotoAndStop(1);
if (pleasure_meter.percent == 100) {
return(undefined);
}
cursor._visible = true;
};
h1.onPress = function () {
h1.gotoAndPlay(2);
body.action = true;
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;
}
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
head.gotoAndStop(3);
cursor._visible = false;
};
h1.onReleaseOutside = function () {
h1.gotoAndStop(1);
body.action = false;
pleasure_meter.action = false;
head.gotoAndStop(1);
if (pleasure_meter.percent == 100) {
return(undefined);
}
cursor._visible = true;
};
h1.onRelease = function () {
h1.gotoAndStop(1);
body.action = false;
pleasure_meter.action = false;
head.gotoAndStop(1);
if (pleasure_meter.percent == 100) {
return(undefined);
}
cursor._visible = true;
};
h2.onPress = function () {
h2.gotoAndPlay(2);
g_hand.x.action = true;
g_hand2.x.action = true;
body2.action = true;
boob1.x.action = true;
cboob1.boob.x.action = true;
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;
}
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
head.gotoAndStop(3);
cursor._visible = false;
};
h2.onReleaseOutside = function () {
h2.gotoAndStop(1);
g_hand.x.action = false;
g_hand2.x.action = false;
boob1.x.action = false;
cboob1.boob.x.action = false;
body2.action = false;
pleasure_meter.action = false;
head.gotoAndStop(1);
if (pleasure_meter.percent == 100) {
return(undefined);
}
cursor._visible = true;
};
h2.onRelease = function () {
h2.gotoAndStop(1);
g_hand.x.action = false;
g_hand2.x.action = false;
boob1.x.action = false;
cboob1.boob.x.action = false;
body2.action = false;
pleasure_meter.action = false;
head.gotoAndStop(1);
if (pleasure_meter.percent == 100) {
return(undefined);
}
cursor._visible = true;
};
h3.onPress = function () {
h3.gotoAndPlay(2);
g_hand2.action = true;
g_hand3.action = true;
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;
}
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
head.gotoAndStop(3);
cursor._visible = false;
};
h3.onReleaseOutside = function () {
h3.gotoAndStop(1);
g_hand2.action = false;
g_hand3.action = false;
pleasure_meter.action = false;
head.gotoAndStop(1);
if (pleasure_meter.percent == 100) {
return(undefined);
}
cursor._visible = true;
};
h3.onRelease = function () {
h3.gotoAndStop(1);
g_hand2.action = false;
g_hand3.action = false;
pleasure_meter.action = false;
head.gotoAndStop(1);
if (pleasure_meter.percent == 100) {
return(undefined);
}
cursor._visible = true;
};
h4.onPress = function () {
h4.gotoAndPlay(2);
g_hand.action = true;
g_hand.y.action = true;
g_hand4.action = true;
boob1.x.action = true;
cboob1.boob.x.action = true;
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;
}
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
head.gotoAndStop(3);
cursor._visible = false;
};
h4.onReleaseOutside = function () {
h4.gotoAndStop(1);
g_hand.action = false;
g_hand4.action = false;
g_hand.y.action = false;
boob1.x.action = false;
cboob1.boob.x.action = false;
pleasure_meter.action = false;
head.gotoAndStop(1);
if (pleasure_meter.percent == 100) {
return(undefined);
}
cursor._visible = true;
};
h4.onRelease = function () {
h4.gotoAndStop(1);
g_hand.action = false;
g_hand4.action = false;
g_hand.y.action = false;
boob1.x.action = false;
cboob1.boob.x.action = false;
pleasure_meter.action = false;
head.gotoAndStop(1);
if (pleasure_meter.percent == 100) {
return(undefined);
}
cursor._visible = true;
};
head.h5.onPress = function () {
head.h5.gotoAndPlay(2);
head.action = true;
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;
}
pleasure_meter.stop_percent = perc_stop;
pleasure_meter.action = true;
head.gotoAndStop(4);
cursor._visible = false;
};
head.h5.onReleaseOutside = function () {
head.h5.gotoAndStop(1);
head.action = false;
pleasure_meter.action = false;
head.gotoAndStop(1);
if (pleasure_meter.percent == 100) {
return(undefined);
}
cursor._visible = true;
};
head.h5.onRelease = function () {
head.h5.gotoAndStop(1);
head.action = false;
pleasure_meter.action = false;
head.gotoAndStop(1);
if (pleasure_meter.percent == 100) {
return(undefined);
}
cursor._visible = true;
};
act.gotoAndStop(3);
if (pleasure_meter.percent == 100) {
Mouse.show();
this.onEnterFrame = null;
cursor._visible = false;
head.gotoAndStop(3);
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
act._visible = false;
}
Symbol 781 MovieClip Frame 125
gotoAndPlay ("a1");
Symbol 823 MovieClip Frame 1
x = random(3);
if (x == 2) {
gotoAndPlay ("x");
}
Symbol 823 MovieClip Frame 90
gotoAndPlay (1);
Symbol 823 MovieClip Frame 150
gotoAndPlay (1);
Symbol 835 MovieClip Frame 1
stop();
Symbol 876 MovieClip Frame 1
this._visible = false;
_parent.b11._visible = true;
_parent.b12._visible = true;
_parent.b13._visible = true;
_parent.b21._visible = true;
_parent.b22._visible = true;
_parent.b23._visible = true;
_mode = -1;
stop();
Symbol 876 MovieClip Frame 2
this._visible = true;
_parent.b11._visible = false;
_parent.b12._visible = false;
_parent.b13._visible = false;
_parent.b21._visible = false;
_parent.b22._visible = false;
_parent.b23._visible = false;
_mode = 0;
Symbol 876 MovieClip Frame 48
gotoAndPlay ("a0");
Symbol 876 MovieClip Frame 49
this._visible = true;
_parent.b11._visible = false;
_parent.b12._visible = false;
_parent.b13._visible = false;
_parent.b21._visible = false;
_parent.b22._visible = false;
_parent.b23._visible = false;
_mode = 1;
Symbol 876 MovieClip Frame 71
gotoAndPlay ("a1");
Symbol 876 MovieClip Frame 72
this._visible = true;
_parent.b11._visible = false;
_parent.b12._visible = false;
_parent.b13._visible = false;
_parent.b21._visible = false;
_parent.b22._visible = false;
_parent.b23._visible = false;
_mode = 2;
Symbol 876 MovieClip Frame 88
gotoAndPlay ("a2");
Symbol 876 MovieClip Frame 89
this._visible = true;
_parent.b11._visible = false;
_parent.b12._visible = false;
_parent.b13._visible = false;
_parent.b21._visible = false;
_parent.b22._visible = false;
_parent.b23._visible = false;
_mode = 3;
Symbol 876 MovieClip Frame 106
gotoAndPlay ("a3");
Symbol 876 MovieClip Frame 107
this._visible = true;
_parent.b11._visible = false;
_parent.b12._visible = false;
_parent.b13._visible = false;
_parent.b21._visible = false;
_parent.b22._visible = false;
_parent.b23._visible = false;
_mode = 4;
Symbol 876 MovieClip Frame 141
gotoAndPlay ("a4");
Symbol 911 MovieClip Frame 1
this._alpha = 0;
Symbol 916 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));
};
Symbol 916 MovieClip Frame 100
this._visible = false;
gotoAndStop (1);
Symbol 921 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 926 MovieClip Frame 1
action = false;
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 >= 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 929 MovieClip Frame 1
if (_parent.her_phrase_baloon.phrase == undefined) {
phrase = "";
}
letters = 0;
if (_parent.her_phrase_baloon._visible == undefined) {
_visible = false;
}
text = "";
next_btn._visible = true;
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;
};
if (next_btn.onPress == undefined) {
next_btn.onPress = function () {
_visible = false;
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon._visible = true;
};
}
Symbol 932 MovieClip Frame 1
if (_parent.her_phrase_baloon.phrase == undefined) {
phrase = "";
}
letters = 0;
if (_parent.her_phrase_baloon._visible == undefined) {
_visible = false;
}
text = "";
next_btn._visible = true;
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;
};
if (next_btn.onPress == undefined) {
next_btn.onPress = function () {
_visible = false;
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon._visible = true;
};
}
Symbol 953 MovieClip Frame 1
stop();
Symbol 953 MovieClip Frame 20
stop();
Symbol 953 MovieClip Frame 40
stop();
Symbol 953 MovieClip Frame 60
stop();
Symbol 953 MovieClip Frame 80
stop();
Symbol 953 MovieClip Frame 100
stop();
Symbol 953 MovieClip Frame 121
stop();
Symbol 953 MovieClip Frame 140
stop();
Symbol 953 MovieClip Frame 160
stop();
Symbol 960 MovieClip Frame 1
this._visible = false;
Symbol 960 MovieClip Frame 2
stop();
Symbol 962 MovieClip Frame 1
this._visible = false;
Symbol 962 MovieClip Frame 2
stop();
Symbol 963 MovieClip Frame 1
this._visible = false;
Symbol 963 MovieClip Frame 2
stop();
Symbol 965 MovieClip Frame 1
this._visible = false;
Symbol 965 MovieClip Frame 2
stop();
Symbol 966 MovieClip Frame 1
function change_speed(new_speed) {
if (busy == false) {
current_speed = new_speed;
}
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
switch (current_part) {
case 0 :
say("Play with my boobs!");
spot1.onPress = function () {
cboobs.gotoAndPlay("a0");
if (current_speed == current_part) {
pleasure_meter.action = true;
head.gotoAndStop(2);
} else {
pleasure_meter.action = false;
}
};
return;
case 1 :
say("Touch my nipples!");
spot1.onPress = function () {
current_speed = 1;
cboobs.gotoAndPlay("a4");
if (current_speed == current_part) {
pleasure_meter.action = true;
head.gotoAndStop(2);
} else {
pleasure_meter.action = false;
}
};
return;
case 2 :
say("Fuck me!");
speed_btn.gotoAndPlay(speed_btn._currentframe + 1);
spot1.onPress = function () {
cboobs.gotoAndPlay("a4");
};
speed_btn.btn0.onPress = function () {
speed_btn.btn0._visible = false;
need_b1 = true;
head.gotoAndStop(2);
current_speed = 2;
pleasure_meter.action = true;
};
return;
case 3 :
say("Oh come on! Deeper!");
speed_btn.gotoAndPlay(speed_btn._currentframe + 1);
speed_btn.btn1.onPress = function () {
speed_btn.btn1.onPress = null;
speed_btn.btn1._visible = false;
need_b2 = true;
head.gotoAndStop(3);
current_speed = 3;
pleasure_meter.action = true;
};
return;
case 4 :
say("Grab my breasts!");
current_speed = 4;
spot1.onPress = function () {
cboobs.gotoAndPlay("a1");
if (current_speed == current_part) {
pleasure_meter.action = true;
head.gotoAndStop(3);
} else {
pleasure_meter.action = false;
}
};
return;
case 5 :
say("Harder!");
current_speed = 5;
spot1.onPress = function () {
cboobs.gotoAndPlay("a2");
if (current_speed == current_part) {
pleasure_meter.action = true;
head.gotoAndStop(4);
} else {
pleasure_meter.action = false;
}
};
return;
case 6 :
say("Fuck me harder!");
speed_btn.gotoAndPlay(speed_btn._currentframe + 1);
spot1.onPress = function () {
cboobs.gotoAndPlay("a2");
};
speed_btn.btn2.onPress = function () {
speed_btn.btn2.onPress = null;
speed_btn.btn2._visible = false;
need_b3 = true;
head.gotoAndStop(4);
current_speed = 6;
pleasure_meter.action = true;
};
return;
case 7 :
say("Oh come on! Harder!");
speed_btn.gotoAndPlay(speed_btn._currentframe + 1);
speed_btn.btn3.onPress = function () {
speed_btn.btn3.onPress = null;
speed_btn.btn3._visible = false;
need_b4 = true;
head.gotoAndStop(5);
current_speed = 7;
pleasure_meter.action = true;
};
return;
case 8 :
say("Oh yeah! Bang me in the ass!");
speed_btn.gotoAndPlay(speed_btn._currentframe + 1);
speed_btn.btn4.onPress = function () {
speed_btn.btn4.onPress = null;
speed_btn.btn4._visible = false;
need_b5 = true;
head.gotoAndStop(2);
current_speed = 8;
pleasure_meter.action = true;
};
return;
case 9 :
say("Please, DEEPER!");
speed_btn.gotoAndPlay(speed_btn._currentframe + 1);
speed_btn.btn5.onPress = function () {
speed_btn.btn5.onPress = null;
speed_btn.btn5._visible = false;
need_b6 = true;
head.gotoAndStop(4);
current_speed = 9;
pleasure_meter.action = true;
};
return;
case 10 :
say("Faster!");
speed_btn.gotoAndPlay(speed_btn._currentframe + 1);
speed_btn.btn6.onPress = function () {
speed_btn.btn6.onPress = null;
speed_btn.btn6._visible = false;
need_b7 = true;
head.gotoAndStop(5);
current_speed = 10;
pleasure_meter.action = true;
};
return;
case 11 :
say("Squeeze my boobs!");
current_speed = 11;
spot1.onPress = function () {
cboobs.gotoAndPlay("a3");
if (current_speed == current_part) {
pleasure_meter.action = true;
head.gotoAndStop(5);
} else {
pleasure_meter.action = false;
}
};
return;
case 12 :
pleasure_meter._visible = false;
need_b8 = true;
return;
case 13 :
head.gotoAndStop(2);
pleasure_meter._visible = false;
cboobs._visible = false;
start_phrase_baloon.letters = 0;
start_phrase_baloon.text = "";
start_phrase_baloon.phrase = "That was amazing! You fucked me so good. Now you can play with my body as you want.";
start_phrase_baloon.next_btn.onPress = function () {
start_phrase_baloon.next_btn.onPress = null;
_root.gotoScreen("screen_chi_4");
};
start_phrase_baloon._visible = true;
spot1.onPress = null;
spot1.onRelease();
spot1.onRelease = null;
spot1.onReleaseOutside = null;
spot1.useHandCursor = false;
cboobs._visible = false;
}
}
function say(phrase) {
her_phrase_baloon.letters = 0;
her_phrase_baloon.text = "";
her_phrase_baloon.phrase = phrase;
if (phrase != "") {
her_phrase_baloon._visible = true;
her_phrase_baloon.gotoAndPlay(1);
} else {
her_phrase_baloon._visible = false;
her_phrase_baloon.gotoAndStop(1);
}
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array("5", "10", "15", "20", "30", "40", "50", "60", "70", "80", "90", "100");
var level_complete = false;
her_phrase_baloon._visible = false;
need_b1 = false;
need_b2 = false;
need_b3 = false;
need_b4 = false;
need_b5 = false;
need_b6 = false;
need_b7 = false;
need_b8 = false;
current_part = -1;
start_phrase_baloon.text = "";
start_phrase_baloon.letters = 0;
start_phrase_baloon.phrase = "I want you to make me cum like a wild. So do as I tell you.";
start_phrase_baloon._visible = true;
my_start_phrase_baloon.text = "";
my_start_phrase_baloon.letters = 0;
my_start_phrase_baloon.phrase = "Sure, baby! Whatever you say!";
my_start_phrase_baloon._visible = false;
start_phrase_baloon.next_btn.onPress = function () {
start_phrase_baloon.next_btn.onPress = null;
start_phrase_baloon._visible = false;
my_start_phrase_baloon._visible = true;
};
phrases = Array("Ohhh ... Yeah!", "I like it!", "Don't stop!!", "You drive me crazy!", "It's so fucking nice!");
my_start_phrase_baloon.next_btn.onPress = function () {
my_start_phrase_baloon.next_btn.onPress = null;
my_start_phrase_baloon._visible = false;
spot1._visible = true;
pleasure_meter._visible = true;
current_part = 0;
checklevel();
};
spot1._visible = false;
if (_root.chi_complete == true) {
level_complete = true;
}
next_btn._visible = eval (true);
cumshot_btn._visible = level_complete;
pleasure_meter._visible = false;
glow._visible = false;
cumshot_btn.onPress = function () {
};
next_btn.onPress = function () {
_root.chi_complete = true;
_root.gotoScreen("");
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
checklevel();
gotoAndPlay ("a");
spot1.onRelease = function () {
cboobs.gotoAndStop(1);
if ((((current_speed == 0) or (current_speed == 1)) or (current_speed == 4)) or (current_speed == 5)) {
pleasure_meter.action = false;
}
switch (current_speed) {
case 0 :
head.gotoAndStop(1);
return;
case 1 :
head.gotoAndStop(1);
return;
case 2 :
head.gotoAndStop(3);
return;
case 3 :
head.gotoAndStop(3);
return;
case 4 :
head.gotoAndStop(3);
return;
case 5 :
head.gotoAndStop(3);
return;
case 6 :
head.gotoAndStop(4);
return;
case 7 :
head.gotoAndStop(5);
return;
case 8 :
head.gotoAndStop(3);
return;
case 9 :
head.gotoAndStop(4);
return;
case 10 :
head.gotoAndStop(5);
return;
case 11 :
head.gotoAndStop(5);
return;
case 12 :
head.gotoAndStop(6);
return;
case 13 :
}
};
spot1.onReleaseOutside = function () {
cboobs.gotoAndStop(1);
if ((((current_speed == 0) or (current_speed == 1)) or (current_speed == 4)) or (current_speed == 5)) {
pleasure_meter.action = false;
}
switch (current_speed) {
case 0 :
head.gotoAndStop(1);
return;
case 1 :
head.gotoAndStop(1);
return;
case 2 :
head.gotoAndStop(3);
return;
case 3 :
head.gotoAndStop(3);
return;
case 4 :
head.gotoAndStop(3);
return;
case 5 :
head.gotoAndStop(3);
return;
case 6 :
head.gotoAndStop(4);
return;
case 7 :
head.gotoAndStop(5);
return;
case 8 :
head.gotoAndStop(3);
return;
case 9 :
head.gotoAndStop(4);
return;
case 10 :
head.gotoAndStop(5);
return;
case 11 :
head.gotoAndStop(5);
return;
case 12 :
head.gotoAndStop(6);
return;
case 13 :
}
};
Symbol 966 MovieClip Frame 40
if (need_b1 == false) {
gotoAndPlay ("a");
} else {
gotoAndPlay ("b");
}
Symbol 966 MovieClip Frame 73
head.gotoAndStop(3);
Symbol 966 MovieClip Frame 116
if (need_b2 == false) {
gotoAndPlay ("b1");
} else {
gotoAndPlay ("b2");
}
Symbol 966 MovieClip Frame 139
gotoAndPlay ("b3");
Symbol 966 MovieClip Frame 215
if (need_b3 == false) {
gotoAndPlay ("b3");
} else {
gotoAndPlay ("b4");
}
Symbol 966 MovieClip Frame 237
if (need_b4 == false) {
gotoAndPlay ("b4");
} else {
gotoAndPlay ("b5");
}
Symbol 966 MovieClip Frame 250
if (need_b5 == false) {
gotoAndPlay ("b5");
} else {
gotoAndPlay ("b6");
}
Symbol 966 MovieClip Frame 297
head.gotoAndStop(3);
Symbol 966 MovieClip Frame 305
gotoAndPlay ("b7");
Symbol 966 MovieClip Frame 375
if (need_b6 == false) {
gotoAndPlay ("b7");
} else {
gotoAndPlay ("b8");
}
Symbol 966 MovieClip Frame 402
if (need_b7 == false) {
gotoAndPlay ("b8");
} else {
gotoAndPlay ("b9");
}
Symbol 966 MovieClip Frame 415
if (need_b8 == false) {
gotoAndPlay ("b9");
} else {
gotoAndPlay ("b11");
}
Symbol 966 MovieClip Frame 416
head.gotoAndStop(2);
Symbol 966 MovieClip Frame 442
gotoAndPlay ("b10");
Symbol 966 MovieClip Frame 443
say("Fuck me! Fuck me!");
head.gotoAndStop(6);
Symbol 966 MovieClip Frame 485
say("Oh yeah! Oh yeah!");
head.gotoAndStop(6);
Symbol 966 MovieClip Frame 564
say("Oh fuck! I'm cumming!");
head.gotoAndStop(7);
Symbol 966 MovieClip Frame 604
say("Ohhh-yeah!");
head.gotoAndStop(6);
Symbol 966 MovieClip Frame 635
gotoAndPlay ("b10");
current_part = 13;
checklevel();
her_phrase_baloon._visible = false;
Symbol 968 MovieClip Frame 1
function setmode(number) {
if (_mode != 4) {
return(undefined);
}
_mode = number;
switch (_mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
gotoAndStop (2);
break;
case 3 :
gotoAndStop (3);
break;
case 4 :
gotoAndStop (4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).unpress();
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 968 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 968 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 968 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 969 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 969 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 969 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 969 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 970 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).unpress();
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 970 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 970 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 970 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 971 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).unpress();
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 971 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 971 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 971 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 972 MovieClip Frame 1
function setmode(number) {
if (_mode != 4) {
return(undefined);
}
_mode = number;
switch (_mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
gotoAndStop (2);
break;
case 3 :
gotoAndStop (3);
break;
case 4 :
gotoAndStop (4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 972 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 972 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 972 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 973 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 973 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 973 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 973 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 974 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 974 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 974 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 974 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 979 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 >= 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 1002 MovieClip [screen_chi_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_str = (last_speed + "") + current_speed;
speed_btn.Slow();
switch (speed_str) {
case "01" :
gotoAndPlay ("b01");
break;
case "02" :
last_speed = 2;
gotoAndPlay ("b01");
break;
case "03" :
last_speed = 3;
gotoAndPlay ("b01");
break;
case "04" :
last_speed = 4;
gotoAndPlay ("b01");
break;
case "05" :
last_speed = 5;
gotoAndPlay ("b01");
break;
case "06" :
last_speed = 6;
gotoAndPlay ("b01");
break;
case "07" :
last_speed = 7;
gotoAndPlay ("b01");
break;
case "08" :
last_speed = 8;
gotoAndPlay ("b01");
break;
case "09" :
last_speed = 9;
gotoAndPlay ("b01");
break;
case "10" :
gotoAndPlay ("b10");
break;
case "12" :
gotoAndPlay ("b12");
break;
case "13" :
last_speed = 3;
gotoAndPlay ("b12");
break;
case "14" :
last_speed = 4;
gotoAndPlay ("b12");
break;
case "15" :
last_speed = 5;
gotoAndPlay ("b15");
break;
case "16" :
last_speed = 6;
gotoAndPlay ("b15");
break;
case "17" :
last_speed = 7;
gotoAndPlay ("b15");
break;
case "18" :
last_speed = 8;
gotoAndPlay ("b12");
break;
case "19" :
last_speed = 9;
gotoAndPlay ("b15");
break;
case "20" :
last_speed = 0;
gotoAndPlay ("b21");
break;
case "21" :
gotoAndPlay ("b21");
break;
case "23" :
gotoAndPlay ("a3");
break;
case "24" :
last_speed = 4;
gotoAndPlay ("a4");
break;
case "25" :
last_speed = 5;
gotoAndPlay ("b21");
break;
case "26" :
last_speed = 6;
gotoAndPlay ("b21");
break;
case "27" :
last_speed = 7;
gotoAndPlay ("b21");
break;
case "28" :
last_speed = 8;
gotoAndPlay ("cum_pussy");
break;
case "29" :
last_speed = 9;
gotoAndPlay ("b21");
break;
case "30" :
last_speed = 0;
gotoAndPlay ("b21");
break;
case "31" :
last_speed = 1;
gotoAndPlay ("b21");
break;
case "32" :
gotoAndPlay ("a2");
break;
case "34" :
gotoAndPlay ("a4");
break;
case "35" :
last_speed = 5;
gotoAndPlay ("b21");
break;
case "36" :
last_speed = 6;
gotoAndPlay ("b21");
break;
case "37" :
last_speed = 7;
gotoAndPlay ("b21");
break;
case "38" :
last_speed = 8;
gotoAndPlay ("cum_pussy");
break;
case "39" :
last_speed = 9;
gotoAndPlay ("b21");
break;
case "40" :
last_speed = 0;
gotoAndPlay ("b21");
break;
case "41" :
last_speed = 1;
gotoAndPlay ("b21");
break;
case "42" :
gotoAndPlay ("a2");
break;
case "43" :
gotoAndPlay ("a3");
break;
case "45" :
last_speed = 5;
gotoAndPlay ("b21");
break;
case "46" :
last_speed = 6;
gotoAndPlay ("b21");
break;
case "47" :
last_speed = 7;
gotoAndPlay ("b21");
break;
case "48" :
last_speed = 8;
gotoAndPlay ("cum_pussy");
break;
case "49" :
last_speed = 9;
gotoAndPlay ("b21");
break;
case "50" :
last_speed = 0;
gotoAndPlay ("b51");
break;
case "51" :
last_speed = 1;
gotoAndPlay ("b51");
break;
case "52" :
last_speed = 2;
gotoAndPlay ("b51");
break;
case "53" :
last_speed = 3;
gotoAndPlay ("b51");
break;
case "54" :
last_speed = 4;
gotoAndPlay ("b51");
break;
case "56" :
gotoAndPlay ("a6");
break;
case "57" :
last_speed = 7;
gotoAndPlay ("a7");
break;
case "58" :
last_speed = 8;
gotoAndPlay ("b51");
break;
case "59" :
last_speed = 9;
gotoAndPlay ("cum_ass");
break;
case "60" :
last_speed = 0;
gotoAndPlay ("b51");
break;
case "61" :
last_speed = 1;
gotoAndPlay ("b51");
break;
case "62" :
last_speed = 2;
gotoAndPlay ("b51");
break;
case "63" :
last_speed = 3;
gotoAndPlay ("b51");
break;
case "64" :
last_speed = 4;
gotoAndPlay ("b51");
break;
case "65" :
gotoAndPlay ("a5");
break;
case "67" :
gotoAndPlay ("a7");
break;
case "68" :
last_speed = 8;
gotoAndPlay ("b51");
break;
case "69" :
last_speed = 9;
gotoAndPlay ("cum_ass");
break;
case "70" :
last_speed = 0;
gotoAndPlay ("b51");
break;
case "71" :
last_speed = 1;
gotoAndPlay ("b51");
break;
case "72" :
last_speed = 2;
gotoAndPlay ("b51");
break;
case "73" :
last_speed = 3;
gotoAndPlay ("b51");
break;
case "74" :
last_speed = 4;
gotoAndPlay ("b51");
break;
case "75" :
last_speed = 5;
gotoAndPlay ("a5");
break;
case "76" :
gotoAndPlay ("a6");
break;
case "78" :
last_speed = 8;
gotoAndPlay ("b51");
break;
case "79" :
last_speed = 9;
gotoAndPlay ("cum_ass");
}
if (last_speed < current_speed) {
last_speed = last_speed + 1;
}
if (last_speed > current_speed) {
last_speed = last_speed - 1;
}
}
}
function change_speed(new_speed) {
if (busy == false) {
current_speed = new_speed;
}
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
if (help_box._visible == true) {
cumshot_btn_1._visible = true;
cumshot_btn_2._visible = true;
}
ar1._visible = false;
} else {
btn0.init = 1;
btn0._mode = 3;
btn0.gotoAndStop(3);
btn1.init = 1;
btn1._mode = 1;
btn1.gotoAndStop(1);
btn2.init = 1;
btn2._mode = 1;
btn2.gotoAndStop(1);
btn3.init = 1;
btn3._mode = 1;
btn3.gotoAndStop(1);
btn4.init = 1;
btn4._mode = 1;
btn4.gotoAndStop(1);
btn5.init = 1;
btn5._mode = 1;
btn5.gotoAndStop(1);
btn6.init = 1;
btn6._mode = 1;
btn6.gotoAndStop(1);
btn7.init = 1;
btn7._mode = 1;
btn7.gotoAndStop(1);
}
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array("100");
var level_complete = false;
pleasure_meter._visible = true;
cumshot_btn_1._visible = false;
cumshot_btn_2._visible = false;
next_btn._visible = true;
glow._visible = false;
if (_root.part_4_complete == true) {
level_complete = true;
}
boob_spot.onPress = function () {
switch (cboobs._mode) {
case -1 :
cboobs.gotoAndPlay("a0");
return;
case 0 :
cboobs.gotoAndPlay("a1");
return;
case 1 :
cboobs.gotoAndPlay("a2");
return;
case 2 :
cboobs.gotoAndPlay("a3");
return;
case 3 :
cboobs.gotoAndPlay("a4");
return;
case 4 :
cboobs.gotoAndStop(1);
}
};
cumshot_btn_1.onPress = function () {
cumshot_btn_1.onPress = null;
cumshot_btn_1._visible = false;
cumshot_btn_2._visible = false;
current_speed = 8;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
btn5._visible = false;
btn6._visible = false;
btn7._visible = false;
help_box._visible = false;
ar1._visible = false;
};
cumshot_btn_2.onPress = function () {
cumshot_btn_2.onPress = null;
cumshot_btn_1._visible = false;
cumshot_btn_2._visible = false;
current_speed = 9;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
btn5._visible = false;
btn6._visible = false;
btn7._visible = false;
btn8._visible = false;
help_box._visible = false;
ar1._visible = false;
};
next_btn.onPress = function () {
next_btn.onPress = null;
if (_root.part_4_complete == false) {
_root.part_4_complete = undefined;
_root.part_count++;
}
_root.gotoScreen("screen_chi_talk");
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
btn5.part = 5;
btn6.part = 6;
btn7.part = 7;
checklevel();
gotoAndPlay ("a0");
Symbol 1002 MovieClip [screen_chi_4] Frame 2
busy = true;
pleasure_meter.action = false;
Symbol 1002 MovieClip [screen_chi_4] Frame 16
switch (current_speed) {
case 0 :
break;
case 1 :
gotoAndPlay ("a1");
break;
case 2 :
break;
case 3 :
break;
case 4 :
break;
case 5 :
gotoAndPlay ("b15");
break;
case 6 :
gotoAndPlay ("b15");
break;
case 7 :
gotoAndPlay ("b15");
break;
case 8 :
break;
case 9 :
gotoAndPlay ("b15");
}
Symbol 1002 MovieClip [screen_chi_4] Frame 17
busy = true;
pleasure_meter.action = false;
Symbol 1002 MovieClip [screen_chi_4] Frame 50
switch (current_speed) {
case 0 :
break;
case 1 :
break;
case 2 :
gotoAndPlay ("a2");
break;
case 3 :
gotoAndPlay ("a3");
break;
case 4 :
gotoAndPlay ("a4");
break;
case 5 :
break;
case 6 :
break;
case 7 :
break;
case 8 :
gotoAndPlay ("cum_pussy");
break;
case 9 :
}
Symbol 1002 MovieClip [screen_chi_4] Frame 51
busy = true;
pleasure_meter.action = false;
Symbol 1002 MovieClip [screen_chi_4] Frame 75
switch (current_speed) {
case 0 :
break;
case 1 :
break;
case 2 :
break;
case 3 :
break;
case 4 :
break;
case 5 :
gotoAndPlay ("a5");
break;
case 6 :
gotoAndPlay ("a6");
break;
case 7 :
gotoAndPlay ("a7");
break;
case 8 :
break;
case 9 :
gotoAndPlay ("cum_ass");
}
Symbol 1002 MovieClip [screen_chi_4] Frame 76
busy = true;
pleasure_meter.action = false;
head.gotoAndStop(4);
Symbol 1002 MovieClip [screen_chi_4] Frame 103
switch (current_speed) {
case 0 :
gotoAndPlay ("b10");
break;
case 1 :
gotoAndPlay ("a1");
break;
case 2 :
gotoAndPlay ("b12");
break;
case 3 :
gotoAndPlay ("b12");
break;
case 4 :
gotoAndPlay ("b12");
break;
case 5 :
break;
case 6 :
break;
case 7 :
break;
case 8 :
gotoAndPlay ("b12");
break;
case 9 :
}
Symbol 1002 MovieClip [screen_chi_4] Frame 104
busy = true;
pleasure_meter.action = false;
head.gotoAndStop(3);
Symbol 1002 MovieClip [screen_chi_4] Frame 134
switch (current_speed) {
case 0 :
gotoAndPlay ("b10");
break;
case 1 :
gotoAndPlay ("a1");
break;
case 2 :
break;
case 3 :
break;
case 4 :
break;
case 5 :
gotoAndPlay ("b15");
break;
case 6 :
gotoAndPlay ("b15");
break;
case 7 :
gotoAndPlay ("b15");
break;
case 8 :
break;
case 9 :
gotoAndPlay ("b15");
}
Symbol 1002 MovieClip [screen_chi_4] Frame 135
busy = true;
pleasure_meter.action = false;
head.gotoAndStop(2);
Symbol 1002 MovieClip [screen_chi_4] Frame 150
switch (current_speed) {
case 0 :
gotoAndPlay ("a0");
break;
case 1 :
break;
case 2 :
gotoAndPlay ("b01");
break;
case 3 :
break;
case 4 :
break;
case 5 :
break;
case 6 :
break;
case 7 :
break;
case 8 :
break;
case 9 :
}
Symbol 1002 MovieClip [screen_chi_4] Frame 151
busy = false;
pleasure_meter.action = false;
head.gotoAndStop(2);
Symbol 1002 MovieClip [screen_chi_4] Frame 187
check_speed();
Symbol 1002 MovieClip [screen_chi_4] Frame 188
busy = false;
pleasure_meter.action = true;
pleasure_meter.speed = 1;
head.gotoAndStop(3);
Symbol 1002 MovieClip [screen_chi_4] Frame 246
check_speed();
Symbol 1002 MovieClip [screen_chi_4] Frame 247
busy = false;
pleasure_meter.action = true;
pleasure_meter.speed = 1;
head.gotoAndStop(4);
Symbol 1002 MovieClip [screen_chi_4] Frame 286
check_speed();
Symbol 1002 MovieClip [screen_chi_4] Frame 287
busy = false;
pleasure_meter.action = true;
pleasure_meter.speed = 2;
head.gotoAndStop(4);
Symbol 1002 MovieClip [screen_chi_4] Frame 308
check_speed();
Symbol 1002 MovieClip [screen_chi_4] Frame 309
busy = false;
pleasure_meter.action = true;
pleasure_meter.speed = 2;
head.gotoAndStop(5);
Symbol 1002 MovieClip [screen_chi_4] Frame 321
check_speed();
Symbol 1002 MovieClip [screen_chi_4] Frame 323
busy = false;
pleasure_meter.action = true;
pleasure_meter.speed = 1;
head.gotoAndStop(3);
Symbol 1002 MovieClip [screen_chi_4] Frame 362
check_speed();
Symbol 1002 MovieClip [screen_chi_4] Frame 363
busy = false;
pleasure_meter.action = true;
pleasure_meter.speed = 1;
head.gotoAndStop(4);
Symbol 1002 MovieClip [screen_chi_4] Frame 389
check_speed();
Symbol 1002 MovieClip [screen_chi_4] Frame 390
busy = false;
pleasure_meter.action = true;
pleasure_meter.speed = 2;
head.gotoAndStop(5);
Symbol 1002 MovieClip [screen_chi_4] Frame 402
check_speed();
Symbol 1002 MovieClip [screen_chi_4] Frame 403
busy = true;
b11._visible = true;
b12._visible = true;
b13._visible = true;
b21._visible = true;
b22._visible = true;
b23._visible = true;
cboobs._visible = false;
boob_spot._visible = false;
head.gotoAndStop(5);
cumshot_btn_1._visible = false;
cumshot_btn_2._visible = false;
Symbol 1002 MovieClip [screen_chi_4] Frame 436
head.gotoAndStop(7);
Symbol 1002 MovieClip [screen_chi_4] Frame 525
head.gotoAndStop(2);
Symbol 1002 MovieClip [screen_chi_4] Frame 551
next_btn._visible = true;
glow._visible = true;
Symbol 1002 MovieClip [screen_chi_4] Frame 590
gotoAndPlay ("end2");
Symbol 1002 MovieClip [screen_chi_4] Frame 592
busy = true;
b11._visible = true;
b12._visible = true;
b13._visible = true;
b21._visible = true;
b22._visible = true;
b23._visible = true;
cboobs._visible = false;
boob_spot._visible = false;
head.gotoAndStop(5);
cumshot_btn_1._visible = false;
cumshot_btn_2._visible = false;
Symbol 1002 MovieClip [screen_chi_4] Frame 667
head.gotoAndStop(7);
Symbol 1002 MovieClip [screen_chi_4] Frame 710
head.gotoAndStop(2);
Symbol 1002 MovieClip [screen_chi_4] Frame 752
next_btn._visible = true;
glow._visible = true;
Symbol 1002 MovieClip [screen_chi_4] Frame 791
gotoAndPlay ("end1");
Symbol 1048 MovieClip Frame 1
stop();
Symbol 1086 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 1086 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 1086 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 1086 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 1091 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 1091 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 1091 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 1091 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 1096 MovieClip Frame 1
function setmode(number) {
if (_mode != 4) {
return(undefined);
}
_mode = number;
switch (_mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
gotoAndStop (2);
break;
case 3 :
gotoAndStop (3);
break;
case 4 :
gotoAndStop (4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).unpress();
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 1096 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 1096 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 1096 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 1101 MovieClip Frame 1
function setmode(number) {
if (_mode != 4) {
return(undefined);
}
_mode = number;
switch (_mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
gotoAndStop (2);
break;
case 3 :
gotoAndStop (3);
break;
case 4 :
gotoAndStop (4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).unpress();
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 1101 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 1101 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 1101 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 1109 MovieClip Frame 1
stop();
busy = false;
if (first_run == undefined) {
first_run = true;
_text = _parent._parent._arrmode[0];
}
Symbol 1109 MovieClip Frame 2
busy = true;
Symbol 1109 MovieClip Frame 9
busy = true;
if (_parent._parent._mode == (_parent._parent._arrmode.length - 1)) {
_parent._parent._mode = 0;
} else {
_parent._parent._mode++;
}
_text = _parent._parent._arrmode[_parent._parent._mode];
_parent._parent.change_action(_parent._parent._mode);
Symbol 1109 MovieClip Frame 25
busy = true;
gotoAndStop (1);
Symbol 1110 MovieClip Frame 1
var _arrmode = _parent._arrmode;
var _mode = _parent._mode;
next_btn.onPress = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_title.busy == false) {
_title.gotoAndPlay(2);
}
};
Symbol 1112 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 1115 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 >= 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 1117 MovieClip Frame 1
_visible = false;
Symbol 1122 MovieClip Frame 1
this._visible = false;
Symbol 1122 MovieClip Frame 2
stop();
Symbol 1134 MovieClip Frame 1
this._visible = false;
Symbol 1134 MovieClip Frame 2
stop();
Symbol 1144 MovieClip Frame 1
this._visible = false;
Symbol 1144 MovieClip Frame 2
stop();
Symbol 1256 MovieClip Frame 1
function check_speed() {
if (last_speed == current_speed) {
gotoAndPlay((("a" + current_speed) + "") + _mode);
} 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 ("a10");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "02" :
gotoAndPlay ("a20");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "03" :
gotoAndPlay ("a30");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "10" :
gotoAndPlay ("a00");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "12" :
gotoAndPlay ("a20");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "13" :
gotoAndPlay ("a30");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "20" :
gotoAndPlay ("a00");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "21" :
gotoAndPlay ("a10");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "23" :
gotoAndPlay ("a30");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "30" :
gotoAndPlay ("a00");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "31" :
gotoAndPlay ("a10");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "32" :
gotoAndPlay ("a30");
if (_mode == 0) {
break;
}
_mode = 2;
action_checker.next_btn.onPress();
}
if (last_speed < current_speed) {
last_speed = last_speed + 1;
}
if (last_speed > current_speed) {
last_speed = last_speed - 1;
}
}
}
function change_speed(new_speed) {
if (busy == false) {
current_speed = new_speed;
}
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn0.setmode(1);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
btn4.setmode(1);
pleasure_meter._visible = false;
cumshot_btn._visible = true;
next_btn._visible = true;
}
}
function change_action(mymode) {
pleasure_meter.speed = mymode + 1;
head.gotoAndStop(mymode + 1);
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array("25", "50", "75", "100");
var level_complete = false;
if (_root.part_1_complete == true) {
level_complete = true;
}
next_btn._visible = true;
glow._visible = false;
pleasure_meter._visible = true;
next_btn.onPress = function () {
next_btn.onPress = null;
_root.gotoScreen("screen_dia_2");
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
checklevel();
var _arrmode = Array("Easy", "Normal", "Hard");
var _mode = 0;
gotoAndPlay ("a00");
Symbol 1256 MovieClip Frame 54
check_speed();
Symbol 1256 MovieClip Frame 75
check_speed();
Symbol 1256 MovieClip Frame 91
check_speed();
Symbol 1256 MovieClip Frame 144
check_speed();
Symbol 1256 MovieClip Frame 174
check_speed();
Symbol 1256 MovieClip Frame 190
check_speed();
Symbol 1256 MovieClip Frame 239
check_speed();
Symbol 1256 MovieClip Frame 271
check_speed();
Symbol 1256 MovieClip Frame 287
check_speed();
Symbol 1256 MovieClip Frame 341
check_speed();
Symbol 1256 MovieClip Frame 376
check_speed();
Symbol 1256 MovieClip Frame 390
check_speed();
Symbol 1335 MovieClip Frame 1
stop();
Symbol 1353 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 1353 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 1353 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 1353 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 1356 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 1356 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 1356 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 1356 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 1361 MovieClip 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" :
last_speed = 2;
gotoAndPlay ("b01");
break;
case "03" :
last_speed = 3;
gotoAndPlay ("b01");
break;
case "04" :
last_speed = 4;
gotoAndPlay ("b01");
break;
case "05" :
last_speed = 5;
gotoAndPlay ("b01");
break;
case "06" :
last_speed = 6;
gotoAndPlay ("b01");
break;
case "07" :
last_speed = 7;
gotoAndPlay ("b01");
break;
case "10" :
gotoAndPlay ("b10");
break;
case "12" :
gotoAndPlay ("b12");
break;
case "13" :
last_speed = 3;
gotoAndPlay ("b12");
break;
case "14" :
last_speed = 4;
gotoAndPlay ("b12");
break;
case "15" :
last_speed = 5;
gotoAndPlay ("b12");
break;
case "16" :
last_speed = 6;
gotoAndPlay ("b12");
break;
case "17" :
last_speed = 7;
gotoAndPlay ("b12");
break;
case "20" :
last_speed = 0;
gotoAndPlay ("b21");
break;
case "21" :
gotoAndPlay ("b21");
break;
case "23" :
gotoAndPlay ("a3");
break;
case "24" :
last_speed = 4;
gotoAndPlay ("b23");
break;
case "25" :
last_speed = 5;
gotoAndPlay ("b23");
break;
case "26" :
last_speed = 6;
gotoAndPlay ("b23");
break;
case "27" :
last_speed = 7;
gotoAndPlay ("b23");
break;
case "30" :
last_speed = 0;
gotoAndPlay ("b21");
break;
case "31" :
last_speed = 1;
gotoAndPlay ("b21");
break;
case "32" :
gotoAndPlay ("a2");
break;
case "34" :
gotoAndPlay ("b23");
break;
case "35" :
last_speed = 5;
gotoAndPlay ("b23");
break;
case "36" :
last_speed = 6;
gotoAndPlay ("b23");
break;
case "37" :
last_speed = 7;
gotoAndPlay ("b23");
break;
case "40" :
last_speed = 0;
gotoAndPlay ("b32");
break;
case "41" :
last_speed = 1;
gotoAndPlay ("b32");
break;
case "42" :
last_speed = 2;
gotoAndPlay ("b32");
break;
case "43" :
gotoAndPlay ("b32");
break;
case "45" :
gotoAndPlay ("a5");
break;
case "46" :
last_speed = 6;
gotoAndPlay ("a5");
break;
case "47" :
last_speed = 7;
gotoAndPlay ("cs");
break;
case "50" :
last_speed = 0;
gotoAndPlay ("b32");
break;
case "51" :
last_speed = 1;
gotoAndPlay ("b32");
break;
case "52" :
last_speed = 2;
gotoAndPlay ("b32");
break;
case "53" :
last_speed = 3;
gotoAndPlay ("b32");
break;
case "54" :
gotoAndPlay ("a4");
break;
case "56" :
gotoAndPlay ("a6");
break;
case "57" :
last_speed = 7;
gotoAndPlay ("cs");
break;
case "60" :
last_speed = 0;
gotoAndPlay ("b32");
break;
case "61" :
last_speed = 1;
gotoAndPlay ("b32");
break;
case "62" :
last_speed = 2;
gotoAndPlay ("b32");
break;
case "63" :
last_speed = 3;
gotoAndPlay ("b32");
break;
case "64" :
last_speed = 4;
gotoAndPlay ("a4");
break;
case "65" :
gotoAndPlay ("a5");
break;
case "67" :
gotoAndPlay ("cs");
}
if (last_speed < current_speed) {
last_speed = last_speed + 1;
}
if (last_speed > current_speed) {
last_speed = last_speed - 1;
}
}
}
function change_speed(new_speed) {
if (busy == false) {
current_speed = new_speed;
}
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
btn0.setmode(3);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
btn4.setmode(1);
btn5.setmode(1);
btn6.setmode(1);
pleasure_meter._visible = false;
cumshot_btn._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn5.setmode(1);
return;
case 6 :
btn6.setmode(1);
return;
case 7 :
btn0.setmode(1);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
btn4.setmode(1);
btn5.setmode(1);
btn6.setmode(1);
pleasure_meter._visible = false;
cumshot_btn._visible = true;
current_part = 8;
return;
case 8 :
cumshot_btn._visible = false;
}
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array("0", "20", "35", "50", "65", "80", "100");
var level_complete = false;
if (_root.part_1_complete == true) {
level_complete = true;
}
next_btn._visible = true;
glow._visible = false;
cumshot_btn._visible = false;
pleasure_meter._visible = true;
pleasure_meter.speed = 2;
cumshot_btn.onPress = function () {
current_speed = 7;
cumshot_btn.onPress = null;
cumshot_btn._visible = false;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
btn5._visible = false;
btn6._visible = false;
dia_complete = true;
pleasure_meter._visible = false;
};
next_btn.onPress = function () {
next_btn.onPress = null;
if (_root.part_1_complete == false) {
_root.part_1_complete = undefined;
_root.part_count++;
}
_root.gotoScreen("screen_dia_talk");
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
btn5.part = 5;
btn6.part = 6;
checklevel();
gotoAndPlay ("a0");
Symbol 1361 MovieClip Frame 2
busy = true;
Symbol 1361 MovieClip Frame 13
switch (current_speed) {
case 0 :
break;
case 1 :
gotoAndPlay ("a1");
break;
case 2 :
break;
case 3 :
break;
case 4 :
break;
case 5 :
break;
case 6 :
break;
case 7 :
}
Symbol 1361 MovieClip Frame 14
busy = true;
Symbol 1361 MovieClip Frame 31
switch (current_speed) {
case 0 :
break;
case 1 :
break;
case 2 :
gotoAndPlay ("a2");
break;
case 3 :
gotoAndPlay ("a3");
break;
case 4 :
break;
case 5 :
break;
case 6 :
break;
case 7 :
}
Symbol 1361 MovieClip Frame 32
busy = true;
Symbol 1361 MovieClip Frame 41
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 ("cs");
}
Symbol 1361 MovieClip Frame 82
busy = false;
head.gotoAndStop(1);
Symbol 1361 MovieClip Frame 117
check_speed();
Symbol 1361 MovieClip Frame 118
busy = false;
Symbol 1361 MovieClip Frame 125
head.gotoAndStop(2);
Symbol 1361 MovieClip Frame 158
check_speed();
Symbol 1361 MovieClip Frame 159
busy = false;
head.gotoAndStop(3);
Symbol 1361 MovieClip Frame 191
check_speed();
Symbol 1361 MovieClip Frame 192
busy = false;
head.gotoAndStop(4);
Symbol 1361 MovieClip Frame 212
check_speed();
Symbol 1361 MovieClip Frame 213
busy = false;
head.gotoAndStop(5);
Symbol 1361 MovieClip Frame 254
check_speed();
Symbol 1361 MovieClip Frame 255
busy = false;
head.gotoAndStop(6);
Symbol 1361 MovieClip Frame 283
check_speed();
Symbol 1361 MovieClip Frame 284
x = random(2);
busy = false;
head.gotoAndStop(7);
if (x == 1) {
gotoAndPlay ("a61");
return(undefined);
}
Symbol 1361 MovieClip Frame 296
check_speed();
Symbol 1361 MovieClip Frame 308
check_speed();
Symbol 1361 MovieClip Frame 309
head.gotoAndStop(7);
Symbol 1361 MovieClip Frame 421
head.gotoAndStop(4);
Symbol 1361 MovieClip Frame 475
next_btn._visible = true;
glow._visible = true;
Symbol 1361 MovieClip Frame 504
gotoAndPlay ("end");
Symbol 1361 MovieClip Frame 505
busy = true;
Symbol 1361 MovieClip Frame 515
switch (current_speed) {
case 0 :
break;
case 1 :
break;
case 2 :
gotoAndPlay ("a2");
break;
case 3 :
gotoAndPlay ("a3");
break;
case 4 :
break;
case 5 :
break;
case 6 :
break;
case 7 :
}
Symbol 1361 MovieClip Frame 516
busy = true;
Symbol 1361 MovieClip Frame 530
switch (current_speed) {
case 0 :
break;
case 1 :
gotoAndPlay ("a1");
break;
case 2 :
break;
case 3 :
break;
case 4 :
break;
case 5 :
break;
case 6 :
break;
case 7 :
}
Symbol 1361 MovieClip Frame 531
busy = true;
Symbol 1361 MovieClip Frame 541
gotoAndPlay ("a0");
Symbol 1382 MovieClip Frame 1
stop();
Symbol 1382 MovieClip Frame 2
_parent.head.gotoAndStop(2);
_parent.spot0._visible = false;
_parent.spot1._visible = false;
_parent.spot5._visible = false;
_parent.spot10._visible = false;
_parent.spot11._visible = false;
_parent.sp5._visible = false;
Symbol 1382 MovieClip Frame 36
stop();
_parent.head.gotoAndStop(1);
_parent.spot0._visible = true;
_parent.spot1._visible = true;
_parent.spot5._visible = true;
_parent.spot10._visible = true;
_parent.spot11._visible = true;
Symbol 1394 MovieClip Frame 1
stop();
Symbol 1394 MovieClip Frame 2
_parent.head.gotoAndStop(2);
_parent.sp4._visible = false;
_parent.spot0._visible = false;
_parent.spot1._visible = false;
_parent.spot2._visible = false;
_parent.spot3._visible = false;
_parent.spot4._visible = false;
_parent.spot5._visible = false;
_parent.spot6._visible = false;
_parent.spot7._visible = false;
_parent.spot9._visible = false;
Symbol 1394 MovieClip Frame 50
stop();
_parent.head.gotoAndStop(1);
_parent.spot0._visible = true;
_parent.spot1._visible = true;
_parent.spot5._visible = true;
_parent.spot10._visible = true;
_parent.sp5._visible = true;
_parent.gotoAndPlay("a1x2");
Symbol 1403 MovieClip Frame 1
stop();
Symbol 1403 MovieClip Frame 2
_parent.head.gotoAndStop(2);
_parent.sp1._visible = false;
_parent.spot0._visible = false;
_parent.spot1._visible = false;
_parent.spot2._visible = false;
_parent.spot3._visible = false;
_parent.spot4._visible = false;
_parent.spot5._visible = false;
Symbol 1403 MovieClip Frame 35
stop();
_parent.head.gotoAndStop(1);
_parent.spot0._visible = true;
_parent.spot1._visible = true;
_parent.spot2._visible = true;
_parent.spot3._visible = true;
_parent.spot4._visible = true;
_parent.spot5._visible = true;
_parent.spot6._visible = true;
_parent.sp3._visible = true;
_parent.gotoAndPlay("a0x1");
Symbol 1434 MovieClip Frame 50
gotoAndPlay ("a0");
Symbol 1434 MovieClip Frame 77
gotoAndPlay ("a1");
Symbol 1434 MovieClip Frame 104
gotoAndPlay ("a2");
Symbol 1434 MovieClip Frame 131
gotoAndPlay ("a3");
Symbol 1434 MovieClip Frame 132
_parent.head.gotoAndStop(2);
_parent.sp3._visible = false;
_parent.spot0._visible = false;
_parent.spot1._visible = false;
_parent.spot2._visible = false;
_parent.spot3._visible = false;
_parent.spot4._visible = false;
_parent.spot5._visible = false;
Symbol 1434 MovieClip Frame 189
_parent.head.gotoAndStop(1);
_parent.spot0._visible = true;
_parent.spot1._visible = true;
_parent.spot5._visible = true;
_parent.spot6._visible = true;
_parent.spot7._visible = true;
_parent.spot8._visible = true;
_parent.spot9._visible = true;
_parent.sp4._visible = true;
Symbol 1434 MovieClip Frame 239
gotoAndPlay ("a5");
Symbol 1434 MovieClip Frame 270
gotoAndPlay ("a6");
Symbol 1434 MovieClip Frame 301
gotoAndPlay ("a8");
Symbol 1434 MovieClip Frame 332
gotoAndPlay ("a7");
Symbol 1435 MovieClip Frame 55
gotoAndPlay (2);
Symbol 1446 MovieClip Frame 50
gotoAndPlay (2);
Symbol 1446 MovieClip Frame 74
gotoAndPlay ("x1");
Symbol 1452 MovieClip Frame 50
gotoAndPlay (2);
Symbol 1452 MovieClip Frame 74
gotoAndPlay ("x1");
Symbol 1457 MovieClip Frame 1
stop();
Symbol 1457 MovieClip Frame 2
_parent.sp1._visible = false;
_parent.head.gotoAndStop(2);
_parent.spot0._visible = false;
_parent.spot1._visible = false;
_parent.spot2._visible = false;
_parent.spot3._visible = false;
_parent.spot4._visible = false;
_parent.spot5._visible = false;
Symbol 1457 MovieClip Frame 16
_parent.bra._visible = true;
Symbol 1457 MovieClip Frame 35
stop();
_parent.head.gotoAndStop(1);
_parent.sp2._visible = true;
_parent.spot0._visible = true;
_parent.spot1._visible = true;
_parent.spot2._visible = true;
_parent.spot3._visible = true;
_parent.spot4._visible = true;
_parent.spot5._visible = true;
_parent.spot0.part = 1;
_parent.spot1.part = 1;
Symbol 1494 MovieClip Frame 2
stop();
Symbol 1505 MovieClip Frame 2
stop();
Symbol 1506 MovieClip Frame 1
stop();
_parent.timer.gotoAndPlay(_parent.timer._totalframes);
Symbol 1506 MovieClip Frame 2
_parent.her_phrase_baloon.text = "";
_parent.her_phrase_baloon.letters = 0;
_parent.her_phrase_baloon.phrase = _parent.good_phrases[random(4)];
_parent.her_phrase_baloon._visible = true;
_parent.timer.gotoAndPlay(2);
Symbol 1506 MovieClip Frame 3
_parent.her_phrase_baloon.text = "";
_parent.her_phrase_baloon.letters = 0;
_parent.her_phrase_baloon.phrase = _parent.bad_phrases[random(4)];
_parent.her_phrase_baloon._visible = true;
_parent.timer.gotoAndPlay(2);
Symbol 1512 MovieClip Frame 1
_alpha = 0;
this.onPress = function () {
_parent.h0._visible = true;
_parent.h0.gotoAndPlay(1);
_parent.current_speed = this.part;
if (_parent.current_speed == _parent.current_part) {
_parent.pleasure_meter.action = true;
_parent.head.gotoAndStop(2);
} else {
_parent.pleasure_meter.action = false;
if (_parent.current_speed > _parent.current_part) {
_parent.head.gotoAndStop(3);
} else {
_parent.head.gotoAndStop(1);
}
}
};
this.onRelease = function () {
_parent.h0._visible = false;
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
this.onReleaseOutside = function () {
_parent.h0._visible = false;
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
Symbol 1514 MovieClip Frame 1
_alpha = 0;
this.onPress = function () {
_parent.h1._visible = true;
_parent.h1.gotoAndPlay(1);
_parent.current_speed = this.part;
if (_parent.current_speed == _parent.current_part) {
_parent.pleasure_meter.action = true;
_parent.head.gotoAndStop(2);
} else {
_parent.pleasure_meter.action = false;
if (_parent.current_speed > _parent.current_part) {
_parent.head.gotoAndStop(3);
} else {
_parent.head.gotoAndStop(1);
}
}
};
this.onRelease = function () {
_parent.h1._visible = false;
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
this.onReleaseOutside = function () {
_parent.h1._visible = false;
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
Symbol 1516 MovieClip Frame 1
_alpha = 0;
this.onPress = function () {
_parent.shirt.b1.gotoAndPlay("x1");
_parent.bra.gotoAndPlay("a1");
_parent.current_speed = this.part;
if (_parent.current_speed == _parent.current_part) {
_parent.pleasure_meter.action = true;
_parent.head.gotoAndStop(2);
} else {
_parent.pleasure_meter.action = false;
if (_parent.current_speed > _parent.current_part) {
_parent.head.gotoAndStop(3);
} else {
_parent.head.gotoAndStop(1);
}
}
};
this.onRelease = function () {
_parent.shirt.b1.gotoAndPlay(1);
_parent.shirt.b2.gotoAndPlay(2);
_parent.bra.gotoAndPlay("a0");
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
this.onReleaseOutside = function () {
_parent.shirt.b1.gotoAndPlay(1);
_parent.shirt.b2.gotoAndPlay(2);
_parent.bra.gotoAndPlay("a0");
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
Symbol 1518 MovieClip Frame 1
_alpha = 0;
this.onPress = function () {
_parent.shirt.b1.gotoAndPlay("x1");
_parent.shirt.b2.gotoAndPlay("x1");
_parent.bra.gotoAndPlay("a3");
_parent.current_speed = this.part;
if (_parent.current_speed == _parent.current_part) {
_parent.pleasure_meter.action = true;
_parent.head.gotoAndStop(2);
} else {
_parent.pleasure_meter.action = false;
if (_parent.current_speed > _parent.current_part) {
_parent.head.gotoAndStop(3);
} else {
_parent.head.gotoAndStop(1);
}
}
};
this.onRelease = function () {
_parent.shirt.b1.gotoAndPlay(1);
_parent.shirt.b2.gotoAndPlay(2);
_parent.bra.gotoAndPlay("a0");
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
this.onReleaseOutside = function () {
_parent.shirt.b1.gotoAndPlay(1);
_parent.shirt.b2.gotoAndPlay(2);
_parent.bra.gotoAndPlay("a0");
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
Symbol 1520 MovieClip Frame 1
_alpha = 0;
this.onPress = function () {
_parent.shirt.b2.gotoAndPlay("x1");
_parent.bra.gotoAndPlay("a2");
_parent.current_speed = this.part;
if (_parent.current_speed == _parent.current_part) {
_parent.pleasure_meter.action = true;
_parent.head.gotoAndStop(2);
} else {
_parent.pleasure_meter.action = false;
if (_parent.current_speed > _parent.current_part) {
_parent.head.gotoAndStop(3);
} else {
_parent.head.gotoAndStop(1);
}
}
};
this.onRelease = function () {
_parent.shirt.b1.gotoAndPlay(1);
_parent.shirt.b2.gotoAndPlay(2);
_parent.bra.gotoAndPlay("a0");
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
this.onReleaseOutside = function () {
_parent.shirt.b1.gotoAndPlay(1);
_parent.shirt.b2.gotoAndPlay(2);
_parent.bra.gotoAndPlay("a0");
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
Symbol 1522 MovieClip Frame 1
_alpha = 0;
this.onPress = function () {
_parent.h2._visible = true;
_parent.h2.gotoAndPlay(1);
_parent.current_speed = this.part;
if (_parent.current_speed == _parent.current_part) {
_parent.pleasure_meter.action = true;
_parent.head.gotoAndStop(2);
} else {
_parent.pleasure_meter.action = false;
if (_parent.current_speed > _parent.current_part) {
_parent.head.gotoAndStop(3);
} else {
_parent.head.gotoAndStop(1);
}
}
};
this.onRelease = function () {
_parent.h2._visible = false;
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
this.onReleaseOutside = function () {
_parent.h2._visible = false;
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
Symbol 1524 MovieClip Frame 1
_alpha = 0;
this.onPress = function () {
_parent.h3._visible = true;
_parent.h3.gotoAndPlay(1);
_parent.current_speed = this.part;
if (_parent.current_speed == _parent.current_part) {
_parent.pleasure_meter.action = true;
_parent.head.gotoAndStop(2);
} else {
_parent.pleasure_meter.action = false;
if (_parent.current_speed > _parent.current_part) {
_parent.head.gotoAndStop(3);
} else {
_parent.head.gotoAndStop(1);
}
}
};
this.onRelease = function () {
_parent.h3._visible = false;
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
this.onReleaseOutside = function () {
_parent.h3._visible = false;
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
Symbol 1525 MovieClip Frame 1
_alpha = 0;
this.onPress = function () {
_parent.bra.gotoAndPlay("a6");
_parent.current_speed = this.part;
if (_parent.current_speed == _parent.current_part) {
_parent.pleasure_meter.action = true;
_parent.head.gotoAndStop(2);
} else {
_parent.pleasure_meter.action = false;
if (_parent.current_speed > _parent.current_part) {
_parent.head.gotoAndStop(3);
} else {
_parent.head.gotoAndStop(1);
}
}
};
this.onRelease = function () {
_parent.bra.gotoAndPlay("a5");
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
this.onReleaseOutside = function () {
_parent.bra.gotoAndPlay("a5");
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
Symbol 1526 MovieClip Frame 1
_alpha = 0;
this.onPress = function () {
_parent.bra.gotoAndPlay("a7");
_parent.current_speed = this.part;
if (_parent.current_speed == _parent.current_part) {
_parent.pleasure_meter.action = true;
_parent.head.gotoAndStop(2);
} else {
_parent.pleasure_meter.action = false;
if (_parent.current_speed > _parent.current_part) {
_parent.head.gotoAndStop(3);
} else {
_parent.head.gotoAndStop(1);
}
}
};
this.onRelease = function () {
_parent.bra.gotoAndPlay("a5");
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
this.onReleaseOutside = function () {
_parent.bra.gotoAndPlay("a5");
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
Symbol 1528 MovieClip Frame 1
_alpha = 0;
this.onPress = function () {
_parent.bra.gotoAndPlay("a8");
_parent.current_speed = this.part;
if (_parent.current_speed == _parent.current_part) {
_parent.pleasure_meter.action = true;
_parent.head.gotoAndStop(2);
} else {
_parent.pleasure_meter.action = false;
if (_parent.current_speed > _parent.current_part) {
_parent.head.gotoAndStop(3);
} else {
_parent.head.gotoAndStop(1);
}
}
};
this.onRelease = function () {
_parent.bra.gotoAndPlay("a5");
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
this.onReleaseOutside = function () {
_parent.bra.gotoAndPlay("a5");
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
Symbol 1530 MovieClip Frame 1
_alpha = 0;
this.onPress = function () {
_parent.frame1._visible = true;
_parent.frame1.gotoAndPlay(1);
_parent.current_speed = this.part;
if (_parent.current_speed == _parent.current_part) {
_parent.pleasure_meter.action = true;
_parent.head.gotoAndStop(2);
} else {
_parent.pleasure_meter.action = false;
if (_parent.current_speed > _parent.current_part) {
_parent.head.gotoAndStop(3);
} else {
_parent.head.gotoAndStop(1);
}
}
};
this.onRelease = function () {
_parent.frame1._visible = false;
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
this.onReleaseOutside = function () {
_parent.frame1._visible = false;
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
Symbol 1532 MovieClip Frame 1
_alpha = 0;
this.onPress = function () {
_parent.frame2._visible = true;
_parent.frame2.gotoAndPlay(1);
_parent.current_speed = this.part;
if (_parent.current_speed == _parent.current_part) {
_parent.pleasure_meter.action = true;
_parent.head.gotoAndStop(2);
} else {
_parent.pleasure_meter.action = false;
if (_parent.current_speed > _parent.current_part) {
_parent.head.gotoAndStop(3);
} else {
_parent.head.gotoAndStop(1);
}
}
};
this.onRelease = function () {
_parent.frame2._visible = false;
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
this.onReleaseOutside = function () {
_parent.frame2._visible = false;
_parent.pleasure_meter.action = false;
_parent.head.gotoAndStop(1);
};
Symbol 1538 MovieClip Frame 50
gotoAndPlay (2);
Symbol 1539 MovieClip Frame 79
gotoAndPlay (2);
Symbol 1573 MovieClip Frame 32
gotoAndPlay (2);
Symbol 1579 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 >= 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 1585 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));
};
Symbol 1587 MovieClip Frame 1
stop();
_visible = false;
Symbol 1587 MovieClip Frame 75
_parent.her_phrase_baloon._visible = false;
gotoAndStop (1);
Symbol 1591 MovieClip [screen_ino_1] Frame 1
sp2._visible = false;
sp3._visible = false;
sp4._visible = false;
sp5._visible = false;
next_btn._visible = true;
glow._visible = false;
sp1.onPress = function () {
if (current_part == 1) {
sp1.onPress = null;
sp1._visible = false;
shirt.gotoAndPlay(2);
} else {
gotoAndPlay ("a00");
}
};
sp2.onPress = function () {
if (current_part == 2) {
sp2.onPress = null;
sp2._visible = false;
skirt.gotoAndPlay(2);
} else {
gotoAndPlay ("a01");
}
};
sp3.onPress = function () {
if (current_part == 3) {
sp3.onPress = null;
sp3._visible = false;
bra.gotoAndPlay("a4");
} else {
gotoAndPlay ("a02");
}
};
sp4.onPress = function () {
if (current_part == 4) {
sp4.onPress = null;
sp4._visible = false;
stoking.gotoAndPlay(2);
} else {
gotoAndPlay ("a03");
}
};
sp5.onPress = function () {
if (current_part == 5) {
sp5.onPress = null;
sp5._visible = false;
pants.gotoAndPlay(2);
} else {
gotoAndPlay ("a04");
}
};
her_phrase_baloon._visible = false;
bad_phrases = Array("Don't do that!", "I'm not ready yet", "Don't touch me", "I said NO!");
good_phrases = Array("Ohhh ... Yeah!", "I like it!", "Don't stop!!", "You drive me crazy");
h0._visible = false;
h1._visible = false;
h2._visible = false;
h3._visible = false;
spot0.part = 2;
spot1.part = 2;
spot2.part = 4;
spot3.part = 4;
spot4.part = 4;
spot5.part = 0;
spot6.part = 2;
spot7.part = 3;
spot8.part = 3;
spot9.part = 3;
spot10.part = 4;
spot11.part = 5;
spot6._visible = false;
spot7._visible = false;
spot8._visible = false;
spot9._visible = false;
spot10._visible = false;
spot11._visible = false;
frame1._visible = false;
frame2._visible = false;
level_complete = false;
next_btn._visible = true;
glow._visible = false;
pleasure_meter.speed = 3;
shirt._visible = true;
skirt._visible = true;
bra._visible = false;
var current_part = -1;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array("0", "15", "30", "50", "70", "80", "100");
var level_complete = false;
this.onEnterFrame = function () {
if (level_complete == false) {
return(undefined);
}
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
};
next_btn.onPress = function () {
next_btn.onPress = null;
_root.gotoScreen("screen_ino_2");
};
Symbol 1591 MovieClip [screen_ino_1] Frame 40
gotoAndPlay ("a0");
Symbol 1591 MovieClip [screen_ino_1] Frame 41
sp1._visible = false;
spot0._visible = false;
spot1._visible = false;
spot2._visible = false;
spot3._visible = false;
spot4._visible = false;
spot5._visible = false;
Symbol 1591 MovieClip [screen_ino_1] Frame 52
head.gotoAndStop(3);
Symbol 1591 MovieClip [screen_ino_1] Frame 115
gotoAndPlay ("a0");
her_phrase_baloon._visible = false;
sp1._visible = true;
head.gotoAndStop(1);
spot0._visible = true;
spot1._visible = true;
spot2._visible = true;
spot3._visible = true;
spot4._visible = true;
spot5._visible = true;
Symbol 1591 MovieClip [screen_ino_1] Frame 116
sp2._visible = false;
spot0._visible = false;
spot1._visible = false;
spot2._visible = false;
spot3._visible = false;
spot4._visible = false;
spot5._visible = false;
Symbol 1591 MovieClip [screen_ino_1] Frame 125
head.gotoAndStop(3);
Symbol 1591 MovieClip [screen_ino_1] Frame 190
gotoAndPlay ("a0");
her_phrase_baloon._visible = false;
sp2._visible = true;
head.gotoAndStop(1);
spot0._visible = true;
spot1._visible = true;
spot2._visible = true;
spot3._visible = true;
spot4._visible = true;
spot5._visible = true;
Symbol 1591 MovieClip [screen_ino_1] Frame 229
gotoAndPlay ("a1");
Symbol 1591 MovieClip [screen_ino_1] Frame 239
gotoAndPlay ("a1");
Symbol 1591 MovieClip [screen_ino_1] Frame 240
sp3._visible = false;
spot0._visible = false;
spot1._visible = false;
spot2._visible = false;
spot3._visible = false;
spot4._visible = false;
spot5._visible = false;
spot6._visible = false;
Symbol 1591 MovieClip [screen_ino_1] Frame 250
head.gotoAndStop(3);
Symbol 1591 MovieClip [screen_ino_1] Frame 310
gotoAndPlay ("a1");
her_phrase_baloon._visible = false;
sp3._visible = true;
head.gotoAndStop(1);
spot0._visible = true;
spot1._visible = true;
spot2._visible = true;
spot3._visible = true;
spot4._visible = true;
spot5._visible = true;
spot6._visible = true;
Symbol 1591 MovieClip [screen_ino_1] Frame 311
sp4._visible = false;
spot0._visible = false;
spot1._visible = false;
spot2._visible = false;
spot3._visible = false;
spot4._visible = false;
spot5._visible = false;
spot6._visible = false;
spot7._visible = false;
spot8._visible = false;
Symbol 1591 MovieClip [screen_ino_1] Frame 322
head.gotoAndStop(3);
Symbol 1591 MovieClip [screen_ino_1] Frame 387
gotoAndPlay ("a1");
her_phrase_baloon._visible = false;
sp4._visible = true;
head.gotoAndStop(1);
spot0._visible = true;
spot1._visible = true;
spot5._visible = true;
spot6._visible = true;
spot7._visible = true;
spot8._visible = true;
Symbol 1591 MovieClip [screen_ino_1] Frame 388
spot6._visible = false;
Symbol 1591 MovieClip [screen_ino_1] Frame 440
gotoAndPlay ("a2");
Symbol 1591 MovieClip [screen_ino_1] Frame 441
sp5._visible = false;
spot0._visible = false;
spot1._visible = false;
spot2._visible = false;
spot3._visible = false;
spot4._visible = false;
spot5._visible = false;
spot6._visible = false;
spot7._visible = false;
spot8._visible = false;
spot9._visible = false;
spot10._visible = false;
Symbol 1591 MovieClip [screen_ino_1] Frame 451
head.gotoAndStop(3);
Symbol 1591 MovieClip [screen_ino_1] Frame 500
gotoAndPlay ("a2");
her_phrase_baloon._visible = false;
sp5._visible = true;
head.gotoAndStop(1);
spot0._visible = true;
spot1._visible = true;
spot5._visible = true;
spot10._visible = true;
Symbol 1630 MovieClip Frame 1
stop();
Symbol 1668 MovieClip Frame 1
function setmode(number) {
if (_mode != 4) {
return(undefined);
}
_mode = number;
switch (_mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
gotoAndStop (2);
break;
case 3 :
gotoAndStop (3);
break;
case 4 :
gotoAndStop (4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 1668 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 1668 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 1668 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 1673 MovieClip Frame 1
function setmode(number) {
if (_mode != 4) {
return(undefined);
}
_mode = number;
switch (_mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
gotoAndStop (2);
break;
case 3 :
gotoAndStop (3);
break;
case 4 :
gotoAndStop (4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 1673 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 1673 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 1673 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 1678 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 1678 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 1678 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 1678 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 1681 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 >= 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 1683 MovieClip Frame 1
this._visible = false;
Symbol 1683 MovieClip Frame 2
stop();
Symbol 1685 MovieClip Frame 1
this._visible = false;
Symbol 1685 MovieClip Frame 2
stop();
Symbol 1711 MovieClip Frame 110
gotoAndPlay (30);
Symbol 1715 MovieClip Frame 49
stop();
Symbol 1716 MovieClip 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" :
last_speed = 2;
gotoAndPlay ("b01");
break;
case "03" :
last_speed = 3;
gotoAndPlay ("b01");
break;
case "04" :
last_speed = 4;
gotoAndPlay ("b01");
break;
case "05" :
last_speed = 5;
gotoAndPlay ("b01");
break;
case "10" :
gotoAndPlay ("b10");
break;
case "12" :
gotoAndPlay ("b12");
break;
case "13" :
last_speed = 3;
gotoAndPlay ("b12");
break;
case "14" :
last_speed = 4;
gotoAndPlay ("b12");
break;
case "15" :
last_speed = 5;
gotoAndPlay ("b12");
break;
case "20" :
last_speed = 0;
gotoAndPlay ("b21");
break;
case "21" :
gotoAndPlay ("b21");
break;
case "23" :
gotoAndPlay ("a3");
break;
case "24" :
last_speed = 4;
gotoAndPlay ("a4");
break;
case "25" :
last_speed = 5;
gotoAndPlay ("cs");
break;
case "30" :
last_speed = 0;
gotoAndPlay ("b21");
break;
case "31" :
last_speed = 1;
gotoAndPlay ("b21");
break;
case "32" :
gotoAndPlay ("a2");
break;
case "34" :
gotoAndPlay ("a4");
break;
case "35" :
last_speed = 5;
gotoAndPlay ("cs");
break;
case "40" :
last_speed = 0;
gotoAndPlay ("b21");
break;
case "41" :
last_speed = 1;
gotoAndPlay ("b21");
break;
case "42" :
last_speed = 2;
gotoAndPlay ("a2");
break;
case "43" :
gotoAndPlay ("a3");
break;
case "45" :
gotoAndPlay ("cs");
}
if (last_speed < current_speed) {
last_speed = last_speed + 1;
}
if (last_speed > current_speed) {
last_speed = last_speed - 1;
}
}
}
function change_speed(new_speed) {
if (busy == false) {
current_speed = new_speed;
}
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
btn0.setmode(3);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
btn4.setmode(1);
pleasure_meter._visible = false;
cumshot_btn._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(1);
return;
case 1 :
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn0.setmode(1);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
btn4.setmode(1);
pleasure_meter._visible = false;
cumshot_btn._visible = true;
current_part = 6;
return;
case 6 :
cumshot_btn._visible = false;
}
}
var busy = false;
var current_part = -1;
var current_speed = -1;
var last_speed = 0;
var stop_percents = Array("0", "20", "40", "60", "80", "100");
var level_complete = false;
next_btn._visible = true;
glow._visible = false;
cumshot_btn._visible = false;
pleasure_meter._visible = true;
if (_root.part_2_complete == true) {
level_complete = true;
}
cumshot_btn.onPress = function () {
current_speed = 5;
cumshot_btn.onPress = null;
cumshot_btn._visible = false;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
pleasure_meter._visible = false;
};
next_btn.onPress = function () {
next_btn.onPress = null;
if (_root.part_2_complete == false) {
_root.part_2_complete = undefined;
_root.part_count++;
}
_root.gotoScreen("screen_ino_talk");
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
checklevel();
gotoAndPlay ("a");
Symbol 1716 MovieClip Frame 2
busy = false;
head.gotoAndStop(1);
Symbol 1716 MovieClip Frame 29
check_speed();
Symbol 1716 MovieClip Frame 30
busy = false;
head.gotoAndStop(2);
Symbol 1716 MovieClip Frame 60
check_speed();
Symbol 1716 MovieClip Frame 96
busy = false;
head.gotoAndStop(3);
Symbol 1716 MovieClip Frame 132
check_speed();
Symbol 1716 MovieClip Frame 133
busy = false;
head.gotoAndStop(3);
Symbol 1716 MovieClip Frame 165
check_speed();
Symbol 1716 MovieClip Frame 166
x = random(6);
busy = false;
head.gotoAndStop(4);
if (x == 0) {
gotoAndPlay ("a41");
return(undefined);
}
if (x == 1) {
gotoAndPlay ("a42");
return(undefined);
}
Symbol 1716 MovieClip Frame 178
check_speed();
Symbol 1716 MovieClip Frame 185
head.gotoAndStop(3);
Symbol 1716 MovieClip Frame 210
head.gotoAndStop(4);
Symbol 1716 MovieClip Frame 216
check_speed();
Symbol 1716 MovieClip Frame 253
check_speed();
Symbol 1716 MovieClip Frame 254
busy = true;
cumshot_btn._visible = false;
current_part = 6;
Symbol 1716 MovieClip Frame 375
head.gotoAndStop(2);
next_btn._visible = true;
glow._visible = true;
Symbol 1716 MovieClip Frame 405
gotoAndPlay ("end");
Symbol 1716 MovieClip Frame 406
busy = true;
Symbol 1716 MovieClip Frame 412
switch (current_speed) {
case 0 :
break;
case 1 :
gotoAndPlay ("a1");
break;
case 2 :
break;
case 3 :
break;
case 4 :
break;
case 5 :
}
Symbol 1716 MovieClip Frame 413
busy = true;
Symbol 1716 MovieClip Frame 427
switch (current_speed) {
case 0 :
break;
case 1 :
break;
case 2 :
gotoAndPlay ("a2");
break;
case 3 :
gotoAndPlay ("a3");
break;
case 4 :
gotoAndPlay ("a4");
break;
case 5 :
gotoAndPlay ("cs");
}
Symbol 1716 MovieClip Frame 428
busy = true;
Symbol 1716 MovieClip Frame 441
switch (current_speed) {
case 0 :
break;
case 1 :
gotoAndPlay ("a1");
break;
case 2 :
break;
case 3 :
break;
case 4 :
break;
case 5 :
}
Symbol 1716 MovieClip Frame 442
busy = true;
Symbol 1716 MovieClip Frame 450
last_speed = 0;
gotoAndPlay ("a0");
Symbol 1716 MovieClip Frame 480
if (current_speed == -1) {
gotoAndPlay ("a");
} else {
gotoAndPlay ("aa");
}
Symbol 1716 MovieClip Frame 490
gotoAndPlay ("a0");
pleasure_meter.action = true;
Symbol 1752 MovieClip Frame 1
stop();
Symbol 1795 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 1795 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 1795 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 1795 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 1796 MovieClip Frame 1
this._visible = false;
Symbol 1796 MovieClip Frame 2
stop();
Symbol 1797 MovieClip Frame 1
this._visible = false;
Symbol 1797 MovieClip Frame 2
stop();
Symbol 1798 MovieClip Frame 1
this._visible = false;
Symbol 1798 MovieClip Frame 2
stop();
Symbol 1799 MovieClip Frame 1
this._visible = false;
Symbol 1799 MovieClip Frame 2
stop();
Symbol 1800 MovieClip [screen_man_1] 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 ("a1");
break;
case "02" :
gotoAndPlay ("b12");
break;
case "03" :
gotoAndPlay ("b12");
break;
case "04" :
gotoAndPlay ("b12");
break;
case "10" :
gotoAndPlay ("a0");
break;
case "12" :
gotoAndPlay ("b12");
break;
case "13" :
gotoAndPlay ("b12");
break;
case "14" :
gotoAndPlay ("b12");
break;
case "20" :
gotoAndPlay ("b21");
break;
case "21" :
gotoAndPlay ("b21");
break;
case "23" :
gotoAndPlay ("a3");
break;
case "24" :
gotoAndPlay ("a4");
break;
case "30" :
gotoAndPlay ("b21");
break;
case "31" :
gotoAndPlay ("b21");
break;
case "32" :
gotoAndPlay ("a2");
break;
case "34" :
gotoAndPlay ("a4");
break;
case "40" :
gotoAndPlay ("b21");
break;
case "41" :
gotoAndPlay ("b21");
break;
case "42" :
gotoAndPlay ("a2");
break;
case "43" :
gotoAndPlay ("a3");
}
last_speed = current_speed;
}
}
function change_speed(new_speed) {
if (busy == false) {
current_speed = new_speed;
}
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
btn0.setmode(3);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
btn4.setmode(1);
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
trace("xxx");
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn0.setmode(1);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
btn4.setmode(1);
pleasure_meter._visible = false;
cumshot_btn._visible = true;
current_part = 6;
return;
case 6 :
cumshot_btn._visible = false;
}
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array("0", "25", "50", "75", "100");
var level_complete = false;
next_btn._visible = true;
glow._visible = false;
pleasure_meter._visible = true;
pleasure_meter.speed = 2;
if (_root.part_3_complete == true) {
level_complete = true;
}
next_btn.onPress = function () {
next_btn.onPress = null;
_root.gotoScreen("screen_man_2");
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
checklevel();
gotoAndPlay ("a0");
Symbol 1800 MovieClip [screen_man_1] Frame 2
busy = false;
head.gotoAndStop(1);
Symbol 1800 MovieClip [screen_man_1] Frame 38
check_speed();
Symbol 1800 MovieClip [screen_man_1] Frame 39
busy = false;
head.gotoAndStop(2);
Symbol 1800 MovieClip [screen_man_1] Frame 75
check_speed();
Symbol 1800 MovieClip [screen_man_1] Frame 76
busy = true;
Symbol 1800 MovieClip [screen_man_1] Frame 86
switch (current_speed) {
case 0 :
break;
case 1 :
break;
case 2 :
gotoAndPlay ("a2");
break;
case 3 :
gotoAndPlay ("a3");
break;
case 4 :
gotoAndPlay ("a4");
}
Symbol 1800 MovieClip [screen_man_1] Frame 87
busy = false;
head.gotoAndStop(3);
Symbol 1800 MovieClip [screen_man_1] Frame 111
check_speed();
Symbol 1800 MovieClip [screen_man_1] Frame 112
busy = false;
head.gotoAndStop(4);
Symbol 1800 MovieClip [screen_man_1] Frame 122
check_speed();
Symbol 1800 MovieClip [screen_man_1] Frame 123
busy = false;
head.gotoAndStop(4);
Symbol 1800 MovieClip [screen_man_1] Frame 135
check_speed();
Symbol 1800 MovieClip [screen_man_1] Frame 136
busy = true;
Symbol 1800 MovieClip [screen_man_1] Frame 145
switch (current_speed) {
case 0 :
gotoAndPlay ("a0");
break;
case 1 :
gotoAndPlay ("a1");
break;
case 2 :
break;
case 3 :
break;
case 4 :
}
Symbol 1832 MovieClip Frame 1
gotoAndPlay(random(101) + 1);
Symbol 1832 MovieClip Frame 105
gotoAndStop (1);
Symbol 1835 MovieClip Frame 1
gotoAndPlay(random(70) + 1);
Symbol 1835 MovieClip Frame 90
gotoAndStop (1);
Symbol 1843 MovieClip Frame 1
gotoAndPlay(random(90) + 1);
Symbol 1843 MovieClip Frame 95
gotoAndStop (1);
Symbol 1852 MovieClip Frame 1
stop();
Symbol 1910 MovieClip [screen_man_2] 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 "10" :
gotoAndPlay ("b10");
break;
case "12" :
gotoAndPlay ("a2");
break;
case "13" :
gotoAndPlay ("a3");
break;
case "14" :
gotoAndPlay ("cs1");
break;
case "20" :
gotoAndPlay ("b10");
break;
case "21" :
gotoAndPlay ("a1");
break;
case "23" :
gotoAndPlay ("a3");
break;
case "24" :
gotoAndPlay ("cs1");
break;
case "30" :
gotoAndPlay ("b10");
break;
case "31" :
gotoAndPlay ("a1");
break;
case "32" :
gotoAndPlay ("a2");
break;
case "34" :
gotoAndPlay ("cs1");
}
last_speed = current_speed;
}
}
function change_speed(new_speed) {
if (busy == false) {
current_speed = new_speed;
}
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
btn0.setmode(3);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
pleasure_meter._visible = false;
cumshot_btn._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
cumshot_btn._visible = true;
steep++;
return;
case 5 :
cumshot_btn._visible = false;
}
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array("0", "30", "70", "100");
var level_complete = false;
if (_root.part_3_complete == true) {
level_complete = true;
}
next_btn._visible = true;
glow._visible = false;
cumshot_btn._visible = false;
pleasure_meter._visible = true;
pleasure_meter.speed = 2;
cumshot_btn.onPress = function () {
current_speed = 4;
cumshot_btn.onPress = null;
cumshot_btn._visible = false;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
_root.man_complete = true;
pleasure_meter._visible = false;
};
next_btn.onPress = function () {
next_btn.onPress = null;
if (_root.part_3_complete == false) {
_root.part_3_complete = undefined;
_root.part_count++;
}
_root.gotoScreen("screen_man_talk");
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
checklevel();
gotoAndPlay ("a0");
Symbol 1910 MovieClip [screen_man_2] Frame 2
busy = false;
head.gotoAndStop(1);
Symbol 1910 MovieClip [screen_man_2] Frame 40
check_speed();
Symbol 1910 MovieClip [screen_man_2] Frame 41
busy = true;
Symbol 1910 MovieClip [screen_man_2] Frame 59
switch (current_speed) {
case 0 :
break;
case 1 :
gotoAndPlay ("a1");
break;
case 2 :
gotoAndPlay ("a2");
break;
case 3 :
gotoAndPlay ("a3");
break;
case 4 :
gotoAndPlay ("cs1");
}
Symbol 1910 MovieClip [screen_man_2] Frame 66
busy = false;
head.gotoAndStop(2);
Symbol 1910 MovieClip [screen_man_2] Frame 108
check_speed();
Symbol 1910 MovieClip [screen_man_2] Frame 109
busy = false;
head.gotoAndStop(3);
Symbol 1910 MovieClip [screen_man_2] Frame 138
check_speed();
Symbol 1910 MovieClip [screen_man_2] Frame 139
busy = false;
head.gotoAndStop(4);
Symbol 1910 MovieClip [screen_man_2] Frame 149
check_speed();
Symbol 1910 MovieClip [screen_man_2] Frame 150
head.gotoAndStop(5);
Symbol 1910 MovieClip [screen_man_2] Frame 210
head.gotoAndStop(3);
Symbol 1910 MovieClip [screen_man_2] Frame 239
head.gotoAndStop(2);
Symbol 1910 MovieClip [screen_man_2] Frame 272
next_btn._visible = true;
glow._visible = true;
Symbol 1910 MovieClip [screen_man_2] Frame 303
gotoAndPlay ("end1");
Symbol 1910 MovieClip [screen_man_2] Frame 304
busy = true;
Symbol 1910 MovieClip [screen_man_2] Frame 320
gotoAndPlay ("a0");
Symbol 1945 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 1957 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 1957 MovieClip Frame 105
gotoAndStop (1);
Symbol 1972 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 1972 MovieClip Frame 105
gotoAndStop (1);
Symbol 1982 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 1982 MovieClip Frame 105
gotoAndStop (1);
Symbol 1983 MovieClip Frame 1
stop();
Symbol 2008 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
_parent.action_checker._visible = false;
_parent.action_checker._y = this._y;
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 2008 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 2008 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 2008 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 2009 MovieClip Frame 1
function setmode(number) {
if (_mode != 4) {
return(undefined);
}
_mode = number;
switch (_mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
gotoAndStop (2);
break;
case 3 :
gotoAndStop (3);
break;
case 4 :
gotoAndStop (4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.action_checker._visible = true;
_parent.action_checker._y = this._y;
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 2009 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 2009 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 2009 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 2012 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.action_checker._visible = true;
_parent.action_checker._y = this._y;
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 2012 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 2012 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 2012 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 2015 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.action_checker._visible = true;
_parent.action_checker._y = this._y;
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 2015 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 2015 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 2015 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 2020 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.action_checker._visible = true;
_parent.action_checker._y = this._y;
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 2020 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 2020 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 2020 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 2023 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 >= 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 2031 MovieClip [screen_tri_1] Frame 1
function check_speed() {
if (last_speed == current_speed) {
gotoAndPlay((("a" + current_speed) + "") + _mode);
} 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 ("a10");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "02" :
gotoAndPlay ("b02");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "03" :
gotoAndPlay ("b03");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "04" :
gotoAndPlay ("b03");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "10" :
gotoAndPlay ("a00");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "12" :
gotoAndPlay ("b02");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "13" :
gotoAndPlay ("b03");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "14" :
gotoAndPlay ("b03");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "20" :
gotoAndPlay ("b20");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "21" :
gotoAndPlay ("b20");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "23" :
gotoAndPlay ("b20");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "24" :
gotoAndPlay ("b20");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "30" :
gotoAndPlay ("b30");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "31" :
gotoAndPlay ("b30");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "32" :
gotoAndPlay ("b30");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "34" :
gotoAndPlay ("a40");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "40" :
gotoAndPlay ("b30");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "41" :
gotoAndPlay ("b30");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "42" :
gotoAndPlay ("b30");
if (_mode != 0) {
_mode = 2;
action_checker.next_btn.onPress();
}
break;
case "43" :
gotoAndPlay ("a30");
if (_mode == 0) {
break;
}
_mode = 2;
action_checker.next_btn.onPress();
}
last_speed = current_speed;
}
}
function change_speed(new_speed) {
if (busy == false) {
current_speed = new_speed;
}
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
pleasure_meter._visible = false;
next_btn._visible = true;
glow._visible = true;
btn0.setmode(1);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
btn4.setmode(1);
}
switch (current_part) {
case 0 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn0.setmode(1);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
btn4.setmode(1);
pleasure_meter._visible = false;
cumshot_btn._visible = true;
next_btn._visible = true;
}
}
function change_action(mymode) {
pleasure_meter.speed = mymode + 1;
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array("0", "25", "50", "75", "100");
var level_complete = false;
action_checker._visible = false;
next_btn._visible = true;
glow._visible = false;
pleasure_meter._visible = true;
if (_root.part_5_complete == true) {
level_complete = true;
}
next_btn.onPress = function () {
next_btn.onPress = null;
_root.gotoScreen("screen_tri_2");
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
checklevel();
var _arrmode = Array("Easy", "Normal", "Hard");
var _mode = 0;
gotoAndPlay ("a00");
Symbol 2031 MovieClip [screen_tri_1] Frame 2
busy = false;
head.gotoAndStop(1);
Symbol 2031 MovieClip [screen_tri_1] Frame 38
check_speed();
Symbol 2031 MovieClip [screen_tri_1] Frame 39
busy = false;
head.gotoAndStop(1);
Symbol 2031 MovieClip [screen_tri_1] Frame 57
check_speed();
Symbol 2031 MovieClip [screen_tri_1] Frame 58
busy = false;
head.gotoAndStop(1);
Symbol 2031 MovieClip [screen_tri_1] Frame 66
check_speed();
Symbol 2031 MovieClip [screen_tri_1] Frame 67
busy = false;
head.gotoAndStop(1);
Symbol 2031 MovieClip [screen_tri_1] Frame 95
check_speed();
Symbol 2031 MovieClip [screen_tri_1] Frame 96
busy = true;
Symbol 2031 MovieClip [screen_tri_1] Frame 104
switch (current_speed) {
case 0 :
break;
case 1 :
break;
case 2 :
gotoAndPlay ("a20");
break;
case 3 :
gotoAndPlay ("a30");
break;
case 4 :
gotoAndPlay ("a40");
}
Symbol 2031 MovieClip [screen_tri_1] Frame 105
busy = false;
head.gotoAndStop(2);
Symbol 2031 MovieClip [screen_tri_1] Frame 135
check_speed();
Symbol 2031 MovieClip [screen_tri_1] Frame 136
busy = false;
head.gotoAndStop(2);
Symbol 2031 MovieClip [screen_tri_1] Frame 158
check_speed();
Symbol 2031 MovieClip [screen_tri_1] Frame 159
busy = false;
head.gotoAndStop(2);
Symbol 2031 MovieClip [screen_tri_1] Frame 171
check_speed();
Symbol 2031 MovieClip [screen_tri_1] Frame 172
busy = true;
head.gotoAndStop(4);
Symbol 2031 MovieClip [screen_tri_1] Frame 185
head.gotoAndStop(4);
Symbol 2031 MovieClip [screen_tri_1] Frame 199
switch (current_speed) {
case 3 :
gotoAndPlay ("a30");
break;
case 4 :
gotoAndPlay ("a40");
}
Symbol 2031 MovieClip [screen_tri_1] Frame 200
busy = false;
head.gotoAndStop(4);
Symbol 2031 MovieClip [screen_tri_1] Frame 235
check_speed();
Symbol 2031 MovieClip [screen_tri_1] Frame 236
busy = false;
head.gotoAndStop(5);
Symbol 2031 MovieClip [screen_tri_1] Frame 254
check_speed();
Symbol 2031 MovieClip [screen_tri_1] Frame 255
busy = false;
head.gotoAndStop(6);
Symbol 2031 MovieClip [screen_tri_1] Frame 263
check_speed();
Symbol 2031 MovieClip [screen_tri_1] Frame 264
busy = false;
head.gotoAndStop(4);
Symbol 2031 MovieClip [screen_tri_1] Frame 320
check_speed();
Symbol 2031 MovieClip [screen_tri_1] Frame 321
busy = false;
head.gotoAndStop(5);
Symbol 2031 MovieClip [screen_tri_1] Frame 350
check_speed();
Symbol 2031 MovieClip [screen_tri_1] Frame 351
busy = false;
head.gotoAndStop(6);
Symbol 2031 MovieClip [screen_tri_1] Frame 361
check_speed();
Symbol 2031 MovieClip [screen_tri_1] Frame 362
head.gotoAndStop(1);
busy = true;
Symbol 2031 MovieClip [screen_tri_1] Frame 370
switch (current_speed) {
case 0 :
gotoAndPlay ("a00");
break;
case 1 :
gotoAndPlay ("a10");
break;
case 3 :
gotoAndPlay ("b03");
break;
case 4 :
gotoAndPlay ("b03");
}
Symbol 2031 MovieClip [screen_tri_1] Frame 400
switch (current_speed) {
case 0 :
gotoAndPlay ("a00");
break;
case 1 :
gotoAndPlay ("a10");
break;
case 2 :
gotoAndPlay ("b02");
}
Symbol 2053 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 2053 MovieClip Frame 105
gotoAndStop (1);
Symbol 2065 MovieClip Frame 1
gotoAndPlay(random(50) + 1);
Symbol 2065 MovieClip Frame 105
gotoAndStop (1);
Symbol 2067 MovieClip Frame 20
gotoAndPlay((20 + random(100)) + 1);
Symbol 2067 MovieClip Frame 120
gotoAndPlay (1);
Symbol 2069 MovieClip Frame 1
stop();
Symbol 2114 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).unpress();
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 2114 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 2114 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 2114 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 2115 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).unpress();
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 2115 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 2115 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 2115 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 2116 MovieClip Frame 1
function setmode(number) {
if (_mode != 4) {
return(undefined);
}
_mode = number;
switch (_mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
gotoAndStop (2);
break;
case 3 :
gotoAndStop (3);
break;
case 4 :
gotoAndStop (4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 2116 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 2116 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 2116 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 2117 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 2117 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 2117 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 2117 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 2118 MovieClip Frame 1
function setmode(number) {
if (this._mode != 4) {
return(undefined);
}
this._mode = number;
switch (this._mode) {
case 1 :
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
break;
case 2 :
this.gotoAndStop(2);
break;
case 3 :
this.gotoAndStop(3);
break;
case 4 :
this.gotoAndStop(4);
}
}
function unpress() {
if (_mode == 4) {
return(undefined);
}
this.gotoAndStop(1);
}
busy = false;
stop();
this.onRollOver = function () {
if (_parent.busy == true) {
this.useHandCursor = false;
}
this.useHandCursor = true;
if (_mode == 1) {
gotoAndStop (2);
}
i = 0;
while (i <= 10) {
if (part == i) {
} else if (eval ("_parent.btn" + i)._mode == 2) {
eval ("_parent.btn" + i).setmode(1);
}
i++;
}
return(0);
};
this.onRollOut = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onReleaseOutside = function () {
if (_parent.busy == true) {
return(undefined);
}
if (_mode == 2) {
gotoAndStop (1);
}
return(0);
};
this.onPress = function () {
if (_mode != 2) {
return(undefined);
}
if (_parent.busy == false) {
_parent.change_speed(part);
gotoAndStop (3);
i = 0;
while (i <= 10) {
if (part == i) {
} else {
eval ("_parent.btn" + i).unpress();
}
i++;
}
}
};
if (init == undefined) {
init = 1;
_mode = 4;
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop (4);
}
}
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
Symbol 2118 MovieClip Frame 2
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
Symbol 2118 MovieClip Frame 3
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
Symbol 2118 MovieClip Frame 4
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
Symbol 2121 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 >= 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 2135 MovieClip [screen_tri_2] 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 ("b01");
break;
case "08" :
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 ("cs1");
break;
case "18" :
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 ("cs1");
break;
case "28" :
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 ("cs1");
break;
case "38" :
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 ("cs2");
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 ("cs2");
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 ("cs2");
}
last_speed = current_speed;
}
}
function change_speed(new_speed) {
if (busy == false) {
current_speed = new_speed;
}
}
function checklevel() {
i = 0;
while (i <= 10) {
eval ("btn" + i).setmode(eval ("btn" + i)._mode);
i++;
}
if (level_complete == true) {
btn0.setmode(3);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
btn4.setmode(1);
btn5.setmode(1);
btn6.setmode(1);
pleasure_meter._visible = false;
cumshot_btn_1._visible = true;
cumshot_btn_2._visible = true;
}
switch (current_part) {
case 0 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 1 :
btn0.setmode(3);
btn1.setmode(1);
return;
case 2 :
btn2.setmode(1);
return;
case 3 :
btn3.setmode(1);
return;
case 4 :
btn4.setmode(1);
return;
case 5 :
btn5.setmode(1);
return;
case 6 :
btn6.setmode(1);
return;
case 7 :
cumshot_btn_1._visible = true;
cumshot_btn_2._visible = true;
steep++;
return;
case 8 :
cumshot_btn_1._visible = false;
cumshot_btn_2._visible = false;
}
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array("0", "15", "30", "45", "60", "75", "100");
var level_complete = false;
if (_root.part_5_complete == true) {
level_complete = true;
}
next_btn._visible = true;
glow._visible = false;
cumshot_btn_1._visible = false;
cumshot_btn_2._visible = false;
pleasure_meter._visible = true;
cumshot_btn_1.onPress = function () {
cumshot_btn_1.onPress = null;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
btn5._visible = false;
btn6._visible = false;
cumshot_btn_1._visible = false;
cumshot_btn_2._visible = false;
_root.tri_complete = true;
pleasure_meter._visible = false;
current_speed = 7;
};
cumshot_btn_2.onPress = function () {
cumshot_btn_2.onPress = null;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
btn5._visible = false;
btn6._visible = false;
cumshot_btn_1._visible = false;
cumshot_btn_2._visible = false;
_root.tri_complete = true;
pleasure_meter._visible = false;
current_speed = 8;
};
next_btn.onPress = function () {
next_btn.onPress = null;
if (_root.part_5_complete == false) {
_root.part_5_complete = undefined;
_root.part_count++;
}
_root.gotoScreen("screen_tri_talk");
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
btn5.part = 5;
btn6.part = 6;
checklevel();
gotoAndPlay ("a0");
Symbol 2135 MovieClip [screen_tri_2] Frame 5
busy = false;
head.gotoAndStop(2);
Symbol 2135 MovieClip [screen_tri_2] Frame 36
check_speed();
Symbol 2135 MovieClip [screen_tri_2] Frame 37
busy = false;
head.gotoAndStop(3);
Symbol 2135 MovieClip [screen_tri_2] Frame 53
check_speed();
Symbol 2135 MovieClip [screen_tri_2] Frame 54
busy = false;
head.gotoAndStop(4);
Symbol 2135 MovieClip [screen_tri_2] Frame 63
check_speed();
Symbol 2135 MovieClip [screen_tri_2] Frame 65
busy = false;
head.gotoAndStop(2);
Symbol 2135 MovieClip [screen_tri_2] Frame 89
check_speed();
Symbol 2135 MovieClip [screen_tri_2] Frame 90
busy = false;
head.gotoAndStop(3);
Symbol 2135 MovieClip [screen_tri_2] Frame 110
check_speed();
Symbol 2135 MovieClip [screen_tri_2] Frame 111
busy = false;
head.gotoAndStop(4);
Symbol 2135 MovieClip [screen_tri_2] Frame 119
check_speed();
Symbol 2135 MovieClip [screen_tri_2] Frame 121
busy = false;
head.gotoAndStop(0);
Symbol 2135 MovieClip [screen_tri_2] Frame 150
check_speed();
Symbol 2135 MovieClip [screen_tri_2] Frame 151
busy = true;
Symbol 2135 MovieClip [screen_tri_2] Frame 165
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 :
gotoAndPlay ("cs1");
break;
case 8 :
}
Symbol 2135 MovieClip [screen_tri_2] Frame 166
busy = true;
Symbol 2135 MovieClip [screen_tri_2] Frame 183
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 :
break;
case 8 :
gotoAndPlay ("b02");
}
Symbol 2135 MovieClip [screen_tri_2] Frame 184
busy = true;
Symbol 2135 MovieClip [screen_tri_2] Frame 198
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 :
break;
case 8 :
gotoAndPlay ("cs2");
}
Symbol 2135 MovieClip [screen_tri_2] Frame 199
busy = true;
Symbol 2135 MovieClip [screen_tri_2] Frame 215
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 ("b01");
break;
case 8 :
}
Symbol 2135 MovieClip [screen_tri_2] Frame 216
head.gotoAndStop(4);
Symbol 2135 MovieClip [screen_tri_2] Frame 295
head.gotoAndStop(3);
Symbol 2135 MovieClip [screen_tri_2] Frame 329
head.gotoAndStop(1);
Symbol 2135 MovieClip [screen_tri_2] Frame 365
next_btn._visible = true;
glow._visible = true;
Symbol 2135 MovieClip [screen_tri_2] Frame 391
gotoAndPlay ("end");
Symbol 2135 MovieClip [screen_tri_2] Frame 393
head.gotoAndStop(4);
Symbol 2135 MovieClip [screen_tri_2] Frame 449
head.gotoAndStop(3);
Symbol 2135 MovieClip [screen_tri_2] Frame 476
head.gotoAndStop(2);
Symbol 2135 MovieClip [screen_tri_2] Frame 516
next_btn._visible = true;
glow._visible = true;
Symbol 2135 MovieClip [screen_tri_2] Frame 547
gotoAndPlay ("end2");
Symbol 2162 MovieClip Frame 65
stop();
_parent.x2.gotoAndPlay(2);
Symbol 2180 MovieClip Frame 1
stop();
Symbol 2180 MovieClip Frame 68
stop();
_parent.x3.gotoAndPlay(2);
Symbol 2192 MovieClip Frame 1
stop();
Symbol 2192 MovieClip Frame 67
stop();
_parent.glow._visible = true;
_parent.next_btn._visible = true;
Symbol 2194 MovieClip Frame 1
_visible = false;
Symbol 2195 MovieClip [screen_1] Frame 1
next_btn._visible = true;
glow._visible = false;
next_btn.onPress = function () {
next_btn.onPress = null;
_root.gotoScreen("screen_2");
};
Symbol 2202 MovieClip Frame 1
stop();
Symbol 2202 MovieClip Frame 15
gotoAndStop (1);
Symbol 2266 MovieClip Frame 25
stop();
Symbol 2276 MovieClip Frame 40
stop();
Symbol 2285 MovieClip Frame 1
this.onRollOver = function () {
_parent.evie_l.gotoAndStop(2);
gotoAndStop (2);
};
this.onRollOut = function () {
_parent.evie_l.gotoAndStop(1);
gotoAndStop (1);
};
this.onReleaseOutside = function () {
_parent.evie_l.gotoAndStop(1);
gotoAndStop (1);
};
stop();
Symbol 2288 MovieClip Frame 1
this.onRollOver = function () {
_parent.michele_l.gotoAndStop(2);
gotoAndStop (2);
};
this.onRollOut = function () {
_parent.michele_l.gotoAndStop(1);
gotoAndStop (1);
};
this.onReleaseOutside = function () {
_parent.michele_l.gotoAndStop(1);
gotoAndStop (1);
};
stop();
Symbol 2294 MovieClip Frame 1
this.onRollOver = function () {
_parent.tamara_l.gotoAndStop(2);
gotoAndStop (2);
};
this.onRollOut = function () {
_parent.tamara_l.gotoAndStop(1);
gotoAndStop (1);
};
this.onReleaseOutside = function () {
_parent.tamara_l.gotoAndStop(1);
gotoAndStop (1);
};
stop();
finished._visible = _root.part_1_complete;
Symbol 2298 MovieClip Frame 1
this.onRollOver = function () {
_parent.evie_l.gotoAndStop(2);
gotoAndStop (2);
};
this.onRollOut = function () {
_parent.evie_l.gotoAndStop(1);
gotoAndStop (1);
};
this.onReleaseOutside = function () {
_parent.evie_l.gotoAndStop(1);
gotoAndStop (1);
};
stop();
Symbol 2301 MovieClip Frame 1
this.onRollOver = function () {
_parent.angela_l.gotoAndStop(2);
gotoAndStop (2);
};
this.onRollOut = function () {
_parent.angela_l.gotoAndStop(1);
gotoAndStop (1);
};
this.onReleaseOutside = function () {
_parent.angela_l.gotoAndStop(1);
gotoAndStop (1);
};
stop();
Symbol 2305 MovieClip Frame 1
stop();
Symbol 2312 MovieClip Frame 60
gotoAndPlay (1);
Symbol 2312 MovieClip Frame 71
_parent.screen.btn.gotoAndPlay(2);
_parent.screen.gotoAndStop(_parent.screen._currentframe + 1);
Symbol 2312 MovieClip Frame 94
_parent.her_phrase_baloon.next_btn.onPress = _parent.her_button_press;
Symbol 2312 MovieClip Frame 129
gotoAndPlay (1);
Symbol 2337 MovieClip Frame 6
gotoAndPlay(6 + random(95));
Symbol 2337 MovieClip Frame 100
gotoAndPlay (1);
Symbol 2347 MovieClip Frame 1
if (_parent.her_phrase_baloon.phrase == undefined) {
phrase = "";
}
letters = 0;
if (_parent.her_phrase_baloon._visible == undefined) {
_visible = false;
}
text = "";
next_btn._visible = true;
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;
};
if (_parent.her_phrase_baloon.next_btn.onPress == undefined) {
next_btn.onPress = function () {
_visible = false;
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon._visible = true;
};
}
Symbol 2348 MovieClip [screen_2] Frame 1
stop();
face = 1;
step = 0;
her_phrase_baloon.text = "";
her_phrase_baloon_2.text = "";
her_phrase_baloon_2._visible = false;
my_phrase_baloon.text = "";
her_button_press = function () {
her_phrase_baloon.text = "";
her_phrase_baloon.phrase = "";
her_phrase_baloon.letters = 0;
her_phrase_baloon._visible = false;
hand.gotoAndPlay("x1");
her_phrase_baloon.next_btn.onPress = null;
step++;
};
my_button_press = function () {
my_phrase_baloon.text = "";
my_phrase_baloon.phrase = "";
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = false;
step++;
};
my_phrase_baloon.next_btn.onPress = my_button_press;
her_phrase_baloon.next_btn.onPress = her_button_press;
this.onEnterFrame = function () {
switch (step) {
case 0 :
her_phrase_baloon.phrase = "Good day, Agent Johnson! I have a new job for you.";
her_phrase_baloon._visible = true;
hand.gotoAndPlay("x1");
break;
case 1 :
her_phrase_baloon.phrase = "Terrorists are planning another attack on the United States.";
her_phrase_baloon._visible = true;
break;
case 2 :
her_phrase_baloon.phrase = "Do you remember the famous inventor Professor Emmett Von Braun?";
her_phrase_baloon._visible = true;
break;
case 3 :
her_phrase_baloon.phrase = "They've forced him to build a machine for creation of a murderous clone army!";
her_phrase_baloon._visible = true;
break;
case 4 :
her_phrase_baloon.phrase = "Our undercover agents were able to free Professor Von Braun. But unfortunately, they were not able locate the clone machine.";
her_phrase_baloon._visible = true;
break;
case 5 :
her_phrase_baloon.phrase = "This morning Professor Von Braun told our undercover agents that the 5 parts of the machine were hidden by his lovers around Europe.";
her_phrase_baloon._visible = true;
break;
case 6 :
her_phrase_baloon.phrase = "Agent Johnson your mission is to find these parts and bring them to the Bureau.";
her_phrase_baloon._visible = true;
break;
case 7 :
step++;
_root.gotoScreen("screen_3");
}
};
Symbol 2360 MovieClip Frame 1
this.onRollOver = function () {
_parent.evie_p.gotoAndStop(2);
gotoAndStop (2);
};
this.onRollOut = function () {
_parent.evie_p.gotoAndStop(1);
gotoAndStop (1);
};
this.onReleaseOutside = function () {
_parent.evie_p.gotoAndStop(1);
gotoAndStop (1);
};
stop();
Symbol 2363 MovieClip Frame 1
this.onRollOver = function () {
_parent.michele_p.gotoAndStop(2);
gotoAndStop (2);
};
this.onRollOut = function () {
_parent.michele_p.gotoAndStop(1);
gotoAndStop (1);
};
this.onReleaseOutside = function () {
_parent.michele_p.gotoAndStop(1);
gotoAndStop (1);
};
stop();
Symbol 2367 MovieClip Frame 1
this.onRollOver = function () {
_parent.tamara_p.gotoAndStop(2);
gotoAndStop (2);
};
this.onRollOut = function () {
_parent.tamara_p.gotoAndStop(1);
gotoAndStop (1);
};
this.onReleaseOutside = function () {
_parent.tamara_p.gotoAndStop(1);
gotoAndStop (1);
};
stop();
Symbol 2371 MovieClip Frame 1
this.onRollOver = function () {
_parent.angela_p.gotoAndStop(2);
gotoAndStop (2);
};
this.onRollOut = function () {
_parent.angela_p.gotoAndStop(1);
gotoAndStop (1);
};
this.onReleaseOutside = function () {
_parent.angela_p.gotoAndStop(1);
gotoAndStop (1);
};
stop();
Symbol 2375 MovieClip Frame 1
this.onRollOver = function () {
_parent.helga_p.gotoAndStop(2);
gotoAndStop (2);
};
this.onRollOut = function () {
_parent.helga_p.gotoAndStop(1);
gotoAndStop (1);
};
this.onReleaseOutside = function () {
_parent.helga_p.gotoAndStop(1);
gotoAndStop (1);
};
stop();
Symbol 2380 MovieClip Frame 1
this.onRollOver = function () {
_parent.helga_l.gotoAndStop(2);
gotoAndStop (2);
};
this.onRollOut = function () {
_parent.helga_l.gotoAndStop(1);
gotoAndStop (1);
};
this.onReleaseOutside = function () {
_parent.helga_l.gotoAndStop(1);
gotoAndStop (1);
};
stop();
finished._visible = _root.part_5_complete;
Symbol 2382 MovieClip Frame 1
this.onRollOver = function () {
_parent.michele_l.gotoAndStop(2);
gotoAndStop (2);
};
this.onRollOut = function () {
_parent.michele_l.gotoAndStop(1);
gotoAndStop (1);
};
this.onReleaseOutside = function () {
_parent.michele_l.gotoAndStop(1);
gotoAndStop (1);
};
stop();
finished._visible = _root.part_3_complete;
Symbol 2385 MovieClip Frame 1
this.onRollOver = function () {
_parent.evie_l.gotoAndStop(2);
gotoAndStop (2);
};
this.onRollOut = function () {
_parent.evie_l.gotoAndStop(1);
gotoAndStop (1);
};
this.onReleaseOutside = function () {
_parent.evie_l.gotoAndStop(1);
gotoAndStop (1);
};
stop();
finished._visible = _root.part_2_complete;
Symbol 2386 MovieClip Frame 1
this.onRollOver = function () {
_parent.angela_l.gotoAndStop(2);
gotoAndStop (2);
};
this.onRollOut = function () {
_parent.angela_l.gotoAndStop(1);
gotoAndStop (1);
};
this.onReleaseOutside = function () {
_parent.angela_l.gotoAndStop(1);
gotoAndStop (1);
};
stop();
finished._visible = _root.part_4_complete;
Symbol 2390 MovieClip Frame 1
stop();
Symbol 2390 MovieClip Frame 25
stop();
Symbol 2390 MovieClip Frame 50
gotoAndStop (1);
Symbol 2391 MovieClip Frame 1
this.onPress = function () {
if (_parent._currentframe == 1) {
_parent.gotoAndPlay(2);
return(undefined);
}
if (_parent._currentframe > 1) {
_parent.gotoAndPlay(230);
}
};
Symbol 2392 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 2399 MovieClip Frame 1
stop();
this.onPress = function () {
_root.gotoScreen("usa_1");
};
this.onRollOver = function () {
if (_currentframe != 1) {
return(undefined);
}
gotoAndStop (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
if (_root.part_count == 5) {
this._visible = true;
} else {
this._visible = false;
}
Symbol 2400 MovieClip [map] Frame 1
angela_p.onPress = function () {
if (_root.current_screen == 4) {
_root.gotoScreen("screen_chi_talk");
} else {
_root.gotoScreen("italy_1");
}
};
angela_l.onPress = function () {
if (_root.current_screen == 4) {
_root.gotoScreen("screen_chi_talk");
} else {
_root.gotoScreen("italy_1");
}
};
tamara_p.onPress = function () {
if (_root.current_screen == 1) {
_root.gotoScreen("screen_dia_talk");
} else {
_root.gotoScreen("russia_1");
}
};
tamara_l.onPress = function () {
if (_root.current_screen == 1) {
_root.gotoScreen("screen_dia_talk");
} else {
_root.gotoScreen("russia_1");
}
};
evie_p.onPress = function () {
if (_root.current_screen == 2) {
_root.gotoScreen("screen_ino_talk");
} else {
_root.gotoScreen("uk_1");
}
};
evie_l.onPress = function () {
if (_root.current_screen == 2) {
_root.gotoScreen("screen_ino_talk");
} else {
_root.gotoScreen("uk_1");
}
};
michele_p.onPress = function () {
if (_root.current_screen == 3) {
_root.gotoScreen("screen_man_talk");
} else {
_root.gotoScreen("france_1");
}
};
michele_l.onPress = function () {
if (_root.current_screen == 3) {
_root.gotoScreen("screen_man_talk");
} else {
_root.gotoScreen("france_1");
}
};
helga_p.onPress = function () {
if (_root.current_screen == 5) {
_root.gotoScreen("screen_tri_talk");
} else {
_root.gotoScreen("germany_1");
}
};
helga_l.onPress = function () {
if (_root.current_screen == 5) {
_root.gotoScreen("screen_tri_talk");
} else {
_root.gotoScreen("germany_1");
}
};
Symbol 2421 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 2421 MovieClip Frame 107
gotoAndStop (1);
Symbol 2434 MovieClip Frame 2
stop();
Symbol 2437 MovieClip Frame 1
this._visible = false;
Symbol 2438 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
gotoAndStop(_parent._parent.face);
};
Symbol 2469 MovieClip Frame 1
function onRov() {
shadow._visible = true;
gname._visible = true;
}
function onRot() {
shadow._visible = false;
gname._visible = false;
}
stop();
if (_parent._currentframe == 1) {
this.onRollOver = onRov;
this.onRollOut = onRot;
this.onReleaseOutside = onRot;
} else {
this.onRollOver = null;
this.onRollOut = null;
this.onReleaseOutside = null;
}
onRot();
Symbol 2492 MovieClip Frame 1
_visible = false;
Symbol 2504 MovieClip [map_icon] Frame 1
stop();
this.onPress = function () {
_root.gotoScreen("map");
};
this.onRollOver = function () {
if (_currentframe != 1) {
return(undefined);
}
gotoAndPlay (2);
};
this.onRollOut = function () {
gotoAndStop (1);
};
this.onReleaseOutside = function () {
gotoAndStop (1);
};
Symbol 2504 MovieClip [map_icon] Frame 20
stop();
Symbol 2509 MovieClip Frame 1
stop();
if (_root.part_4_complete == true) {
gotoAndStop (2);
}
Symbol 2512 MovieClip Frame 1
stop();
if (_root.part_2_complete == true) {
gotoAndStop (2);
}
Symbol 2515 MovieClip Frame 1
stop();
if (_root.part_1_complete == true) {
gotoAndStop (2);
}
Symbol 2518 MovieClip Frame 1
stop();
if (_root.part_3_complete == true) {
gotoAndStop (2);
}
Symbol 2521 MovieClip Frame 1
stop();
if (_root.part_5_complete == true) {
gotoAndStop (2);
}
Symbol 2524 MovieClip Frame 25
stop();
Symbol 2533 MovieClip Frame 26
stop();
Symbol 2536 MovieClip Frame 50
stop();
Symbol 2537 MovieClip Frame 1
next_btn.next_btn.onPress = function () {
next_btn.next_btn.onPress = null;
_root.part_4_complete = true;
if (_root.part_count == 5) {
clip = attachMovie("game_win", "game_win", 1);
} else {
_parent.gotoAndStop(1);
}
};
Symbol 2541 MovieClip Frame 1
if (_parent.my_phrase_baloon.phrase == undefined) {
phrase = "";
}
letters = 0;
if (_parent.my_phrase_baloon._visible == undefined) {
_visible = false;
}
next_btn._visible = true;
this.index_var._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.her_phrase_baloon.letters = 0;
_parent.her_phrase_baloon._visible = true;
};
Symbol 2544 MovieClip Frame 1
if (_parent.her_phrase_baloon.phrase == undefined) {
phrase = "";
}
letters = 0;
if (_parent.her_phrase_baloon._visible == undefined) {
_visible = false;
}
text = "";
next_btn._visible = true;
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;
};
if (_parent.her_phrase_baloon.next_btn.onPress == undefined) {
next_btn.onPress = function () {
_visible = false;
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon._visible = true;
};
}
Symbol 2562 MovieClip Frame 1
if (_parent.init_baloon == undefined) {
phrase = "";
}
letters = 0;
if (_parent.init_baloon == undefined) {
_visible = false;
}
yes_btn._visible = false;
no_btn._visible = false;
result = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
yes_btn._visible = true;
no_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
yes_btn._visible = true;
no_btn._visible = true;
};
Symbol 2569 MovieClip Frame 1
this._x = random(640);
speed = random(2) + 1;
gotoAndPlay("s" + speed);
if (y == undefined) {
y = 1;
this._y = random(480);
} else {
this._y = -50 - random(100);
}
Symbol 2569 MovieClip Frame 47
gotoAndStop (1);
s = undefined;
Symbol 2569 MovieClip Frame 155
gotoAndStop (1);
s = undefined;
Symbol 2569 MovieClip Frame 343
gotoAndStop (1);
s = undefined;
Symbol 2572 MovieClip Frame 1
this._x = random(640);
speed = random(2) + 1;
gotoAndPlay("s" + speed);
if (y == undefined) {
y = 1;
this._y = random(480);
} else {
this._y = -50;
}
Symbol 2572 MovieClip Frame 60
gotoAndStop (1);
s = undefined;
Symbol 2572 MovieClip Frame 176
gotoAndStop (1);
Symbol 2572 MovieClip Frame 406
gotoAndStop (1);
Symbol 2574 MovieClip Frame 50
stop();
Symbol 2576 MovieClip Frame 1
_visible = false;
Symbol 2579 MovieClip Frame 1
stop();
Symbol 2586 MovieClip Frame 1
function LooseMoo() {
mood--;
i = 3;
while (i > mood) {
eval ("heart" + i).gotoAndStop(2);
i--;
}
if (mood == 0) {
_parent.Loose();
}
}
mood = 3;
stop();
Symbol 2594 MovieClip Frame 1
text = "";
phrase = "";
letters = 0;
_visible = false;
next_btn._visible = true;
this.index_var._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
_parent.face = 1;
}
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.her_phrase_baloon.letters = 0;
_parent.her_phrase_baloon._visible = true;
if (index == 0) {
_parent.face = 2;
} else {
_parent.face = 3;
}
};
Symbol 2597 MovieClip Frame 1
letters = 0;
phrase = "";
next_btn._visible = true;
_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.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.mood_bar.nextFrame();
}
};
Symbol 2598 MovieClip [screen_chi_talk] Frame 1
function Win() {
_root.gotoScreen("screen_chi_1");
return(undefined);
}
stop();
_root.current_screen = 4;
init_baloon = undefined;
girl.onRollOver = girl.onRov;
girl.onRollOut = girl.onRot;
girl.onReleaseOutside = girl.onRot;
girl.useHandCursor = true;
girl.gotoAndStop(1);
face = 1;
if (_root.part_4_complete == undefined) {
_root.part_4_complete = true;
gotoAndStop ("prize");
return(undefined);
}
leave_btn.onPress = function () {
gotoAndStop (1);
};
face = 1;
girl.onPress = function () {
if (_root.part_4_complete == true) {
gotoAndStop ("wanna_fuck");
return(undefined);
}
if (_root.part_4_talk_complete == false) {
gotoAndStop ("talk");
return(undefined);
}
gotoAndStop ("wanna_quiz");
return(undefined);
};
Symbol 2598 MovieClip [screen_chi_talk] Frame 3
_root.part_4_talk_complete = true;
face = 1;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
var my_phrase = new Array();
var her_answer = new Array();
var dialog = new Array();
var dialogs = new Array();
var babe_faces = new Array();
var need_next_question = false;
var current_dialog_index = 0;
my_phrase_baloon.letters = 0;
my_phrase_baloon.text = "";
my_phrase_baloon.phrase = "Hello, miss. Sorry to trouble you, but could you help me?";
my_phrase_baloon._visible = true;
her_phrase_baloon_baloon.text = "";
her_phrase_baloon.phrase = "No problem, sir. What do you want?";
her_phrase_baloon.letters = 0;
her_phrase_baloon._visible = false;
her_phrase_baloon.next_btn.onPress = function () {
her_phrase_baloon.next_btn.onPress = function () {
_visible = false;
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon._visible = true;
};
her_phrase_baloon._visible = false;
her_phrase_baloon.text = "";
her_phrase_baloon.phrase = "";
her_phrase_baloon.letters = 0;
my_phrase_baloon.text = "";
my_phrase_baloon.phrase = "";
my_phrase_baloon.letters = 0;
need_next_question = true;
};
my_phrase[0] = "I'm looking for Angela. Do you know her? She must be working here.";
my_phrase[1] = "Are you free tonight or will it cost me?";
my_phrase[2] = "Do you have the stabilizer part of the clone machine?";
her_answer[0] = "You found her. But who are you?";
her_answer[1] = "Fuck off, you idiot!";
her_answer[2] = "I don't understand what you are talking about.";
babe_faces[0] = 2;
babe_faces[1] = 3;
babe_faces[2] = 5;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
my_phrase[0] = "I'm James. I live around here. My good friend Professor Von Braun told me about you.";
my_phrase[1] = "It's me, Emmett Von Braun! Don't you recognize me? I've had plastic surgery.";
my_phrase[2] = "I heard you suck like a vacuum.";
her_answer[0] = "Do you really know Emmett? He hasn\u2019t called me for a long time. Is he alright?";
her_answer[1] = "You think I'm fool enough to trust you?";
her_answer[2] = "Get out of here, jerk!";
babe_faces[0] = 5;
babe_faces[1] = 3;
babe_faces[2] = 3;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
my_phrase[0] = "Sure! But Emmett is a little busy right now. He asked me to take some stuff he gave you.";
my_phrase[1] = "He is behind bars in the USA.";
my_phrase[2] = "He's enjoying a rest in the tropics.";
her_answer[0] = "I've little doubt you tell me truth. You have a strange accent. Do you mind answering few questions about Italy?";
her_answer[1] = "What!? Are you kidding?";
her_answer[2] = "Damn him! He promised me we'll go there together...";
babe_faces[0] = 2;
babe_faces[1] = 3;
babe_faces[2] = 3;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
this.onEnterFrame = function () {
if (need_next_question == true) {
girl.gotoAndStop(1);
need_next_question = false;
if (current_dialog_index == dialogs.length) {
i = 0;
while (i < 3) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
this.gotoAndStop("quiz");
return(undefined);
}
q_indexes = new Array();
i = 0;
while (i < 3) {
q_indexes.push(i);
i++;
}
dialog = dialogs[current_dialog_index];
q_indexes = _root.shuffle(q_indexes);
i = 0;
while (i < 3) {
index = q_indexes[i];
if (eval ("dialog_line" + index)) {
eval ("dialog_line" + index).removeMovieClip();
}
clip = attachMovie("dialog_line_2", "dialog_line" + index, index);
clip._visible = true;
clip._y = (430 - (i * 40)) - (i * 5);
clip._x = 10;
clip.your_text = dialog[0][index];
clip.index = index;
i++;
}
current_dialog_index++;
}
};
stop();
Symbol 2598 MovieClip [screen_chi_talk] Frame 4
stop();
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
init_baloon = true;
face = 2;
quiz_baloon.text = "";
quiz_baloon.phrase = _root.quiz_answers[random(_root.quiz_answers.length)];
quiz_baloon.letters = 0;
quiz_baloon._visible = true;
quiz_baloon.yes_btn.onPress = function () {
gotoAndStop ("quiz");
quiz_baloon._visible = false;
};
quiz_baloon.no_btn.onPress = function () {
gotoAndStop (1);
quiz_baloon._visible = false;
};
Symbol 2598 MovieClip [screen_chi_talk] Frame 5
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 Loose() {
i = 0;
while (i < answers_count) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
question_line.removeMovieClip();
clip = attachMovie("loose_screen", "loose_screen", 6);
}
stop();
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
leave_btn.onPress = function () {
i = 0;
while (i < answers_count) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
question_line.removeMovieClip();
gotoAndStop (1);
};
answers_count = 3;
show_questions = 5;
already_show_questions = 0;
need_next_question = false;
face = 1;
her_phrase_baloon.result = false;
her_phrase_baloon.ask_question = true;
her_phrase_baloon.text = "";
her_phrase_ballon.letters = 0;
her_phrase_ballon.phrase = "";
her_phrase_ballon._visible = false;
my_phrase_baloon.text = "";
my_phrase_baloon.phrase = "";
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = false;
question = new Array();
questions = new Array();
my_answers = new Array();
her_phrases = new Array();
results = new Array();
right_answers = _root.right_answers;
wrong_answers = _root.wrong_answers;
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
results[0] = true;
results[1] = false;
results[2] = false;
her_question = "Which is the largest island of Italy?";
my_answers[0] = "Sicily";
my_answers[1] = "Sardinia";
my_answers[2] = "Crete";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "What is the capital city of Italy?";
my_answers[0] = "Rome";
my_answers[1] = "Palermo";
my_answers[2] = "Florence";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Which is Italy\u2019s main river?";
my_answers[0] = "Po";
my_answers[1] = "Rhine";
my_answers[2] = "Tiber";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Who is the last Italian Pope?";
my_answers[0] = "John Paul I";
my_answers[1] = "Benedict XV";
my_answers[2] = "Pius XII";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Who is now the Italian president?";
my_answers[0] = "Napolitano";
my_answers[1] = "Berlusconi";
my_answers[2] = "Cossiga";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Who was Spartacus?";
my_answers[0] = "A slave during the time of the Romans.";
my_answers[1] = "A famous film star";
my_answers[2] = "A Roman Emperor";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "What color shirts in Italian soccer players?";
my_answers[0] = "Light blue";
my_answers[1] = "Black with pink stripes";
my_answers[2] = "Red";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Who was Fibonacci?";
my_answers[0] = "A mathematician.";
my_answers[1] = "A car designer";
my_answers[2] = "A singer";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Where is the leaning tower?";
my_answers[0] = "Pisa";
my_answers[1] = "Venice";
my_answers[2] = "Milan";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "What is the main religion in Italy today?";
my_answers[0] = "Roman Catholicism";
my_answers[1] = "Baptist";
my_answers[2] = "Protestant";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
default_questions_order = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
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.gotoAndStop(face);
if (need_next_question == true) {
need_next_question = false;
if (already_show_questions == show_questions) {
i = 0;
while (i < answers_count) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
eval ("dialog_line" + i).removeMovieClip();
question_line.removeMovieClip();
clip = attachMovie("win_screen", "win_screen", 6);
return(undefined);
}
already_show_questions++;
q = questions_order.pop();
question = questions[q];
her_phrase_baloon.letters = 0;
her_phrase_baloon.phrase = question[0][0];
her_phrase_baloon.next_btn._visible = true;
her_phrase_baloon._visible = true;
her_phrase_baloon.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_quiz", "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("help_box_2", "question_line", 6);
clip._visible = false;
clip._y = 239;
clip._x = 15;
clip._title._title.your_text = question[0][0];
}
};
Symbol 2598 MovieClip [screen_chi_talk] Frame 6
stop();
face = 2;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
init_baloon = true;
fuck_baloon.text = "";
fuck_baloon.phrase = _root.fuck_answers[random(_root.fuck_answers.length)];
fuck_baloon.letters = 0;
fuck_baloon._visible = true;
fuck_baloon.yes_btn.onPress = function () {
fuck_baloon._visible = false;
Win();
};
fuck_baloon.no_btn.onPress = function () {
gotoAndStop (1);
fuck_baloon._visible = false;
};
Symbol 2628 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 2628 MovieClip Frame 106
gotoAndStop (1);
Symbol 2638 MovieClip Frame 2
stop();
Symbol 2645 MovieClip Frame 2
stop();
Symbol 2646 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
gotoAndStop(_parent._parent.face);
};
Symbol 2657 MovieClip Frame 1
function onRov() {
shadow._visible = true;
gname._visible = true;
}
function onRot() {
shadow._visible = false;
gname._visible = false;
}
stop();
if (_parent._currentframe == 1) {
this.onRollOver = onRov;
this.onRollOut = onRot;
this.onReleaseOutside = onRot;
} else {
this.onRollOver = null;
this.onRollOut = null;
this.onReleaseOutside = null;
}
onRot();
Symbol 2664 MovieClip Frame 1
_visible = false;
Symbol 2668 MovieClip Frame 26
stop();
Symbol 2669 MovieClip Frame 1
next_btn.next_btn.onPress = function () {
next_btn.next_btn.onPress = null;
_root.part_1_complete = true;
if (_root.part_count == 5) {
clip = attachMovie("game_win", "game_win", 1);
} else {
_parent.gotoAndStop(1);
}
};
Symbol 2672 MovieClip Frame 1
if (_parent.her_phrase_baloon.phrase == undefined) {
phrase = "";
}
letters = 0;
if (_parent.her_phrase_baloon._visible == undefined) {
_visible = false;
}
text = "";
next_btn._visible = true;
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;
};
if (_parent.her_phrase_baloon.next_btn.onPress == undefined) {
next_btn.onPress = function () {
_visible = false;
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon._visible = true;
};
}
Symbol 2675 MovieClip Frame 1
if (_parent.init_baloon == undefined) {
phrase = "";
}
letters = 0;
if (_parent.init_baloon == undefined) {
_visible = false;
}
yes_btn._visible = false;
no_btn._visible = false;
result = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
yes_btn._visible = true;
no_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
yes_btn._visible = true;
no_btn._visible = true;
};
Symbol 2686 MovieClip Frame 1
function LoseMood() {
mood--;
i = 3;
while (i > mood) {
eval ("heart" + i).gotoAndStop(2);
i--;
}
if (mood == 0) {
_parent.Loose();
}
}
mood = 3;
stop();
Symbol 2689 MovieClip Frame 1
letters = 0;
phrase = "";
next_btn._visible = true;
_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.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.mood_bar.nextFrame();
}
};
Symbol 2690 MovieClip [screen_dia_talk] Frame 1
function Win() {
_root.gotoScreen("screen_dia_1");
return(undefined);
}
stop();
_root.current_screen = 1;
init_baloon = undefined;
girl.onRollOver = girl.onRov;
girl.onRollOut = girl.onRot;
girl.onReleaseOutside = girl.onRot;
girl.useHandCursor = true;
girl.gotoAndStop(1);
face = 1;
if (_root.part_1_complete == undefined) {
_root.part_1_complete = true;
gotoAndStop ("prize");
return(undefined);
}
leave_btn.onPress = function () {
gotoAndStop (1);
};
face = 1;
girl.onPress = function () {
if (_root.part_1_complete == true) {
gotoAndStop ("wanna_fuck");
return(undefined);
}
if (_root.part_1_talk_complete == false) {
gotoAndStop ("talk");
return(undefined);
}
gotoAndStop ("wanna_quiz");
return(undefined);
};
Symbol 2690 MovieClip [screen_dia_talk] Frame 3
_root.part_1_talk_complete = true;
face = 1;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
var my_phrase = new Array();
var her_answer = new Array();
var dialog = new Array();
var dialogs = new Array();
var babe_faces = new Array();
var need_next_question = false;
var current_dialog_index = 0;
my_phrase_baloon.text = "";
my_phrase_baloon.phrase = "Wow! I had never heard such a beautiful strong voice before.";
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = true;
her_phrase_baloon_baloon.text = "";
her_phrase_baloon.phrase = "Thanks. My grandmother would be proud of me if she were around today. She always dreamt of me as an opera singer.";
her_phrase_baloon.letters = 0;
her_phrase_baloon._visible = false;
her_phrase_baloon.next_btn.onPress = function () {
her_phrase_baloon.next_btn.onPress = function () {
_visible = false;
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon._visible = true;
};
her_phrase_baloon._visible = false;
her_phrase_baloon.text = "";
her_phrase_baloon.phrase = "";
her_phrase_baloon.letters = 0;
my_phrase_baloon.text = "";
my_phrase_baloon.phrase = "";
my_phrase_baloon.letters = 0;
need_next_question = true;
};
my_phrase[0] = "By the way, my name's James. I'm one of the producers of the American Idol show.";
my_phrase[1] = "Such wonderful lips. You must suck like a pro!";
my_phrase[2] = "I need a singer for my birthday party. What do you say?";
her_answer[0] = "Oh, I really like that show, James. I'm Tamara.";
her_answer[1] = "What!? Get out of here, you bastard!";
her_answer[2] = "Thanks for your offer. I'm not interested!";
babe_faces[0] = 2;
babe_faces[1] = 3;
babe_faces[2] = 3;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
my_phrase[0] = "I'm looking for talented vocalists for a new season.";
my_phrase[1] = "Now that we have met, please give me back the incubator part of the clone machine.";
my_phrase[2] = "That's a nice name, Tamara. It's my dog's name.";
her_answer[0] = "Oh, really? I think this is a good chance for me to make a career in the USA.";
her_answer[1] = "I don't know what you're talking about.";
her_answer[2] = "Is that supposed to be a stupid joke?";
babe_faces[0] = 2;
babe_faces[1] = 5;
babe_faces[2] = 3;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
my_phrase[0] = "How do you feel about a private casting? Is there any quiet place around here?";
my_phrase[1] = "I want you to ride my cock on the back seat of my car.";
my_phrase[2] = "What are you willing to do to get a break?";
her_answer[0] = "Well... we could go to my dressing room. Before that I would like to ask you few questions about Russia.";
her_answer[1] = "Don't even dream about it, you pig!";
her_answer[2] = "What are you driving at, James?";
babe_faces[0] = 2;
babe_faces[1] = 3;
babe_faces[2] = 3;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
this.onEnterFrame = function () {
if (need_next_question == true) {
girl.gotoAndStop(1);
need_next_question = false;
if (current_dialog_index == dialogs.length) {
i = 0;
while (i < 3) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
this.gotoAndStop("quiz");
return(undefined);
}
q_indexes = new Array();
i = 0;
while (i < 3) {
q_indexes.push(i);
i++;
}
dialog = dialogs[current_dialog_index];
q_indexes = _root.shuffle(q_indexes);
i = 0;
while (i < 3) {
index = q_indexes[i];
if (eval ("dialog_line" + index)) {
eval ("dialog_line" + index).removeMovieClip();
}
clip = attachMovie("dialog_line_2", "dialog_line" + index, index);
clip._visible = true;
clip._y = (430 - (i * 40)) - (i * 5);
clip._x = 10;
clip.your_text = dialog[0][index];
clip.index = index;
i++;
}
current_dialog_index++;
}
};
stop();
Symbol 2690 MovieClip [screen_dia_talk] Frame 4
stop();
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
init_baloon = true;
face = 2;
quiz_baloon.text = "";
quiz_baloon.phrase = _root.quiz_answers[random(_root.quiz_answers.length)];
quiz_baloon.letters = 0;
quiz_baloon._visible = true;
quiz_baloon.yes_btn.onPress = function () {
gotoAndStop ("quiz");
quiz_baloon._visible = false;
};
quiz_baloon.no_btn.onPress = function () {
gotoAndStop (1);
quiz_baloon._visible = false;
};
Symbol 2690 MovieClip [screen_dia_talk] Frame 5
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 Loose() {
i = 0;
while (i < answers_count) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
question_line.removeMovieClip();
clip = attachMovie("loose_screen", "loose_screen", 6);
}
stop();
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
leave_btn.onPress = function () {
i = 0;
while (i < answers_count) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
question_line.removeMovieClip();
gotoAndStop (1);
};
answers_count = 3;
show_questions = 5;
already_show_questions = 0;
need_next_question = false;
face = 1;
her_phrase_baloon.result = false;
her_phrase_baloon.ask_question = true;
her_phrase_baloon.text = "";
her_phrase_ballon.letters = 0;
her_phrase_ballon.phrase = "";
her_phrase_ballon._visible = false;
my_phrase_baloon.text = "";
my_phrase_baloon.phrase = "";
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = false;
question = new Array();
questions = new Array();
my_answers = new Array();
her_phrases = new Array();
results = new Array();
right_answers = _root.right_answers;
wrong_answers = _root.wrong_answers;
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
results[0] = true;
results[1] = false;
results[2] = false;
her_question = "When was Moscow Olympics held?";
my_answers[0] = "1980";
my_answers[1] = "2004";
my_answers[2] = "1964";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Who is the first woman in space?";
my_answers[0] = "Valentina Tereshkova";
my_answers[1] = "Sunita Williams";
my_answers[2] = "Nadia Petrova";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Which is the national animal of Russia?";
my_answers[0] = "Bear";
my_answers[1] = "Cow";
my_answers[2] = "Tiger";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Which is the currency of Russia?";
my_answers[0] = "Rouble";
my_answers[1] = "Dollar";
my_answers[2] = "Pound";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "What are the colours of Russian flag?";
my_answers[0] = "White, blue and red";
my_answers[1] = "Green, red and white";
my_answers[2] = "Blue and red";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Which is the deepest lake in the world?";
my_answers[0] = "Baikal";
my_answers[1] = "Victoria";
my_answers[2] = "Champlain";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Which is the highest mountain in Russia?";
my_answers[0] = "Elbrus";
my_answers[1] = "Krestovski";
my_answers[2] = "Ushkovski";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Which of the following rivers flows in Russia?";
my_answers[0] = "Volga";
my_answers[1] = "Shannon";
my_answers[2] = "Tiber";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "What was the Russian Federation called when it was a soviet country?";
my_answers[0] = "Union of Soviet Socialist Republics";
my_answers[1] = "United Soviet States of Russia";
my_answers[2] = "Union of Siberian States";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Russia's 3 biggest cities are:";
my_answers[0] = "Moscow, St. Petersburg, Novosibirsk";
my_answers[1] = "Moscow, Rostov, Murmansk";
my_answers[2] = "Moscow, Irkutsk, Volgograd";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
default_questions_order = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
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.gotoAndStop(face);
if (need_next_question == true) {
need_next_question = false;
if (already_show_questions == show_questions) {
i = 0;
while (i < answers_count) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
eval ("dialog_line" + i).removeMovieClip();
question_line.removeMovieClip();
clip = attachMovie("win_screen", "win_screen", 6);
return(undefined);
}
already_show_questions++;
q = questions_order.pop();
question = questions[q];
her_phrase_baloon.letters = 0;
her_phrase_baloon.phrase = question[0][0];
her_phrase_baloon.next_btn._visible = true;
her_phrase_baloon._visible = true;
her_phrase_baloon.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_quiz", "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("help_box_2", "question_line", 6);
clip._visible = false;
clip._y = 239;
clip._x = 15;
clip._title._title.your_text = question[0][0];
}
};
Symbol 2690 MovieClip [screen_dia_talk] Frame 6
stop();
face = 2;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
init_baloon = true;
fuck_baloon.text = "";
fuck_baloon.phrase = _root.fuck_answers[random(_root.fuck_answers.length)];
fuck_baloon.letters = 0;
fuck_baloon._visible = true;
fuck_baloon.yes_btn.onPress = function () {
fuck_baloon._visible = false;
Win();
};
fuck_baloon.no_btn.onPress = function () {
gotoAndStop (1);
fuck_baloon._visible = false;
};
Symbol 2705 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 2705 MovieClip Frame 105
gotoAndStop (1);
Symbol 2716 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
gotoAndStop(_parent._parent.face);
};
Symbol 2734 MovieClip Frame 1
function onRov() {
shadow._visible = true;
gname._visible = true;
}
function onRot() {
shadow._visible = false;
gname._visible = false;
}
stop();
if (_parent._currentframe == 1) {
this.onRollOver = onRov;
this.onRollOut = onRot;
this.onReleaseOutside = onRot;
} else {
this.onRollOver = null;
this.onRollOut = null;
this.onReleaseOutside = null;
}
onRot();
Symbol 2736 MovieClip Frame 1
_visible = false;
Symbol 2740 MovieClip Frame 26
stop();
Symbol 2741 MovieClip Frame 1
next_btn.next_btn.onPress = function () {
next_btn.next_btn.onPress = null;
_root.part_2_complete = true;
if (_root.part_count == 5) {
clip = attachMovie("game_win", "game_win", 1);
} else {
_parent.gotoAndStop(1);
}
};
Symbol 2742 MovieClip [screen_ino_talk] Frame 1
function Win() {
_root.gotoScreen("screen_ino_1");
return(undefined);
}
stop();
_root.current_screen = 2;
init_baloon = undefined;
girl.onRollOver = girl.onRov;
girl.onRollOut = girl.onRot;
girl.onReleaseOutside = girl.onRot;
girl.useHandCursor = true;
girl.gotoAndStop(1);
face = 1;
if (_root.part_2_complete == undefined) {
_root.part_2_complete = true;
gotoAndStop ("prize");
return(undefined);
}
leave_btn.onPress = function () {
gotoAndStop (1);
};
face = 1;
girl.onPress = function () {
if (_root.part_2_complete == true) {
gotoAndStop ("wanna_fuck");
return(undefined);
}
if (_root.part_2_talk_complete == false) {
gotoAndStop ("talk");
return(undefined);
}
gotoAndStop ("wanna_quiz");
return(undefined);
};
Symbol 2742 MovieClip [screen_ino_talk] Frame 3
_root.part_2_talk_complete = true;
face = 1;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
var my_phrase = new Array();
var her_answer = new Array();
var dialog = new Array();
var dialogs = new Array();
var babe_faces = new Array();
var need_next_question = false;
var current_dialog_index = 0;
my_phrase_baloon.text = "";
my_phrase_baloon.phrase = "Good day, I'm James. I saw your advertisement in the paper and I wish to learn dance.";
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = true;
her_phrase_baloon_baloon.text = "";
her_phrase_baloon.phrase = "You've made the right choice choosing our dance school. I'm Evie, I'll be you teacher. What dance style you want to study?";
her_phrase_baloon.letters = 0;
her_phrase_baloon._visible = false;
her_phrase_baloon.next_btn.onPress = function () {
her_phrase_baloon.next_btn.onPress = function () {
_visible = false;
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon._visible = true;
};
her_phrase_baloon._visible = false;
her_phrase_baloon.text = "";
her_phrase_baloon.phrase = "";
her_phrase_baloon.letters = 0;
my_phrase_baloon.text = "";
my_phrase_baloon.phrase = "";
my_phrase_baloon.letters = 0;
need_next_question = true;
};
my_phrase[0] = "I've not decided for sure. Perhaps I will try Strip-plastic?";
my_phrase[1] = "I have not had sex in three years. No matter what dance style I get.";
my_phrase[2] = "I'm too fat to dance any style other than belly dance.";
her_answer[0] = "I'm very surprised with your choice. You're the first guy who has asked about that.";
her_answer[1] = "What do you mean?";
her_answer[2] = "Come on; don't be so hard on yourself. You look fine!";
babe_faces[0] = 2;
babe_faces[1] = 3;
babe_faces[2] = 5;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
my_phrase[0] = "I just thought, why not? I have a gorgeous body and great big cock. Wanna look at him?";
my_phrase[1] = "I just want to earn some money in a nightclub.";
my_phrase[2] = "I just want to make a surprise for my girlfriend.";
her_answer[0] = "Hey, stop it! Zip your pants; I will take your word for it.";
her_answer[1] = "Well... I like your idea.";
her_answer[2] = "Oh, I see...";
babe_faces[0] = 3;
babe_faces[1] = 2;
babe_faces[2] = 2;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
my_phrase[0] = "Sorry, Evie. I just can't wait until we start our classes.";
my_phrase[1] = "Remember baby! No one can tell me what to do with my dick.";
my_phrase[2] = "Don't be so touchy, baby. All the bitches dream to suck my huge penis.";
her_answer[0] = "Okay, but before we start I want you to take a little quiz about United Kingdom.";
her_answer[1] = "You're a total idiot, you know that?";
her_answer[2] = "Stay away, you pervert!";
babe_faces[0] = 2;
babe_faces[1] = 3;
babe_faces[2] = 3;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
this.onEnterFrame = function () {
if (need_next_question == true) {
girl.gotoAndStop(1);
need_next_question = false;
if (current_dialog_index == dialogs.length) {
i = 0;
while (i < 3) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
this.gotoAndStop("quiz");
return(undefined);
}
q_indexes = new Array();
i = 0;
while (i < 3) {
q_indexes.push(i);
i++;
}
dialog = dialogs[current_dialog_index];
q_indexes = _root.shuffle(q_indexes);
i = 0;
while (i < 3) {
index = q_indexes[i];
if (eval ("dialog_line" + index)) {
eval ("dialog_line" + index).removeMovieClip();
}
clip = attachMovie("dialog_line_2", "dialog_line" + index, index);
clip._visible = true;
clip._y = (430 - (i * 40)) - (i * 5);
clip._x = 10;
clip.your_text = dialog[0][index];
clip.index = index;
i++;
}
current_dialog_index++;
}
};
stop();
Symbol 2742 MovieClip [screen_ino_talk] Frame 4
stop();
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
init_baloon = true;
face = 2;
quiz_baloon.text = "";
quiz_baloon.phrase = _root.quiz_answers[random(_root.quiz_answers.length)];
quiz_baloon.letters = 0;
quiz_baloon._visible = true;
quiz_baloon.yes_btn.onPress = function () {
gotoAndStop ("quiz");
quiz_baloon._visible = false;
};
quiz_baloon.no_btn.onPress = function () {
gotoAndStop (1);
quiz_baloon._visible = false;
};
Symbol 2742 MovieClip [screen_ino_talk] Frame 5
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 Loose() {
i = 0;
while (i < answers_count) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
question_line.removeMovieClip();
clip = attachMovie("loose_screen", "loose_screen", 6);
}
stop();
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
leave_btn.onPress = function () {
i = 0;
while (i < answers_count) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
question_line.removeMovieClip();
gotoAndStop (1);
};
answers_count = 3;
show_questions = 5;
already_show_questions = 0;
need_next_question = false;
face = 1;
her_phrase_baloon.result = false;
her_phrase_baloon.ask_question = true;
her_phrase_baloon.text = "";
her_phrase_ballon.letters = 0;
her_phrase_ballon.phrase = "";
her_phrase_ballon._visible = false;
my_phrase_baloon.text = "";
my_phrase_baloon.phrase = "";
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = false;
question = new Array();
questions = new Array();
my_answers = new Array();
her_phrases = new Array();
results = new Array();
right_answers = _root.right_answers;
wrong_answers = _root.wrong_answers;
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
results[0] = true;
results[1] = false;
results[2] = false;
her_question = "The fictional spy James Bond belongs to which organization?";
my_answers[0] = "MI6";
my_answers[1] = "KGB";
my_answers[2] = "Scotland Yard";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Which of the following is the capital city of Britain?";
my_answers[0] = "London";
my_answers[1] = "Manchester";
my_answers[2] = "Scotland";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "How many countries are there in the United Kingdom?";
my_answers[0] = "4";
my_answers[1] = "3";
my_answers[2] = "1";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Who is the Prime Minister?";
my_answers[0] = "Gordon Brown";
my_answers[1] = "Tony Blair";
my_answers[2] = "John Fraser";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Which island lies between England und Irleand?";
my_answers[0] = "Isle of Man";
my_answers[1] = "Isle of Skye";
my_answers[2] = "Sheltand Islands";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Which English King had six wives?";
my_answers[0] = "Henry VIII";
my_answers[1] = "Williams III";
my_answers[2] = "Charles I";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "What is the longest river in the UK?";
my_answers[0] = "Severn";
my_answers[1] = "The Thames";
my_answers[2] = "Great Ouse";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "What is the capital of Scotland?";
my_answers[0] = "Edinburgh";
my_answers[1] = "Glasgow";
my_answers[2] = "Inverness";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Who built the Tower of London?";
my_answers[0] = "William the Conqueror";
my_answers[1] = "Oliver Cromwell";
my_answers[2] = "Henry VIII";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "What is the nickname of the flag of the United Kingdom?";
my_answers[0] = "Union Jack";
my_answers[1] = "Maple leaf";
my_answers[2] = "Stars and stripes";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
default_questions_order = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
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.gotoAndStop(face);
if (need_next_question == true) {
need_next_question = false;
if (already_show_questions == show_questions) {
i = 0;
while (i < answers_count) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
eval ("dialog_line" + i).removeMovieClip();
question_line.removeMovieClip();
clip = attachMovie("win_screen", "win_screen", 6);
return(undefined);
}
already_show_questions++;
q = questions_order.pop();
question = questions[q];
her_phrase_baloon.letters = 0;
her_phrase_baloon.phrase = question[0][0];
her_phrase_baloon.next_btn._visible = true;
her_phrase_baloon._visible = true;
her_phrase_baloon.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_quiz", "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("help_box_2", "question_line", 6);
clip._visible = false;
clip._y = 239;
clip._x = 15;
clip._title._title.your_text = question[0][0];
}
};
Symbol 2742 MovieClip [screen_ino_talk] Frame 6
stop();
face = 2;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
init_baloon = true;
fuck_baloon.text = "";
fuck_baloon.phrase = _root.fuck_answers[random(_root.fuck_answers.length)];
fuck_baloon.letters = 0;
fuck_baloon._visible = true;
fuck_baloon.yes_btn.onPress = function () {
fuck_baloon._visible = false;
Win();
};
fuck_baloon.no_btn.onPress = function () {
gotoAndStop (1);
fuck_baloon._visible = false;
};
Symbol 2746 MovieClip Frame 1
_visible = false;
Symbol 2746 MovieClip Frame 2
_visible = false;
stop();
Symbol 2759 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 2759 MovieClip Frame 109
gotoAndStop (1);
Symbol 2769 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
gotoAndStop(_parent._parent.face);
};
Symbol 2788 MovieClip Frame 1
function onRov() {
shadow._visible = true;
gname._visible = true;
}
function onRot() {
shadow._visible = false;
gname._visible = false;
}
stop();
if (_parent._currentframe == 1) {
this.onRollOver = onRov;
this.onRollOut = onRot;
this.onReleaseOutside = onRot;
} else {
this.onRollOver = null;
this.onRollOut = null;
this.onReleaseOutside = null;
}
onRot();
Symbol 2791 MovieClip Frame 26
stop();
Symbol 2792 MovieClip Frame 1
next_btn.next_btn.onPress = function () {
next_btn.next_btn.onPress = null;
_root.part_3_complete = true;
if (_root.part_count == 5) {
clip = attachMovie("game_win", "game_win", 1);
} else {
_parent.gotoAndStop(1);
}
};
Symbol 2793 MovieClip [screen_man_talk] Frame 1
function Win() {
_root.gotoScreen("screen_man_1");
return(undefined);
}
stop();
_root.current_screen = 3;
init_baloon = undefined;
girl.onRollOver = girl.onRov;
girl.onRollOut = girl.onRot;
girl.onReleaseOutside = girl.onRot;
girl.useHandCursor = true;
girl.gotoAndStop(1);
face = 1;
if (_root.part_3_complete == undefined) {
_root.part_3_complete = true;
gotoAndStop ("prize");
return(undefined);
}
leave_btn.onPress = function () {
gotoAndStop (1);
};
face = 1;
girl.onPress = function () {
if (_root.part_3_complete == true) {
gotoAndStop ("wanna_fuck");
return(undefined);
}
if (_root.part_3_talk_complete == false) {
gotoAndStop ("talk");
return(undefined);
}
gotoAndStop ("wanna_quiz");
return(undefined);
};
Symbol 2793 MovieClip [screen_man_talk] Frame 3
_root.part_3_talk_complete = true;
face = 1;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
var my_phrase = new Array();
var her_answer = new Array();
var dialog = new Array();
var dialogs = new Array();
var babe_faces = new Array();
var need_next_question = false;
var current_dialog_index = 0;
my_phrase_baloon.text = "";
my_phrase_baloon.phrase = "Bonjour mademoiselle! Let me introduce myself, my name is James. May I know your name?";
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = true;
her_phrase_baloon_baloon.text = "";
her_phrase_baloon.phrase = "Michele Bertrand. But you can call me Michele. How can I help you?";
her_phrase_baloon.letters = 0;
her_phrase_baloon._visible = false;
her_phrase_baloon.next_btn.onPress = function () {
her_phrase_baloon.next_btn.onPress = function () {
_visible = false;
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon._visible = true;
};
her_phrase_baloon._visible = false;
her_phrase_baloon.text = "";
her_phrase_baloon.phrase = "";
her_phrase_baloon.letters = 0;
my_phrase_baloon.text = "";
my_phrase_baloon.phrase = "";
my_phrase_baloon.letters = 0;
need_next_question = true;
};
my_phrase[0] = "I want you to create a sculpture of me. You know, like Apollo. I'd pay you good money.";
my_phrase[1] = "I always dreamt of becoming a sculptor. Can you teach me?";
my_phrase[2] = "I saw you through the window... and I came in to say you\u2019re very pretty.";
her_answer[0] = "Sorry, I have too many orders now. Come back the end of next month.";
her_answer[1] = "Sorry, I don't give lessons.";
her_answer[2] = "Oh, Thank you.";
babe_faces[0] = 2;
babe_faces[1] = 5;
babe_faces[2] = 2;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
my_phrase[0] = "I can't wait that long. It'd be a birthday present for my good friend Emmett Von Braun.";
my_phrase[1] = "Maybe you can find some window in your tight schedule?";
my_phrase[2] = "You don't understand. It may be my last chance to make this sculpture.";
her_answer[0] = "Did you say your friend's name is Emmett Von Braun?";
her_answer[1] = "Nope, I'm really busy this month.";
her_answer[2] = "I hope you stay alive to the end of next month, monsieur.";
babe_faces[0] = 2;
babe_faces[1] = 5;
babe_faces[2] = 5;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
my_phrase[0] = "Oui, mademoiselle. Do you know him too? Emmett greatly enjoys unusual gifts.";
my_phrase[1] = "Does he owe you money too?";
my_phrase[2] = "Yes, he has a small bistro not far from here.";
her_answer[0] = "Yeah, Emmett is a big fan of French culture. Are you too? Do you want to take a little quiz about France?";
her_answer[1] = "Just a little.";
her_answer[2] = "You must be talking about a different person. My friend Emmett is a scientist.";
babe_faces[0] = 2;
babe_faces[1] = 2;
babe_faces[2] = 2;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
this.onEnterFrame = function () {
if (need_next_question == true) {
girl.gotoAndStop(1);
need_next_question = false;
if (current_dialog_index == dialogs.length) {
i = 0;
while (i < 3) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
this.gotoAndStop("quiz");
return(undefined);
}
q_indexes = new Array();
i = 0;
while (i < 3) {
q_indexes.push(i);
i++;
}
dialog = dialogs[current_dialog_index];
q_indexes = _root.shuffle(q_indexes);
i = 0;
while (i < 3) {
index = q_indexes[i];
if (eval ("dialog_line" + index)) {
eval ("dialog_line" + index).removeMovieClip();
}
clip = attachMovie("dialog_line_2", "dialog_line" + index, index);
clip._visible = true;
clip._y = (430 - (i * 40)) - (i * 5);
clip._x = 10;
clip.your_text = dialog[0][index];
clip.index = index;
i++;
}
current_dialog_index++;
}
};
stop();
Symbol 2793 MovieClip [screen_man_talk] Frame 4
stop();
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
init_baloon = true;
face = 2;
quiz_baloon.text = "";
quiz_baloon.phrase = _root.quiz_answers[random(_root.quiz_answers.length)];
quiz_baloon.letters = 0;
quiz_baloon._visible = true;
quiz_baloon.yes_btn.onPress = function () {
gotoAndStop ("quiz");
quiz_baloon._visible = false;
};
quiz_baloon.no_btn.onPress = function () {
gotoAndStop (1);
quiz_baloon._visible = false;
};
Symbol 2793 MovieClip [screen_man_talk] Frame 5
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 Loose() {
i = 0;
while (i < answers_count) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
question_line.removeMovieClip();
clip = attachMovie("loose_screen", "loose_screen", 6);
}
stop();
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
leave_btn.onPress = function () {
i = 0;
while (i < answers_count) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
question_line.removeMovieClip();
gotoAndStop (1);
};
answers_count = 3;
show_questions = 5;
already_show_questions = 0;
need_next_question = false;
face = 1;
her_phrase_baloon.result = false;
her_phrase_baloon.ask_question = true;
her_phrase_baloon.text = "";
her_phrase_ballon.letters = 0;
her_phrase_ballon.phrase = "";
her_phrase_ballon._visible = false;
my_phrase_baloon.text = "";
my_phrase_baloon.phrase = "";
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = false;
question = new Array();
questions = new Array();
my_answers = new Array();
her_phrases = new Array();
results = new Array();
right_answers = _root.right_answers;
wrong_answers = _root.wrong_answers;
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
results[0] = true;
results[1] = false;
results[2] = false;
her_question = "How was France known?";
my_answers[0] = "Gaul";
my_answers[1] = "Sverige";
my_answers[2] = "Cymru";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "From which people France got its name?";
my_answers[0] = "Franks";
my_answers[1] = "Vikings";
my_answers[2] = "Normans";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Which city is famous for Film Festival?";
my_answers[0] = "Cannes";
my_answers[1] = "Avignon";
my_answers[2] = "Paris";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "When is Bastille Day?";
my_answers[0] = "July 14";
my_answers[1] = "May 1";
my_answers[2] = "March 25";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Which State of USA was once a French colony?";
my_answers[0] = "Louisiana";
my_answers[1] = "Maryland";
my_answers[2] = "Alaska";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Which province of Canada has a large French population?";
my_answers[0] = "Quebec";
my_answers[1] = "Labrador";
my_answers[2] = "Prince Edward Island";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "France is famous for which structure?";
my_answers[0] = "Eiffel Tower";
my_answers[1] = "Westminster Abbey";
my_answers[2] = "Petronas Towers";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Which is the world\u2019s best known cycling race?";
my_answers[0] = "Tour de France";
my_answers[1] = "Tour de Beauce";
my_answers[2] = "Tour de Force";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "In which island is there a demand for independence from France?";
my_answers[0] = "Corsica";
my_answers[1] = "Sicily";
my_answers[2] = "Isle of Man";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Which French Emperor died in St. Helena?";
my_answers[0] = "Napoleon I";
my_answers[1] = "Napoleon II";
my_answers[2] = "Napoleon III";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
default_questions_order = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
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.gotoAndStop(face);
if (need_next_question == true) {
need_next_question = false;
if (already_show_questions == show_questions) {
i = 0;
while (i < answers_count) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
eval ("dialog_line" + i).removeMovieClip();
question_line.removeMovieClip();
clip = attachMovie("win_screen", "win_screen", 6);
return(undefined);
}
already_show_questions++;
q = questions_order.pop();
question = questions[q];
her_phrase_baloon.letters = 0;
her_phrase_baloon.phrase = question[0][0];
her_phrase_baloon.next_btn._visible = true;
her_phrase_baloon._visible = true;
her_phrase_baloon.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_quiz", "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("help_box_2", "question_line", 6);
clip._visible = false;
clip._y = 239;
clip._x = 15;
clip._title._title.your_text = question[0][0];
}
};
Symbol 2793 MovieClip [screen_man_talk] Frame 6
stop();
face = 2;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
init_baloon = true;
fuck_baloon.text = "";
fuck_baloon.phrase = _root.fuck_answers[random(_root.fuck_answers.length)];
fuck_baloon.letters = 0;
fuck_baloon._visible = true;
fuck_baloon.yes_btn.onPress = function () {
fuck_baloon._visible = false;
Win();
};
fuck_baloon.no_btn.onPress = function () {
gotoAndStop (1);
fuck_baloon._visible = false;
};
Symbol 2819 MovieClip Frame 1
gotoAndPlay(random(100) + 1);
Symbol 2819 MovieClip Frame 106
gotoAndStop (1);
Symbol 2832 MovieClip Frame 1
stop();
this.onEnterFrame = function () {
gotoAndStop(_parent._parent.face);
};
Symbol 2843 MovieClip Frame 1
function onRov() {
shadow._visible = true;
gname._visible = true;
}
function onRot() {
shadow._visible = false;
gname._visible = false;
}
stop();
if (_parent._currentframe == 1) {
this.onRollOver = onRov;
this.onRollOut = onRot;
this.onReleaseOutside = onRot;
} else {
this.onRollOver = null;
this.onRollOut = null;
this.onReleaseOutside = null;
}
onRot();
Symbol 2845 MovieClip Frame 1
_visible = false;
Symbol 2848 MovieClip Frame 26
stop();
Symbol 2849 MovieClip Frame 1
next_btn.next_btn.onPress = function () {
next_btn.next_btn.onPress = null;
_root.part_5_complete = true;
if (_root.part_count == 5) {
clip = attachMovie("game_win", "game_win", 1);
} else {
_parent.gotoAndStop(1);
}
};
Symbol 2850 MovieClip [screen_tri_talk] Frame 1
function Win() {
_root.gotoScreen("screen_tri_1");
return(undefined);
}
stop();
_root.current_screen = 5;
init_baloon = undefined;
girl.onRollOver = girl.onRov;
girl.onRollOut = girl.onRot;
girl.onReleaseOutside = girl.onRot;
girl.useHandCursor = true;
girl.gotoAndStop(1);
face = 1;
if (_root.part_5_complete == undefined) {
_root.part_5_complete = true;
gotoAndStop ("prize");
return(undefined);
}
leave_btn.onPress = function () {
gotoAndStop (1);
};
face = 1;
girl.onPress = function () {
if (_root.part_5_complete == true) {
gotoAndStop ("wanna_fuck");
return(undefined);
}
if (_root.part_5_talk_complete == false) {
gotoAndStop ("talk");
return(undefined);
}
gotoAndStop ("wanna_quiz");
return(undefined);
};
Symbol 2850 MovieClip [screen_tri_talk] Frame 3
_root.part_5_talk_complete = true;
face = 1;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
var my_phrase = new Array();
var her_answer = new Array();
var dialog = new Array();
var dialogs = new Array();
var babe_faces = new Array();
var need_next_question = false;
var current_dialog_index = 0;
my_phrase_baloon.text = "";
my_phrase_baloon.phrase = "Hello, my name is James. Are you Helga?";
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = true;
her_phrase_baloon_baloon.text = "";
her_phrase_baloon.phrase = "Yes, it is me. You must be one of my pupils' parents?";
her_phrase_baloon.letters = 0;
her_phrase_baloon._visible = false;
her_phrase_baloon.next_btn.onPress = function () {
her_phrase_baloon.next_btn.onPress = function () {
_visible = false;
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon._visible = true;
};
her_phrase_baloon._visible = false;
her_phrase_baloon.text = "";
her_phrase_baloon.phrase = "";
her_phrase_baloon.letters = 0;
my_phrase_baloon.text = "";
my_phrase_baloon.phrase = "";
my_phrase_baloon.letters = 0;
need_next_question = true;
};
my_phrase[0] = "No-no. I'm a new teacher of history from Bremen. I saw your name on a class door.";
my_phrase[1] = "No yet, but I think we could make some babies together.";
my_phrase[2] = "I am a secret agent. That's all you should know.";
her_answer[0] = "Welcome to our school, James. How do you like your new workplace?";
her_answer[1] = "Are you always so fast?";
her_answer[2] = "What?! Do you spy on me?";
babe_faces[0] = 2;
babe_faces[1] = 3;
babe_faces[2] = 3;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
my_phrase[0] = "Oh, I love this place. There are so many young beautiful teachers around here.";
my_phrase[1] = "Very big school. I feel lost here. Can I ask you about the fieldtrip?";
my_phrase[2] = "Fucking hole, I saw much better.";
her_answer[0] = "Are you flirting with all of those teachers?";
her_answer[1] = "Maybe a little later.";
her_answer[2] = "It isn't so bad...";
babe_faces[0] = 2;
babe_faces[1] = 2;
babe_faces[2] = 3;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
my_phrase[0] = "Sure, I'm not. You are the one who drives me crazy. How about a kiss?";
my_phrase[1] = "Ohhh-yeah!!! I'm going to fuck each one of you.";
my_phrase[2] = "Of course, not. I just try to be gentle.";
her_answer[0] = "Not so fast, buddy... You said that you're a history teacher than you can easily answer my questions about Germany.";
her_answer[1] = "Get out of my class, you bastard.";
her_answer[2] = "What!? You think I'm not pretty enough to flirt with me?";
babe_faces[0] = 2;
babe_faces[1] = 3;
babe_faces[2] = 3;
dialog = [[my_phrase[0], my_phrase[1], my_phrase[2]], [her_answer[0], her_answer[1], her_answer[2]], [babe_faces[0], babe_faces[1], babe_faces[2]]];
dialogs.push(dialog);
this.onEnterFrame = function () {
if (need_next_question == true) {
girl.gotoAndStop(1);
need_next_question = false;
if (current_dialog_index == dialogs.length) {
i = 0;
while (i < 3) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
this.gotoAndStop("quiz");
return(undefined);
}
q_indexes = new Array();
i = 0;
while (i < 3) {
q_indexes.push(i);
i++;
}
dialog = dialogs[current_dialog_index];
q_indexes = _root.shuffle(q_indexes);
i = 0;
while (i < 3) {
index = q_indexes[i];
if (eval ("dialog_line" + index)) {
eval ("dialog_line" + index).removeMovieClip();
}
clip = attachMovie("dialog_line_2", "dialog_line" + index, index);
clip._visible = true;
clip._y = (430 - (i * 40)) - (i * 5);
clip._x = 10;
clip.your_text = dialog[0][index];
clip.index = index;
i++;
}
current_dialog_index++;
}
};
stop();
Symbol 2850 MovieClip [screen_tri_talk] Frame 4
stop();
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
init_baloon = true;
face = 2;
quiz_baloon.text = "";
quiz_baloon.phrase = _root.quiz_answers[random(_root.quiz_answers.length)];
quiz_baloon.letters = 0;
quiz_baloon._visible = true;
quiz_baloon.yes_btn.onPress = function () {
gotoAndStop ("quiz");
quiz_baloon._visible = false;
};
quiz_baloon.no_btn.onPress = function () {
gotoAndStop (1);
quiz_baloon._visible = false;
};
Symbol 2850 MovieClip [screen_tri_talk] Frame 5
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 Loose() {
i = 0;
while (i < answers_count) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
question_line.removeMovieClip();
clip = attachMovie("loose_screen", "loose_screen", 6);
}
stop();
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
leave_btn.onPress = function () {
i = 0;
while (i < answers_count) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
question_line.removeMovieClip();
gotoAndStop (1);
};
answers_count = 3;
show_questions = 5;
already_show_questions = 0;
need_next_question = false;
face = 1;
her_phrase_baloon.result = false;
her_phrase_baloon.ask_question = true;
her_phrase_baloon.text = "";
her_phrase_ballon.letters = 0;
her_phrase_ballon.phrase = "";
her_phrase_ballon._visible = false;
my_phrase_baloon.text = "";
my_phrase_baloon.phrase = "";
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = false;
question = new Array();
questions = new Array();
my_answers = new Array();
her_phrases = new Array();
results = new Array();
right_answers = _root.right_answers;
wrong_answers = _root.wrong_answers;
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
results[0] = true;
results[1] = false;
results[2] = false;
her_question = "What is the capital city of Germany?";
my_answers[0] = "Berlin";
my_answers[1] = "Bonn";
my_answers[2] = "Munich";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "When was the Brandenburg Gate built?";
my_answers[0] = "1791";
my_answers[1] = "1861";
my_answers[2] = "1938";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Who was Germany's most famous author?";
my_answers[0] = "Goethe";
my_answers[1] = "Michael Stich";
my_answers[2] = "Beethoven";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "When was the Berlin Wall built?";
my_answers[0] = "1961";
my_answers[1] = "1950";
my_answers[2] = "1969";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "What is the most popular drink in Germany?";
my_answers[0] = "Beer";
my_answers[1] = "Coffee";
my_answers[2] = "Fruit juice";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Which month is Octoberfest in?";
my_answers[0] = "September";
my_answers[1] = "October";
my_answers[2] = "November";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "What is the German National Sport?";
my_answers[0] = "Soccer";
my_answers[1] = "Cricket";
my_answers[2] = "Volleyball";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "What are one of the lakes in Germany?";
my_answers[0] = "Arendsee";
my_answers[1] = "Great Lakes";
my_answers[2] = "Lake Michigan";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Which of the following car types is NOT German?";
my_answers[0] = "Volvo";
my_answers[1] = "Audi";
my_answers[2] = "Mercedes";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
her_question = "Who was the German physicist famous for the formula e=mc squared?";
my_answers[0] = "Albert Einstein";
my_answers[1] = "Levi Strauss";
my_answers[2] = "Max Planck";
her_phrases[0] = right_answers[random(right_answers.length)];
her_phrases[1] = wrong_answers[random(wrong_answers.length)];
her_phrases[2] = wrong_answers[random(wrong_answers.length)];
question = [[her_question], [my_answers[0], my_answers[1], my_answers[2]], [her_phrases[0], her_phrases[1], her_phrases[2]], [results[0], results[1], results[2]]];
questions.push(question);
default_questions_order = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
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.gotoAndStop(face);
if (need_next_question == true) {
need_next_question = false;
if (already_show_questions == show_questions) {
i = 0;
while (i < answers_count) {
eval ("dialog_line" + i).removeMovieClip();
i++;
}
eval ("dialog_line" + i).removeMovieClip();
question_line.removeMovieClip();
clip = attachMovie("win_screen", "win_screen", 6);
return(undefined);
}
already_show_questions++;
q = questions_order.pop();
question = questions[q];
her_phrase_baloon.letters = 0;
her_phrase_baloon.phrase = question[0][0];
her_phrase_baloon.next_btn._visible = true;
her_phrase_baloon._visible = true;
her_phrase_baloon.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_quiz", "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("help_box_2", "question_line", 6);
clip._visible = false;
clip._y = 239;
clip._x = 15;
clip._title._title.your_text = question[0][0];
}
};
Symbol 2850 MovieClip [screen_tri_talk] Frame 6
stop();
face = 2;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.onRot();
init_baloon = true;
fuck_baloon.text = "";
fuck_baloon.phrase = _root.fuck_answers[random(_root.fuck_answers.length)];
fuck_baloon.letters = 0;
fuck_baloon._visible = true;
fuck_baloon.yes_btn.onPress = function () {
fuck_baloon._visible = false;
Win();
};
fuck_baloon.no_btn.onPress = function () {
gotoAndStop (1);
fuck_baloon._visible = false;
};
Symbol 2855 MovieClip [screen_3] Frame 1
next_btn.onPress = function () {
next_btn.onPress = null;
_root.gotoScreen("map");
};
Symbol 2863 MovieClip [italy_1] Frame 100
_root.gotoScreen("screen_chi_talk");
stop();
Symbol 2870 MovieClip [russia_1] Frame 100
_root.gotoScreen("screen_dia_talk");
stop();
Symbol 2878 MovieClip [uk_1] Frame 100
_root.gotoScreen("screen_ino_talk");
stop();
Symbol 2885 MovieClip [france_1] Frame 100
_root.gotoScreen("screen_man_talk");
stop();
Symbol 2892 MovieClip [germany_1] Frame 100
_root.gotoScreen("screen_tri_talk");
stop();
Symbol 2897 MovieClip [usa_1] Frame 100
_root.gotoScreen("screen_5");
stop();
Symbol 2934 MovieClip Frame 227
stop();
_parent._parent.step++;
_parent.gotoAndStop(1);
Symbol 2935 MovieClip Frame 1
stop();
Symbol 2936 MovieClip Frame 1
stop();
Symbol 2936 MovieClip Frame 25
stop();
_parent.step++;
Symbol 2939 MovieClip Frame 1
if (_parent.my_phrase_baloon.phrase == undefined) {
phrase = "";
}
letters = 0;
if (_parent.my_phrase_baloon._visible == undefined) {
_visible = false;
}
text = "";
next_btn._visible = true;
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;
};
if (_parent.her_phrase_baloon.next_btn.onPress == undefined) {
next_btn.onPress = function () {
_visible = false;
_parent.her_phrase_baloon.letters = 0;
_parent.her_phrase_baloon._visible = true;
};
}
Symbol 2942 MovieClip Frame 1
phrase = "I have been waiting here over 15 minutes. Where is everyone?";
letters = 0;
next_btn._visible = true;
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.step++;
letters = 0;
text = "";
};
Symbol 2948 MovieClip Frame 1
stop();
Symbol 2948 MovieClip Frame 45
_parent.cmachine.gotoAndStop(2);
Symbol 2948 MovieClip Frame 64
stop();
Symbol 2949 MovieClip [screen_5] Frame 1
stop();
face = 1;
girl._visible = false;
hand._visible = false;
_arrow._visible = false;
btnx._visible = false;
btnx.onPress = function () {
_arrow._visible = false;
mhand.gotoAndPlay(2);
btnx._visible = false;
};
step = 0;
her_phrase_baloon.text = "";
her_phrase_baloon_2.text = "";
her_phrase_baloon_2._visible = false;
my_phrase_baloon.text = "";
my_phrase_baloon._visible = false;
her_button_press = function () {
her_phrase_baloon.text = "";
her_phrase_baloon.phrase = "";
her_phrase_baloon.letters = 0;
her_phrase_baloon._visible = false;
hand.gotoAndPlay("x1");
step++;
};
my_button_press = function () {
my_phrase_baloon.text = "";
my_phrase_baloon.phrase = "";
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = false;
step++;
};
her_phrase_baloon._visible = false;
this.onEnterFrame = function () {
my_phrase_baloon.next_btn.onPress = my_button_press;
her_phrase_baloon.next_btn.onPress = her_button_press;
switch (step) {
case 0 :
break;
case 1 :
talk_baloon.phrase = "Hmmm... That's interesting how this stuff works.";
talk_baloon._visible = true;
break;
case 2 :
_arrow._visible = true;
btnx._visible = true;
step++;
break;
case 3 :
break;
case 4 :
girl._visible = true;
girl.gotoAndPlay(2);
step++;
break;
case 5 :
break;
case 6 :
her_phrase_baloon.phrase = "Congratulations Agent Johnson! Now the clone machine is in safe hands. The world can sleep easy.";
her_phrase_baloon._visible = true;
break;
case 7 :
my_phrase_baloon.phrase = "Don't mention it, Piece-a-cake for me! Saving the world is my hobby, baby.";
my_phrase_baloon._visible = true;
break;
case 8 :
her_phrase_baloon.phrase = "Thank god nobody activated this machine!";
her_phrase_baloon._visible = true;
break;
case 9 :
my_phrase_baloon.phrase = "Hmmm... Oops...";
my_phrase_baloon._visible = true;
break;
case 10 :
_root.gotoScreen("screen_art_1");
step++;
break;
case 11 :
}
};
Symbol 2955 MovieClip Frame 30
stop();
Symbol 2957 MovieClip Frame 25
stop();
Symbol 2958 MovieClip [game_win] Frame 1
next_btn.next_btn.onPress = function () {
next_btn.next_btn.onPress = null;
_visible = false;
this.removeMovieClip();
_parent._parent.gotoAndStop(1);
};
Symbol 2963 MovieClip [end] Frame 50
stop();
_root.gotoScreen("screen_end");
Symbol 2974 MovieClip [screen_end] Frame 1
stop();
again_btn.onPress = function () {
_root.gotoScreen("screen_3");
};
moregames.onPress = function () {
getURL(_root.owner_URL, "_blank");
};
ad_btn1.onPress = function () {
getURL("http://www.redlightcenter.com/flashtour.asp?trq=13778", "_blank", "GET");
};
ad_btn2.onPress = function () {
getURL("http://affiliates.thrixxx.com/scripts/connect.php?bid=0&ccb=1703162&int=INT-EN-0000", "_blank", "GET");
};
ad_btn3.onPress = function () {
getURL("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=936567-0000&PA=1757601&BAN=0", "_blank", "GET");
};
ad_btn4.onPress = function () {
getURL("http://www.meetandfuckgames.com", "_blank", "GET");
};
ad_btn5.onPress = function () {
getURL("http://store.bonetown.com/store/pc/btRedirect.asp?idaffiliate=191", "_blank", "GET");
};
Symbol 2981 MovieClip [main_menu] Frame 1
moregames.onPress = function () {
getURL (_root.owner_URL, "_blank");
};
play_btn.onPress = function () {
_root.game_complete = false;
_root.part_1_complete = false;
_root.part_1_talk_complete = false;
_root.part_2_complete = false;
_root.part_2_talk_complete = false;
_root.part_3_complete = false;
_root.part_3_talk_complete = false;
_root.part_4_complete = false;
_root.part_4_talk_complete = false;
_root.part_5_complete = false;
_root.part_5_talk_complete = false;
_root.part_count = 0;
_root.current_screen = 0;
_root.gotoScreen("screen_1");
};