Combined Code
// unknown tag 255 length 1
// unknown tag 253 length 742
frame 1 {
function show_calendar(x) {
_root.current_month = x;
_root.screen.calendar._visible = true;
_root.screen.calendar.need_init = true;
_root.screen.calendar.gotoAndStop(6);
return 0;
}
stop();
_quality = 'medium';
owner_URL = 'http://gamesofdesire.com/';
sound = new Sound();
need_calendar = false;
current_month = 13;
fuck_scenes = false;
captain_complete = false;
bar_complete = false;
golf_complete = false;
maid_complete = false;
medical_complete = false;
library_complete = false;
atrium_complete = false;
sun_deck_complete = false;
casino_complete = false;
pool_complete = false;
boss_fuck_1_complete = false;
boss_fuck_2_complete = false;
bar_talk = false;
captain_talk = false;
golf_talk = false;
maid_talk = false;
medical_talk = false;
library_talk = false;
atrium_talk = false;
sun_deck_talk = false;
casino_talk = false;
pool_talk = false;
top10_complete = false;
need_instruction = true;
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;
}
percent_shadow = 'Loading: ' + int(100 * getBytesLoaded() / getBytesTotal()) + '%';
percent = percent_shadow;
bar.SetValue(getBytesLoaded() / getBytesTotal());
if (getBytesLoaded() == getBytesTotal()) {
gotoAndStop(3);
}
};
moregames1.onPress = function () {
getURL(owner_URL, '_blank');
};
}
movieClip 7 {
}
movieClip 15 {
}
movieClip 17 {
}
movieClip 19 {
// unknown tag 253 length 99
frame 1 {
function SetValue(_value) {
hider._x = _value * volumer._width - hider._width;
}
SetValue(0);
}
}
movieClip 26 {
}
movieClip 46 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 47 trans_screen {
frame 1 {
var next_screen;
}
frame 10 {
_parent.setScreen(next_screen);
}
frame 20 {
removeMovieClip(this);
}
}
movieClip 54 dialog_line {
// unknown tag 253 length 1123
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];
trace(_parent.dialog);
_parent.my_phrase_baloon.next_btn._visible = false;
_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 = false;
_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;
}
}
};
};
}
}
movieClip 56 {
}
movieClip 60 {
}
movieClip 63 {
}
movieClip 65 cal_btn {
// unknown tag 253 length 583
frame 1 {
stop();
shadow._visible = false;
this.onEnterFrame = function () {
photos = 0;
if (_root.captain_complete == true) {
++photos;
}
if (_root.bar_complete == true) {
++photos;
}
if (_root.golf_complete == true) {
photos += 2;
}
if (_root.maid_complete == true) {
++photos;
}
if (_root.medical_complete == true) {
++photos;
}
if (_root.library_complete == true) {
++photos;
}
if (_root.atrium_complete == true) {
++photos;
}
if (_root.sun_deck_complete == true) {
++photos;
}
if (_root.casino_complete == true) {
++photos;
}
if (_root.pool_complete == true) {
++photos;
}
if (_root.boss_fuck_1_complete == true) {
++photos;
}
if (photos == 10) {
_root.top10_complete = true;
}
};
this.onPress = function () {
_root.screen.calendar._visible = true;
};
this.onRollOver = function () {
shadow._visible = true;
};
this.onRollOut = function () {
shadow._visible = false;
};
this.onReleaseOutside = function () {
shadow._visible = false;
};
}
}
movieClip 67 dialog_line_2 {
// unknown tag 253 length 1096
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 = false;
_parent.my_phrase_baloon.next_btn.onPress = function () {
_parent.my_phrase_baloon._visible = false;
_parent.my_phrase_baloon.index = index;
_parent.girl.gotoAndStop(_parent.dialog[2][index]);
_parent.girl2.gotoAndStop(_parent.dialog[2][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 = false;
_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.girl2.gotoAndStop(1);
_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;
}
}
};
};
}
}
movieClip 70 dialog_line_quiz {
// unknown tag 253 length 598
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;
}
variable_1._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 = false;
_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 = false;
_parent.her_phrase_baloon.ask_question = false;
_parent.her_phrase_baloon.result = _parent.question[3][this.index];
};
}
}
movieClip 73 {
}
movieClip 79 {
}
movieClip 80 map_btn {
// unknown tag 253 length 176
frame 1 {
stop();
shadow._visible = false;
this.onPress = function () {
_root.screen.map._visible = true;
};
this.onRollOver = function () {
shadow._visible = true;
};
this.onRollOut = function () {
shadow._visible = false;
};
this.onReleaseOutside = function () {
shadow._visible = false;
};
}
}
movieClip 86 {
}
movieClip 87 {
}
movieClip 91 {
}
movieClip 92 {
}
movieClip 95 {
}
movieClip 106 {
}
movieClip 112 {
}
movieClip 116 {
}
movieClip 117 {
}
movieClip 124 {
frame 1 {
this._visible = false;
}
}
movieClip 125 screen_1 {
// unknown tag 253 length 66
frame 1 {
next_btn.onPress = function () {
next_btn.onPress = null;
_root.gotoScreen('screen_2');
};
}
}
movieClip 129 {
}
movieClip 132 {
}
movieClip 136 {
}
movieClip 137 {
}
movieClip 139 {
}
movieClip 141 {
}
movieClip 143 {
}
movieClip 149 {
}
movieClip 156 {
frame 1 {
stop();
}
frame 30 {
gotoAndPlay(2);
}
}
movieClip 161 {
// unknown tag 253 length 69
frame 1 {
next_btn.onPress = function () {
next_btn.onPress = null;
_parent.gotoAndPlay(2);
};
}
}
movieClip 167 {
frame 1 {
stop();
}
}
movieClip 168 {
frame 25 {
stop();
}
}
movieClip 169 screen_2 {
frame 1 {
stop();
}
// unknown tag 253 length 276
frame 100 {
stop();
phone.gotoAndPlay(2);
answer.onPress = function () {
_root.gotoScreen('screen_3');
};
answer.onRollOver = function () {
answer.x.gotoAndStop(2);
};
answer.onRollOut = function () {
answer.x.gotoAndStop(1);
};
answer.onReleaseOutside = function () {
answer.x.gotoAndStop(1);
};
phone.onPress = function () {
phone.onPress = null;
_root.gotoScreen('screen_3');
};
}
}
movieClip 179 {
}
movieClip 182 {
}
movieClip 184 {
}
movieClip 189 {
frame 1 {
this._visible = false;
gotoAndStop(random(3) + 2);
}
frame 2 {
gotoAndStop(5);
}
}
movieClip 191 {
}
movieClip 193 {
}
movieClip 198 {
frame 1 {
this._visible = false;
gotoAndStop(random(3) + 2);
}
frame 2 {
gotoAndStop(5);
}
}
movieClip 199 {
// unknown tag 253 length 95
frame 1 {
this.onEnterFrame = function () {
trace(_parent._parent._parent._parent.face);
gotoAndStop(_parent._parent._parent._parent.face);
};
stop();
}
}
movieClip 200 {
}
movieClip 205 {
}
movieClip 219 {
}
movieClip 223 {
}
movieClip 224 {
frame 1 {
btn.onPress = function () {
_parent.gotoAndPlay(_parent._currentframe + 1);
};
}
}
movieClip 227 {
}
movieClip 228 {
frame 1 {
stop();
}
frame 114 {
stop();
}
// unknown tag 253 length 41
frame 206 {
stop();
_parent._parent.my_phrase_baloon_2._visible = true;
}
}
movieClip 229 {
}
movieClip 232 {
// unknown tag 253 length 362
frame 1 {
phrase = '';
letters = 0;
_visible = false;
next_btn._visible = false;
result = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
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;
};
}
}
movieClip 235 {
// unknown tag 253 length 354
frame 1 {
phrase = '';
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
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;
};
}
}
movieClip 238 {
// unknown tag 253 length 354
frame 1 {
phrase = '';
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
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.letters = 0;
_parent.her_phrase._visible = true;
};
}
}
movieClip 239 screen_3 {
// unknown tag 253 length 599
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;
++step;
};
my_button_press = function () {
my_phrase_baloon.text = '';
my_phrase_baloon.phrase = '';
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = false;
++step;
};
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:
my_phrase_baloon.phrase = 'Hello!';
my_phrase_baloon._visible = true;
break;
case 1:
her_phrase_baloon.phrase = 'Hi, may I talk with Nick Sanders?';
her_phrase_baloon._visible = true;
break;
case 2:
my_phrase_baloon.phrase = 'This is him.';
my_phrase_baloon._visible = true;
break;
case 3:
her_phrase_baloon.phrase = 'I\'m Jennifer from Playdude magazine. You must have heard about us.';
her_phrase_baloon._visible = true;
break;
case 4:
++step;
this.gotoAndStop(2);
}
};
}
// unknown tag 253 length 1778
frame 2 {
stop();
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 = true;
var current_dialog_index = 0;
my_phrase_baloon.text = '';
my_phrase_baloon.phrase = '';
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = false;
my_phrase_baloon.next_btn.onPress = function () {
this._visible = false;
_parent.her_phrase_baloon.letters = 0;
_parent.her_phrase_baloon._visible = true;
};
her_phrase_baloon_baloon.text = '';
her_phrase_baloon.phrase = '';
her_phrase_baloon.letters = 0;
her_phrase_baloon._visible = false;
her_phrase_baloon.next_btn.onPress = function () {
this._visible = false;
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon._visible = true;
};
my_phrase[0] = 'Yeah!!! Great monthly with lots of hot chicks!';
my_phrase[1] = 'It\'s that cheap porn magazine, right?';
my_phrase[2] = 'Sure, I love to jerk off on those beauties.';
her_answer[0] = 'It seems you are familiar with our magazine. Isn\'t it?';
her_answer[1] = 'No, you\'re wrong.';
her_answer[2] = 'Well... I\'m happy about it.';
babe_faces[0] = 2;
babe_faces[1] = 3;
babe_faces[2] = 1;
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] = 'Everyone loves Playdude. I\'m not an exception.';
my_phrase[1] = 'I just don\'t like softcore stuff.';
my_phrase[2] = 'My mommy doesn\'t allow me to watch such things.';
her_answer[0] = 'That\'s good. I called you to say that we reviewed your portfolio and are very impressed.';
her_answer[1] = 'It doesn\'t matter.';
her_answer[2] = 'Then sorry for the disturbance.';
babe_faces[0] = 2;
babe_faces[1] = 1;
babe_faces[2] = 1;
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) {
face = 1;
need_next_question = false;
if (current_dialog_index == dialogs.length) {
i = 0;
while (i < 3) {
(eval('dialog_line' + i)).removeMovieClip();
++i;
}
this.gotoAndStop(3);
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();
}
// unknown tag 253 length 604
frame 3 {
stop();
step = 0;
her_phrase_baloon.text = '';
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;
++step;
};
my_button_press = function () {
my_phrase_baloon.text = '';
my_phrase_baloon.phrase = '';
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = false;
++step;
};
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:
my_phrase_baloon.phrase = 'Cool! Your not kidding are you?';
my_phrase_baloon._visible = true;
break;
case 1:
her_phrase_baloon.phrase = 'No, I\'m not. Our chief Mrs. Wilson has been impressed by your works. She would like to meet you tomorrow for an interview.';
her_phrase_baloon._visible = true;
break;
case 2:
my_phrase_baloon.phrase = 'WOW, that\'s great! What should I do?';
my_phrase_baloon._visible = true;
break;
case 3:
her_phrase_baloon.phrase = 'Tomorrow, at 8 am, I will be waiting for you in our head office. By the way, this is my photo.';
her_phrase_baloon._visible = true;
face = 2;
break;
case 4:
my_phrase_baloon.phrase = 'Thank you for calling, Jennifer. See you tomorrow!';
my_phrase_baloon._visible = true;
break;
case 5:
step = 6;
gotoAndStop(4);
}
};
}
// unknown tag 253 length 117
frame 4 {
stop();
phone.phone.gotoAndPlay(2);
my_phrase_baloon_2.phrase = 'Mmmmmm... That girl is hot stuff. I think tomorrow will be my lucky day!';
my_phrase_baloon_2._visible = false;
my_phrase_baloon_2.next_btn.onPress = function () {
_root.gotoScreen('screen_4');
};
}
}
movieClip 242 {
}
movieClip 244 {
}
movieClip 246 {
}
movieClip 250 {
}
movieClip 255 {
}
movieClip 257 {
}
movieClip 258 screen_4 {
// unknown tag 253 length 68
frame 1 {
stop();
next_btn.onPress = function () {
next_btn.onPress = null;
next_btn._visible = false;
gotoAndPlay(2);
};
}
// unknown tag 253 length 67
frame 26 {
stop();
door.onPress = function () {
door.onPress = null;
_root.gotoScreen('screen_5');
};
}
}
movieClip 266 {
}
movieClip 274 {
}
movieClip 276 {
}
movieClip 278 {
}
movieClip 281 {
// unknown tag 253 length 362
frame 1 {
phrase = '';
letters = 0;
_visible = false;
next_btn._visible = false;
result = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
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;
};
}
}
movieClip 284 {
}
movieClip 285 {
}
movieClip 286 {
// unknown tag 253 length 674
frame 1 {
stop();
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;
++step;
};
my_button_press = function () {
my_phrase_baloon.text = '';
my_phrase_baloon.phrase = '';
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = false;
++step;
};
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:
her_phrase_baloon.phrase = 'Good morning, Nick. How are you?';
her_phrase_baloon._visible = true;
break;
case 1:
my_phrase_baloon.phrase = 'Morning, Jennifer. Everything is fine.';
my_phrase_baloon._visible = true;
break;
case 2:
her_phrase_baloon.phrase = 'Mrs.Wilson is in her office, she is ready to talk with you.';
her_phrase_baloon._visible = true;
break;
case 3:
my_phrase_baloon.phrase = 'Then I better not make her wait. What is the way to her office?';
my_phrase_baloon._visible = true;
break;
case 4:
her_phrase_baloon.phrase = 'First door down the hall on the left. Good luck.';
her_phrase_baloon._visible = true;
break;
case 5:
my_phrase_baloon.phrase = 'Thank you.';
my_phrase_baloon._visible = true;
break;
case 6:
step = 0;
gotoAndStop(2);
}
};
}
// unknown tag 253 length 67
frame 2 {
stop();
arrow.onPress = function () {
arrow.onPress = null;
_root.gotoScreen('screen_6');
};
}
}
movieClip 287 screen_5 {
}
movieClip 298 {
}
movieClip 299 {
}
movieClip 302 {
}
movieClip 304 {
}
movieClip 306 {
}
movieClip 308 {
}
movieClip 310 {
}
movieClip 312 {
}
movieClip 314 {
}
movieClip 315 {
frame 1 {
stop();
this.onEnterFrame = function () {
this.gotoAndStop(_parent.face);
};
}
}
movieClip 318 {
}
movieClip 321 {
// unknown tag 253 length 362
frame 1 {
phrase = '';
letters = 0;
_visible = false;
next_btn._visible = false;
result = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
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;
};
}
}
movieClip 322 {
// unknown tag 253 length 605
frame 1 {
stop();
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;
++step;
};
my_button_press = function () {
my_phrase_baloon.text = '';
my_phrase_baloon.phrase = '';
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = false;
++step;
};
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:
her_phrase_baloon.phrase = 'Hello! You must be Nick. Please come in.';
her_phrase_baloon._visible = true;
face = 2;
break;
case 1:
my_phrase_baloon.phrase = 'Hello, Mrs.Wilson. It\'s such a pleasure to meet you.';
my_phrase_baloon._visible = true;
face = 1;
break;
case 2:
her_phrase_baloon.phrase = 'Well, Nick. I was really impressed by your portfolio. And I have a job, specially for such a young talented photographer like you.';
her_phrase_baloon._visible = true;
face = 1;
break;
case 3:
step = 0;
my_phrase_baloon._visible = false;
her_phrase_baloon._visible = false;
this.gotoAndStop(2);
}
};
}
// unknown tag 253 length 745
frame 2 {
stop();
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;
++step;
};
my_button_press = function () {
my_phrase_baloon.text = '';
my_phrase_baloon.phrase = '';
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = false;
++step;
};
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:
her_phrase_baloon.phrase = 'Tell me What do you think about a little vacation?';
her_phrase_baloon._visible = true;
face = 1;
break;
case 1:
my_phrase_baloon.phrase = 'Vacation!? I thought you\'re talking about work.';
my_phrase_baloon._visible = true;
break;
case 2:
her_phrase_baloon.phrase = 'It\'s the same, because we\'d like to send you to an ocean cruise, there will be a lot of hot girls. All you have to do is take a few quality pictures for our annual erotic calendar. So... What do you say, Nick?';
her_phrase_baloon._visible = true;
face = 2;
break;
case 3:
my_phrase_baloon.phrase = 'Wait a minute, ma-am. Did you say that I\'ll be going to an ocean cruise in the company of hot chicks and you\'ll pay me for that?';
my_phrase_baloon._visible = true;
break;
case 4:
her_phrase_baloon.phrase = 'That\'s right, Nick. But don\'t forget about the pictures for the calendar.';
her_phrase_baloon._visible = true;
face = 1;
break;
case 5:
my_phrase_baloon.phrase = 'I\'d say it\'s a DEAL! It would be the best job I\'ve ever had.';
my_phrase_baloon._visible = true;
break;
case 6:
step = 7;
my_phrase_baloon._visible = false;
her_phrase_baloon._visible = false;
_root.gotoScreen('screen_7');
}
};
}
}
movieClip 323 screen_6 {
}
movieClip 326 {
}
movieClip 327 {
}
movieClip 331 {
}
movieClip 332 {
}
movieClip 337 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 338 {
// unknown tag 253 length 67
frame 1 {
stop();
next_btn.onPress = function () {
next_btn.onPress = null;
_root.gotoScreen('pool');
};
}
}
movieClip 339 screen_7 {
}
movieClip 345 {
}
movieClip 347 {
}
movieClip 349 {
}
movieClip 353 {
}
movieClip 354 {
}
movieClip 355 {
// unknown tag 253 length 229
frame 1 {
function onRov() {
shadow._visible = true;
}
function onRot() {
shadow._visible = false;
}
function onRelout() {
shadow._visible = false;
}
stop();
shadow._visible = false;
if (_parent._currentframe == 1) {
this.onRollOver = onRov;
this.onRollOut = onRot;
this.onReleaseOutside = onRelout;
} else {
this.onRollOver = null;
this.onRollOut = null;
this.onReleaseOutside = null;
}
}
}
movieClip 358 {
}
movieClip 361 {
}
movieClip 366 {
}
movieClip 367 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 369 {
}
movieClip 370 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 374 {
// unknown tag 253 length 432
frame 1 {
if (_parent.my_phrase_baloon.phrase == undefined) {
phrase = '';
}
letters = 0;
if (_parent.my_phrase_baloon._visible == undefined) {
_visible = false;
}
next_btn._visible = false;
this.index_var._visible = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
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;
};
}
}
movieClip 377 {
// unknown tag 253 length 455
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 = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
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;
};
}
}
}
movieClip 382 {
}
movieClip 385 {
}
movieClip 390 {
}
movieClip 392 {
}
movieClip 394 {
// unknown tag 253 length 375
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 += 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;
};
}
}
movieClip 397 {
}
movieClip 399 {
frame 1 {
stop();
}
}
movieClip 407 {
// unknown tag 253 length 172
frame 1 {
function LooseMood() {
--mood;
i = 3;
while (i > mood) {
(eval('heart' + i)).gotoAndStop(2);
--i;
}
if (mood == 0) {
_parent.Loose();
}
}
mood = 3;
stop();
}
}
movieClip 409 {
}
movieClip 411 {
}
movieClip 415 {
// unknown tag 253 length 467
frame 1 {
text = '';
phrase = '';
letters = 0;
_visible = false;
next_btn._visible = false;
this.index_var._visible = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
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 () {
_visible = false;
_parent.her_phrase_baloon.letters = 0;
_parent.her_phrase_baloon._visible = true;
if (index == 0) {
_parent.face = 2;
} else {
_parent.face = 3;
}
};
}
}
movieClip 417 {
// unknown tag 253 length 806
frame 1 {
letters = 0;
phrase = '';
next_btn._visible = false;
_visible = false;
ask_question = true;
result = false;
set_need_next_question = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
letters += 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;
}
variable_1._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;
}
variable_1._visible = true;
} else {
i = 0;
while (i < _parent.answers_count) {
(eval('_parent.dialog_line' + i)).removeMovieClip();
++i;
}
variable_1.removeMovieClip();
_parent.need_next_question = true;
_parent.mood_bar.nextFrame();
}
}
};
}
}
movieClip 419 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 423 {
frame 1 {
stop();
shadow._visible = false;
}
}
movieClip 426 {
frame 1 {
stop();
shadow._visible = false;
}
}
movieClip 429 {
}
movieClip 430 pool {
frame 1 {
function Win() {
if (_root.pool_complete == false) {
_root.need_calendar = true;
}
_root.gotoScreen('pool_fuck');
return undefined;
}
}
// unknown tag 253 length 459
frame 1 {
stop();
init_baloon = undefined;
girl.onRollOver = girl.onRov;
girl.onRollOut = girl.onRot;
girl.onReleaseOutside = girl.onRelout;
girl.useHandCursor = true;
girl.gotoAndStop(1);
face = 1;
arrow_left.onPress = function () {
_root.gotoScreen('library');
};
arrow_right.onPress = function () {
_root.gotoScreen('maid');
};
_root.screen.cal_btn._visible = true;
_root.screen.map_btn._visible = true;
if (_root.need_instruction == true) {
_root.need_instruction = false;
gotoAndStop(7);
}
girl.onPress = function () {
if (_root.top10_complete == false) {
gotoAndStop(6);
return undefined;
}
if (_root.pool_complete == true) {
gotoAndStop(5);
return undefined;
}
if (_root.pool_talk == false) {
gotoAndStop(2);
return undefined;
}
gotoAndStop(3);
return undefined;
};
instruction.onPress = function () {
gotoAndStop(7);
};
}
// unknown tag 253 length 789
frame 2 {
_root.pool_talk = true;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
stop();
step = 0;
her_phrase_baloon.text = '';
her_phrase_baloon.text = '';
her_phrase_baloon._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;
++step;
};
my_button_press = function () {
my_phrase_baloon.text = '';
my_phrase_baloon.phrase = '';
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = false;
++step;
};
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:
my_phrase_baloon.phrase = 'I\'ve gone around the ship. I can\'t find any more girls for the photo shoot.';
my_phrase_baloon._visible = true;
break;
case 1:
girl.gotoAndStop(2);
her_phrase_baloon.phrase = 'Well, I help you to get one more picture. But before you go you must pass qiuz about Meet\'n\'Fuck games.';
her_phrase_baloon._visible = true;
break;
case 2:
girl.gotoAndStop(1);
my_phrase_baloon.phrase = 'Cool, it will be easy. I\'ve played each one of them.';
my_phrase_baloon._visible = true;
break;
case 3:
step = 0;
my_phrase_baloon._visible = false;
her_phrase_baloon._visible = false;
_root.pool_talk = true;
gotoAndStop(4);
}
};
}
// unknown tag 253 length 375
frame 3 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
face = 2;
init_baloon = true;
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(4);
quiz_baloon._visible = false;
};
quiz_baloon.no_btn.onPress = function () {
gotoAndStop(1);
quiz_baloon._visible = false;
};
}
// unknown tag 253 length 6107
frame 4 {
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.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
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 name of the main character in the game \'Detective RPG\'?';
my_answers[0] = 'Paul McClain';
my_answers[1] = 'Mr. Johnson';
my_answers[2] = 'Phillip';
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 name of the teacher in the game \'My Favorite Teacher\'?';
my_answers[0] = 'Mrs. Francois';
my_answers[1] = 'Mrs. Dalloway\'s';
my_answers[2] = 'Mrs. Harris';
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 did you meet with Leila in the first \'meet and fuck\' game?';
my_answers[0] = 'Bar';
my_answers[1] = 'School';
my_answers[2] = 'Train';
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 end of the game \'Dance School\'?';
my_answers[0] = 'Jeremy and Mr.Foo fucked Emily';
my_answers[1] = 'Jeremy and Emily were married';
my_answers[2] = 'It was a Jeremy\'s dream';
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 is the car of the first girl from the game \'street racing\'?';
my_answers[0] = 'Yellow';
my_answers[1] = 'Red';
my_answers[2] = 'Pink';
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 girls can you fuck in the game \'Bad Santa\'?';
my_answers[0] = '2';
my_answers[1] = '3';
my_answers[2] = '4';
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 Phillip fucked Miss Pumpkins in the game \'Office Romance\'';
my_answers[0] = 'In archive';
my_answers[1] = 'In her office';
my_answers[2] = 'On the stairs';
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 machines did you use in the game \'BDSM club\'?';
my_answers[0] = 'Both of them';
my_answers[1] = 'Fuck machine';
my_answers[2] = 'Milk machine';
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 kind of car crashed the main character in the game \'Tntensive Therapy?\'';
my_answers[0] = 'Ferrari Enzo';
my_answers[1] = 'Porshe 911';
my_answers[2] = 'Fiat 500';
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 company is Steve working for in the game \'The Plumber\'?';
my_answers[0] = 'Mr. Plumber';
my_answers[1] = 'Dirty Hole';
my_answers[2] = 'Browns Plumbing';
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 = false;
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];
}
};
}
// unknown tag 253 length 375
frame 5 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(2);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
init_baloon = true;
fuck_baloon.text = '';
quiz_baloon.phrase = _root.quiz_answers[random(_root.quiz_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;
};
}
// unknown tag 253 length 270
frame 6 {
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
her_phrase_baloon_baloon.text = '';
her_phrase_baloon.phrase = 'You still didn\'t get all the pictures. Back to the work, Nick.';
her_phrase_baloon.letters = 0;
her_phrase_baloon._visible = true;
her_phrase_baloon.next_btn.onPress = function () {
gotoAndStop(1);
};
stop();
}
// unknown tag 253 length 201
frame 7 {
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
stop();
next_btn.onPress = function () {
gotoAndStop(1);
};
}
}
movieClip 436 {
}
movieClip 438 {
}
movieClip 440 {
}
movieClip 444 {
}
movieClip 446 {
}
movieClip 447 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (this._visible == false) {
return undefined;
}
if (_root.captain_talk == false) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
};
}
}
movieClip 449 {
}
movieClip 451 {
}
movieClip 453 {
}
movieClip 455 {
}
movieClip 458 {
frame 1 {
this._visible = false;
}
}
movieClip 459 {
// unknown tag 253 length 229
frame 1 {
function onRov() {
shadow._visible = true;
}
function onRot() {
shadow._visible = false;
}
function onRelout() {
shadow._visible = false;
}
stop();
shadow._visible = false;
if (_parent._currentframe == 1) {
this.onRollOver = onRov;
this.onRollOut = onRot;
this.onReleaseOutside = onRelout;
} else {
this.onRollOver = null;
this.onRollOut = null;
this.onReleaseOutside = null;
}
}
}
movieClip 461 {
}
movieClip 462 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 464 {
}
movieClip 465 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 468 {
// unknown tag 253 length 806
frame 1 {
letters = 0;
phrase = '';
next_btn._visible = false;
_visible = false;
ask_question = true;
result = false;
set_need_next_question = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
letters += 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;
}
variable_1._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;
}
variable_1._visible = true;
} else {
i = 0;
while (i < _parent.answers_count) {
(eval('_parent.dialog_line' + i)).removeMovieClip();
++i;
}
variable_1.removeMovieClip();
_parent.need_next_question = true;
_parent.mood_bar.nextFrame();
}
}
};
}
}
movieClip 469 captain {
frame 1 {
function Win() {
if (_root.captain_complete == false) {
_root.need_calendar = true;
}
_root.gotoScreen('captain_fuck');
return undefined;
}
}
// unknown tag 253 length 460
frame 1 {
stop();
init_baloon = undefined;
girl.onRollOver = girl.onRov;
girl.onRollOut = girl.onRot;
girl.onReleaseOutside = girl.onRelout;
girl.useHandCursor = true;
girl.gotoAndStop(1);
face = 1;
_root.screen.cal_btn._visible = true;
_root.screen.map_btn._visible = true;
arrow_left.onPress = function () {
_root.gotoScreen('golf');
};
arrow_right.onPress = function () {
_root.gotoScreen('atrium');
};
if (_root.need_calendar == true) {
_root.screen.calendar._show(1);
_root.screen.new_photo_screen._visible = true;
_root.need_calendar = false;
}
girl.onPress = function () {
if (_root.captain_complete == true) {
gotoAndStop(5);
return undefined;
}
if (_root.captain_talk == false) {
gotoAndStop(2);
return undefined;
}
gotoAndStop(3);
return undefined;
};
}
// unknown tag 253 length 2422
frame 2 {
_root.captain_talk = true;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
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, captain. My name is Nick. Whats your name?';
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = true;
her_phrase_baloon_baloon.text = '';
her_phrase_baloon.phrase = 'Hi, I\'m Anita.';
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] = 'It\'s the first time I see such a young beautiful captain.';
my_phrase[1] = 'Very beautiful name. My grandma has the same.';
my_phrase[2] = 'So... With whom did you fuck to get this job?';
her_answer[0] = 'I just recently finished the marine academy. Actually this is my first cruise.';
her_answer[1] = 'Well... That\'s very interesting. But I\'m a little busy right now.';
her_answer[2] = 'Shut your fucking mouth, bastard!';
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] = 'Believe the old pirate, you will be a great captain!';
my_phrase[1] = 'First cruise, Are you serious!? We should drink for it!';
my_phrase[2] = 'I hope you actually know how to drive that boat.';
her_answer[0] = 'Oh... Thank you, Nick. It\'s funny that you started talking about pirates.';
her_answer[1] = 'I can not drink at work, you know that.';
her_answer[2] = 'Do you want to offend me, Nick?';
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] = 'Yeah, I know everything about those guys.';
my_phrase[1] = 'I\'m not joking! Wanna look at my wooden leg?';
my_phrase[2] = 'Okay, that\'s enough talking, let\'s get to fuck.';
her_answer[0] = 'Then how about you play the pirate quiz with me?';
her_answer[1] = 'Not sure I want to see that...';
her_answer[2] = 'Back off, idiot!';
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(4);
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();
}
// unknown tag 253 length 375
frame 3 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
face = 2;
init_baloon = true;
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(4);
quiz_baloon._visible = false;
};
quiz_baloon.no_btn.onPress = function () {
gotoAndStop(1);
quiz_baloon._visible = false;
};
}
// unknown tag 253 length 6107
frame 4 {
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.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
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 famous pirate was the first ship commander to successfully circumnavigate the world?';
my_answers[0] = 'Francis Drake';
my_answers[1] = 'Black Bart';
my_answers[2] = 'Henry Morgan';
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 contemporary name for the Caribbean island 16th-Century pirates referred to as Hispaniola?';
my_answers[0] = 'Haiti';
my_answers[1] = 'Cuba';
my_answers[2] = 'Jamaica';
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 types of pirate was officially licensed by a sovereign nation to raid and seize goods carried by the ships of \'hostile\' nations?';
my_answers[0] = 'Privateer';
my_answers[1] = 'Corsair';
my_answers[2] = 'Buckaroo';
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 Romantic poet in 1814 penned an epic poem entitled \'The Corsair\', which was wildly popular in its time and partially responsible for the radically idealized and much-glamorized pirate lifestyle commonly presented to audiences today in films and television shows?';
my_answers[0] = 'Lord Byron';
my_answers[1] = 'Percy Bysshe Shelley';
my_answers[2] = 'John Keats';
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 name of the ship that Jim Hawkins, Captain Alexander Smollett and Long John Silver sail aboard in Robert Louis Stevenson\'s classic pirate story Treasure Island?';
my_answers[0] = 'The Hispaniola';
my_answers[1] = 'The Pequod';
my_answers[2] = 'The Black Spot';
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 = 'The modern dollar sign ($) is derived from symbols that appeared on which infamous manner of pirate currency?';
my_answers[0] = 'Pieces of eight';
my_answers[1] = 'Doubloons';
my_answers[2] = 'Ducats';
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 Caribbean port city was largely destroyed by a cataclysmic earthquake in June of 1692, leaving a hefty contingent of pirates to find another refuge and base of operations?';
my_answers[0] = 'Port Royal';
my_answers[1] = 'Tortuga';
my_answers[2] = 'Havana';
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 name did pirates give to ships they successfully managed to sack?';
my_answers[0] = 'Prize';
my_answers[1] = 'Gift';
my_answers[2] = 'Tack';
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 technical term for the black flag featuring the skull and crossbones that has become inextricably linked with pirate lore?';
my_answers[0] = 'The Jolly Roger';
my_answers[1] = 'The Ruse de Guerre';
my_answers[2] = 'The Bleeding Heart';
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 ruthless, tyrannical pirate did Captain Hook purportedly sail under in J.M. Barrie\'s Peter Pan?';
my_answers[0] = 'Blackbeard';
my_answers[1] = 'Calico Jack';
my_answers[2] = 'Captain Kidd';
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 = false;
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];
}
};
}
// unknown tag 253 length 386
frame 5 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(2);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
init_baloon = true;
fuck_baloon.text = '';
face = 2;
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;
};
}
}
movieClip 476 {
}
movieClip 478 {
}
movieClip 480 {
}
movieClip 485 {
}
movieClip 487 {
}
movieClip 488 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (this._visible == false) {
return undefined;
}
if (_root.bar_talk == false) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
};
}
}
movieClip 490 {
}
movieClip 492 {
}
movieClip 494 {
}
movieClip 496 {
}
movieClip 497 {
// unknown tag 253 length 229
frame 1 {
function onRov() {
shadow._visible = true;
}
function onRot() {
shadow._visible = false;
}
function onRelout() {
shadow._visible = false;
}
stop();
shadow._visible = false;
if (_parent._currentframe == 1) {
this.onRollOver = onRov;
this.onRollOut = onRot;
this.onReleaseOutside = onRelout;
} else {
this.onRollOver = null;
this.onRollOut = null;
this.onReleaseOutside = null;
}
}
}
movieClip 499 {
}
movieClip 500 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 502 {
}
movieClip 503 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 504 bar {
frame 1 {
function Win() {
if (_root.bar_complete == false) {
_root.need_calendar = true;
}
_root.gotoScreen('bar_fuck');
return undefined;
}
}
// unknown tag 253 length 460
frame 1 {
stop();
init_baloon = undefined;
girl.onRollOver = girl.onRov;
girl.onRollOut = girl.onRot;
girl.onReleaseOutside = girl.onRelout;
girl.useHandCursor = true;
girl.gotoAndStop(1);
face = 1;
_root.screen.cal_btn._visible = true;
_root.screen.map_btn._visible = true;
arrow_left.onPress = function () {
_root.gotoScreen('casino');
};
arrow_right.onPress = function () {
_root.gotoScreen('medical');
};
if (_root.need_calendar == true) {
_root.screen.calendar._show(2);
_root.screen.new_photo_screen._visible = true;
_root.need_calendar = false;
}
girl.onPress = function () {
if (_root.bar_complete == true) {
gotoAndStop(5);
return undefined;
}
if (_root.bar_talk == false) {
gotoAndStop(2);
return undefined;
}
gotoAndStop(3);
return undefined;
};
}
// unknown tag 253 length 2422
frame 2 {
_root.bar_talk = true;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
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. I\'m Nick. And you must be Vanessa, right?';
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = true;
her_phrase_baloon_baloon.text = '';
her_phrase_baloon.phrase = 'Yes, but how did you know my name?';
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] = 'My many friends told me about you.';
my_phrase[1] = 'Everyone knows your name. You\'re first slut on this boat.';
my_phrase[2] = 'Nobody, I just can read the minds.';
her_answer[0] = 'Just curious What exactly they told you about me?';
her_answer[1] = 'Get the fuck out, you bastard!';
her_answer[2] = 'Then you must know what I\'ll say to you next.';
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] = 'They said that your cocktails are best in this liner.';
my_phrase[1] = 'They said that you screamed like a pig while they fucked you.';
my_phrase[2] = 'They told me that you\'re damn beautiful. Now I see they didn\'t lie.';
her_answer[0] = 'They\'re right. Do want to try one?';
her_answer[1] = 'I hate you, it\'s lie!';
her_answer[2] = 'Oh, come on! You make me feel shy.';
babe_faces[0] = 2;
babe_faces[1] = 3;
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] = 'Sure, babe! Could you also write the recipe for me?';
my_phrase[1] = 'No thanks, I don\'t drink alcohol anymore.';
my_phrase[2] = 'I\'d better drink some beer.';
her_answer[0] = 'Only if you answer the questions of barman\'s quiz.';
her_answer[1] = 'Too bad for you.';
her_answer[2] = 'Okay, as you say.';
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);
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(4);
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();
}
// unknown tag 253 length 375
frame 3 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
init_baloon = true;
quiz_baloon.text = '';
quiz_baloon.phrase = _root.quiz_answers[random(_root.quiz_answers.length)];
quiz_baloon.letters = 0;
quiz_baloon._visible = true;
face = 2;
quiz_baloon.yes_btn.onPress = function () {
gotoAndStop(4);
quiz_baloon._visible = false;
};
quiz_baloon.no_btn.onPress = function () {
gotoAndStop(1);
quiz_baloon._visible = false;
};
}
// unknown tag 253 length 6107
frame 4 {
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.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
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 = 'For generations, the Japanese people have specialized in a alcoholic beverage called sake or saki. What fermented grain is used to make this drink?';
my_answers[0] = 'Rice';
my_answers[1] = 'Soy';
my_answers[2] = 'Barley';
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 strongest liquor sold in the United States?';
my_answers[0] = 'Everclear';
my_answers[1] = 'Mescal';
my_answers[2] = 'Firewater';
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 drink contains the following ingredients: 2 dashes bitters; 3/4 oz. orange juice; 3/4 oz. dry vermouth; and 3/4 oz. gin?';
my_answers[0] = 'Peter Pan Cocktail';
my_answers[1] = 'Rock & Rye Cocktail';
my_answers[2] = 'Ulanda Cocktail';
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 ingredient changes a \'Black Russian\' to a \'White Russian\'?';
my_answers[0] = 'Cream';
my_answers[1] = 'Coconut extract';
my_answers[2] = 'White creme de menthe';
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 drink is made with gin and orange juice?';
my_answers[0] = 'Orange Blossom';
my_answers[1] = 'Screwdriver';
my_answers[2] = 'Pink Gin';
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 drink is made from a relative of the lily?';
my_answers[0] = 'Tequila';
my_answers[1] = 'Curacao';
my_answers[2] = 'Gin';
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 these liqueurs is green?';
my_answers[0] = 'Midori';
my_answers[1] = 'Galliano';
my_answers[2] = 'Grenadine';
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 = 'Vodka is made from';
my_answers[0] = 'Potato';
my_answers[1] = 'Corn';
my_answers[2] = 'Carrot';
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 = 'Vodka mixed with Tomato Juice is called';
my_answers[0] = 'Bloody Mary';
my_answers[1] = 'Screw Driver';
my_answers[2] = 'Seabreeze';
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 European Country Has The Largest Area Growing Vines?';
my_answers[0] = 'Spain';
my_answers[1] = 'Italy';
my_answers[2] = 'France';
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 = false;
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];
}
};
}
// unknown tag 253 length 386
frame 5 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(2);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
face = 2;
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;
};
}
}
movieClip 511 {
}
movieClip 513 {
}
movieClip 515 {
}
movieClip 520 {
}
movieClip 522 {
}
movieClip 523 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (this._visible == false) {
return undefined;
}
if (_root.medical_talk == false) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
};
}
}
movieClip 525 {
}
movieClip 527 {
}
movieClip 529 {
}
movieClip 531 {
}
movieClip 532 {
// unknown tag 253 length 229
frame 1 {
function onRov() {
shadow._visible = true;
}
function onRot() {
shadow._visible = false;
}
function onRelout() {
shadow._visible = false;
}
stop();
shadow._visible = false;
if (_parent._currentframe == 1) {
this.onRollOver = onRov;
this.onRollOut = onRot;
this.onReleaseOutside = onRelout;
} else {
this.onRollOver = null;
this.onRollOut = null;
this.onReleaseOutside = null;
}
}
}
movieClip 533 {
}
movieClip 534 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 536 {
}
movieClip 537 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 541 {
// unknown tag 253 length 432
frame 1 {
if (_parent.my_phrase_baloon.phrase == undefined) {
phrase = '';
}
letters = 0;
if (_parent.my_phrase_baloon._visible == undefined) {
_visible = false;
}
next_btn._visible = false;
this.index_var._visible = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
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;
};
}
}
movieClip 544 {
// unknown tag 253 length 455
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 = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
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;
};
}
}
}
movieClip 547 {
// unknown tag 253 length 375
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 += 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;
};
}
}
movieClip 555 {
// unknown tag 253 length 172
frame 1 {
function LooseMood() {
--mood;
i = 3;
while (i > mood) {
(eval('heart' + i)).gotoAndStop(2);
--i;
}
if (mood == 0) {
_parent.Loose();
}
}
mood = 3;
stop();
}
}
movieClip 558 {
// unknown tag 253 length 493
frame 1 {
text = '';
phrase = '';
letters = 0;
_visible = false;
next_btn._visible = false;
this.index_var._visible = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
letters += 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
_parent.girl.gotoAndStop(her_face);
_parent.girl2.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 () {
_visible = false;
_parent.her_phrase_baloon.letters = 0;
_parent.her_phrase_baloon._visible = true;
if (index == 0) {
_parent.face = 2;
} else {
_parent.face = 3;
}
};
}
}
movieClip 561 {
// unknown tag 253 length 806
frame 1 {
letters = 0;
phrase = '';
next_btn._visible = false;
_visible = false;
ask_question = true;
result = false;
set_need_next_question = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
letters += 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;
}
variable_1._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;
}
variable_1._visible = true;
} else {
i = 0;
while (i < _parent.answers_count) {
(eval('_parent.dialog_line' + i)).removeMovieClip();
++i;
}
variable_1.removeMovieClip();
_parent.need_next_question = true;
_parent.mood_bar.nextFrame();
}
}
};
}
}
movieClip 562 medical {
frame 1 {
function Win() {
if (_root.medical_complete == false) {
_root.need_calendar = true;
}
_root.gotoScreen('medical_fuck');
return undefined;
}
}
// unknown tag 253 length 460
frame 1 {
stop();
init_baloon = undefined;
girl.onRollOver = girl.onRov;
girl.onRollOut = girl.onRot;
girl.onReleaseOutside = girl.onRelout;
girl.useHandCursor = true;
girl.gotoAndStop(1);
face = 1;
_root.screen.cal_btn._visible = true;
_root.screen.map_btn._visible = true;
arrow_left.onPress = function () {
_root.gotoScreen('bar');
};
arrow_right.onPress = function () {
_root.gotoScreen('library');
};
if (_root.need_calendar == true) {
_root.screen.calendar._show(3);
_root.screen.new_photo_screen._visible = true;
_root.need_calendar = false;
}
girl.onPress = function () {
if (_root.medical_complete == true) {
gotoAndStop(5);
return undefined;
}
if (_root.medical_talk == false) {
gotoAndStop(2);
return undefined;
}
gotoAndStop(3);
return undefined;
};
}
// unknown tag 253 length 2422
frame 2 {
_root.medical_talk = true;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
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 morning, doctor! My name is Nick Sanders.';
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = true;
her_phrase_baloon_baloon.text = '';
her_phrase_baloon.phrase = 'Hello, Nick. You can call me Charley. What wrong with 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 hate boats, I become seasick easily.';
my_phrase[1] = 'Look at my cock. I think he has grown at least another inch for a night.';
my_phrase[2] = 'Do you know where to buy drugs on this boat?';
her_answer[0] = 'Most people don\'t feel sick on such a big liner. You must be overtired.';
her_answer[1] = 'Get out, you fucking pervert.';
her_answer[2] = 'Hey! I\'m not the drug dealer.';
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] = 'Can you give me some pills, Charley?';
my_phrase[1] = 'Could you give me a relaxing massage, please?';
my_phrase[2] = 'A good blowjob would make me feel better.';
her_answer[0] = 'It\'s not necessary. All you need is a good sleep. A little bit of alcohol will help you to relax.';
her_answer[1] = 'You better visit our SPA center.';
her_answer[2] = 'Get lost, you bastard!';
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] = 'May I ask you to keep me company.';
my_phrase[1] = 'I\'ve got some champagne. We could relax together right here.';
my_phrase[2] = 'Your boobs look very heavy. Can I hold them for you?';
her_answer[0] = 'Okay! But before you should answer the questions of Medical Quiz.';
her_answer[1] = 'I\'m so sorry, but I\'m working here.';
her_answer[2] = 'Hands off, you fucking 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(4);
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();
}
// unknown tag 253 length 375
frame 3 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
init_baloon = true;
quiz_baloon.text = '';
quiz_baloon.phrase = _root.quiz_answers[random(_root.quiz_answers.length)];
face = 2;
quiz_baloon.letters = 0;
quiz_baloon._visible = true;
quiz_baloon.yes_btn.onPress = function () {
gotoAndStop(4);
quiz_baloon._visible = false;
};
quiz_baloon.no_btn.onPress = function () {
gotoAndStop(1);
quiz_baloon._visible = false;
};
}
// unknown tag 253 length 6107
frame 4 {
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.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
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 of these is a must to wear if you\'re a doctor?';
my_answers[0] = 'Long, white coat';
my_answers[1] = 'Long, white skirt';
my_answers[2] = 'Long, white socks';
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 = 'Your patient complains of a runny nose and a cough. Which of these should you do first?';
my_answers[0] = 'Take the patient\'s temperature';
my_answers[1] = 'Stick a needle into the patient\'s arm';
my_answers[2] = 'Look in the patient\'s eyes';
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 = 'The patient has a sore throat. Which of these instruments would be useful when looking at this patient\'s throat?';
my_answers[0] = 'Tongue depressor';
my_answers[1] = 'Thermometer';
my_answers[2] = 'Tongue depressor';
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 = 'Most doctors wear this around their necks. It is an instrument that looks like the letter y. Doctors use it to listen to your heart. What is this instrument?';
my_answers[0] = 'Stethoscope';
my_answers[1] = 'Stretcher';
my_answers[2] = 'Blood pressure cuff';
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 these is the healthiest lunch?';
my_answers[0] = 'Turkey and lettuce sandwich on wheat bread, water, and a banana';
my_answers[1] = 'French fries, pizza, apple, and cookie';
my_answers[2] = 'Hot dog, cola, and ice cream';
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 = 'The patient needs medicine to feel better. There are so many types of medicines out there! Which of these is NOT a type of medicine?';
my_answers[0] = 'Candy';
my_answers[1] = 'Pills';
my_answers[2] = 'Tablets';
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 = 'Doctors take a lot of tests! Some of these may hurt a bit, but they help doctors find out what\'s wrong with you. Which of these is NOT a test a doctor usually takes?';
my_answers[0] = 'Hair sample test';
my_answers[1] = 'Blood test';
my_answers[2] = 'X-ray';
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 first psychotropic drug?';
my_answers[0] = 'Lithium';
my_answers[1] = 'Temazepam';
my_answers[2] = 'Imipramine';
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 made the first stethoscope?';
my_answers[0] = 'Wood';
my_answers[1] = 'Gold';
my_answers[2] = 'Rubber';
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 disease is thought to have caused the most harm to the most people?';
my_answers[0] = 'Malaria';
my_answers[1] = 'Bubonic plague';
my_answers[2] = 'AIDS';
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 = false;
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];
}
};
}
// unknown tag 253 length 386
frame 5 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(2);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
face = 2;
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;
};
}
}
movieClip 569 {
}
movieClip 571 {
}
movieClip 576 {
}
movieClip 578 {
}
movieClip 579 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (this._visible == false) {
return undefined;
}
if (_root.maid_talk == false) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
};
}
}
movieClip 581 {
}
movieClip 583 {
}
movieClip 584 {
// unknown tag 253 length 229
frame 1 {
function onRov() {
shadow._visible = true;
}
function onRot() {
shadow._visible = false;
}
function onRelout() {
shadow._visible = false;
}
stop();
shadow._visible = false;
if (_parent._currentframe == 1) {
this.onRollOver = onRov;
this.onRollOut = onRot;
this.onReleaseOutside = onRelout;
} else {
this.onRollOver = null;
this.onRollOut = null;
this.onReleaseOutside = null;
}
}
}
movieClip 586 {
}
movieClip 587 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 589 {
}
movieClip 590 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 591 maid {
frame 1 {
function Win() {
if (_root.maid_complete == false) {
_root.need_calendar = true;
}
_root.gotoScreen('maid_fuck');
return undefined;
}
}
// unknown tag 253 length 460
frame 1 {
stop();
init_baloon = undefined;
girl.onRollOver = girl.onRov;
girl.onRollOut = girl.onRot;
girl.onReleaseOutside = girl.onRelout;
girl.useHandCursor = true;
girl.gotoAndStop(1);
face = 1;
arrow_left.onPress = function () {
_root.gotoScreen('pool');
};
arrow_right.onPress = function () {
_root.gotoScreen('sun_deck');
};
_root.screen.cal_btn._visible = true;
_root.screen.map_btn._visible = true;
if (_root.need_calendar == true) {
_root.screen.calendar._show(4);
_root.screen.new_photo_screen._visible = true;
_root.need_calendar = false;
}
girl.onPress = function () {
if (_root.maid_complete == true) {
gotoAndStop(5);
return undefined;
}
if (_root.maid_talk == false) {
gotoAndStop(2);
return undefined;
}
gotoAndStop(3);
return undefined;
};
}
// unknown tag 253 length 2422
frame 2 {
_root.maid_talk = true;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
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 = 'Hi, baby! My name is Nick.';
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = true;
her_phrase_baloon_baloon.text = '';
her_phrase_baloon.phrase = 'Nice to meet you, Nick. I\'m Courtney.';
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] = 'Thank you very much, Courtney. My room looks brilliant after the cleaning.';
my_phrase[1] = 'Do you like porn? Wanna look at my DVD collection?';
my_phrase[2] = 'May I help you with something?';
her_answer[0] = 'Don\'t mention it, not at all.';
her_answer[1] = 'Back off, you pervert.';
her_answer[2] = 'No, but thank you for offering.';
babe_faces[0] = 2;
babe_faces[1] = 3;
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] = 'Let\'s go to my stateroom, Courtney. I\'ll give you a few practice advices in roomkeeping.';
my_phrase[1] = 'I\'m gonna have sex with you tonight.';
my_phrase[2] = 'You\'re so beautiful you make me wish I was straight.';
her_answer[0] = 'You\'re a man, what can you know about it?';
her_answer[1] = 'Don\'t forget to ask me before?';
her_answer[2] = 'What!? Are you gay?';
babe_faces[0] = 5;
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 know about roomkeeping more then most housewives. Try me if you want.';
my_phrase[1] = 'I\'m just kidding. I know nothing about roomkeeping.';
my_phrase[2] = 'Damn! Let\'s bypass all the bullshit and just get naked.';
her_answer[0] = 'Well, okay. I hope you are not afraid of a little quiz?';
her_answer[1] = 'That was a stupid pickup line.';
her_answer[2] = 'What!?';
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(4);
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();
}
// unknown tag 253 length 375
frame 3 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
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(4);
quiz_baloon._visible = false;
};
quiz_baloon.no_btn.onPress = function () {
gotoAndStop(1);
quiz_baloon._visible = false;
};
}
// unknown tag 253 length 6107
frame 4 {
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.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
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 = 'To stay on top of your housework, when should you shake or vacuum area rugs?';
my_answers[0] = 'Once a week';
my_answers[1] = 'Every 6 weeks';
my_answers[2] = 'Twice a year';
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 = 'If you use your time wisely, which chores can you finish in 30 minutes?';
my_answers[0] = 'Sweeping the kitchen floor and wiping the cooktop';
my_answers[1] = 'Watching soap operas and eating bonbons';
my_answers[2] = 'Vacuuming the living area floors and dusting major furniture';
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 often should you clean baseboards, dust miniblinds, and vacuum curtains?';
my_answers[0] = 'Monthly';
my_answers[1] = 'Weekly';
my_answers[2] = 'Once in a blue moon';
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\'s another use for liquid hand dishwashing detergent -- besides washing dishes?';
my_answers[0] = 'Dissolved in warm water, creates a good, all purpose household cleaner';
my_answers[1] = 'Functions as a low-cost alternative to silver polish';
my_answers[2] = 'Makes a terrific soak for rough cuticles - just add lemon 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 = 'When mapping a cleaning route for your entire home, in which direction should you work?';
my_answers[0] = 'Start in the top of your home and work inward and downward';
my_answers[1] = 'Begin in the basement and work your way up and out';
my_answers[2] = 'First do the kitchen, then proceed clockwise, from room to room';
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 should you check when the time switches to daylight savings time?';
my_answers[0] = 'The batteries in smoke and carbon monoxide detectors';
my_answers[1] = 'Your gutters and drainpipes';
my_answers[2] = 'The list you made for Santa';
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 = 'Why should you avoid using too much wax on flooring?';
my_answers[0] = 'Excess wax attracts dirt instead of repelling it';
my_answers[1] = 'You can\'t slide on the floor in your socks -- you\'ll get stuck';
my_answers[2] = 'The wax will stick to your shoes and you\'ll track it all over the house';
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\'s the best way to remove gum from the carpet?';
my_answers[0] = 'Place a bag of ice cubes over it and chip away with a spoon';
my_answers[1] = 'Get down on your hands and knees and chew';
my_answers[2] = 'Warm it up with a heating pad and scrape';
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 do you care for laminate tiles?';
my_answers[0] = 'Damp mop with a mild detergent';
my_answers[1] = 'Wax and buff';
my_answers[2] = 'Vacuum and mop with a strong bleach solution';
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 do you remove crayon marks from painted walls and wood?';
my_answers[0] = 'Spray the mark with a lubricant and wipe with a soft cloth';
my_answers[1] = 'Scrape them off with a dull knife or metal spoon';
my_answers[2] = 'Create a distraction -- add other colors and make a mural';
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 = false;
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];
}
};
}
// unknown tag 253 length 386
frame 5 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(2);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
face = 2;
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;
};
}
}
movieClip 598 {
}
movieClip 600 {
}
movieClip 602 {
}
movieClip 606 {
}
movieClip 608 {
}
movieClip 609 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (this._visible == false) {
return undefined;
}
if (_root.golf_talk == false) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
};
}
}
movieClip 611 {
}
movieClip 613 {
}
movieClip 615 {
}
movieClip 617 {
}
movieClip 618 {
// unknown tag 253 length 229
frame 1 {
function onRov() {
shadow._visible = true;
}
function onRot() {
shadow._visible = false;
}
function onRelout() {
shadow._visible = false;
}
stop();
shadow._visible = false;
if (_parent._currentframe == 1) {
this.onRollOver = onRov;
this.onRollOut = onRot;
this.onReleaseOutside = onRelout;
} else {
this.onRollOver = null;
this.onRollOut = null;
this.onReleaseOutside = null;
}
}
}
movieClip 622 {
}
movieClip 624 {
}
movieClip 626 {
}
movieClip 630 {
}
movieClip 632 {
}
movieClip 633 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (this._visible == false) {
return undefined;
}
if (_root.golf_talk == false) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
};
}
}
movieClip 635 {
}
movieClip 637 {
}
movieClip 639 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 641 {
frame 1 {
this._visible = false;
}
frame 13 {
stop();
}
}
movieClip 643 {
}
movieClip 645 {
}
movieClip 647 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 649 {
frame 1 {
this._visible = false;
}
frame 2 {
gotoAndStop(5);
}
frame 12 {
stop();
}
}
movieClip 650 {
// unknown tag 253 length 229
frame 1 {
function onRov() {
shadow._visible = true;
}
function onRot() {
shadow._visible = false;
}
function onRelout() {
shadow._visible = false;
}
stop();
shadow._visible = false;
if (_parent._currentframe == 1) {
this.onRollOver = onRov;
this.onRollOut = onRot;
this.onReleaseOutside = onRelout;
} else {
this.onRollOver = null;
this.onRollOut = null;
this.onReleaseOutside = null;
}
}
}
movieClip 652 {
}
movieClip 653 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 654 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 657 {
// unknown tag 253 length 455
frame 1 {
if (_parent.my_phrase_baloon.phrase == undefined) {
phrase = '';
}
letters = 0;
if (_parent.my_phrase_baloon._visible == undefined) {
_visible = false;
}
next_btn._visible = false;
this.index_var._visible = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
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.quiz_baloon == undefined) {
next_btn.onPress = function () {
_visible = false;
_parent.her_phrase_baloon.letters = 0;
_parent.her_phrase_baloon._visible = true;
};
}
}
}
movieClip 661 {
// unknown tag 253 length 483
frame 1 {
if (_parent.her_phrase_baloon.phrase == undefined) {
phrase = '';
}
letters = 0;
if (_parent.her_phrase_baloon._visible == undefined) {
_visible = false;
}
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
this.gotoAndStop(random(2) + 1);
return undefined;
}
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;
};
}
stop();
}
frame 1 {
rnd = true;
}
frame 2 {
rnd = true;
}
}
movieClip 665 {
// unknown tag 253 length 480
frame 1 {
phrase1 = 'Hello, Nick! I\'m Stacy.';
phrase2 = 'And I\'m Jesse.';
text = '';
text2 = '';
letters = 0;
letters2 = 0;
if (_parent.init_baloon == undefined) {
_visible = false;
}
next_btn._visible = false;
result = false;
next_phrase = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
if (next_phrase == false) {
letters += 1.5;
if (letters > phrase1.length) {
letters = phrase1.length;
next_phrase = true;
}
text = phrase1.substr(0, int(letters));
return undefined;
}
if (next_phrase == true) {
letters2 += 1.5;
if (letters2 > phrase2.length) {
letters2 = phrase2.length;
next_btn._visible = true;
}
text2 = phrase2.substr(0, int(letters2));
return undefined;
}
};
onMouseDown = function () {
if (!_visible) {
return undefined;
}
};
}
}
movieClip 669 {
// unknown tag 253 length 485
frame 1 {
phrase1 = 'Our questions are simple.';
phrase2 = 'Answer them and you can fuck us. Are you ready?';
text = '';
text2 = '';
letters = 0;
letters2 = 0;
_visible = true;
yes_btn._visible = false;
no_btn._visible = false;
result = false;
next_phrase = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
if (next_phrase == false) {
letters += 1.5;
if (letters > phrase1.length) {
letters = phrase1.length;
next_phrase = true;
}
text = phrase1.substr(0, int(letters));
return undefined;
}
if (next_phrase == true) {
letters2 += 1.5;
if (letters2 > phrase2.length) {
letters2 = phrase2.length;
yes_btn._visible = true;
no_btn._visible = true;
}
text2 = phrase2.substr(0, int(letters2));
return undefined;
}
};
onMouseDown = function () {
if (!_visible) {
return undefined;
}
};
}
}
movieClip 672 {
// unknown tag 253 length 867
frame 1 {
if (first_run == undefined) {
first_run = 1;
letters = 0;
phrase = '';
next_btn._visible = false;
_visible = false;
ask_question = true;
result = false;
set_need_next_question = false;
}
onEnterFrame = function () {
if (!_visible) {
this.gotoAndStop(random(2) + 1);
return undefined;
}
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;
}
variable_1._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;
}
variable_1._visible = true;
} else {
i = 0;
while (i < _parent.answers_count) {
(eval('_parent.dialog_line' + i)).removeMovieClip();
++i;
}
variable_1.removeMovieClip();
_parent.need_next_question = true;
_parent.mood_bar.nextFrame();
}
}
};
stop();
}
}
movieClip 678 {
// unknown tag 253 length 485
frame 1 {
phrase1 = 'Nice to see you again';
phrase2 = 'Wanna fuck as?';
text = '';
text2 = '';
letters = 0;
letters2 = 0;
_visible = true;
yes_btn._visible = false;
no_btn._visible = false;
result = false;
next_phrase = false;
onEnterFrame = function () {
if (!_visible) {
return undefined;
}
if (next_phrase == false) {
letters += 1.5;
if (letters > phrase1.length) {
letters = phrase1.length;
next_phrase = true;
}
text = phrase1.substr(0, int(letters));
return undefined;
}
if (next_phrase == true) {
letters2 += 1.5;
if (letters2 > phrase2.length) {
letters2 = phrase2.length;
yes_btn._visible = true;
no_btn._visible = true;
}
text2 = phrase2.substr(0, int(letters2));
return undefined;
}
};
onMouseDown = function () {
if (!_visible) {
return undefined;
}
};
}
}
movieClip 679 golf {
frame 1 {
function Win() {
if (_root.golf_complete == false) {
_root.need_calendar = true;
}
_root.gotoScreen('golf_fuck');
return undefined;
}
}
// unknown tag 253 length 644
frame 1 {
stop();
init_baloon = undefined;
arrow_left.onPress = function () {
_root.gotoScreen('sun_deck');
};
arrow_right.onPress = function () {
_root.gotoScreen('captain');
};
girl.onRollOver = girl.onRov;
girl.onRollOut = girl.onRot;
girl.onReleaseOutside = girl.onRelout;
girl.useHandCursor = true;
girl.gotoAndStop(1);
girl2.onRollOver = girl2.onRov;
girl2.onRollOut = girl2.onRot;
girl2.onReleaseOutside = girl2.onRelout;
girl2.useHandCursor = true;
girl2.gotoAndStop(1);
face = 1;
_root.screen.cal_btn._visible = true;
_root.screen.map_btn._visible = true;
if (_root.need_calendar == true) {
_root.screen.new_photo_screen._visible = true;
_root.screen.calendar._show(5);
}
girl.onPress = function () {
if (_root.golf_complete == true) {
gotoAndStop(5);
return undefined;
}
if (_root.golf_talk == false) {
gotoAndStop(2);
return undefined;
}
gotoAndStop(3);
return undefined;
};
girl2.onPress = function () {
if (_root.golf_complete == true) {
gotoAndStop(5);
return undefined;
}
if (_root.golf_talk == false) {
gotoAndStop(2);
return undefined;
}
gotoAndStop(3);
return undefined;
};
}
// unknown tag 253 length 2787
frame 2 {
_root.golf_talk = true;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl2.gotoAndStop(1);
girl2.shadow._visible = false;
girl2.onPress = null;
girl2.useHandCursor = false;
girl2.onRollOver = null;
girl2.onRollOut = null;
girl2.onReleaseOutside = null;
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;
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 = 'Hi girls! My name is Nick.';
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = true;
my_phrase_baloon.next_btn.onPress = function () {
my_phrase_baloon._visible = false;
quiz_baloon._visible = true;
her_phrase_ballon._visible = false;
my_phrase_baloon.next_btn.onPress = function () {
_visible = false;
_parent.her_phrase_baloon.letters = 0;
_parent.her_phrase_baloon._visible = true;
};
};
quiz_baloon._visible = false;
quiz_baloon.next_btn.onPress = function () {
quiz_baloon._visible = false;
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = false;
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;
her_phrase_baloon.next_btn.onPress = function () {
_parent.her_phrase_baloon._visible = false;
_parent.my_phrase_baloon.letters = 0;
_parent.my_phrase_baloon._visible = true;
_parent.need_next_question == true;
};
};
my_phrase[0] = 'I\'m new here! Could you help me out with my gym program.';
my_phrase[1] = 'I\'m just curious. Are you lesbians?';
my_phrase[2] = 'Hey, girls. Are you sisters?';
her_answer[0] = 'Sure, it would be funny.';
her_answer[1] = 'Actually, we\'re bisexuals.';
her_answer[2] = 'No. And why did you think so?';
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] = 'What should I start with?';
my_phrase[1] = 'Don\'t you mind? I\'d love to workout naked.';
my_phrase[2] = 'Okay, how about one last smoking before we started.';
her_answer[0] = 'Not so fast, you need to warm up your muscles before a workout.';
her_answer[1] = 'What!?';
her_answer[2] = 'Hey, stop it! You can\'t smoking here.';
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] = 'You\'re talking about erotic massage, right?';
my_phrase[1] = 'Why don\'t you warm up my muscles with those beautiful birthing hips.';
my_phrase[2] = 'Damn, you smell. Let\'s take a shower together.';
her_answer[0] = 'That is not a bad idea, you pretty boy. But before we would like to play a fitness quiz.';
her_answer[1] = 'Don\'t even dream about it.';
her_answer[2] = 'What!?';
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);
girl2.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(4);
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();
}
// unknown tag 253 length 429
frame 3 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl2.gotoAndStop(1);
girl2.shadow._visible = false;
girl2.onPress = null;
girl2.useHandCursor = false;
girl2.onRollOver = null;
girl2.onRollOut = null;
girl2.onReleaseOutside = null;
init_baloon = true;
quiz_baloon.letters = 0;
quiz_baloon._visible = true;
face = 2;
quiz_baloon.yes_btn.onPress = function () {
gotoAndStop(4);
quiz_baloon._visible = false;
};
quiz_baloon.no_btn.onPress = function () {
gotoAndStop(1);
quiz_baloon._visible = false;
};
}
// unknown tag 253 length 6217
frame 4 {
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.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl2.shadow._visible = false;
girl2.onPress = null;
girl2.useHandCursor = false;
girl2.onRollOver = null;
girl2.onRollOut = null;
girl2.onReleaseOutside = null;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
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;
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;
face = 1;
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 nutritional breakdown is best for fat loss?';
my_answers[0] = 'Moderate protein, carbs, and fats';
my_answers[1] = 'No carbs, low fat, high protein';
my_answers[2] = 'Low fat, high carbs, and moderate protein';
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 exercise or activity is best for fat loss?';
my_answers[0] = 'Strength training';
my_answers[1] = 'Yoga';
my_answers[2] = 'Pilates';
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 foods should one avoid when trying to lose weight?';
my_answers[0] = 'Sugars';
my_answers[1] = 'Proteins';
my_answers[2] = 'Carbs';
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 = 'If your goal is to build muscle, how often should you strength train?';
my_answers[0] = '3-4 x per week';
my_answers[1] = 'Everyday';
my_answers[2] = '1-2 x per week';
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 did Yoga originated?';
my_answers[0] = 'India';
my_answers[1] = 'China';
my_answers[2] = 'California';
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 often should you practice yoga?';
my_answers[0] = 'Only when you want to meditate';
my_answers[1] = 'Every day';
my_answers[2] = 'Every week';
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 old yoga?';
my_answers[0] = '5000 Years Old';
my_answers[1] = '500 Years Old';
my_answers[2] = '20 Years Old';
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 muscle is the primary one targeted in a pull-up?';
my_answers[0] = 'Latissimus Dorsi';
my_answers[1] = 'Teres Major';
my_answers[2] = 'Oblique';
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 last name of the brothers who operate and run the world of professional bodybuilding?';
my_answers[0] = 'Weider';
my_answers[1] = 'Schwarzenegger';
my_answers[2] = 'Wheeler';
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 name of the most prestigious bodybuilding competition in the world?';
my_answers[0] = 'Mr. Olympia';
my_answers[1] = 'Mr. World';
my_answers[2] = 'World Bodybuilding Champioships';
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);
girl2.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 = false;
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];
}
};
}
// unknown tag 253 length 468
frame 5 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl2.gotoAndStop(1);
girl2.shadow._visible = false;
girl2.onPress = null;
girl2.useHandCursor = false;
girl2.onRollOver = null;
girl2.onRollOut = null;
girl2.onReleaseOutside = null;
init_baloon = true;
fuck_baloon.text = '';
fuck_baloon.phrase = 'You\'re so hot! Wanna fuck me again?';
face = 2;
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;
};
}
}
movieClip 686 {
}
movieClip 688 {
}
movieClip 690 {
}
movieClip 694 {
}
movieClip 696 {
}
movieClip 697 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (this._visible == false) {
return undefined;
}
if (_root.library_talk == false) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
};
}
}
movieClip 699 {
}
movieClip 701 {
}
movieClip 703 {
}
movieClip 705 {
}
movieClip 706 {
// unknown tag 253 length 229
frame 1 {
function onRov() {
shadow._visible = true;
}
function onRot() {
shadow._visible = false;
}
function onRelout() {
shadow._visible = false;
}
stop();
shadow._visible = false;
if (_parent._currentframe == 1) {
this.onRollOver = onRov;
this.onRollOut = onRot;
this.onReleaseOutside = onRelout;
} else {
this.onRollOver = null;
this.onRollOut = null;
this.onReleaseOutside = null;
}
}
}
movieClip 707 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 708 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 709 library {
frame 1 {
function Win() {
if (_root.library_complete == false) {
_root.need_calendar = true;
}
_root.gotoScreen('library_fuck');
return undefined;
}
}
// unknown tag 253 length 460
frame 1 {
stop();
init_baloon = undefined;
girl.onRollOver = girl.onRov;
girl.onRollOut = girl.onRot;
girl.onReleaseOutside = girl.onRelout;
girl.useHandCursor = true;
girl.gotoAndStop(1);
face = 1;
_root.screen.cal_btn._visible = true;
_root.screen.map_btn._visible = true;
arrow_left.onPress = function () {
_root.gotoScreen('medical');
};
arrow_right.onPress = function () {
_root.gotoScreen('pool');
};
if (_root.need_calendar == true) {
_root.screen.calendar._show(7);
_root.screen.new_photo_screen._visible = true;
_root.need_calendar = false;
}
girl.onPress = function () {
if (_root.library_complete == true) {
gotoAndStop(5);
return undefined;
}
if (_root.library_talk == false) {
gotoAndStop(2);
return undefined;
}
gotoAndStop(3);
return undefined;
};
}
// unknown tag 253 length 2422
frame 2 {
_root.library_talk = true;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
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, Miss. Let me introduce myself, my name is Nick.';
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = true;
her_phrase_baloon_baloon.text = '';
her_phrase_baloon.phrase = 'Oh...hello, I\'m Hannah. It\'s rare to see a fresh face in our library.';
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] = 'It\'s nice to meet you, Hannah. Do you have a fantasy section in your library?';
my_phrase[1] = 'Okay, Where is the porn section?';
my_phrase[2] = 'Why should we spend our youthful days? Let\'s get out of here.';
her_answer[0] = 'Sure, we have a large collection of fantasy books. Are you looking for something special?';
her_answer[1] = 'I\'m afarid that we have not such section.';
her_answer[2] = 'I don\'t think we will be interesting 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);
my_phrase[0] = 'I\'ll take The Hobbit, Of Tolkien.';
my_phrase[1] = 'I\'m just looking for some hot porn magazines.';
my_phrase[2] = 'Do you have books of Peter Keane?';
her_answer[0] = 'Good choice! That is one of my favorite books.';
her_answer[1] = 'We have not such things here.';
her_answer[2] = 'Hmmm, I\'ve never heard about that author.';
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] = 'You must be tired of sitting alone here. How about some fun?';
my_phrase[1] = 'You look like one of those girls who\'s crazy about BDSM games.';
my_phrase[2] = 'I\'ve got a pimple on my butt, wanna see it?';
her_answer[0] = 'The library is a very fun place to be. Let\'s play a quiz game!';
her_answer[1] = 'You\'re wrong. I never did such things.';
her_answer[2] = 'What!?';
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(4);
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();
}
// unknown tag 253 length 375
frame 3 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
init_baloon = true;
quiz_baloon.text = '';
face = 2;
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(4);
quiz_baloon._visible = false;
};
quiz_baloon.no_btn.onPress = function () {
gotoAndStop(1);
quiz_baloon._visible = false;
};
}
// unknown tag 253 length 6107
frame 4 {
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.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
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 story would you be reading if you came across characters such as Hobbits, elves, Gandalf The Wizard, and Gollum?';
my_answers[0] = 'The Lord Of The Rings';
my_answers[1] = 'The Wizard of Oz';
my_answers[2] = 'The Great Gatsby';
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 found himself in the strange land of Lilliput?';
my_answers[0] = 'Gulliver';
my_answers[1] = 'Robinson Crusoe';
my_answers[2] = 'Peter Pan';
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\'s the author of the most famous vampire book ever written?';
my_answers[0] = 'Bram Stoker';
my_answers[1] = 'Stephen King';
my_answers[2] = 'Mary Shelley';
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 author of the `Harry Potter` books?';
my_answers[0] = 'J K Rowling';
my_answers[1] = 'J M Verba';
my_answers[2] = 'Nancy Werlin';
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 books are in the Bible?';
my_answers[0] = '66';
my_answers[1] = '33';
my_answers[2] = '44';
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 = 'Bibliomania is an obsession with what?';
my_answers[0] = 'Books';
my_answers[1] = 'Bible';
my_answers[2] = 'Drugs';
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 first book in English to be printed in England?';
my_answers[0] = 'The Canterbury tales';
my_answers[1] = 'King Arthur';
my_answers[2] = 'Beowulf';
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 created Miss Marple?';
my_answers[0] = 'Agatha Christie ';
my_answers[1] = 'Douglas Adams';
my_answers[2] = 'Jeremy Smith';
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 decade did Guinness start to publish its book of Records annually?';
my_answers[0] = '1960s';
my_answers[1] = '1930s';
my_answers[2] = '1950s';
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 biggest library in the world?';
my_answers[0] = 'The Library of Congress';
my_answers[1] = 'Harvard University Library';
my_answers[2] = 'National Library of China';
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 = false;
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];
}
};
}
// unknown tag 253 length 386
frame 5 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(2);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
face = 2;
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;
};
}
}
movieClip 716 {
}
movieClip 718 {
}
movieClip 720 {
}
movieClip 724 {
}
movieClip 726 {
}
movieClip 727 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (this._visible == false) {
return undefined;
}
if (_root.casino_talk == false) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
};
}
}
movieClip 729 {
}
movieClip 731 {
}
movieClip 733 {
}
movieClip 735 {
}
movieClip 736 {
// unknown tag 253 length 229
frame 1 {
function onRov() {
shadow._visible = true;
}
function onRot() {
shadow._visible = false;
}
function onRelout() {
shadow._visible = false;
}
stop();
shadow._visible = false;
if (_parent._currentframe == 1) {
this.onRollOver = onRov;
this.onRollOut = onRot;
this.onReleaseOutside = onRelout;
} else {
this.onRollOver = null;
this.onRollOut = null;
this.onReleaseOutside = null;
}
}
}
movieClip 737 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 738 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 739 casino {
frame 1 {
function Win() {
if (_root.casino_complete == false) {
_root.need_calendar = true;
}
_root.gotoScreen('casino_fuck');
return undefined;
}
}
// unknown tag 253 length 460
frame 1 {
stop();
init_baloon = undefined;
girl.onRollOver = girl.onRov;
girl.onRollOut = girl.onRot;
girl.onReleaseOutside = girl.onRelout;
girl.useHandCursor = true;
girl.gotoAndStop(1);
face = 1;
arrow_left.onPress = function () {
_root.gotoScreen('atrium');
};
arrow_right.onPress = function () {
_root.gotoScreen('bar');
};
_root.screen.cal_btn._visible = true;
_root.screen.map_btn._visible = true;
if (_root.need_calendar == true) {
_root.screen.calendar._show(8);
_root.screen.new_photo_screen._visible = true;
_root.need_calendar = false;
}
girl.onPress = function () {
if (_root.casino_complete == true) {
gotoAndStop(5);
return undefined;
}
if (_root.casino_talk == false) {
gotoAndStop(2);
return undefined;
}
gotoAndStop(3);
return undefined;
};
}
// unknown tag 253 length 2046
frame 2 {
_root.casino_talk = true;
need_next_question = false;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
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 = 'It seems today is my lucky day. I\'m Nick.';
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = true;
her_phrase_baloon_baloon.text = '';
her_phrase_baloon.phrase = 'Nice to meet you, Nick. I\'m Annie.';
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 feel like Richard Gere, I\'m standing next to you, the Pretty Woman.';
my_phrase[1] = 'I think your casino is cheating.';
my_phrase[2] = 'I\'ll give you half if you help me to win the jackpot.';
her_answer[0] = 'Oh thanks. You\'re so sweet.';
her_answer[1] = 'It can\'t be true.';
her_answer[2] = 'I couldn\'t help you even if I wanted to.';
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] = 'I know you have a lot of work. But How about a date tonight?';
my_phrase[1] = 'I\'m just looking for a friend with benefits.';
my_phrase[2] = 'You have a beautiful voice. I bet it would sound even better muffled by my penis.';
her_answer[0] = 'Let\'s make a deal. I\'ll date you if you answer the questions of gambling quiz.';
her_answer[1] = 'What do you mean, Nick?';
her_answer[2] = 'Stay away, pervert!';
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);
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(4);
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();
}
// unknown tag 253 length 375
frame 3 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
init_baloon = true;
quiz_baloon.text = '';
quiz_baloon.phrase = _root.quiz_answers[random(_root.quiz_answers.length)];
quiz_baloon.letters = 0;
quiz_baloon._visible = true;
face = 2;
quiz_baloon.yes_btn.onPress = function () {
gotoAndStop(4);
quiz_baloon._visible = false;
};
quiz_baloon.no_btn.onPress = function () {
gotoAndStop(1);
quiz_baloon._visible = false;
};
}
// unknown tag 253 length 6107
frame 4 {
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.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
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 difference between an American roulette wheel and a European roulette wheel?';
my_answers[0] = 'An American wheel has a double zero';
my_answers[1] = 'No difference';
my_answers[2] = 'The wheels spin in the opposite direction';
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 betting positions are there on a Baccarat table?';
my_answers[0] = 'Fourteen';
my_answers[1] = 'Seven';
my_answers[2] = 'Nine';
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 a dead man\'s hand?';
my_answers[0] = 'Aces and eights';
my_answers[1] = 'Ace high with no pair';
my_answers[2] = 'Royal flush in spades';
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 ways are there to make a royal flush in five card stud?';
my_answers[0] = 'Four';
my_answers[1] = 'One';
my_answers[2] = 'Two';
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 only mathematically beatable game in a casino?';
my_answers[0] = 'Blackjack';
my_answers[1] = 'Roulette';
my_answers[2] = 'Craps';
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 largest casino in the world?';
my_answers[0] = 'Connecticut';
my_answers[1] = 'The U.S. Virgin Islands';
my_answers[2] = 'Nevada';
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 = 'Roulette is sometimes called \'The Devil\'s Game\', but do you know why?';
my_answers[0] = 'The numbers on the wheel add up to 666';
my_answers[1] = 'Red and black are considered evil colors';
my_answers[2] = 'Gambling is considered evil, and roulette is the first casino game invented';
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 = 'You have \'Pocket Snowmen\'. What on earth does this mean?';
my_answers[0] = 'You have been dealt a Pair of Eights';
my_answers[1] = 'Your two cards are either Jacks or Kings';
my_answers[2] = 'You are running hot and need to slow down';
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 people run a craps table?';
my_answers[0] = 'Four';
my_answers[1] = 'Three';
my_answers[2] = 'Two';
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 does one number straight up in \'Roulette\' pay?';
my_answers[0] = '35 to 1';
my_answers[1] = '36 to 1';
my_answers[2] = '30 to 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);
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 = false;
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];
}
};
}
// unknown tag 253 length 386
frame 5 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(2);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
face = 2;
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;
};
}
}
movieClip 746 {
}
movieClip 748 {
}
movieClip 750 {
}
movieClip 754 {
}
movieClip 756 {
}
movieClip 757 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (this._visible == false) {
return undefined;
}
if (_root.atrium_talk == false) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
};
}
}
movieClip 759 {
}
movieClip 761 {
}
movieClip 763 {
}
movieClip 765 {
}
movieClip 766 {
// unknown tag 253 length 229
frame 1 {
function onRov() {
shadow._visible = true;
}
function onRot() {
shadow._visible = false;
}
function onRelout() {
shadow._visible = false;
}
stop();
shadow._visible = false;
if (_parent._currentframe == 1) {
this.onRollOver = onRov;
this.onRollOut = onRot;
this.onReleaseOutside = onRelout;
} else {
this.onRollOver = null;
this.onRollOut = null;
this.onReleaseOutside = null;
}
}
}
movieClip 768 {
}
movieClip 769 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 771 {
}
movieClip 772 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 773 atrium {
frame 1 {
function Win() {
if (_root.atrium_complete == false) {
_root.need_calendar = true;
}
_root.gotoScreen('atrium_fuck');
return undefined;
}
}
// unknown tag 253 length 460
frame 1 {
stop();
init_baloon = undefined;
girl.onRollOver = girl.onRov;
girl.onRollOut = girl.onRot;
girl.onReleaseOutside = girl.onRelout;
girl.useHandCursor = true;
girl.gotoAndStop(1);
face = 1;
arrow_left.onPress = function () {
_root.gotoScreen('captain');
};
arrow_right.onPress = function () {
_root.gotoScreen('casino');
};
_root.screen.cal_btn._visible = true;
_root.screen.map_btn._visible = true;
if (_root.need_calendar == true) {
_root.screen.calendar._show(9);
_root.screen.new_photo_screen._visible = true;
_root.need_calendar = false;
}
girl.onPress = function () {
if (_root.atrium_complete == true) {
gotoAndStop(5);
return undefined;
}
if (_root.atrium_talk == false) {
gotoAndStop(2);
return undefined;
}
gotoAndStop(3);
return undefined;
};
}
// unknown tag 253 length 2422
frame 2 {
_root.atrium_talk = true;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
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! You look just amazing, miss! May I ask for your name?';
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = true;
her_phrase_baloon_baloon.text = '';
her_phrase_baloon.phrase = 'I\'m Vanessa. And wath about 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] = 'My name is Nick Sanders. I am a beginner film director.';
my_phrase[1] = 'Nice tits. Mind if I feel them?';
my_phrase[2] = 'I can\'t really remember, but I saw you in some cheap porn movie.';
her_answer[0] = 'That\'s interesting. What kind of movies are you shooting?';
her_answer[1] = 'Hands off, you little bastard.';
her_answer[2] = 'Back off, idiot! It was not 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] = 'Well, I currently plan to film a movie about Marilyn Monroe.';
my_phrase[1] = 'I\'m a very talented guy, but usually I\'m shooting home porn.';
my_phrase[2] = 'I film documentaries For Animal Planet.';
her_answer[0] = 'It seems I fit perfectly for that role.';
her_answer[1] = 'Okay, I see... It was nice to meet, Nick.';
her_answer[2] = 'Okay, I see... It was nice to meet, Nick.';
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] = 'Well, may be you right. Let\'s go to my room and talk the details.';
my_phrase[1] = 'What are you ready to do to get this role?';
my_phrase[2] = 'Are you kidding me? Bimbo with such huge boobs you should film in porn.';
her_answer[0] = 'As you wish, Mr. Sanders. But before, Can we play a little cinema quiz?';
her_answer[1] = 'I\'m ready for everything.';
her_answer[2] = 'Damn, you fucking bastard.';
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);
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(4);
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();
}
// unknown tag 253 length 375
frame 3 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
init_baloon = true;
quiz_baloon.text = '';
quiz_baloon.phrase = _root.quiz_answers[random(_root.quiz_answers.length)];
quiz_baloon.letters = 0;
quiz_baloon._visible = true;
face = 2;
quiz_baloon.yes_btn.onPress = function () {
gotoAndStop(4);
quiz_baloon._visible = false;
};
quiz_baloon.no_btn.onPress = function () {
gotoAndStop(1);
quiz_baloon._visible = false;
};
}
// unknown tag 253 length 6107
frame 4 {
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.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
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 = 'In which movie did Marilyn Monroe make the song with these lyrics popular? \'I wanna be loved by you...just you and nobody else but you\'.';
my_answers[0] = 'Some Like It Hot';
my_answers[1] = 'High Society';
my_answers[2] = 'The President\'s Birthday';
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 director of the film \'Gangs of New York\' released in 2002?';
my_answers[0] = 'Martin Scorsese';
my_answers[1] = 'Robert De Niro';
my_answers[2] = 'George Lucas';
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 name of Mr. T\'s character in \'Rocky III\'?';
my_answers[0] = 'Clubber Lang';
my_answers[1] = 'Apollo Creed';
my_answers[2] = 'Thuderlips';
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 the name of the movie that is about a retired car thief that has to come out of retirement to steal 50 cars or his brother will be killed.';
my_answers[0] = 'Gone in 60 Seconds';
my_answers[1] = 'Car Jacked';
my_answers[2] = 'Fast and the Furious';
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 won an Oscar for ‘Forrest Gump’ and ‘Philadelphia’?';
my_answers[0] = 'Tom Hanks';
my_answers[1] = 'Woody Allen';
my_answers[2] = 'Bruce Willis';
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 = 'Eddie Murphy moves from Africa to which city in the film \'Coming To America\'?';
my_answers[0] = 'New York City';
my_answers[1] = 'Las Vegas';
my_answers[2] = 'Dallas';
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 film does Jim Carrey have God-like powers?';
my_answers[0] = 'Bruce Almighty';
my_answers[1] = 'The Cable Guy';
my_answers[2] = 'Liar Liar';
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 meaning of 007 ?';
my_answers[0] = 'James Bond is allowed to kill';
my_answers[1] = 'James Bond can act in all the international territories';
my_answers[2] = 'James Bond is a British spy';
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 only cartoon from the Disney studios which knows a tragic end?';
my_answers[0] = 'Pocahontas';
my_answers[1] = 'Bambi';
my_answers[2] = 'Dumbo';
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 The Lord Of The Rings, who plays Legolas\'s character?';
my_answers[0] = 'Orlando Bloom';
my_answers[1] = 'George Clooney';
my_answers[2] = 'Brad Pitt';
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 = false;
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];
}
};
}
// unknown tag 253 length 386
frame 5 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(2);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
face = 2;
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;
};
}
}
movieClip 780 {
}
movieClip 782 {
}
movieClip 784 {
}
movieClip 790 {
}
movieClip 792 {
}
movieClip 793 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (this._visible == false) {
return undefined;
}
if (_root.sun_deck_talk == false) {
gotoAndStop(1);
} else {
gotoAndStop(2);
}
};
}
}
movieClip 795 {
}
movieClip 797 {
}
movieClip 799 {
}
movieClip 801 {
}
movieClip 802 {
// unknown tag 253 length 229
frame 1 {
function onRov() {
shadow._visible = true;
}
function onRot() {
shadow._visible = false;
}
function onRelout() {
shadow._visible = false;
}
stop();
shadow._visible = false;
if (_parent._currentframe == 1) {
this.onRollOver = onRov;
this.onRollOut = onRot;
this.onReleaseOutside = onRelout;
} else {
this.onRollOver = null;
this.onRollOut = null;
this.onReleaseOutside = null;
}
}
}
movieClip 804 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 805 {
// unknown tag 253 length 125
frame 1 {
moving = false;
this.onRollOver = function () {
if (_currentframe == 1) {
gotoAndPlay(2);
}
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
frame 26 {
gotoAndPlay(2);
}
}
movieClip 806 sun_deck {
frame 1 {
function Win() {
if (_root.sun_deck_complete == false) {
_root.need_calendar = true;
}
_root.gotoScreen('sun_deck_fuck');
return undefined;
}
}
// unknown tag 253 length 460
frame 1 {
stop();
init_baloon = undefined;
girl.onRollOver = girl.onRov;
girl.onRollOut = girl.onRot;
girl.onReleaseOutside = girl.onRelout;
girl.useHandCursor = true;
girl.gotoAndStop(1);
face = 1;
arrow_left.onPress = function () {
_root.gotoScreen('maid');
};
arrow_right.onPress = function () {
_root.gotoScreen('golf');
};
_root.screen.cal_btn._visible = true;
_root.screen.map_btn._visible = true;
if (_root.need_calendar == true) {
_root.screen.calendar._show(10);
_root.screen.new_photo_screen._visible = true;
_root.need_calendar = false;
}
girl.onPress = function () {
if (_root.sun_deck_complete == true) {
gotoAndStop(5);
return undefined;
}
if (_root.sun_deck_talk == false) {
gotoAndStop(2);
return undefined;
}
gotoAndStop(3);
return undefined;
};
}
// unknown tag 253 length 2445
frame 2 {
_root.sun_deck_talk = true;
girl.gotoAndStop(1);
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
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! What a great painting.';
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = true;
her_phrase_baloon_baloon.text = '';
her_phrase_baloon.phrase = 'Do you really like it?';
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] = 'That\'s brilliant. What colors, what a composition! By the way, I\'m Nick.';
my_phrase[1] = 'Could you paint me naked?';
my_phrase[2] = 'It\'s a work of art that even Picasso would envy.';
her_answer[0] = 'Nice to meet you, I\'m Nikki.';
her_answer[1] = 'What!?';
her_answer[2] = 'Oh, come on!';
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 know some people in the Springfield\'s Gallery of Art. I think I could organize your exposition.';
my_phrase[1] = 'I\'m an artist as well. But I\'m drawing in anime style.';
my_phrase[2] = 'Can you help me to organize a great porn performance on this liner?';
her_answer[0] = 'Ohh, thanks. It would be great!';
her_answer[1] = 'Ohh, really?';
her_answer[2] = 'Are you serious?';
babe_faces[0] = 2;
babe_faces[1] = 2;
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] = 'Come to my room any time. We\'ll talk organization details.';
my_phrase[1] = 'Don\'t mention it, not at all. Just let\'s make love.';
my_phrase[2] = 'I\'m a photographer. What do you say about a naked photo session?';
her_answer[0] = 'Thank you, Nick! Now it\'s time for an art quiz.';
her_answer[1] = 'What!?';
her_answer[2] = 'Sorry, but it\'s not for 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(4);
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();
}
// unknown tag 253 length 398
frame 3 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(1);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.gotoAndStop(1);
init_baloon = true;
quiz_baloon.text = '';
quiz_baloon.phrase = _root.quiz_answers[random(_root.quiz_answers.length)];
quiz_baloon.letters = 0;
quiz_baloon._visible = true;
face = 2;
quiz_baloon.yes_btn.onPress = function () {
gotoAndStop(4);
quiz_baloon._visible = false;
};
quiz_baloon.no_btn.onPress = function () {
gotoAndStop(1);
quiz_baloon._visible = false;
};
}
// unknown tag 253 length 6130
frame 4 {
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.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.gotoAndStop(1);
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
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 = 'Who painted the \'Mona Lisa\'?';
my_answers[0] = 'Leonardo Da Vinci';
my_answers[1] = 'Michelangelo';
my_answers[2] = 'Raphael';
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 = 'With this technique, artists can create different values by making a pattern of dots. What is it?';
my_answers[0] = 'Stippling';
my_answers[1] = 'Hatching';
my_answers[2] = 'Crosshatching';
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 = 'This is a water-based, opaque paint that is similar to school-quality tempera, but is of higher quality. What is it?';
my_answers[0] = 'Gouache';
my_answers[1] = 'Watercolor';
my_answers[2] = 'Acrylic';
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 = 'This is a process in which an image is drawn with a waxy pencil or crayon directly on a plate, which can be made of zinc, stone, or aluminum.';
my_answers[0] = 'Lithography';
my_answers[1] = 'Etching';
my_answers[2] = 'Engraving';
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 oil painting, why shouldn\'t you dry your paintings in the dark?';
my_answers[0] = 'Because this may cause a thin film of oil to rise to the surface, yellowing it.';
my_answers[1] = 'Because paint needs sunlight to dry';
my_answers[2] = 'Because it\'ll stay wet and eventually go mouldy';
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 a primary color?';
my_answers[0] = 'A color that can\'t be made by mixing others together';
my_answers[1] = 'A color made by mixing three colors together';
my_answers[2] = 'Any color of the rainbow';
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 largest of these paper sizes?';
my_answers[0] = 'A1';
my_answers[1] = 'A2';
my_answers[2] = 'A4';
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 plein-air painting?';
my_answers[0] = 'Painting outdoors';
my_answers[1] = 'Painting clouds and sky';
my_answers[2] = 'Painting in a non-fussy style';
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 paintings did Van Gogh sell in his lifetime?';
my_answers[0] = 'One';
my_answers[1] = 'Fifty-four';
my_answers[2] = 'One hundred';
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 oldest of these works of art?';
my_answers[0] = 'Chauvet cave paintings';
my_answers[1] = 'Lascaux cave paintings';
my_answers[2] = 'Venus of Willendorf';
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 = false;
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];
}
};
}
// unknown tag 253 length 409
frame 5 {
stop();
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
girl.gotoAndStop(2);
girl.shadow._visible = false;
girl.onPress = null;
girl.useHandCursor = false;
girl.onRollOver = null;
girl.onRollOut = null;
girl.onReleaseOutside = null;
girl.gotoAndStop(1);
face = 2;
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;
};
}
}
movieClip 809 {
}
movieClip 815 {
}
movieClip 819 {
}
movieClip 821 {
}
movieClip 824 {
}
movieClip 828 {
}
movieClip 832 {
}
movieClip 834 {
}
movieClip 836 {
}
movieClip 839 {
}
movieClip 842 {
}
movieClip 843 {
frame 1 {
function SetMode(my_mode) {
switch (my_mode) {
return undefined;
case 0:
gotoAndStop(1);
return undefined;
case 1:
gotoAndPlay('a1');
return undefined;
case 2:
gotoAndPlay('a2');
}
return undefined;
}
stop();
}
frame 1 {
_mode = 0;
}
frame 2 {
_mode = 1;
}
frame 30 {
gotoAndPlay(3);
}
frame 31 {
_mode = 2;
}
frame 53 {
gotoAndPlay(32);
}
}
movieClip 846 {
}
movieClip 849 {
}
movieClip 852 {
}
movieClip 856 {
}
movieClip 859 {
}
movieClip 862 {
}
movieClip 866 {
}
movieClip 870 {
}
movieClip 871 {
frame 1 {
function On() {
gotoAndPlay(2);
}
function Off() {
gotoAndPlay(26);
}
}
frame 1 {
stop();
}
frame 25 {
stop();
}
frame 58 {
stop();
}
}
movieClip 872 {
}
movieClip 878 {
}
movieClip 883 {
}
movieClip 886 {
}
movieClip 890 {
}
movieClip 892 {
}
movieClip 897 {
}
movieClip 900 {
}
movieClip 903 {
}
movieClip 904 {
frame 1 {
stop();
}
}
movieClip 907 {
}
movieClip 909 {
}
movieClip 911 {
}
movieClip 913 {
}
movieClip 914 {
// unknown tag 253 length 1038
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;
if (_mode == undefined) {
_mode = 4;
}
if (_mode != 4) {
setmode(_mode);
} else {
gotoAndStop(4);
}
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 916 {
}
movieClip 918 {
}
movieClip 919 {
// unknown tag 253 length 1020
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 921 {
}
movieClip 923 {
}
movieClip 924 {
// unknown tag 253 length 1069
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 926 {
}
movieClip 927 {
// unknown tag 253 length 1012
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 929 {
}
movieClip 930 {
// unknown tag 253 length 965
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 935 {
}
movieClip 937 {
// unknown tag 253 length 149
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);
};
}
}
movieClip 941 {
// unknown tag 253 length 444
frame 1 {
action = true;
speed = 3;
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();
}
}
};
}
}
movieClip 942 {
}
movieClip 944 {
}
movieClip 946 {
}
movieClip 949 {
}
movieClip 951 {
}
movieClip 954 {
frame 1 {
this._visible = false;
}
}
movieClip 956 {
}
movieClip 960 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 962 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 964 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 966 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 968 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 969 captain_fuck {
// unknown tag 253 length 2182
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('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('b23');
break;
case '24':
gotoAndPlay('b23');
break;
case '30':
gotoAndPlay('b32');
break;
case '31':
gotoAndPlay('b32');
break;
case '32':
gotoAndPlay('b32');
break;
case '34':
gotoAndPlay('b34');
break;
case '40':
gotoAndPlay('b43');
break;
case '41':
gotoAndPlay('b43');
break;
case '42':
gotoAndPlay('b43');
break;
case '43':
gotoAndPlay('b43');
}
if (last_speed < current_speed) {
last_speed += 1;
}
if (last_speed > current_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);
btn1.setmode(1);
break;
case 1:
btn0.setmode(3);
btn1.setmode(1);
break;
case 2:
btn2.setmode(1);
break;
case 3:
btn3.setmode(1);
break;
case 4:
btn4.setmode(1);
break;
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;
}
}
_root.screen.cal_btn._visible = false;
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array('0', '30', '50', '70', '100');
var level_complete = false;
if (_root.captain_complete == true) {
level_complete = true;
}
next_btn._visible = level_complete;
cumshot_btn._visible = level_complete;
pleasure_meter._visible = !level_complete;
cumshot_btn.onPress = function () {
_root.captain_complete = true;
_root.gotoScreen('captain_cumshot');
};
next_btn.onPress = function () {
_root.captain_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('captain');
} else {
_root.gotoScreen('map');
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
checklevel();
boobs.onPress = function () {
arrow._visible = false;
switch (boobs._mode) {
case 0:
boobs.SetMode(1);
break;
case 1:
boobs.SetMode(2);
break;
case 2:
boobs.SetMode(0);
}
};
gotoAndPlay('a0');
}
frame 2 {
busy = true;
}
frame 15 {
if (current_speed != 1) {
check_speed();
} else {
gotoAndPlay('a1');
}
}
frame 16 {
busy = true;
}
frame 22 {
if (current_speed != 2) {
check_speed();
} else {
gotoAndPlay('a2');
}
}
frame 23 {
busy = true;
}
frame 30 {
if (current_speed != 3) {
check_speed();
} else {
gotoAndPlay('a3');
}
}
frame 31 {
busy = true;
}
frame 44 {
gotoAndPlay('a4');
}
frame 45 {
busy = false;
face.gotoAndStop(1);
checklevel();
}
frame 68 {
check_speed();
}
frame 69 {
busy = false;
face.gotoAndStop(2);
checklevel();
}
frame 92 {
check_speed();
}
frame 93 {
busy = false;
face.gotoAndStop(3);
checklevel();
}
frame 119 {
check_speed();
}
frame 120 {
busy = false;
face.gotoAndStop(4);
checklevel();
}
frame 142 {
check_speed();
}
frame 143 {
busy = false;
face.gotoAndStop(5);
checklevel();
}
frame 155 {
check_speed();
}
frame 156 {
busy = true;
}
frame 163 {
if (current_speed != 4) {
check_speed();
}
}
frame 164 {
busy = true;
}
frame 170 {
if (current_speed != 3) {
check_speed();
}
}
frame 171 {
busy = true;
}
frame 184 {
if (current_speed != 2) {
check_speed();
}
}
frame 185 {
busy = true;
}
frame 194 {
if (current_speed != 1) {
check_speed();
}
}
}
movieClip 984 {
frame 1 {
stop();
}
// unknown tag 253 length 145
frame 30 {
stop();
_parent._parent._parent.c1_complete = true;
_parent._parent._parent.c2._visible = !_parent._parent._parent.c2_complete;
_parent._parent._parent.c3._visible = !_parent._parent._parent.c3_complete;
}
}
movieClip 990 {
frame 1 {
stop();
}
// unknown tag 253 length 145
frame 25 {
stop();
_parent._parent._parent.c3_complete = true;
_parent._parent._parent.c2._visible = !_parent._parent._parent.c2_complete;
_parent._parent._parent.c1._visible = !_parent._parent._parent.c1_complete;
}
}
movieClip 996 {
frame 1 {
stop();
}
// unknown tag 253 length 145
frame 25 {
stop();
_parent._parent._parent.c2_complete = true;
_parent._parent._parent.c3._visible = !_parent._parent._parent.c3_complete;
_parent._parent._parent.c1._visible = !_parent._parent._parent.c1_complete;
}
}
movieClip 998 {
}
movieClip 999 {
}
movieClip 1003 {
}
movieClip 1005 {
}
movieClip 1006 {
// unknown tag 253 length 56
frame 1 {
s1._visible = false;
s2._visible = false;
s3._visible = false;
}
}
movieClip 1007 {
}
movieClip 1010 {
}
movieClip 1011 {
}
movieClip 1013 {
}
movieClip 1014 {
}
movieClip 1015 {
// unknown tag 253 length 90
frame 1 {
this.onRollOver = function () {
gotoAndStop(2);
};
this.onRollOut = function () {
gotoAndStop(1);
};
this.onReleaseOutside = function () {
gotoAndStop(1);
};
stop();
}
}
movieClip 1016 {
// unknown tag 253 length 143
frame 1 {
this.onRollOver = function () {
c1.gotoAndStop(2);
};
this.onRollOut = function () {
c1.gotoAndStop(1);
};
this.onReleaseOutside = function () {
c1.gotoAndStop(1);
};
}
}
movieClip 1018 {
}
movieClip 1019 {
}
movieClip 1023 {
}
movieClip 1034 captain_cumshot {
// unknown tag 253 length 496
frame 1 {
stop();
if (c1_complete == undefined) {
c1_complete = false;
c2_complete = false;
c3_complete = false;
next_btn._visible = false;
glow._visible = false;
}
this.onEnterFrame = function () {
if (c1_complete == true and c2_complete == true and c3_complete == true) {
next_btn._visible = true;
glow._visible = true;
} else {
next_btn._visible = false;
glow._visible = false;
}
};
next_btn.onPress = function () {
if (_root.fuck_scenes == false) {
_root.gotoScreen('captain');
} else {
_root.gotoScreen('map');
}
};
c1.onPress = function () {
c1._visible = false;
c2._visible = false;
c3._visible = false;
gotoAndPlay('c1');
};
c2.onPress = function () {
c1._visible = false;
c2._visible = false;
c3._visible = false;
gotoAndPlay('c2');
};
c3.onPress = function () {
c1._visible = false;
c2._visible = false;
c3._visible = false;
gotoAndPlay('c3');
};
}
frame 60 {
gotoAndStop(1);
}
// unknown tag 253 length 110
frame 60 {
girl.girl.s1._visible = true;
girl.girl.s1.gotoAndPlay(2);
girl.girl.c_eyes.gotoAndStop(1);
}
// unknown tag 253 length 75
frame 119 {
girl.girl.s3._visible = true;
girl.girl.s3.gotoAndPlay(2);
}
frame 130 {
gotoAndStop(1);
}
// unknown tag 253 length 75
frame 189 {
girl.girl.s2._visible = true;
girl.girl.s2.gotoAndPlay(2);
}
frame 200 {
gotoAndStop(1);
}
}
movieClip 1037 {
}
movieClip 1039 {
}
movieClip 1041 {
}
movieClip 1048 {
}
movieClip 1050 {
}
movieClip 1052 {
}
movieClip 1054 {
}
movieClip 1056 {
}
movieClip 1059 {
}
movieClip 1061 {
frame 1 {
stop();
}
frame 25 {
stop();
}
}
movieClip 1065 {
frame 1 {
stop();
}
frame 25 {
stop();
}
}
movieClip 1067 {
}
movieClip 1069 {
}
movieClip 1072 {
}
movieClip 1075 {
}
movieClip 1077 {
// unknown tag 253 length 42
frame 1 {
s1._visible = false;
s2._visible = false;
}
}
movieClip 1080 {
}
movieClip 1082 {
}
movieClip 1084 {
}
movieClip 1086 {
}
movieClip 1088 {
}
movieClip 1090 {
}
movieClip 1093 {
}
movieClip 1095 {
}
movieClip 1098 {
}
movieClip 1100 {
}
movieClip 1105 {
}
movieClip 1106 {
frame 1 {
stop();
}
frame 25 {
stop();
}
}
movieClip 1107 {
frame 1 {
s1._visible = false;
}
}
movieClip 1109 {
frame 1 {
s1._visible = false;
}
}
movieClip 1116 {
frame 1 {
stop();
}
frame 25 {
stop();
}
}
movieClip 1117 {
frame 1 {
s1._visible = false;
}
}
movieClip 1121 {
frame 1 {
stop();
}
frame 25 {
stop();
}
}
movieClip 1122 {
frame 1 {
s1._visible = false;
}
}
movieClip 1124 {
}
movieClip 1126 {
}
movieClip 1128 {
}
movieClip 1130 {
}
movieClip 1132 {
}
movieClip 1134 {
}
movieClip 1135 {
// unknown tag 253 length 1069
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 1136 {
// unknown tag 253 length 1069
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 1139 {
}
movieClip 1145 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 1147 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 1151 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 1179 {
// unknown tag 253 length 2566
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('b03');
break;
case '04':
gotoAndPlay('b03');
break;
case '06':
gotoAndPlay('cs');
break;
case '10':
gotoAndPlay('b23');
break;
case '12':
gotoAndPlay('a2');
break;
case '13':
gotoAndPlay('b23');
break;
case '14':
gotoAndPlay('b23');
break;
case '16':
gotoAndPlay('b23');
break;
case '20':
gotoAndPlay('b23');
break;
case '21':
gotoAndPlay('a1');
break;
case '23':
gotoAndPlay('b23');
break;
case '24':
gotoAndPlay('b23');
break;
case '26':
gotoAndPlay('b23');
break;
case '30':
gotoAndPlay('b32');
break;
case '31':
gotoAndPlay('b32');
break;
case '32':
gotoAndPlay('b32');
break;
case '34':
gotoAndPlay('a4');
break;
case '36':
gotoAndPlay('b32');
break;
case '40':
gotoAndPlay('b32');
break;
case '41':
gotoAndPlay('b32');
break;
case '42':
gotoAndPlay('b32');
break;
case '43':
gotoAndPlay('a3');
break;
case '46':
gotoAndPlay('b32');
}
if (last_speed < current_speed) {
last_speed += 1;
}
if (last_speed > current_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);
btn1.setmode(1);
break;
case 1:
btn0.setmode(3);
btn1.setmode(1);
break;
case 2:
btn2.setmode(1);
break;
case 3:
btn3.setmode(1);
break;
case 4:
btn4.setmode(1);
break;
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;
}
}
_root.screen.cal_btn._visible = false;
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array('0', '30', '50', '70', '100');
var level_complete = false;
if (_root.bar_complete == true) {
level_complete = true;
}
next2_btn._visible = false;
glow._visible = false;
next_btn._visible = level_complete;
cumshot_btn._visible = level_complete;
pleasure_meter._visible = !level_complete;
cumshot_btn.onPress = function () {
_root.bar_complete = true;
current_speed = 6;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
next_btn._visible = false;
cumshot_btn._visible = false;
cumshot_btn._x = 1000;
next_btn._x = 1000;
pleasure_meter._visible = false;
};
next_btn.onPress = function () {
_root.bar_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('bar');
} else {
_root.gotoScreen('map');
}
};
next2_btn.onPress = function () {
_root.bar_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('bar');
} else {
_root.gotoScreen('map');
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
checklevel();
boobs.onPress = function () {
arrow._visible = false;
switch (boobs._mode) {
case 0:
boobs.SetMode(1);
break;
case 1:
boobs.SetMode(2);
break;
case 2:
boobs.SetMode(0);
}
};
gotoAndPlay('a0');
}
frame 2 {
busy = true;
}
frame 17 {
switch (current_speed) {
case 1:
gotoAndPlay('a1');
break;
case 2:
gotoAndPlay('a2');
}
}
frame 26 {
busy = true;
}
// unknown tag 253 length 76
frame 39 {
if (current_speed == 3) {
last_speed = 3;
gotoAndPlay('a3');
} else {
last_speed = 4;
gotoAndPlay('a4');
}
}
// unknown tag 253 length 113
frame 50 {
if (next2_btn._visible == false) {
girl.gotoAndStop(1);
} else {
girl.gotoAndStop(4);
}
busy = false;
checklevel();
}
frame 75 {
check_speed();
}
frame 76 {
girl.gotoAndStop(2);
busy = false;
}
frame 105 {
check_speed();
}
frame 106 {
girl.gotoAndStop(3);
busy = false;
}
frame 120 {
check_speed();
}
frame 121 {
girl.gotoAndStop(2);
busy = false;
checklevel();
}
frame 146 {
check_speed();
}
frame 147 {
girl.gotoAndStop(3);
busy = false;
checklevel();
}
frame 161 {
check_speed();
}
frame 162 {
busy = true;
}
frame 175 {
switch (current_speed) {
case 0:
last_speed = 0;
gotoAndPlay('a0');
break;
case 3:
gotoAndPlay('b03');
break;
case 4:
gotoAndPlay('b03');
break;
case 6:
gotoAndPlay('cs');
}
}
frame 176 {
busy = true;
}
frame 187 {
switch (current_speed) {
case 0:
last_speed = 0;
gotoAndPlay('a0');
break;
case 1:
gotoAndPlay('b01');
break;
case 2:
gotoAndPlay('b01');
break;
case 6:
gotoAndPlay('cs');
}
}
frame 188 {
girl.gotoAndStop(4);
}
// unknown tag 253 length 63
frame 209 {
girl.s1._visible = true;
girl.s1.gotoAndPlay(2);
}
// unknown tag 253 length 63
frame 221 {
nipple.s1._visible = true;
nipple.s1.gotoAndPlay(2);
}
// unknown tag 253 length 161
frame 230 {
nipple2.s1._visible = true;
nipple2.s1.gotoAndPlay(2);
hand.s1._visible = true;
hand.s1.gotoAndPlay(2);
girl.s2._visible = true;
girl.s2.gotoAndPlay(2);
}
// unknown tag 253 length 79
frame 235 {
current_speed = 0;
last_speed = 0;
gotoAndPlay('a0');
next2_btn._visible = true;
glow._visible = true;
}
}
movieClip 1180 bar_fuck {
}
movieClip 1189 {
}
movieClip 1192 {
}
movieClip 1195 {
}
movieClip 1198 {
}
movieClip 1201 {
}
movieClip 1203 {
}
movieClip 1206 {
}
movieClip 1211 {
}
movieClip 1213 {
}
movieClip 1216 {
}
movieClip 1218 {
}
movieClip 1223 {
}
movieClip 1226 {
}
movieClip 1229 {
}
movieClip 1231 {
}
movieClip 1232 {
}
movieClip 1233 {
frame 1 {
stop();
}
}
movieClip 1236 {
}
movieClip 1239 {
}
movieClip 1243 {
}
movieClip 1246 {
}
movieClip 1249 {
}
movieClip 1251 {
}
movieClip 1255 {
}
movieClip 1259 {
}
movieClip 1262 {
}
movieClip 1263 {
frame 1 {
stop();
}
}
movieClip 1266 {
}
movieClip 1269 {
}
movieClip 1271 {
}
movieClip 1273 {
}
movieClip 1274 {
// unknown tag 253 length 1069
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 1275 {
// unknown tag 253 length 1069
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 1277 {
}
movieClip 1279 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 1280 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 1282 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 1283 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 1284 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 1286 {
}
movieClip 1287 {
// unknown tag 253 length 2523
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('a2');
break;
case '03':
gotoAndPlay('a3');
break;
case '04':
gotoAndPlay('a4');
break;
case '06':
gotoAndPlay('cs');
break;
case '10':
gotoAndPlay('a0');
break;
case '12':
gotoAndPlay('a2');
break;
case '13':
gotoAndPlay('a3');
break;
case '14':
gotoAndPlay('a4');
break;
case '16':
gotoAndPlay('cs');
break;
case '20':
gotoAndPlay('a0');
break;
case '21':
gotoAndPlay('a1');
break;
case '23':
gotoAndPlay('a3');
break;
case '24':
gotoAndPlay('a4');
break;
case '26':
gotoAndPlay('cs');
break;
case '30':
gotoAndPlay('a0');
break;
case '31':
gotoAndPlay('a1');
break;
case '32':
gotoAndPlay('a2');
break;
case '34':
gotoAndPlay('a4');
break;
case '36':
gotoAndPlay('cs');
break;
case '40':
gotoAndPlay('a0');
break;
case '41':
gotoAndPlay('a1');
break;
case '42':
gotoAndPlay('a2');
break;
case '43':
gotoAndPlay('a3');
break;
case '46':
gotoAndPlay('cs');
}
if (last_speed < current_speed) {
last_speed += 1;
}
if (last_speed > current_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);
break;
case 1:
btn0.setmode(3);
btn1.setmode(1);
break;
case 2:
btn2.setmode(1);
break;
case 3:
btn3.setmode(1);
break;
case 4:
btn4.setmode(1);
break;
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;
}
}
_root.screen.cal_btn._visible = false;
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array('10', '40', '60', '80', '100');
var level_complete = false;
if (_root.golf_complete == true) {
level_complete = true;
}
next2_btn._visible = false;
glow._visible = false;
next_btn._visible = level_complete;
cumshot_btn._visible = level_complete;
pleasure_meter._visible = !level_complete;
cumshot_btn.onPress = function () {
_root.golf_complete = true;
current_speed = 6;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
next_btn._visible = false;
cumshot_btn._visible = false;
cumshot_btn._x = 1000;
next_btn._x = 1000;
pleasure_meter._visible = false;
};
next_btn.onPress = function () {
_root.golf_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('golf');
} else {
_root.gotoScreen('map');
}
};
next2_btn.onPress = function () {
_root.golf_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('golf');
} else {
_root.gotoScreen('map');
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
checklevel();
boobs.onPress = function () {
arrow._visible = false;
switch (boobs._mode) {
case 0:
boobs.SetMode(1);
break;
case 1:
boobs.SetMode(2);
break;
case 2:
boobs.SetMode(0);
}
};
gotoAndPlay('a0');
}
// unknown tag 253 length 68
frame 2 {
g1.gotoAndStop(1);
g2.gotoAndStop(1);
busy = false;
}
frame 28 {
check_speed();
}
// unknown tag 253 length 68
frame 29 {
g1.gotoAndStop(2);
busy = false;
g2.gotoAndStop(1);
}
frame 50 {
check_speed();
}
// unknown tag 253 length 60
frame 51 {
g1.gotoAndStop(3);
g2.gotoAndStop(1);
}
frame 70 {
check_speed();
}
// unknown tag 253 length 60
frame 71 {
g1.gotoAndStop(3);
g2.gotoAndStop(2);
}
frame 90 {
check_speed();
}
// unknown tag 253 length 60
frame 91 {
g1.gotoAndStop(4);
g2.gotoAndStop(3);
}
frame 104 {
check_speed();
}
// unknown tag 253 length 42
frame 200 {
next2_btn._visible = true;
glow._visible = true;
}
frame 220 {
gotoAndPlay('cs1');
}
}
movieClip 1288 golf_fuck {
}
movieClip 1291 {
}
movieClip 1296 {
}
movieClip 1299 {
}
movieClip 1301 {
}
movieClip 1306 {
}
movieClip 1309 {
frame 1 {
stop();
}
frame 25 {
stop();
}
}
movieClip 1314 {
}
movieClip 1315 {
}
movieClip 1318 {
}
movieClip 1320 {
}
movieClip 1322 {
}
movieClip 1325 {
}
movieClip 1332 {
}
movieClip 1334 {
}
movieClip 1336 {
}
movieClip 1338 {
}
movieClip 1340 {
}
movieClip 1341 {
frame 1 {
stop();
}
}
movieClip 1343 {
}
movieClip 1345 {
}
movieClip 1348 {
}
movieClip 1350 {
}
movieClip 1354 {
}
movieClip 1356 {
}
movieClip 1357 {
frame 1 {
_parent.nipple2._visible = true;
gotoAndStop(1);
}
frame 2 {
_parent.nipple2._visible = false;
}
frame 30 {
gotoAndPlay('a0');
}
frame 31 {
_parent.nipple2._visible = false;
}
frame 49 {
gotoAndPlay('a1');
}
frame 50 {
_parent.nipple2._visible = false;
}
frame 69 {
gotoAndPlay('a2');
}
frame 70 {
_parent.nipple2._visible = false;
}
frame 84 {
gotoAndPlay('a3');
}
}
movieClip 1360 {
}
movieClip 1362 {
}
movieClip 1364 {
}
movieClip 1365 {
// unknown tag 253 length 91
frame 1 {
_parent.nipple1._visible = true;
_parent.pleasure_meter.action = false;
_parent.body.gotoAndStop(_parent._face);
stop();
}
// unknown tag 253 length 139
frame 2 {
_parent.nipple1._visible = false;
_parent.body.gotoAndStop(2);
if (_parent.current_speed == _parent.current_part) {
_parent.pleasure_meter.action = true;
} else {
_parent.pleasure_meter.action = false;
}
}
frame 30 {
gotoAndPlay('a0');
}
// unknown tag 253 length 139
frame 31 {
_parent.nipple1._visible = false;
_parent.body.gotoAndStop(4);
if (_parent.current_speed == _parent.current_part) {
_parent.pleasure_meter.action = true;
} else {
_parent.pleasure_meter.action = false;
}
}
frame 49 {
gotoAndPlay('a1');
}
// unknown tag 253 length 110
frame 50 {
_parent.nipple1._visible = false;
if (_parent.current_speed == _parent.current_part) {
_parent.pleasure_meter.action = true;
} else {
_parent.pleasure_meter.action = false;
}
}
frame 69 {
gotoAndPlay('a2');
}
// unknown tag 253 length 110
frame 70 {
_parent.nipple1._visible = false;
if (_parent.current_speed == _parent.current_part) {
_parent.pleasure_meter.action = true;
} else {
_parent.pleasure_meter.action = false;
}
}
frame 84 {
gotoAndPlay('a3');
}
}
movieClip 1369 {
frame 1 {
stop();
}
frame 25 {
stop();
}
}
movieClip 1370 {
}
movieClip 1374 {
frame 1 {
stop();
}
frame 25 {
stop();
}
}
movieClip 1376 {
frame 1 {
stop();
}
frame 25 {
stop();
}
}
movieClip 1377 {
}
movieClip 1379 {
}
movieClip 1382 {
}
movieClip 1385 {
}
movieClip 1389 {
}
movieClip 1391 {
}
movieClip 1394 {
}
movieClip 1396 {
}
movieClip 1401 {
// unknown tag 253 length 405
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();
}
}
};
}
}
movieClip 1407 {
// unknown tag 253 length 182
frame 2 {
if (_parent._parent.pleasure_meter.percent == 0 or _parent._parent.pleasure_meter.percent == 25 or _parent._parent.pleasure_meter.percent == 50 or _parent._parent.pleasure_meter.percent == 75) {
this.gotoAndPlay(3);
}
}
// unknown tag 253 length 186
frame 3 {
if (_parent._parent.pleasure_meter.percent != 0 and _parent._parent.pleasure_meter.percent != 25 and _parent._parent.pleasure_meter.percent != 50 and _parent._parent.pleasure_meter.percent != 75) {
this.gotoAndPlay(1);
}
}
frame 21 {
gotoAndPlay(3);
}
}
movieClip 1410 {
}
movieClip 1442 {
// unknown tag 253 length 2370
frame 1 {
function check_speed() {
if (last_speed == current_speed) {
gotoAndPlay('a' + current_speed);
} else {
if (current_speed == current_part) {
} 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 '06':
gotoAndPlay('b01');
break;
case '10':
gotoAndPlay('b10');
break;
case '12':
gotoAndPlay('b12');
break;
case '13':
gotoAndPlay('b12');
break;
case '16':
gotoAndPlay('b12');
break;
case '20':
gotoAndPlay('b21');
break;
case '21':
gotoAndPlay('b21');
break;
case '23':
gotoAndPlay('b23');
break;
case '26':
gotoAndPlay('b23');
break;
case '30':
gotoAndPlay('b32');
break;
case '31':
gotoAndPlay('b32');
break;
case '32':
gotoAndPlay('b32');
break;
case '36':
gotoAndPlay('cs');
}
if (last_speed < current_speed) {
last_speed += 1;
}
if (last_speed > current_speed) {
last_speed -= 1;
}
}
}
function change_speed(new_speed) {
if (busy == false) {
busy = true;
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 -1:
btn0.setmode(3);
break;
case 0:
btn0.setmode(3);
btn1.setmode(4);
break;
case 1:
btn0.setmode(3);
btn1.setmode(1);
break;
case 2:
btn2.setmode(1);
break;
case 3:
btn3.setmode(1);
break;
case 4:
btn4.setmode(1);
break;
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;
help_box._visible = false;
}
}
_root.screen.cal_btn._visible = false;
var busy = false;
var current_part = -1;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array('0', '25', '50', '75', '100');
var level_complete = false;
var _face = 1;
xboob1._visible = false;
xboob2._visible = false;
nipple1.s1._visible = false;
nipple1.s2._visible = false;
nipple2.s1._visible = false;
nipple2.s2._visible = false;
body.s1._visible = false;
if (_root.maid_complete == true) {
level_complete = true;
}
next2_btn._visible = false;
glow._visible = false;
next_btn._visible = level_complete;
cumshot_btn._visible = level_complete;
pleasure_meter._visible = !level_complete;
cumshot_btn.onPress = function () {
help_box._visible = false;
_root.maid_complete = true;
current_speed = 6;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
next_btn._visible = false;
cumshot_btn._visible = false;
cumshot_btn._x = 1000;
next_btn._x = 1000;
pleasure_meter._visible = false;
boob1.onPress = null;
boob2.onPress = null;
};
next_btn.onPress = function () {
_root.maid_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('maid');
} else {
_root.gotoScreen('map');
}
};
next2_btn.onPress = function () {
_root.maid_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('maid');
} else {
_root.gotoScreen('map');
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
checklevel();
gotoAndPlay('a0');
}
// unknown tag 253 length 898
frame 2 {
busy = false;
_face = 1;
if (xboob1._currentframe == 1) {
body.gotoAndStop(_face);
}
boob1.onPress = function () {
if (busy == true) {
return undefined;
}
if (xboob1._visible == false) {
boob1._visible = false;
xboob1._visible = true;
xboob1.gotoAndPlay('a0');
boob2._visible = false;
xboob2._visible = true;
xboob2.gotoAndPlay('a0');
}
};
boob1.onRelease = function () {
boob1._visible = true;
xboob1._visible = false;
xboob1.gotoAndStop(1);
boob2._visible = true;
xboob2._visible = false;
xboob2.gotoAndStop(1);
};
boob1.onReleaseOutside = function () {
boob1._visible = true;
xboob1._visible = false;
xboob1.gotoAndStop(1);
boob2._visible = true;
xboob2._visible = false;
xboob2.gotoAndStop(1);
};
boob2.onPress = function () {
if (busy == true) {
return undefined;
}
if (xboob1._visible == false) {
boob1._visible = false;
xboob1._visible = true;
xboob1.gotoAndPlay('a0');
boob2._visible = false;
xboob2._visible = true;
xboob2.gotoAndPlay('a0');
}
};
boob2.onRelease = function () {
boob1._visible = true;
xboob1._visible = false;
xboob1.gotoAndStop(1);
boob2._visible = true;
xboob2._visible = false;
xboob2.gotoAndStop(1);
};
boob2.onReleaseOutside = function () {
boob1._visible = true;
xboob1._visible = false;
xboob1.gotoAndStop(1);
boob2._visible = true;
xboob2._visible = false;
xboob2.gotoAndStop(1);
};
}
frame 2 {
btn0.setmode(3);
}
frame 30 {
check_speed();
}
frame 31 {
busy = true;
}
frame 49 {
if (current_speed != 1) {
check_speed();
} else {
gotoAndPlay('a1');
}
}
frame 50 {
busy = true;
}
frame 53 {
if (current_speed != 2) {
check_speed();
} else {
gotoAndPlay('a2');
}
}
frame 54 {
busy = true;
}
frame 56 {
if (current_speed != 3) {
check_speed();
} else {
gotoAndPlay('a3');
}
}
// unknown tag 253 length 898
frame 57 {
busy = false;
_face = 3;
if (xboob1._currentframe == 1) {
body.gotoAndStop(_face);
}
boob1.onPress = function () {
if (busy == true) {
return undefined;
}
if (xboob1._visible == false) {
boob1._visible = false;
xboob1._visible = true;
xboob1.gotoAndPlay('a1');
boob2._visible = false;
xboob2._visible = true;
xboob2.gotoAndPlay('a1');
}
};
boob1.onRelease = function () {
boob1._visible = true;
xboob1._visible = false;
xboob1.gotoAndStop(1);
boob2._visible = true;
xboob2._visible = false;
xboob2.gotoAndStop(1);
};
boob1.onReleaseOutside = function () {
boob1._visible = true;
xboob1._visible = false;
xboob1.gotoAndStop(1);
boob2._visible = true;
xboob2._visible = false;
xboob2.gotoAndStop(1);
};
boob2.onPress = function () {
if (busy == true) {
return undefined;
}
if (xboob1._visible == false) {
boob1._visible = false;
xboob1._visible = true;
xboob1.gotoAndPlay('a1');
boob2._visible = false;
xboob2._visible = true;
xboob2.gotoAndPlay('a1');
}
};
boob2.onRelease = function () {
boob1._visible = true;
xboob1._visible = false;
xboob1.gotoAndStop(1);
boob2._visible = true;
xboob2._visible = false;
xboob2.gotoAndStop(1);
};
boob2.onReleaseOutside = function () {
boob1._visible = true;
xboob1._visible = false;
xboob1.gotoAndStop(1);
boob2._visible = true;
xboob2._visible = false;
xboob2.gotoAndStop(1);
};
}
frame 81 {
check_speed();
}
// unknown tag 253 length 871
frame 82 {
busy = false;
_face = 5;
body.gotoAndStop(_face);
boob1.onPress = function () {
if (busy == true) {
return undefined;
}
if (xboob1._visible == false) {
boob1._visible = false;
xboob1._visible = true;
xboob1.gotoAndPlay('a2');
boob2._visible = false;
xboob2._visible = true;
xboob2.gotoAndPlay('a2');
}
};
boob1.onRelease = function () {
boob1._visible = true;
xboob1._visible = false;
xboob1.gotoAndStop(1);
boob2._visible = true;
xboob2._visible = false;
xboob2.gotoAndStop(1);
};
boob1.onReleaseOutside = function () {
boob1._visible = true;
xboob1._visible = false;
xboob1.gotoAndStop(1);
boob2._visible = true;
xboob2._visible = false;
xboob2.gotoAndStop(1);
};
boob2.onPress = function () {
if (busy == true) {
return undefined;
}
if (xboob1._visible == false) {
boob1._visible = false;
xboob1._visible = true;
xboob1.gotoAndPlay('a2');
boob2._visible = false;
xboob2._visible = true;
xboob2.gotoAndPlay('a2');
}
};
boob2.onRelease = function () {
boob1._visible = true;
xboob1._visible = false;
xboob1.gotoAndStop(1);
boob2._visible = true;
xboob2._visible = false;
xboob2.gotoAndStop(1);
};
boob2.onReleaseOutside = function () {
boob1._visible = true;
xboob1._visible = false;
xboob1.gotoAndStop(1);
boob2._visible = true;
xboob2._visible = false;
xboob2.gotoAndStop(1);
};
}
frame 101 {
check_speed();
}
// unknown tag 253 length 871
frame 102 {
busy = false;
_face = 6;
body.gotoAndStop(_face);
boob1.onPress = function () {
if (busy == true) {
return undefined;
}
if (xboob1._visible == false) {
boob1._visible = false;
xboob1._visible = true;
xboob1.gotoAndPlay('a3');
boob2._visible = false;
xboob2._visible = true;
xboob2.gotoAndPlay('a3');
}
};
boob1.onRelease = function () {
boob1._visible = true;
xboob1._visible = false;
xboob1.gotoAndStop(1);
boob2._visible = true;
xboob2._visible = false;
xboob2.gotoAndStop(1);
};
boob1.onReleaseOutside = function () {
boob1._visible = true;
xboob1._visible = false;
xboob1.gotoAndStop(1);
boob2._visible = true;
xboob2._visible = false;
xboob2.gotoAndStop(1);
};
boob2.onPress = function () {
if (busy == true) {
return undefined;
}
if (xboob1._visible == false) {
boob1._visible = false;
xboob1._visible = true;
xboob1.gotoAndPlay('a3');
boob2._visible = false;
xboob2._visible = true;
xboob2.gotoAndPlay('a3');
}
};
boob2.onRelease = function () {
boob1._visible = true;
xboob1._visible = false;
xboob1.gotoAndStop(1);
boob2._visible = true;
xboob2._visible = false;
xboob2.gotoAndStop(1);
};
boob2.onReleaseOutside = function () {
boob1._visible = true;
xboob1._visible = false;
xboob1.gotoAndStop(1);
boob2._visible = true;
xboob2._visible = false;
xboob2.gotoAndStop(1);
};
}
frame 116 {
check_speed();
}
// unknown tag 253 length 135
frame 117 {
busy = true;
_face = 6;
body.gotoAndStop(_face);
boob1.onPress = null;
boob1.onRelease = null;
boob1.onReleaseOutside = null;
boob2.onPress = null;
boob2.onRelease = null;
boob2.onReleaseOutside = null;
}
// unknown tag 253 length 49
frame 173 {
_face = 3;
body.gotoAndStop(_face);
}
// unknown tag 253 length 112
frame 173 {
nipple1.s1._visible = true;
nipple1.s1.gotoAndPlay(2);
nipple2.s1._visible = true;
nipple2.s1.gotoAndPlay(2);
}
// unknown tag 253 length 63
frame 185 {
nipple1.s2._visible = true;
nipple1.s2.gotoAndPlay(2);
}
// unknown tag 253 length 63
frame 200 {
body.s1._visible = true;
body.s1.gotoAndPlay(2);
}
frame 227 {
gotoAndPlay('x');
}
// unknown tag 253 length 77
frame 229 {
_face = 2;
body.gotoAndStop(_face);
next2_btn._visible = true;
glow._visible = true;
}
frame 258 {
gotoAndPlay('x');
}
frame 259 {
busy = true;
}
frame 260 {
if (current_speed != 3) {
check_speed();
}
}
frame 261 {
busy = true;
}
frame 264 {
if (current_speed != 2) {
check_speed();
}
}
frame 265 {
busy = true;
}
frame 277 {
if (current_speed != 1) {
check_speed();
}
}
}
movieClip 1443 maid_fuck {
}
movieClip 1450 {
}
movieClip 1453 {
}
movieClip 1456 {
}
movieClip 1459 {
}
movieClip 1466 {
}
movieClip 1467 {
}
movieClip 1471 {
}
movieClip 1472 {
}
movieClip 1474 {
}
movieClip 1480 {
}
movieClip 1481 {
}
movieClip 1482 {
}
movieClip 1488 {
}
movieClip 1489 {
}
movieClip 1490 {
}
movieClip 1497 {
}
movieClip 1503 {
}
movieClip 1504 {
}
movieClip 1506 {
}
movieClip 1507 {
frame 1 {
stop();
}
}
movieClip 1510 {
}
movieClip 1511 {
}
movieClip 1513 {
}
movieClip 1516 {
}
movieClip 1519 {
}
movieClip 1522 {
}
movieClip 1524 {
}
movieClip 1525 {
}
movieClip 1528 {
}
movieClip 1530 {
}
movieClip 1532 {
}
movieClip 1534 {
}
movieClip 1535 {
// unknown tag 253 length 1021
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 1537 {
}
movieClip 1538 {
// unknown tag 253 length 1021
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 1541 {
}
movieClip 1542 {
// unknown tag 253 length 1069
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 1543 {
// unknown tag 253 length 1069
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 1544 {
// unknown tag 253 length 1069
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 1546 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 1555 {
}
movieClip 1564 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 1572 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 1584 {
// unknown tag 253 length 2213
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('b02');
break;
case '03':
gotoAndPlay('b02');
break;
case '04':
gotoAndPlay('b02');
break;
case '10':
gotoAndPlay('b10');
break;
case '12':
gotoAndPlay('b10');
break;
case '13':
gotoAndPlay('b10');
break;
case '14':
gotoAndPlay('b10');
break;
case '20':
gotoAndPlay('b20');
break;
case '21':
gotoAndPlay('b20');
break;
case '23':
gotoAndPlay('b23');
break;
case '24':
last_speed = 4;
gotoAndPlay('a4');
break;
case '30':
gotoAndPlay('b32');
break;
case '31':
gotoAndPlay('b32');
break;
case '32':
gotoAndPlay('b32');
break;
case '34':
gotoAndPlay('b32');
break;
case '40':
gotoAndPlay('b20');
break;
case '41':
gotoAndPlay('b20');
break;
case '42':
last_speed = 2;
gotoAndPlay('a2');
break;
case '43':
last_speed = 3;
gotoAndPlay('b23');
}
if (last_speed < current_speed) {
last_speed += 1;
}
if (last_speed > current_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);
btn1.setmode(1);
break;
case 1:
btn0.setmode(3);
btn1.setmode(1);
break;
case 2:
btn2.setmode(1);
break;
case 3:
btn3.setmode(1);
break;
case 4:
btn4.setmode(1);
break;
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;
}
}
_root.screen.cal_btn._visible = false;
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array('0', '30', '50', '70', '100');
var level_complete = false;
if (_root.medical_complete == true) {
level_complete = true;
}
next_btn._visible = level_complete;
cumshot_btn._visible = level_complete;
pleasure_meter._visible = !level_complete;
cumshot_btn.onPress = function () {
_root.medical_complete = true;
_root.gotoScreen('medical_cumshot');
};
next_btn.onPress = function () {
_root.medical_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('medical');
} else {
_root.gotoScreen('map');
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
checklevel();
boobs.onPress = function () {
arrow._visible = false;
switch (boobs._mode) {
case 0:
boobs.SetMode(1);
break;
case 1:
boobs.SetMode(2);
break;
case 2:
boobs.SetMode(0);
}
};
gotoAndPlay('a0');
}
frame 2 {
busy = false;
girl.gotoAndStop(1);
}
frame 31 {
check_speed();
}
frame 43 {
busy = false;
girl.gotoAndStop(2);
}
frame 90 {
check_speed();
}
// unknown tag 253 length 172
frame 113 {
switch (current_speed) {
break;
case 0:
case 1:
break;
case 2:
last_speed = 2;
gotoAndPlay('a2');
break;
break;
case 3:
case 4:
last_speed = 4;
gotoAndPlay('a4');
}
}
frame 116 {
switch (current_speed) {
case 0:
break;
case 1:
break;
break;
case 2:
case 3:
last_speed = 3;
gotoAndPlay('a3');
}
}
frame 125 {
busy = false;
girl.gotoAndStop(3);
}
frame 151 {
check_speed();
}
frame 152 {
busy = false;
girl.gotoAndStop(4);
}
frame 172 {
check_speed();
}
frame 173 {
busy = false;
girl.gotoAndStop(5);
}
frame 188 {
check_speed();
}
// unknown tag 253 length 200
frame 199 {
switch (current_speed) {
case 0:
gotoAndPlay('a0');
break;
break;
case 1:
case 2:
last_speed = 1;
gotoAndPlay('b02');
break;
case 3:
last_speed = 1;
gotoAndPlay('b02');
break;
case 4:
last_speed = 1;
gotoAndPlay('b02');
}
}
// unknown tag 253 length 172
frame 203 {
switch (current_speed) {
break;
case 0:
case 1:
break;
case 2:
last_speed = 2;
gotoAndPlay('a2');
break;
break;
case 3:
case 4:
last_speed = 4;
gotoAndPlay('a4');
}
}
// unknown tag 253 length 177
frame 225 {
switch (current_speed) {
case 0:
last_speed = 0;
gotoAndPlay('a0');
break;
case 1:
last_speed = 1;
gotoAndPlay('b01');
case 2:
case 3:
case 4:
}
}
}
movieClip 1585 medical_fuck {
}
movieClip 1594 {
}
movieClip 1597 {
}
movieClip 1600 {
}
movieClip 1602 {
}
movieClip 1604 {
}
movieClip 1606 {
}
movieClip 1607 {
frame 1 {
stop();
}
// unknown tag 253 length 115
frame 25 {
stop();
_parent._parent.c3_complete = true;
_parent._parent.c2._visible = !_parent._parent.c2_complete;
_parent._parent.c1._visible = !_parent._parent.c1_complete;
}
}
movieClip 1614 {
}
movieClip 1615 {
}
movieClip 1616 {
frame 1 {
stop();
}
}
movieClip 1618 {
}
movieClip 1620 {
}
movieClip 1622 {
}
movieClip 1624 {
}
movieClip 1626 {
}
movieClip 1627 {
frame 1 {
stop();
}
// unknown tag 253 length 85
frame 25 {
stop();
_parent.c1_complete = true;
_parent.c2._visible = !_parent.c2_complete;
_parent.c3._visible = !_parent.c3_complete;
}
}
movieClip 1629 {
}
movieClip 1632 {
}
movieClip 1634 {
}
movieClip 1636 {
}
movieClip 1638 {
}
movieClip 1639 {
frame 1 {
stop();
}
// unknown tag 253 length 85
frame 25 {
stop();
_parent.c2_complete = true;
_parent.c1._visible = !_parent.c1_complete;
_parent.c3._visible = !_parent.c3_complete;
}
}
movieClip 1642 {
}
movieClip 1651 medical_cumshot {
// unknown tag 253 length 438
frame 1 {
need_c1 = false;
need_c2 = false;
need_c3 = false;
s1._visible = false;
s2._visible = false;
girl.s3._visible = false;
c1_complete = false;
c2_complete = false;
c3_complete = false;
c1.onPress = function () {
c1._visible = false;
c2._visible = false;
c3._visible = false;
need_c1 = true;
};
c2.onPress = function () {
c1._visible = false;
c2._visible = false;
c3._visible = false;
need_c2 = true;
};
c3.onPress = function () {
c1._visible = false;
c2._visible = false;
c3._visible = false;
need_c3 = true;
};
next_btn._visible = false;
glow._visible = false;
next_btn.onPress = function () {
_root.medical_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('medical');
} else {
_root.gotoScreen('map');
}
};
}
// unknown tag 253 length 68
frame 2 {
if (c2_complete and c1_complete and c3_complete) {
next_btn._visible = true;
glow._visible = true;
}
}
// unknown tag 253 length 155
frame 40 {
if (need_c1 == true) {
gotoAndPlay('a1');
return undefined;
}
if (need_c2 == true) {
gotoAndPlay('a2');
return undefined;
}
if (need_c3 == true) {
gotoAndPlay('a3');
return undefined;
}
if (need_c3 == false and need_c2 == false and need_c1 == false) {
gotoAndPlay('a0');
}
}
frame 41 {
need_c1 = false;
}
// unknown tag 253 length 51
frame 48 {
s1._visible = true;
s1.gotoAndPlay(2);
}
frame 75 {
gotoAndPlay('a0');
}
frame 76 {
need_c2 = false;
}
// unknown tag 253 length 51
frame 83 {
s2._visible = true;
s2.gotoAndPlay(2);
}
frame 110 {
gotoAndPlay('a0');
}
frame 111 {
need_c3 = false;
}
// unknown tag 253 length 86
frame 119 {
girl.s3._visible = true;
girl.s3.gotoAndPlay(2);
girl.gotoAndStop(2);
}
frame 145 {
gotoAndPlay('a0');
}
}
movieClip 1654 {
}
movieClip 1659 {
}
movieClip 1663 {
}
movieClip 1668 {
}
movieClip 1674 {
}
movieClip 1680 {
}
movieClip 1684 {
}
movieClip 1687 {
}
movieClip 1688 {
frame 1 {
stop();
}
}
movieClip 1692 {
}
movieClip 1694 {
}
movieClip 1695 {
frame 1 {
stop();
}
frame 20 {
stop();
}
}
movieClip 1696 {
}
movieClip 1698 {
}
movieClip 1701 {
}
movieClip 1704 {
}
movieClip 1708 {
}
movieClip 1710 {
}
movieClip 1715 {
frame 1 {
stop();
}
frame 25 {
stop();
}
}
movieClip 1718 {
}
movieClip 1720 {
}
movieClip 1723 {
}
movieClip 1738 {
// unknown tag 253 length 68
frame 1 {
stop();
x.onPress = function () {
_parent.action_checker.next_btn.onPress();
};
}
frame 1 {
stop();
}
frame 36 {
gotoAndPlay('a1');
}
frame 65 {
gotoAndPlay('a2');
}
frame 91 {
gotoAndPlay('a3');
}
frame 104 {
gotoAndPlay('a4');
}
}
movieClip 1741 {
}
movieClip 1744 {
}
movieClip 1747 {
}
movieClip 1757 {
// unknown tag 253 length 82
frame 1 {
stop();
busy = false;
if (first_run == undefined) {
first_run = true;
_text = _parent._parent._arrmode[0];
}
}
frame 2 {
busy = true;
}
// unknown tag 253 length 228
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);
}
frame 25 {
busy = true;
gotoAndStop(1);
}
}
movieClip 1760 {
// unknown tag 253 length 111
frame 1 {
var _arrmode = _parent._arrmode;
var _mode = _parent._mode;
next_btn.onPress = function () {
if (_title.busy == false) {
_title.gotoAndPlay(2);
}
};
}
}
movieClip 1764 {
// unknown tag 253 length 330
frame 1 {
action = false;
speed = 1;
percent = 0;
stop_percents = Array();
current_stop_percent = 0;
last_stop_percent = 0;
stop_percent = 100;
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.girl_complete = true;
_parent.checklevel();
} else {
++current_stop_percent;
stop_percent = stop_percents[current_stop_percent];
}
}
};
}
}
movieClip 1766 {
}
movieClip 1768 {
}
movieClip 1773 {
}
movieClip 1774 {
frame 1 {
sperm._visible = false;
}
}
movieClip 1776 {
}
movieClip 1780 {
}
movieClip 1804 {
// unknown tag 253 length 2844
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 '06':
last_speed = 6;
gotoAndPlay('b01');
break;
case '10':
gotoAndPlay('b10');
break;
case '12':
last_speed = 2;
gotoAndPlay('a2');
break;
case '13':
last_speed = 3;
gotoAndPlay('a3');
break;
case '16':
last_speed = 6;
gotoAndPlay('cs');
break;
case '20':
gotoAndPlay('b20');
break;
case '21':
last_speed = 1;
gotoAndPlay('a1');
break;
case '23':
last_speed = 3;
gotoAndPlay('a3');
break;
case '26':
last_speed = 6;
gotoAndPlay('cs');
break;
case '30':
last_speed = 0;
gotoAndPlay('b10');
break;
case '31':
last_speed = 1;
gotoAndPlay('a1');
break;
case '32':
last_speed = 2;
gotoAndPlay('a2');
break;
case '36':
last_speed = 6;
gotoAndPlay('cs');
}
if (last_speed < current_speed) {
last_speed += 1;
}
if (last_speed > current_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 (girl_complete == true) {
if (hand.x._currentframe == 1) {
hand.x.gotoAndPlay(2);
}
}
if (level_complete == true and girl_complete == true) {
btn0.setmode(3);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
btn4.setmode(1);
btn0._y = 392;
btn1._y = 392;
btn2._y = 392;
btn3._y = 392;
pleasure_meter._visible = false;
pleasure_meter_2._visible = false;
ar1._visible = false;
ar2._visible = false;
cumshot_btn._visible = true;
}
switch (current_part) {
case 0:
btn0.setmode(3);
btn1.setmode(1);
break;
case 1:
btn0.setmode(3);
btn1.setmode(1);
break;
case 2:
btn2.setmode(1);
break;
case 3:
btn3.setmode(1);
break;
case 4:
btn4.setmode(1);
break;
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(get_mode) {
hand.gotoAndPlay('a' + get_mode);
if (_mode >= current_speed) {
head.gotoAndStop(_mode + 1);
}
if (_mode == 0) {
pleasure_meter_2.action = false;
} else {
pleasure_meter_2.action = true;
if (_mode > 2) {
pleasure_meter_2.speed = 2;
} else {
pleasure_meter_2.speed = 1;
}
}
}
_root.screen.cal_btn._visible = false;
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array('0', '35', '65', '100');
var level_complete = false;
if (_root.library_complete == true) {
level_complete = true;
girl_complete = true;
}
next_btn._visible = level_complete;
cumshot_btn._visible = level_complete;
pleasure_meter._visible = !level_complete;
pleasure_meter_2._visible = !level_complete;
next2_btn._visible = false;
glow._visible = false;
cumshot_btn.onPress = function () {
_root.library_complete = true;
current_speed = 6;
cumshot_btn._visible = false;
next_btn._visible = false;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
action_checker._visible = false;
hand.x.onPress = null;
pleasure_meter._visible = false;
pleasure_meter_2._visible = false;
ar1._visible = false;
ar2._visible = false;
};
next_btn.onPress = function () {
_root.library_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('library');
} else {
_root.gotoScreen('map');
}
};
next2_btn.onPress = function () {
_root.library_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('library');
} else {
_root.gotoScreen('map');
}
};
cunt_spot.onPress = function () {
action_checker.next_btn.onPress();
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
checklevel();
var _arrmode = Array('Stop', 'Rub', 'Easy', 'Normal', 'Hard');
var _mode = 0;
gotoAndPlay('a0');
}
// unknown tag 253 length 75
frame 2 {
busy = false;
if (current_speed >= _mode) {
head.gotoAndStop(current_speed + 1);
}
}
frame 36 {
check_speed();
}
frame 37 {
busy = true;
}
frame 53 {
switch (current_speed) {
break;
case 0:
case 1:
gotoAndPlay('a1');
break;
break;
case 2:
case 3:
last_speed = 3;
gotoAndPlay('a3');
break;
case 6:
gotoAndPlay('cs');
}
}
frame 54 {
switch (current_speed) {
break;
case 0:
case 1:
break;
case 2:
last_speed = 2;
gotoAndPlay('a2');
break;
break;
case 3:
case 6:
gotoAndPlay('cs');
}
}
// unknown tag 253 length 75
frame 62 {
busy = false;
if (current_speed >= _mode) {
head.gotoAndStop(current_speed + 1);
}
}
frame 81 {
check_speed();
}
// unknown tag 253 length 75
frame 82 {
busy = false;
if (current_speed >= _mode) {
head.gotoAndStop(current_speed + 1);
}
}
frame 96 {
check_speed();
}
// unknown tag 253 length 75
frame 97 {
busy = false;
if (current_speed >= _mode) {
head.gotoAndStop(current_speed + 1);
}
}
frame 110 {
check_speed();
}
frame 112 {
busy = true;
}
frame 129 {
gotoAndPlay('a0');
}
// unknown tag 253 length 60
frame 130 {
hand.gotoAndStop(1);
head.gotoAndStop(5);
}
frame 179 {
head.gotoAndStop(1);
}
// unknown tag 253 length 42
frame 199 {
next2_btn._visible = true;
glow._visible = true;
}
frame 222 {
gotoAndPlay('cs1');
}
}
movieClip 1805 library_fuck {
}
movieClip 1809 {
}
movieClip 1811 {
}
movieClip 1813 {
}
movieClip 1815 {
}
movieClip 1822 {
}
movieClip 1827 {
frame 1 {
this._visible = false;
stop();
}
frame 2 {
this._visible = true;
}
frame 25 {
stop();
}
}
movieClip 1831 {
}
movieClip 1833 {
}
movieClip 1835 {
}
movieClip 1837 {
}
movieClip 1839 {
}
movieClip 1841 {
}
movieClip 1843 {
}
movieClip 1845 {
}
movieClip 1846 {
}
movieClip 1848 {
frame 1 {
stop();
}
}
movieClip 1850 {
}
movieClip 1852 {
}
movieClip 1853 {
}
movieClip 1858 {
}
movieClip 1861 {
}
movieClip 1863 {
}
movieClip 1865 {
}
movieClip 1868 {
}
movieClip 1870 {
}
movieClip 1872 {
}
movieClip 1875 {
}
movieClip 1877 {
}
movieClip 1879 {
}
movieClip 1882 {
}
movieClip 1886 {
}
movieClip 1890 {
}
movieClip 1893 {
}
movieClip 1894 {
}
movieClip 1898 {
}
movieClip 1903 {
frame 1 {
this._visible = false;
stop();
}
frame 2 {
this._visible = true;
}
frame 25 {
stop();
}
}
movieClip 1904 {
}
movieClip 1909 {
}
movieClip 1912 {
}
movieClip 1915 {
}
movieClip 1916 {
}
movieClip 1918 {
}
movieClip 1924 {
frame 1 {
stop();
this._visible = false;
}
frame 2 {
this._visible = true;
}
frame 25 {
stop();
}
}
movieClip 1934 {
frame 1 {
stop();
this._visible = false;
}
frame 2 {
this._visible = true;
}
frame 25 {
stop();
}
}
movieClip 1936 {
// unknown tag 253 length 2407
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('b12');
break;
case '13':
gotoAndPlay('b12');
break;
case '14':
gotoAndPlay('b12');
break;
case '15':
gotoAndPlay('b12');
break;
case '20':
gotoAndPlay('b21');
break;
case '21':
gotoAndPlay('b21');
break;
case '23':
gotoAndPlay('b23');
break;
case '24':
last_speed = 4;
gotoAndPlay('a4');
break;
case '25':
last_speed = 5;
gotoAndPlay('cs');
break;
case '30':
gotoAndPlay('b32');
break;
case '31':
gotoAndPlay('b32');
break;
case '32':
gotoAndPlay('b32');
break;
case '34':
gotoAndPlay('b32');
break;
case '35':
gotoAndPlay('b32');
break;
case '40':
gotoAndPlay('b21');
break;
case '41':
gotoAndPlay('b21');
break;
case '42':
last_speed = 2;
gotoAndPlay('a2');
break;
case '43':
gotoAndPlay('b23');
break;
case '45':
gotoAndPlay('cs');
}
if (last_speed < current_speed) {
last_speed += 1;
}
if (last_speed > current_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);
btn1.setmode(1);
break;
case 1:
btn0.setmode(3);
btn1.setmode(1);
break;
case 2:
btn2.setmode(1);
break;
case 3:
btn3.setmode(1);
break;
case 4:
btn4.setmode(1);
break;
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;
}
}
_root.screen.cal_btn._visible = false;
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array('0', '30', '50', '70', '100');
var level_complete = false;
if (_root.casino_complete == true) {
level_complete = true;
}
next_btn._visible = level_complete;
cumshot_btn._visible = level_complete;
pleasure_meter._visible = !level_complete;
next2_btn._visible = false;
glow._visible = false;
cumshot_btn.onPress = function () {
current_speed = 5;
cumshot_btn._visible = false;
next_btn._visible = false;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
_root.casino_complete = true;
pleasure_meter._visible = false;
cumshot_btn._x = 1000;
next_btn._x = 1000;
};
next_btn.onPress = function () {
_root.casino_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('casino');
} else {
_root.gotoScreen('map');
}
};
next2_btn.onPress = function () {
_root.casino_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('casino');
} else {
_root.gotoScreen('map');
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
checklevel();
gotoAndPlay('a0');
}
frame 2 {
busy = true;
}
frame 10 {
switch (current_speed) {
break;
case 0:
case 1:
gotoAndPlay('a1');
case 2:
case 3:
case 4:
}
}
frame 11 {
busy = true;
}
// unknown tag 253 length 211
frame 27 {
switch (current_speed) {
case 0:
break;
break;
case 1:
case 2:
last_speed = 2;
gotoAndPlay('a2');
break;
case 3:
break;
case 4:
last_speed = 4;
gotoAndPlay('a4');
break;
case 5:
last_speed = 5;
gotoAndPlay('cs');
}
}
frame 28 {
busy = true;
}
frame 37 {
switch (current_speed) {
case 0:
break;
case 1:
break;
case 2:
break;
case 3:
last_speed = 3;
gotoAndPlay('a3');
case 4:
}
}
frame 57 {
busy = true;
}
frame 68 {
busy = false;
head.gotoAndStop(1);
}
frame 96 {
check_speed();
}
frame 97 {
busy = false;
head.gotoAndStop(2);
}
frame 127 {
check_speed();
}
frame 128 {
busy = false;
head.gotoAndStop(3);
}
frame 157 {
check_speed();
}
frame 158 {
busy = false;
head.gotoAndStop(4);
}
frame 172 {
check_speed();
}
frame 173 {
busy = false;
head.gotoAndStop(5);
}
frame 183 {
check_speed();
}
// unknown tag 253 length 65
frame 184 {
cumshot_btn._visible = false;
back_btn._visible = false;
head.gotoAndStop(5);
}
frame 219 {
head.gotoAndStop(3);
}
frame 232 {
head.sp1.gotoAndPlay(2);
}
frame 240 {
sp2.gotoAndPlay(2);
}
frame 249 {
sp3.gotoAndPlay(2);
}
// unknown tag 253 length 65
frame 263 {
next2_btn._visible = true;
glow._visible = true;
head.gotoAndStop(6);
}
frame 285 {
gotoAndPlay('sp1');
}
frame 286 {
busy = true;
}
// unknown tag 253 length 211
frame 294 {
switch (current_speed) {
case 0:
break;
break;
case 1:
case 2:
last_speed = 2;
gotoAndPlay('a2');
break;
case 3:
break;
case 4:
last_speed = 4;
gotoAndPlay('a4');
break;
case 5:
last_speed = 5;
gotoAndPlay('cs');
}
}
frame 295 {
busy = true;
}
frame 306 {
switch (current_speed) {
break;
case 0:
case 1:
last_speed = 1;
gotoAndPlay('a1');
case 2:
case 3:
case 4:
}
}
frame 307 {
busy = true;
}
frame 317 {
last_speed = 0;
gotoAndPlay('a0');
}
}
movieClip 1937 casino_fuck {
}
movieClip 1942 {
}
movieClip 1947 {
}
movieClip 1949 {
}
movieClip 1952 {
}
movieClip 1956 {
}
movieClip 1958 {
}
movieClip 1961 {
}
movieClip 1963 {
}
movieClip 1965 {
}
movieClip 1967 {
}
movieClip 1969 {
}
movieClip 1970 {
frame 5 {
stop();
}
}
movieClip 1972 {
frame 1 {
stop();
}
}
movieClip 1975 {
}
movieClip 1978 {
}
movieClip 1981 {
}
movieClip 1984 {
}
movieClip 1989 {
}
movieClip 1990 {
frame 1 {
stop();
}
frame 9 {
stop();
}
}
movieClip 1994 {
}
movieClip 1997 {
}
movieClip 2000 {
}
movieClip 2002 {
}
movieClip 2005 {
}
movieClip 2006 {
}
movieClip 2008 {
}
movieClip 2009 {
frame 1 {
stop();
}
frame 2 {
_parent.busy = true;
}
// unknown tag 253 length 43
frame 48 {
_parent.sp1 = true;
_parent.busy = false;
stop();
}
}
movieClip 2014 {
}
movieClip 2017 {
}
movieClip 2019 {
}
movieClip 2023 {
}
movieClip 2026 {
}
movieClip 2028 {
}
movieClip 2029 {
frame 1 {
stop();
}
frame 2 {
_parent.busy = true;
}
frame 45 {
_parent.body.boob.gotoAndPlay(2);
}
// unknown tag 253 length 103
frame 55 {
stop();
_parent.lboob._visible = true;
_parent.rboob._visible = true;
_parent.nipple._visible = true;
_parent.sp2 = true;
_parent.busy = false;
}
}
movieClip 2033 {
}
movieClip 2037 {
}
movieClip 2039 {
}
movieClip 2042 {
}
movieClip 2043 {
frame 1 {
stop();
}
frame 2 {
_parent.busy = true;
}
frame 44 {
stop();
_parent.busy = false;
}
}
movieClip 2045 {
}
movieClip 2047 {
}
movieClip 2049 {
frame 1 {
stop();
}
frame 35 {
stop();
}
}
movieClip 2054 {
}
movieClip 2057 {
}
movieClip 2060 {
}
movieClip 2063 {
}
movieClip 2066 {
}
movieClip 2069 {
}
movieClip 2075 {
// unknown tag 253 length 1012
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 2082 {
frame 1 {
stop();
}
frame 32 {
stop();
}
}
movieClip 2105 {
frame 1 {
this._visible = false;
}
frame 2 {
stop();
}
}
movieClip 2122 {
}
movieClip 2124 {
}
movieClip 2133 {
// unknown tag 253 length 304
frame 1 {
_root.screen.cal_btn._visible = false;
rboob._visible = false;
lboob._visible = false;
nipple._visible = false;
sp1 = false;
sp2 = false;
busy = false;
spot2.onPress = function () {
if (busy == true) {
return undefined;
}
spot1.onPress = function () {
if (busy == true) {
return undefined;
}
bra.gotoAndPlay(2);
};
rope.gotoAndPlay(2);
};
spot3.onPress = function () {
if (busy == true) {
return undefined;
}
pants.gotoAndPlay(2);
};
}
frame 40 {
if (sp1 == false or sp2 == false) {
gotoAndPlay('ax');
} else {
gotoAndPlay(_currentframe + 1);
}
}
// unknown tag 253 length 2049
frame 79 {
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('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('cs');
break;
case '30':
gotoAndPlay('b21');
break;
case '31':
gotoAndPlay('b21');
break;
case '32':
gotoAndPlay('a2');
break;
case '34':
gotoAndPlay('cs');
}
if (last_speed < current_speed) {
last_speed += 1;
}
if (last_speed > current_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);
pleasure_meter._visible = false;
cumshot_btn._visible = true;
}
switch (current_part) {
case 0:
btn0.setmode(3);
btn1.setmode(1);
break;
case 1:
btn0.setmode(3);
btn1.setmode(1);
break;
case 2:
btn2.setmode(1);
break;
case 3:
btn3.setmode(1);
break;
case 4:
btn4.setmode(1);
break;
case 5:
btn0.setmode(1);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
pleasure_meter._visible = false;
cumshot_btn._visible = true;
next_btn._visible = true;
}
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array('0', '30', '60', '100');
var level_complete = false;
if (_root.atrium_complete == true) {
level_complete = true;
}
next_btn._visible = level_complete;
cumshot_btn._visible = level_complete;
pleasure_meter._visible = !level_complete;
next2_btn._visible = false;
glow._visible = false;
cumshot_btn.onPress = function () {
current_speed = 4;
cumshot_btn._visible = false;
next_btn._visible = false;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
_root.atrium_complete = true;
pleasure_meter._visible = false;
cumshot_btn._x = 1000;
next_btn._x = 1000;
};
next_btn.onPress = function () {
_root.atrium_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('atrium');
} else {
_root.gotoScreen('map');
}
};
next2_btn.onPress = function () {
_root.atrium_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('atrium');
} else {
_root.gotoScreen('map');
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
checklevel();
gotoAndPlay('a0');
}
frame 80 {
busy = false;
head.gotoAndStop(1);
}
frame 118 {
check_speed();
}
frame 119 {
busy = true;
}
frame 131 {
switch (current_speed) {
case 0:
break;
case 1:
gotoAndPlay('a1');
case 2:
case 3:
case 4:
case 5:
}
}
frame 132 {
busy = true;
}
// unknown tag 253 length 222
frame 134 {
switch (current_speed) {
case 0:
break;
case 1:
break;
case 2:
current_speed = 2;
last_speed = 2;
gotoAndPlay('a2');
break;
case 3:
last_speed = 3;
gotoAndPlay('a3');
break;
case 4:
last_speed = 4;
gotoAndPlay('cs');
case 5:
}
}
frame 156 {
busy = false;
head.gotoAndStop(2);
}
frame 181 {
check_speed();
}
frame 182 {
busy = false;
head.gotoAndStop(3);
}
frame 200 {
check_speed();
}
frame 201 {
busy = false;
head.gotoAndStop(4);
}
frame 213 {
check_speed();
}
frame 214 {
head.gotoAndStop(4);
}
frame 241 {
head.gotoAndStop(2);
}
frame 251 {
dick.gotoAndPlay(2);
}
frame 275 {
gotoAndPlay('cs1');
}
frame 276 {
busy = true;
}
frame 278 {
switch (current_speed) {
case 0:
break;
case 1:
last_speed = 1;
gotoAndPlay('a1');
case 2:
case 3:
case 4:
case 5:
}
}
frame 279 {
busy = true;
}
frame 290 {
last_speed = 0;
gotoAndPlay('a0');
}
// unknown tag 253 length 132
frame 291 {
next2_btn.onPress = function () {
_root.atrium_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('atrium');
} else {
_root.gotoScreen('map');
}
};
next2_btn._visible = true;
glow._visible = true;
}
frame 312 {
gotoAndPlay('cs1');
}
}
movieClip 2134 atrium_fuck {
}
movieClip 2138 {
}
movieClip 2143 {
}
movieClip 2146 {
}
movieClip 2149 {
}
movieClip 2154 {
frame 1 {
stop();
}
}
movieClip 2156 {
}
movieClip 2159 {
}
movieClip 2162 {
}
movieClip 2165 {
}
movieClip 2168 {
}
movieClip 2171 {
}
movieClip 2173 {
}
movieClip 2178 {
// unknown tag 253 length 53
frame 1 {
f = random(4);
if (f == 3) {
gotoAndPlay('x');
}
}
frame 84 {
gotoAndPlay(1);
}
}
movieClip 2182 {
}
movieClip 2184 {
}
movieClip 2186 {
}
movieClip 2191 {
}
movieClip 2193 {
}
movieClip 2195 {
}
movieClip 2196 {
}
movieClip 2197 {
frame 1 {
stop();
}
}
movieClip 2199 {
}
movieClip 2202 {
}
movieClip 2205 {
}
movieClip 2208 {
}
movieClip 2209 {
}
movieClip 2210 {
}
movieClip 2214 {
}
movieClip 2217 {
}
movieClip 2218 {
}
movieClip 2219 {
// unknown tag 253 length 138
frame 1 {
this.onEnterFrame = function () {
if (this._visible == false) {
_parent.pleasure_meter.action = false;
} else {
if (_parent.current_speed == _parent.current_part) {
_parent.pleasure_meter.action = true;
} else {
_parent.pleasure_meter.action = false;
}
}
};
}
}
movieClip 2222 {
}
movieClip 2225 {
}
movieClip 2228 {
}
movieClip 2231 {
}
movieClip 2233 {
}
movieClip 2235 {
}
movieClip 2237 {
}
movieClip 2240 {
}
movieClip 2242 {
}
movieClip 2244 {
}
movieClip 2246 {
}
movieClip 2250 {
frame 1 {
stop();
}
frame 25 {
stop();
}
frame 50 {
gotoAndStop(1);
}
}
movieClip 2252 {
// unknown tag 253 length 126
frame 1 {
this.onPress = function () {
if (_parent._currentframe == 1) {
_parent.gotoAndPlay(2);
return undefined;
}
if (_parent._currentframe > 1) {
_parent.gotoAndPlay(230);
}
};
}
}
movieClip 2253 {
// unknown tag 253 length 170
frame 1 {
this.onPress = function () {
if (_title._currentframe != 1 and _title._currentframe != 25) {
retunr;
}
if (_title._currentframe == 1) {
_title.gotoAndPlay(2);
} else {
_title.gotoAndPlay(26);
}
};
}
}
movieClip 2255 {
}
movieClip 2257 {
}
movieClip 2287 {
}
movieClip 2298 {
// unknown tag 253 length 3302
frame 1 {
function check_speed() {
if (last_speed == current_speed) {
gotoAndPlay('a' + current_speed);
} else {
b2.onReleaseOutside;
b2.onRelease;
b2.onRelease();
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':
gotoAndPlay('a3');
break;
case '14':
gotoAndPlay('c0');
break;
case '15':
gotoAndPlay('c0');
break;
case '20':
gotoAndPlay('b10');
break;
case '21':
gotoAndPlay('a1');
break;
case '23':
gotoAndPlay('a3');
break;
case '24':
gotoAndPlay('c0');
break;
case '25':
gotoAndPlay('c0');
break;
case '30':
gotoAndPlay('b10');
break;
case '31':
gotoAndPlay('a1');
break;
case '32':
gotoAndPlay('a2');
break;
case '34':
gotoAndPlay('c0');
break;
case '35':
gotoAndPlay('c0');
}
if (last_speed < current_speed) {
last_speed += 1;
}
if (last_speed > current_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);
pleasure_meter._visible = false;
cumshot_btn_1._visible = true;
cumshot_btn_2._visible = true;
help_box._visible = false;
}
switch (current_part) {
case 0:
btn0.setmode(3);
break;
case 1:
btn0.setmode(3);
btn1.setmode(1);
break;
case 2:
btn2.setmode(1);
break;
case 3:
btn3.setmode(1);
break;
case 4:
btn4.setmode(1);
break;
case 5:
btn0.setmode(1);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
pleasure_meter._visible = false;
cumshot_btn._visible = true;
next_btn._visible = true;
}
}
_root.screen.cal_btn._visible = false;
hand1._visible = false;
hand2._visible = false;
hand3._visible = false;
hand4._visible = false;
cb1._visible = false;
cb2._visible = false;
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.sun_deck_complete == true) {
level_complete = true;
}
next_btn._visible = level_complete;
cumshot_btn_1._visible = level_complete;
cumshot_btn_2._visible = level_complete;
pleasure_meter._visible = !level_complete;
next2_btn._visible = false;
glow._visible = false;
b2.onPress = function () {
if (busy == true) {
return undefined;
}
cb1._visible = true;
cb2._visible = true;
hand1._visible = true;
hand2._visible = true;
hand3._visible = true;
hand4._visible = true;
b1._visible = false;
b2._visible = false;
n11._visible = false;
n12._visible = false;
n21._visible = false;
n22._visible = false;
_hand._visible = false;
_hand2._visible = false;
_hand3._visible = false;
};
b2.onRelease = function () {
cb1._visible = false;
cb2._visible = false;
hand1._visible = false;
hand2._visible = false;
hand3._visible = false;
hand4._visible = false;
b1._visible = true;
b2._visible = true;
n11._visible = true;
n12._visible = true;
n21._visible = true;
n22._visible = true;
_hand._visible = true;
_hand2._visible = true;
_hand3._visible = true;
};
b2.onReleaseOutside = function () {
cb1._visible = false;
cb2._visible = false;
hand1._visible = false;
hand2._visible = false;
hand3._visible = false;
hand4._visible = false;
b1._visible = true;
b2._visible = true;
n11._visible = true;
n12._visible = true;
n21._visible = true;
n22._visible = true;
_hand._visible = true;
_hand2._visible = true;
_hand3._visible = true;
};
b1.onPress = b2.onPress;
b1.onReleaseOutside = b2.onReleaseOutside;
b1.onRelease = b2.onRelease;
cumshot_btn_1.onPress = function () {
current_speed = 4;
cumshot_btn._visible = false;
next_btn._visible = false;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
_root.sun_deck_complete = true;
pleasure_meter._visible = false;
cumshot_btn_1._x = 1000;
cumshot_btn_2._x = 1000;
next_btn._x = 1000;
};
cumshot_btn_2.onPress = function () {
current_speed = 5;
cumshot_btn._visible = false;
next_btn._visible = false;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
_root.sun_deck_complete = true;
pleasure_meter._visible = false;
cumshot_btn_1._x = 1000;
cumshot_btn_2._x = 1000;
next_btn._x = 1000;
};
next_btn.onPress = function () {
_root.sun_deck_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('sun_deck');
} else {
_root.gotoScreen('map');
}
};
next2_btn.onPress = function () {
_root.sun_deck_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('sun_deck');
} else {
_root.gotoScreen('map');
}
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
checklevel();
}
// unknown tag 253 length 221
frame 2 {
if (level_complete == true) {
btn0.setmode(3);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
} else {
btn0.setmode(3);
btn1.setmode(4);
btn2.setmode(4);
btn3.setmode(4);
}
}
frame 3 {
busy = false;
m_head.gotoAndStop(1);
}
frame 40 {
check_speed();
busy = true;
}
// unknown tag 253 length 66
frame 41 {
busy = true;
b1.release();
b2.release();
}
frame 70 {
m_head.gotoAndStop(2);
}
// unknown tag 253 length 190
frame 90 {
switch (current_speed) {
case 0:
break;
case 1:
last_speed = 1;
gotoAndPlay('a1');
break;
case 2:
last_speed = 2;
gotoAndPlay('a2');
break;
case 3:
last_speed = 3;
gotoAndPlay('a3');
case 4:
}
}
// unknown tag 253 length 118
frame 91 {
f = random(2);
if (f == 0) {
} else {
gotoAndPlay('a11');
}
m_head.gotoAndStop(2);
busy = false;
head.gotoAndStop(2);
}
frame 115 {
check_speed();
}
frame 117 {
busy = false;
head.gotoAndStop(2);
}
frame 124 {
m_head.gotoAndStop(3);
}
frame 149 {
m_head.gotoAndStop(2);
}
frame 162 {
check_speed();
}
// unknown tag 253 length 68
frame 164 {
busy = false;
m_head.gotoAndStop(2);
head.gotoAndStop(3);
}
frame 184 {
check_speed();
}
// unknown tag 253 length 109
frame 185 {
f = random(5);
if (f == 3) {
gotoAndPlay('a31');
}
busy = false;
m_head.gotoAndStop(3);
head.gotoAndStop(4);
}
frame 195 {
check_speed();
}
frame 197 {
busy = false;
head.gotoAndStop(4);
}
frame 219 {
check_speed();
}
// unknown tag 253 length 57
frame 220 {
busy = true;
b2.onRelease;
b2.onRelease();
}
frame 248 {
m_head.gotoAndStop(0);
}
frame 270 {
if (current_speed !== 0) {
} else {
last_speed = 0;
gotoAndPlay('a0');
}
}
// unknown tag 253 length 60
frame 271 {
m_head.gotoAndStop(3);
head.gotoAndStop(4);
}
frame 303 {
if (current_speed == 4) {
gotoAndPlay('c1');
} else {
gotoAndPlay('c2');
}
}
frame 316 {
head.gotoAndStop(2);
}
frame 331 {
m_head.gotoAndStop(1);
}
frame 342 {
gotoAndPlay('c11');
}
// unknown tag 253 length 88
frame 394 {
next2_btn._visible = true;
glow._visible = true;
m_head.gotoAndStop(1);
head.gotoAndStop(2);
}
frame 424 {
gotoAndPlay('c21');
}
// unknown tag 253 length 65
frame 425 {
next2_btn._visible = true;
glow._visible = true;
m_head.gotoAndStop(1);
}
// unknown tag 253 length 68
frame 452 {
gotoAndPlay('c11');
head.gotoAndStop(2);
m_head.gotoAndStop(1);
}
}
movieClip 2299 sun_deck_fuck {
}
movieClip 2307 {
}
movieClip 2313 {
frame 1 {
this._visible = false;
stop();
}
frame 2 {
this._visible = true;
}
frame 25 {
stop();
}
}
movieClip 2317 {
frame 1 {
this._visible = false;
stop();
}
frame 2 {
this._visible = true;
}
frame 25 {
stop();
}
}
movieClip 2321 {
frame 1 {
this._visible = false;
stop();
}
frame 2 {
this._visible = true;
}
frame 25 {
stop();
}
}
movieClip 2325 {
frame 1 {
this._visible = false;
stop();
}
frame 2 {
this._visible = true;
}
frame 25 {
stop();
}
}
movieClip 2326 {
}
movieClip 2329 {
}
movieClip 2332 {
}
movieClip 2335 {
}
movieClip 2338 {
}
movieClip 2340 {
}
movieClip 2342 {
}
movieClip 2344 {
}
movieClip 2347 {
}
movieClip 2350 {
}
movieClip 2353 {
}
movieClip 2356 {
}
movieClip 2360 {
frame 1 {
this._visible = false;
stop();
}
frame 2 {
this._visible = true;
}
frame 25 {
stop();
}
}
movieClip 2361 {
}
movieClip 2363 {
}
movieClip 2366 {
}
movieClip 2370 {
frame 1 {
this._visible = false;
stop();
}
frame 2 {
this._visible = true;
}
frame 25 {
stop();
}
}
movieClip 2371 {
}
movieClip 2373 {
}
movieClip 2377 {
}
movieClip 2381 {
frame 3 {
stop();
}
}
movieClip 2384 {
}
movieClip 2388 {
}
movieClip 2391 {
}
movieClip 2393 {
}
movieClip 2394 {
frame 3 {
stop();
}
}
movieClip 2397 {
}
movieClip 2399 {
frame 1 {
stop();
}
}
movieClip 2406 {
frame 1 {
this._visible = false;
stop();
}
frame 2 {
this._visible = true;
}
frame 25 {
stop();
}
}
movieClip 2410 {
frame 1 {
this._visible = false;
stop();
}
frame 2 {
this._visible = true;
}
frame 25 {
stop();
}
}
movieClip 2413 {
frame 1 {
this._visible = false;
stop();
}
frame 2 {
this._visible = true;
}
frame 25 {
stop();
}
}
movieClip 2416 {
}
movieClip 2418 {
}
movieClip 2421 {
}
movieClip 2422 {
}
movieClip 2425 {
}
movieClip 2426 {
// unknown tag 253 length 1069
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 2433 {
}
movieClip 2435 {
}
movieClip 2438 {
}
movieClip 2440 {
}
movieClip 2487 pool_fuck {
// unknown tag 253 length 4150
frame 1 {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
for (;;) {
_root.screen.cal_btn._visible = false;
var busy = false;
var current_part = 7;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array('0', '30', '60', '100');
var level_complete = false;
btn4._visible = false;
btn5._visible = false;
btn6._visible = false;
btn7._visible = false;
function check_speed() {
if (last_speed != current_speed) break;
gotoAndPlay('a' + current_speed);
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 'unknown condition':
gotoAndStop('b01');
play();
case '02':
gotoAndStop('b01');
play();
case '03':
gotoAndStop('b01');
play();
case '04':
gotoAndStop('b01');
play();
case '05':
gotoAndStop('b01');
play();
case '06':
gotoAndStop('b01');
play();
case '07':
gotoAndStop('b01');
play();
case '08':
gotoAndStop('b01');
play();
case '10':
gotoAndStop('b3');
play();
case '12':
gotoAndStop('a2');
play();
case '13':
last_speed = 3;
gotoAndStop('a3');
play();
case '14':
gotoAndStop('b3');
play();
case '15':
gotoAndStop('b3');
play();
case '16':
gotoAndStop('b3');
play();
case '17':
gotoAndStop('b3');
play();
case '18':
gotoAndStop('b3');
play();
case '20':
gotoAndStop('b3');
play();
case '21':
gotoAndStop('a1');
play();
case '23':
last_speed = 3;
gotoAndStop('a3');
play();
case '24':
gotoAndStop('b3');
play();
case '25':
gotoAndStop('b3');
play();
case '26':
gotoAndStop('b3');
play();
case '27':
gotoAndStop('b3');
play();
case '28':
gotoAndStop('b3');
play();
case '30':
gotoAndStop('b3');
play();
case '31':
last_speed = 1;
gotoAndStop('a1');
play();
case '32':
last_speed = 2;
gotoAndStop('a2');
play();
case '34':
gotoAndStop('b3');
play();
case '35':
gotoAndStop('b3');
play();
case '36':
gotoAndStop('b3');
play();
case '37':
gotoAndStop('b3');
play();
case '38':
gotoAndStop('b3');
play();
case '40':
gotoAndStop('b5');
play();
case '41':
gotoAndStop('b1');
play();
case '42':
gotoAndStop('b1');
play();
case '43':
gotoAndStop('b1');
play();
case '45':
gotoAndStop('b2');
play();
case '46':
gotoAndStop('b2');
play();
case '47':
gotoAndStop('b2');
play();
case '48':
gotoAndStop('b2');
play();
case '50':
gotoAndStop('b6');
play();
case '51':
gotoAndStop('b6');
play();
case '52':
gotoAndStop('b6');
play();
case '53':
gotoAndStop('b6');
play();
case '54':
gotoAndStop('b6');
play();
case '56':
last_speed = 6;
gotoAndStop('a6');
play();
case '57':
last_speed = 7;
gotoAndStop('a7');
play();
case '58':
last_speed = 8;
gotoAndStop('cs');
play();
case '60':
gotoAndStop('b6');
play();
case '61':
gotoAndStop('b6');
play();
case '62':
gotoAndStop('b6');
play();
case '63':
gotoAndStop('b6');
play();
case '64':
gotoAndStop('b6');
play();
case '65':
last_speed = 5;
gotoAndStop('a5');
play();
case '67':
last_speed = 7;
gotoAndStop('a7');
play();
case '68':
last_speed = 8;
gotoAndStop('cs');
play();
case '70':
gotoAndStop('b6');
play();
case '71':
gotoAndStop('b6');
play();
case '72':
gotoAndStop('b6');
play();
case '73':
gotoAndStop('b6');
play();
case '74':
gotoAndStop('b6');
play();
case '75':
last_speed = 5;
gotoAndStop('a5');
play();
case '76':
last_speed = 67;
gotoAndStop('a6');
play();
case '78':
last_speed = 8;
gotoAndStop('cs');
play();
default:
last_speed += 1;
}
current_speed = storedv1;
i = 0;
(eval('btn' + i)).setmode((eval('btn' + i))._mode);
++i;
btn0.setmode(3);
btn1.setmode(1);
btn2.setmode(1);
btn3.setmode(1);
btn4.setmode(1);
btn5.setmode(1);
btn6.setmode(1);
btn7.setmode(1);
pleasure_meter._visible = false;
cumshot_btn._visible = true;
level_complete = true;
next_btn._visible = level_complete;
cumshot_btn._visible = level_complete;
pleasure_meter._visible = !level_complete;
next2_btn._visible = false;
glow._visible = false;
current_speed = 8;
cumshot_btn._visible = false;
next_btn._visible = false;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
btn5._visible = false;
btn6._visible = false;
btn7._visible = false;
storedv1.pool_complete = true;
pleasure_meter._visible = false;
cumshot_btn._x = 1000;
next_btn._x = 1000;
(_root.pool_complete != true)[cumshot_btn] = 'onPress';
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
busy != false;
i > 10;
current_part != 7;
storedv0 === 2;
storedv0 === 3;
storedv0 === 4;
storedv0 === 5;
storedv0 === 6;
storedv0 === 7;
storedv0 === 8;
next_btn;
'onPress';
function () {
_root.pool_complete = true;
_root.gotoScreen('screen_8');
};
function () {
_root.pool_complete = true;
_root.gotoScreen('screen_8');
};
}
// unknown tag 253 length 68
frame 2 {
busy = false;
face.gotoAndStop(1);
hair.gotoAndStop(1);
}
frame 40 {
check_speed();
}
frame 41 {
busy = true;
}
frame 60 {
switch (current_speed) {
break;
case 0:
case 1:
gotoAndPlay('b1');
break;
case 2:
gotoAndPlay('b1');
break;
case 3:
gotoAndPlay('b1');
break;
case 4:
gotoAndPlay('b2');
break;
case 5:
gotoAndPlay('b2');
break;
case 6:
gotoAndPlay('b2');
break;
case 7:
gotoAndPlay('b2');
break;
case 8:
gotoAndPlay('b2');
}
}
frame 61 {
busy = true;
}
// unknown tag 253 length 169
frame 73 {
switch (current_speed) {
case 0:
break;
case 1:
last_speed = 1;
gotoAndPlay('a1');
break;
case 2:
last_speed = 2;
gotoAndPlay('a2');
break;
case 3:
last_speed = 3;
gotoAndPlay('a3');
}
}
frame 86 {
if (current_speed !== 4) {
} else {
last_speed = 4;
gotoAndPlay('a4');
}
busy = true;
}
// unknown tag 253 length 183
frame 90 {
switch (current_speed) {
case 5:
last_speed = 5;
gotoAndPlay('a5');
break;
case 6:
last_speed = 6;
gotoAndPlay('a6');
break;
case 7:
last_speed = 7;
gotoAndPlay('a7');
break;
case 8:
last_speed = 8;
gotoAndPlay('cs');
}
}
// unknown tag 253 length 68
frame 106 {
busy = false;
face.gotoAndStop(2);
hair.gotoAndStop(1);
}
frame 135 {
check_speed();
}
// unknown tag 253 length 68
frame 136 {
busy = false;
face.gotoAndStop(3);
hair.gotoAndStop(2);
}
frame 152 {
check_speed();
}
// unknown tag 253 length 176
frame 153 {
f = random(3);
switch (f) {
break;
case 0:
case 1:
gotoAndPlay('a31');
break;
case 2:
gotoAndPlay('a32');
}
busy = false;
face.gotoAndStop(4);
hair.gotoAndStop(2);
}
frame 163 {
check_speed();
}
frame 164 {
busy = false;
}
frame 175 {
busy = false;
}
frame 185 {
check_speed();
}
// unknown tag 253 length 68
frame 186 {
busy = false;
face.gotoAndStop(2);
hair.gotoAndStop(1);
}
frame 217 {
check_speed();
}
// unknown tag 253 length 68
frame 218 {
busy = false;
face.gotoAndStop(2);
hair.gotoAndStop(2);
}
frame 240 {
check_speed();
}
// unknown tag 253 length 68
frame 241 {
busy = false;
face.gotoAndStop(3);
hair.gotoAndStop(2);
}
frame 255 {
check_speed();
}
// unknown tag 253 length 68
frame 256 {
busy = false;
face.gotoAndStop(4);
hair.gotoAndStop(3);
}
frame 266 {
check_speed();
}
// unknown tag 253 length 149
frame 267 {
face.gotoAndStop(4);
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
btn5._visible = false;
btn6._visible = false;
btn7._visible = false;
}
// unknown tag 253 length 101
frame 310 {
hair.s1.gotoAndPlay(2);
hair.s2.gotoAndPlay(2);
hair.s3.gotoAndPlay(2);
}
// unknown tag 253 length 101
frame 326 {
nipple.s1.gotoAndPlay(2);
nipple2.s1.gotoAndPlay(2);
body.s1.gotoAndPlay(2);
}
// unknown tag 253 length 101
frame 342 {
body.s2.gotoAndPlay(2);
body.s3.gotoAndPlay(2);
body.s4.gotoAndPlay(2);
}
frame 347 {
face.gotoAndStop(5);
}
// unknown tag 253 length 215
frame 365 {
function checklevel() {}
next2_btn._visible = true;
glow._visible = true;
face.gotoAndStop(5);
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
btn5._visible = false;
btn6._visible = false;
btn7._visible = false;
this.onEnterFrame = function () {};
}
// unknown tag 253 length 174
frame 395 {
gotoAndPlay('a8');
btn0._x = 1000;
btn1._x = 1000;
btn2._x = 1000;
btn3._x = 1000;
btn4._x = 1000;
btn5._x = 1000;
btn6._x = 1000;
btn7._x = 1000;
btn8._x = 1000;
}
frame 396 {
busy = true;
}
frame 410 {
switch (current_speed) {
break;
case 0:
case 4:
gotoAndPlay('b2');
break;
case 5:
gotoAndPlay('b2');
break;
case 6:
gotoAndPlay('b2');
break;
case 7:
gotoAndPlay('b2');
break;
case 8:
gotoAndPlay('b2');
}
}
frame 411 {
busy = true;
}
frame 425 {
last_speed = 0;
gotoAndPlay('a0');
}
// unknown tag 253 length 205
frame 433 {
switch (current_speed) {
case 0:
last_speed = 0;
gotoAndPlay('b5');
break;
case 1:
gotoAndPlay('b1');
break;
case 2:
gotoAndPlay('b1');
break;
case 3:
gotoAndPlay('b1');
break;
case 4:
last_speed = 4;
gotoAndPlay('a4');
}
busy = true;
}
}
movieClip 2494 {
}
movieClip 2502 {
// unknown tag 253 length 53
frame 1 {
f = random(4);
if (f == 3) {
gotoAndPlay('x');
}
}
frame 80 {
gotoAndPlay(1);
}
frame 160 {
gotoAndPlay(1);
}
}
movieClip 2504 {
}
movieClip 2506 {
}
movieClip 2507 {
}
movieClip 2511 {
}
movieClip 2514 {
frame 28 {
gotoAndStop(1);
}
}
movieClip 2517 {
frame 1 {
stop();
}
}
movieClip 2521 {
}
movieClip 2524 {
}
movieClip 2526 {
}
movieClip 2530 {
}
movieClip 2533 {
}
movieClip 2535 {
}
movieClip 2536 {
}
movieClip 2537 {
}
movieClip 2538 {
}
movieClip 2539 {
// unknown tag 253 length 1069
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 2541 {
}
movieClip 2542 {
// unknown tag 253 length 1069
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 2572 {
// unknown tag 253 length 2080
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':
last_speed = 2;
gotoAndPlay('a2');
break;
case '03':
last_speed = 3;
gotoAndPlay('a3');
break;
case '04':
last_speed = 4;
gotoAndPlay('a4');
break;
case '10':
gotoAndPlay('a0');
break;
case '12':
gotoAndPlay('a2');
break;
case '13':
last_speed = 3;
gotoAndPlay('a3');
break;
case '14':
last_speed = 4;
gotoAndPlay('a4');
break;
case '20':
last_speed = 0;
gotoAndPlay('a0');
break;
case '21':
gotoAndPlay('a1');
break;
case '23':
gotoAndPlay('a3');
break;
case '24':
last_speed = 4;
gotoAndPlay('a4');
break;
case '30':
last_speed = 0;
gotoAndPlay('a0');
break;
case '31':
last_speed = 1;
gotoAndPlay('a1');
break;
case '32':
gotoAndPlay('a2');
break;
case '34':
gotoAndPlay('a4');
break;
case '40':
last_speed = 0;
gotoAndPlay('a0');
break;
case '41':
last_speed = 1;
gotoAndPlay('a1');
break;
case '42':
last_speed = 2;
gotoAndPlay('a2');
break;
case '43':
gotoAndPlay('a3');
}
if (last_speed < current_speed) {
last_speed += 1;
}
if (last_speed > current_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;
next_btn._visible = true;
}
switch (current_part) {
case 0:
btn0.setmode(3);
break;
case 1:
btn0.setmode(3);
btn1.setmode(1);
break;
case 2:
btn2.setmode(1);
break;
case 3:
btn3.setmode(1);
break;
case 4:
btn4.setmode(1);
break;
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;
glow._visible = true;
}
}
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;
if (_root.boss_fuck_1_complete == true) {
level_complete = true;
}
next_btn._visible = level_complete;
cumshot_btn._visible = level_complete;
pleasure_meter._visible = !level_complete;
glow._visible = level_complete;
cumshot_btn.onPress = function () {
_root.boss_fuck_1_complete = true;
_root.gotoScreen('');
};
next_btn.onPress = function () {
_root.boss_fuck_1_complete = true;
_root.gotoScreen('boss_fuck_2');
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
checklevel();
gotoAndPlay('a0');
}
// unknown tag 253 length 85
frame 2 {
busy = false;
head.gotoAndStop(1);
btn0._mode = 3;
btn0.setmode(3);
}
frame 30 {
check_speed();
}
// unknown tag 253 length 86
frame 56 {
f = random(4);
if (f == 3) {
gotoAndPlay('a11');
}
busy = false;
head.gotoAndStop(2);
}
frame 68 {
check_speed();
}
frame 105 {
check_speed();
}
// unknown tag 253 length 74
frame 106 {
busy = false;
head.gotoAndStop(3);
head.brows.gotoAndPlay(2);
}
frame 135 {
check_speed();
}
frame 136 {
busy = false;
head.gotoAndStop(4);
}
frame 152 {
check_speed();
}
// unknown tag 253 length 86
frame 153 {
f = random(4);
if (f == 3) {
gotoAndPlay('a41');
}
busy = false;
head.gotoAndStop(4);
}
frame 165 {
check_speed();
}
frame 166 {
head.gotoAndStop(5);
}
frame 228 {
check_speed();
}
}
movieClip 2573 boss_fuck_1 {
}
movieClip 2580 {
}
movieClip 2582 {
}
movieClip 2584 {
}
movieClip 2587 {
}
movieClip 2591 {
}
movieClip 2593 {
}
movieClip 2594 {
frame 1 {
this._visible = false;
stop();
}
frame 2 {
this._visible = true;
}
frame 20 {
stop();
}
}
movieClip 2595 {
}
movieClip 2598 {
}
movieClip 2600 {
}
movieClip 2604 {
}
movieClip 2605 {
}
movieClip 2606 {
frame 1 {
this._visible = false;
stop();
}
frame 2 {
this._visible = true;
}
frame 20 {
stop();
}
}
movieClip 2607 {
}
movieClip 2609 {
}
movieClip 2612 {
}
movieClip 2620 {
frame 1 {
this._visible = false;
stop();
}
frame 2 {
this._visible = true;
}
frame 20 {
stop();
}
}
movieClip 2621 {
}
movieClip 2623 {
}
movieClip 2626 {
}
movieClip 2635 {
frame 1 {
this._visible = false;
stop();
}
frame 2 {
this._visible = true;
}
frame 20 {
stop();
}
}
movieClip 2636 {
}
movieClip 2638 {
}
movieClip 2643 {
// unknown tag 253 length 53
frame 1 {
f = random(4);
if (f == 3) {
gotoAndPlay('x');
}
}
frame 76 {
gotoAndPlay(1);
}
}
movieClip 2647 {
}
movieClip 2650 {
}
movieClip 2654 {
}
movieClip 2655 {
}
movieClip 2661 {
frame 1 {
stop();
}
}
movieClip 2663 {
}
movieClip 2666 {
}
movieClip 2667 {
// unknown tag 253 length 965
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 2669 {
}
movieClip 2670 {
// unknown tag 253 length 1069
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;
gotoAndStop(4);
}
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 2672 {
}
movieClip 2674 {
}
movieClip 2676 {
}
movieClip 2678 {
}
movieClip 2680 {
}
movieClip 2682 {
}
movieClip 2684 {
}
movieClip 2686 {
}
movieClip 2688 {
}
movieClip 2689 {
frame 1 {
this._visible = false;
stop();
}
frame 2 {
this._visible = true;
}
frame 20 {
stop();
}
}
movieClip 2691 {
}
movieClip 2699 {
// unknown tag 253 length 2956
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':
last_speed = 2;
gotoAndPlay('b1');
break;
case '03':
last_speed = 3;
gotoAndPlay('a3');
break;
case '04':
last_speed = 4;
gotoAndPlay('a4');
break;
case '05':
last_speed = 5;
gotoAndPlay('cs');
break;
case '06':
last_speed = 6;
gotoAndPlay('cs');
break;
case '10':
gotoAndPlay('a0');
break;
case '12':
gotoAndPlay('b1');
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 '16':
last_speed = 6;
gotoAndPlay('cs');
break;
case '20':
last_speed = 0;
gotoAndPlay('b2');
break;
case '21':
last_speed = 1;
gotoAndPlay('b2');
break;
case '23':
last_speed = 3;
gotoAndPlay('b2');
break;
case '24':
last_speed = 4;
gotoAndPlay('b2');
break;
case '25':
last_speed = 5;
gotoAndPlay('b2');
break;
case '26':
last_speed = 6;
gotoAndPlay('b2');
break;
case '30':
last_speed = 0;
gotoAndPlay('a0');
break;
case '31':
last_speed = 1;
gotoAndPlay('a1');
break;
case '32':
gotoAndPlay('b1');
break;
case '34':
gotoAndPlay('a4');
break;
case '35':
last_speed = 5;
gotoAndPlay('cs');
break;
case '36':
last_speed = 6;
gotoAndPlay('cs');
break;
case '40':
last_speed = 0;
gotoAndPlay('a0');
break;
case '41':
last_speed = 1;
gotoAndPlay('b21');
break;
case '42':
last_speed = 2;
gotoAndPlay('b1');
break;
case '43':
gotoAndPlay('a3');
break;
case '45':
last_speed = 5;
gotoAndPlay('cs');
break;
case '46':
last_speed = 6;
gotoAndPlay('cs');
}
if (last_speed < current_speed) {
last_speed += 1;
}
if (last_speed > current_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_1._visible = true;
cumshot_btn_2._visible = true;
next_btn._visible = true;
}
switch (current_part) {
case 0:
btn0.setmode(3);
btn1.setmode(1);
break;
case 1:
btn0.setmode(3);
btn1.setmode(1);
break;
case 2:
btn2.setmode(1);
break;
case 3:
btn3.setmode(1);
break;
case 4:
btn4.setmode(1);
break;
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;
}
}
var busy = false;
var current_part = 0;
var current_speed = 0;
var last_speed = 0;
var stop_percents = Array('0', '30', '50', '70', '100');
var level_complete = false;
if (_root.boss_fuck_2_complete == true) {
level_complete = true;
}
next_btn._visible = level_complete;
cumshot_btn_1._visible = level_complete;
cumshot_btn_2._visible = level_complete;
pleasure_meter._visible = !level_complete;
next2_btn._visible = false;
glow._visible = false;
cumshot_btn_1.onPress = function () {
current_speed = 5;
cumshot_btn_1._visible = false;
cumshot_btn_2._visible = false;
next_btn._visible = false;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
_root.boss_fuck_2_complete = true;
pleasure_meter._visible = false;
cumshot_btn_1._x = 1000;
cumshot_btn_2._x = 1000;
next_btn._x = 1000;
};
cumshot_btn_2.onPress = function () {
current_speed = 6;
cumshot_btn_1._visible = false;
cumshot_btn_2._visible = false;
next_btn._visible = false;
btn0._visible = false;
btn1._visible = false;
btn2._visible = false;
btn3._visible = false;
btn4._visible = false;
_root.boss_fuck_2_complete = true;
pleasure_meter._visible = false;
cumshot_btn_1._x = 1000;
cumshot_btn_2._x = 1000;
next_btn._x = 1000;
};
next_btn.onPress = function () {
_root.boss_fuck_2_complete = true;
_root.gotoScreen('');
};
next2_btn.onPress = function () {
_root.boss_fuck_2_complete = true;
_root.gotoScreen('screen_11');
};
btn0.part = 0;
btn1.part = 1;
btn2.part = 2;
btn3.part = 3;
btn4.part = 4;
checklevel();
gotoAndPlay('a0');
}
frame 2 {
head.gotoAndStop(1);
busy = false;
}
frame 30 {
check_speed();
}
frame 31 {
busy = true;
}
frame 43 {
gotoAndPlay('a2');
}
// unknown tag 253 length 86
frame 91 {
f = random(4);
if (f == 3) {
gotoAndPlay('a11');
}
busy = false;
head.gotoAndStop(2);
}
frame 115 {
check_speed();
}
frame 120 {
head.mouth.gotoAndPlay(2);
}
frame 150 {
check_speed();
}
frame 151 {
head.gotoAndStop(3);
busy = false;
}
frame 166 {
check_speed();
}
// unknown tag 253 length 86
frame 167 {
f = random(4);
if (f == 3) {
gotoAndPlay('a31');
}
busy = false;
head.gotoAndStop(4);
}
frame 184 {
check_speed();
}
frame 197 {
check_speed();
}
// unknown tag 253 length 115
frame 214 {
f = random(3);
if (f == 1) {
gotoAndPlay('a41');
}
if (f == 2) {
gotoAndPlay('a42');
}
busy = false;
head.gotoAndStop(5);
}
frame 224 {
check_speed();
}
frame 236 {
check_speed();
}
frame 247 {
check_speed();
}
frame 248 {
busy = true;
}
// unknown tag 253 length 61
frame 260 {
if (last_speed < 5) {
gotoAndPlay('a' + last_speed);
} else {
gotoAndPlay('cs1');
}
}
frame 261 {
head.gotoAndStop(5);
}
frame 296 {
head.gotoAndStop(4);
}
// unknown tag 253 length 72
frame 348 {
if (last_speed == 5) {
gotoAndPlay('cs1');
}
if (last_speed == 6) {
gotoAndPlay('cs2');
}
}
frame 352 {
sperm.gotoAndPlay(2);
}
// unknown tag 253 length 127
frame 353 {
head.gotoAndStop(2);
next2_btn.onPress = function () {
_root.boss_fuck_2_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('screen_11');
} else {
_root.gotoScreen('map');
}
};
}
frame 390 {
gotoAndPlay('end1');
}
// unknown tag 253 length 72
frame 405 {
nipple1.s1.gotoAndPlay(2);
nipple2.s1.gotoAndPlay(2);
}
frame 423 {
body.s1.gotoAndPlay(2);
}
frame 445 {
penis.s1.gotoAndPlay(2);
}
// unknown tag 253 length 127
frame 446 {
head.gotoAndStop(2);
next2_btn.onPress = function () {
_root.boss_fuck_2_complete = true;
if (_root.fuck_scenes == false) {
_root.gotoScreen('screen_11');
} else {
_root.gotoScreen('map');
}
};
}
frame 475 {
gotoAndPlay('end2');
}
}
movieClip 2700 boss_fuck_2 {
}
movieClip 2704 {
// unknown tag 253 length 93
frame 1 {
stop();
_root.screen.cal_btn._visible = false;
next_btn.onPress = function () {
next_btn.onPress = null;
_root.gotoScreen('screen_10');
};
}
}
movieClip 2705 screen_8 {
// unknown tag 253 length 127
frame 1 {
_root.screen.calendar._show(11);
_root.screen.new_photo_screen._visible = true;
_root.screen.cal_btn._visible = false;
_root.screen.map_btn._visible = false;
}
}
movieClip 2709 {
}
movieClip 2712 {
}
movieClip 2720 {
}
movieClip 2724 {
}
movieClip 2728 {
frame 1 {
stop();
}
}
movieClip 2729 {
}
movieClip 2730 {
// unknown tag 253 length 819
frame 1 {
stop();
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;
++step;
};
my_button_press = function () {
my_phrase_baloon.text = '';
my_phrase_baloon.phrase = '';
my_phrase_baloon.letters = 0;
my_phrase_baloon._visible = false;
++step;
};
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:
her_phrase_baloon.phrase = 'Morning, Nick! How are you doing with the calendar?';
her_phrase_baloon._visible = true;
break;
case 1:
my_phrase_baloon.phrase = 'Good morning, Mrs.Wilson. I know you must be angry, but I\'ve only gotten eleven pictures.';
my_phrase_baloon._visible = true;
break;
case 2:
girl.girl.gotoAndStop(2);
her_phrase_baloon.phrase = 'Are you mad? Today is the last day before the publishing date! I don\'t know how you\'ll do this. But you just get me that 12th photo for the calendar!';
her_phrase_baloon._visible = true;
break;
case 3:
girl.girl.gotoAndStop(1);
my_phrase_baloon.phrase = 'Well...I have one good idea where to find that last picture, but I\'m not sure you\'ll agree with it.';
my_phrase_baloon._visible = true;
break;
case 4:
her_phrase_baloon.phrase = 'Okay. I\'m listening.';
her_phrase_baloon._visible = true;
break;
case 5:
my_phrase_baloon.phrase = 'Just look at the mirror, Mrs.Wilson. You\'re a damn hot charming lady. I\'m sure all Playdude\'s readers would be happy to see you naked on the annual calendar. What do you think?';
my_phrase_baloon._visible = true;
break;
case 6:
her_phrase_baloon.phrase = 'I think it\'s not a bad idea at all. But I need a little warm-up before the photo session. You\'ll help me with that, bad boy!';
her_phrase_baloon._visible = true;
break;
case 7:
step = 8;
my_phrase_baloon._visible = false;
her_phrase_baloon._visible = false;
_root.gotoScreen('boss_fuck_1');
}
};
}
}
movieClip 2731 screen_9 {
}
movieClip 2733 {
}
movieClip 2734 screen_10 {
// unknown tag 253 length 68
frame 1 {
stop();
next_btn.onPress = function () {
next_btn.onPress = null;
next_btn._visible = false;
gotoAndPlay(2);
};
}
// unknown tag 253 length 67
frame 26 {
stop();
door.onPress = function () {
door.onPress = null;
_root.gotoScreen('screen_9');
};
}
}
movieClip 2740 {
}
movieClip 2745 {
}
movieClip 2750 {
}
movieClip 2754 {
}
movieClip 2756 {
}
movieClip 2759 {
}
movieClip 2760 {
// unknown tag 253 length 41
frame 1 {
x.onPress = null;
x.useHandCursor = false;
}
frame 51 {
stop();
}
}
movieClip 2762 {
}
movieClip 2764 {
frame 1 {
this._visible = false;
}
}
movieClip 2801 {
}
movieClip 2802 {
// unknown tag 253 length 552
frame 1 {
stop();
again_btn.onPress = function () {
_root.gotoScreen('mainmenu');
};
moregames.onPress = function () {
getURL(_root.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://buybonetown.com/store/pc/btRedirect.asp?idaffiliate=191', '_blank');
};
}
}
movieClip 2803 {
// unknown tag 253 length 102
frame 1 {
next_btn.onPress = function () {
gotoAndPlay(2);
};
stop();
_root.screen.calendar._show(12);
_root.screen.new_photo_screen._visible = true;
}
// unknown tag 253 length 106
frame 76 {
stop();
end.again_btn.onPress = function () {
_root.gotoScreen('mainmenu');
};
end.moregames.onPress = function () {
getURL(_root.owner_URL, '_blank');
};
}
}
movieClip 2804 screen_11 {
}
movieClip 2809 {
}
movieClip 2811 {
}
movieClip 2812 calendar_1 {
}
movieClip 2817 {
}
movieClip 2822 {
}
movieClip 2823 {
}
movieClip 2828 {
}
movieClip 2833 {
}
movieClip 2834 {
}
movieClip 2839 {
}
movieClip 2842 {
}
movieClip 2843 {
}
movieClip 2848 {
}
movieClip 2851 {
}
movieClip 2852 {
}
movieClip 2857 {
}
movieClip 2859 {
}
movieClip 2862 {
}
movieClip 2863 {
}
movieClip 2870 {
}
movieClip 2873 {
}
movieClip 2874 {
}
movieClip 2880 {
}
movieClip 2883 {
}
movieClip 2884 {
}
movieClip 2891 {
}
movieClip 2894 {
}
movieClip 2895 {
}
movieClip 2903 {
}
movieClip 2904 {
}
movieClip 2905 {
}
movieClip 2908 {
}
movieClip 2909 {
}
movieClip 2913 {
}
movieClip 2916 {
}
movieClip 2917 {
}
movieClip 2922 {
}
movieClip 2925 {
}
movieClip 2927 {
}
movieClip 2928 {
}
movieClip 2929 {
}
movieClip 2930 {
}
movieClip 2932 {
}
movieClip 2935 {
}
movieClip 2937 {
}
movieClip 2939 {
}
movieClip 2941 {
}
movieClip 2943 {
}
movieClip 2944 {
// unknown tag 253 length 209
frame 1 {
stop();
this.onRollOver = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(2);
}
};
this.onRollOut = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
if (this._currentframe != 4) {
gotoAndStop(1);
}
};
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 2946 {
}
movieClip 2948 {
}
movieClip 2949 {
// unknown tag 253 length 209
frame 1 {
stop();
this.onRollOver = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(2);
}
};
this.onRollOut = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
if (this._currentframe != 4) {
gotoAndStop(1);
}
};
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 2951 {
}
movieClip 2953 {
}
movieClip 2954 {
// unknown tag 253 length 209
frame 1 {
stop();
this.onRollOver = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(2);
}
};
this.onRollOut = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
if (this._currentframe != 4) {
gotoAndStop(1);
}
};
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 2956 {
}
movieClip 2958 {
}
movieClip 2959 {
// unknown tag 253 length 209
frame 1 {
stop();
this.onRollOver = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(2);
}
};
this.onRollOut = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
if (this._currentframe != 4) {
gotoAndStop(1);
}
};
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 2961 {
}
movieClip 2963 {
}
movieClip 2964 {
// unknown tag 253 length 209
frame 1 {
stop();
this.onRollOver = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(2);
}
};
this.onRollOut = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
if (this._currentframe != 4) {
gotoAndStop(1);
}
};
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 2966 {
}
movieClip 2968 {
}
movieClip 2969 {
// unknown tag 253 length 209
frame 1 {
stop();
this.onRollOver = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(2);
}
};
this.onRollOut = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
if (this._currentframe != 4) {
gotoAndStop(1);
}
};
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 2971 {
}
movieClip 2973 {
}
movieClip 2974 {
// unknown tag 253 length 209
frame 1 {
stop();
this.onRollOver = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(2);
}
};
this.onRollOut = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
if (this._currentframe != 4) {
gotoAndStop(1);
}
};
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 2976 {
}
movieClip 2978 {
}
movieClip 2979 {
// unknown tag 253 length 209
frame 1 {
stop();
this.onRollOver = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(2);
}
};
this.onRollOut = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
if (this._currentframe != 4) {
gotoAndStop(1);
}
};
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 2981 {
}
movieClip 2983 {
}
movieClip 2984 {
// unknown tag 253 length 209
frame 1 {
stop();
this.onRollOver = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(2);
}
};
this.onRollOut = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
if (this._currentframe != 4) {
gotoAndStop(1);
}
};
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 2986 {
}
movieClip 2988 {
}
movieClip 2989 {
// unknown tag 253 length 209
frame 1 {
stop();
this.onRollOver = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(2);
}
};
this.onRollOut = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
if (this._currentframe != 4) {
gotoAndStop(1);
}
};
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 2991 {
}
movieClip 2993 {
}
movieClip 2994 {
// unknown tag 253 length 209
frame 1 {
stop();
this.onRollOver = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(2);
}
};
this.onRollOut = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
if (this._currentframe != 4) {
gotoAndStop(1);
}
};
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 2996 {
}
movieClip 2998 {
}
movieClip 2999 {
// unknown tag 253 length 209
frame 1 {
stop();
this.onRollOver = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(2);
}
};
this.onRollOut = function () {
if (this._currentframe != 4 and this._currentframe != 3) {
gotoAndStop(1);
}
};
this.onReleaseOutside = function () {
if (this._currentframe != 4) {
gotoAndStop(1);
}
};
}
frame 1 {
stop();
busy = false;
_mode = 1;
this.useHandCursor = true;
}
frame 2 {
stop();
busy = false;
_mode = 2;
this.useHandCursor = true;
}
frame 3 {
stop();
busy = false;
_mode = 3;
this.useHandCursor = false;
}
frame 4 {
stop();
busy = false;
_mode = 4;
this.useHandCursor = false;
}
}
movieClip 3001 {
}
movieClip 3026 calendar {
// unknown tag 253 length 2270
frame 1 {
function init() {
closed = true;
dark._visible = false;
bg.onPress = function () {};
bg.useHandCursor = false;
if (_root.captain_complete == false) {
btn1.gotoAndStop(4);
} else {
if (_root.current_month == 1) {
btn1.gotoAndStop(3);
} else {
btn1.gotoAndStop(1);
}
btn1.onPress = function () {
_show(1);
};
closed = false;
}
if (_root.bar_complete == false) {
btn2.gotoAndStop(4);
} else {
if (_root.current_month == 2) {
btn2.gotoAndStop(3);
} else {
btn2.gotoAndStop(1);
}
btn2.onPress = function () {
_show(2);
};
closed = false;
}
if (_root.medical_complete == false) {
btn3.gotoAndStop(4);
} else {
if (_root.current_month == 3) {
btn3.gotoAndStop(3);
} else {
btn3.gotoAndStop(1);
}
btn3.onPress = function () {
_show(3);
};
closed = false;
}
if (_root.maid_complete == false) {
btn4.gotoAndStop(4);
} else {
if (_root.current_month == 4) {
btn4.gotoAndStop(3);
} else {
btn4.gotoAndStop(1);
}
btn4.onPress = function () {
_show(4);
};
closed = false;
}
if (_root.golf_complete == false) {
btn5.gotoAndStop(4);
} else {
if (_root.current_month == 5) {
btn5.gotoAndStop(3);
} else {
btn5.gotoAndStop(1);
}
btn5.onPress = function () {
_show(5);
};
closed = false;
}
if (_root.golf_complete == false) {
btn6.gotoAndStop(4);
} else {
if (_root.current_month == 6) {
btn6.gotoAndStop(3);
} else {
btn6.gotoAndStop(1);
}
btn6.onPress = function () {
_show(6);
};
closed = false;
}
if (_root.library_complete == false) {
btn7.gotoAndStop(4);
} else {
if (_root.current_month == 7) {
btn7.gotoAndStop(3);
} else {
btn7.gotoAndStop(1);
}
btn7.onPress = function () {
_show(7);
};
closed = false;
}
if (_root.casino_complete == false) {
btn8.gotoAndStop(4);
} else {
if (_root.current_month == 8) {
btn8.gotoAndStop(3);
} else {
btn8.gotoAndStop(1);
}
btn8.onPress = function () {
_show(8);
};
closed = false;
}
if (_root.atrium_complete == false) {
btn9.gotoAndStop(4);
} else {
if (_root.current_month == 9) {
btn8.gotoAndStop(3);
} else {
btn9.gotoAndStop(1);
}
btn9.onPress = function () {
_show(9);
};
closed = false;
}
if (_root.sun_deck_complete == false) {
btn10.gotoAndStop(4);
} else {
if (_root.current_month == 10) {
btn10.gotoAndStop(3);
} else {
btn10.gotoAndStop(1);
}
btn10.onPress = function () {
_show(10);
};
closed = false;
}
if (_root.pool_complete == false) {
btn11.gotoAndStop(4);
} else {
if (_root.current_month == 11) {
btn11.gotoAndStop(3);
} else {
btn11.gotoAndStop(1);
}
btn11.onPress = function () {
_show(11);
};
closed = false;
}
if (_root.boss_fuck_2_complete == false) {
btn12.gotoAndStop(4);
} else {
if (_root.current_month == 12) {
btn12.gotoAndStop(3);
} else {
btn12.gotoAndStop(1);
}
btn12.onPress = function () {
_show(12);
};
closed = false;
}
if (closed == true) {
gotoAndStop(13);
return 0;
}
gotoAndStop(_root.current_month);
return 0;
}
stop();
need_init = true;
this.onEnterFrame = function () {
if (this._visible == true and this.need_init == true) {
this.need_init = false;
this.init();
}
};
back.onPress = function () {
_visible = false;
};
}
}
movieClip 3027 {
}
movieClip 3030 {
}
movieClip 3032 {
}
movieClip 3034 {
}
movieClip 3035 new_photo_screen {
// unknown tag 253 length 140
frame 1 {
stop();
this.onEnterFrame = function () {
if (this._currentframe != 1) {
return undefined;
}
if (this._visible == true) {
this.gotoAndPlay(2);
}
};
bg.onPress = function () {};
bg.useHandCursor = false;
}
// unknown tag 253 length 99
frame 17 {
stop();
next_btn.onPress = function () {
_root.screen.new_photo_screen._visible = false;
gotoAndStop(1);
};
bg.onPress = function () {};
bg.useHandCursor = false;
}
}
movieClip 3037 {
}
movieClip 3040 {
frame 1 {
this._visible = false;
}
}
movieClip 3042 {
}
movieClip 3043 loose_screen {
// unknown tag 253 length 124
frame 1 {
next_btn.onPress = function () {
_parent._visible = false;
_parent._parent.gotoAndStop(1);
_parent.removeMovieClip();
};
bg.onPress = function () {};
bg.useHandCursor = false;
}
// unknown tag 253 length 122
frame 54 {
stop();
next_btn.onPress = function () {
_visible = false;
_parent.gotoAndStop(1);
this.removeMovieClip();
};
bg.onPress = function () {};
bg.useHandCursor = false;
}
}
movieClip 3045 {
}
movieClip 3048 {
frame 1 {
this._visible = false;
gotoAndStop(random(2) + 2);
}
}
movieClip 3050 win_screen {
// unknown tag 253 length 117
frame 1 {
next_btn.onPress = function () {
this._visible = false;
_parent.gotoFuckScreen();
this.removeMovieClip();
};
bg.onPress = function () {};
bg.useHandCursor = false;
}
// unknown tag 253 length 121
frame 84 {
stop();
next_btn.onPress = function () {
_visible = false;
this.removeMovieClip();
_parent.Win();
};
bg.onPress = function () {};
bg.useHandCursor = false;
}
}
movieClip 3052 {
}
movieClip 3053 new_photo_screen_2 {
// unknown tag 253 length 140
frame 1 {
stop();
this.onEnterFrame = function () {
if (this._currentframe != 1) {
return undefined;
}
if (this._visible == true) {
this.gotoAndPlay(2);
}
};
bg.onPress = function () {};
bg.useHandCursor = false;
}
// unknown tag 253 length 99
frame 17 {
stop();
next_btn.onPress = function () {
_root.screen.new_photo_screen._visible = false;
gotoAndStop(1);
};
bg.onPress = function () {};
bg.useHandCursor = false;
}
}
movieClip 3058 {
// unknown tag 253 length 96
frame 1 {
if (_parent._parent._parent.place == _parent._parent.dest) {
this._visible = true;
} else {
this._visible = false;
}
}
}
movieClip 3062 {
}
movieClip 3065 {
// unknown tag 253 length 268
frame 1 {
level_complete._visible = _parent.level_complete;
stop();
level_complete._visible = _parent.level_complete;
this.onRollOver = function () {
this.gotoAndStop(2);
};
this.onRollOut = function () {
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
this.gotoAndStop(1);
};
busy = false;
this.onPress = function () {
if (busy == true) {
return undefined;
}
busy = true;
_root.gotoScreen(_parent.dest);
};
stop();
}
}
movieClip 3068 {
}
movieClip 3069 {
// unknown tag 253 length 80
frame 1 {
this.level_complete = _root.casino_complete;
if (_root.fuck_scenes == false) {
var dest = 'casino';
} else {
var dest = 'casino_fuck';
}
}
}
movieClip 3075 {
// unknown tag 253 length 268
frame 1 {
level_complete._visible = _parent.level_complete;
stop();
level_complete._visible = _parent.level_complete;
this.onRollOver = function () {
this.gotoAndStop(2);
};
this.onRollOut = function () {
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
this.gotoAndStop(1);
};
busy = false;
this.onPress = function () {
if (busy == true) {
return undefined;
}
busy = true;
_root.gotoScreen(_parent.dest);
};
stop();
}
}
movieClip 3078 {
}
movieClip 3079 {
// unknown tag 253 length 80
frame 1 {
this.level_complete = _root.atrium_complete;
if (_root.fuck_scenes == false) {
var dest = 'atrium';
} else {
var dest = 'atrium_fuck';
}
}
}
movieClip 3085 {
// unknown tag 253 length 252
frame 1 {
this.level_complete._visible = _parent.level_complete;
this.onRollOver = function () {
this.gotoAndStop(2);
};
this.onRollOut = function () {
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
this.gotoAndStop(1);
};
busy = false;
this.onPress = function () {
if (busy == true) {
return undefined;
}
busy = true;
_root.gotoScreen(_parent.dest);
};
stop();
}
}
movieClip 3087 {
}
movieClip 3089 {
// unknown tag 253 length 80
frame 1 {
this.level_complete = _root.captain_complete;
if (_root.fuck_scenes == false) {
var dest = 'captain';
} else {
var dest = 'captain_fuck';
}
}
}
movieClip 3095 {
// unknown tag 253 length 268
frame 1 {
level_complete._visible = _parent.level_complete;
stop();
level_complete._visible = _parent.level_complete;
this.onRollOver = function () {
this.gotoAndStop(2);
};
this.onRollOut = function () {
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
this.gotoAndStop(1);
};
busy = false;
this.onPress = function () {
if (busy == true) {
return undefined;
}
busy = true;
_root.gotoScreen(_parent.dest);
};
stop();
}
}
movieClip 3098 {
}
movieClip 3099 {
// unknown tag 253 length 80
frame 1 {
this.level_complete = _root.sun_deck_complete;
if (_root.fuck_scenes == false) {
var dest = 'sun_deck';
} else {
var dest = 'sun_deck_fuck';
}
}
}
movieClip 3103 {
// unknown tag 253 length 268
frame 1 {
level_complete._visible = _parent.level_complete;
stop();
level_complete._visible = _parent.level_complete;
this.onRollOver = function () {
this.gotoAndStop(2);
};
this.onRollOut = function () {
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
this.gotoAndStop(1);
};
busy = false;
this.onPress = function () {
if (busy == true) {
return undefined;
}
busy = true;
_root.gotoScreen(_parent.dest);
};
stop();
}
}
movieClip 3106 {
}
movieClip 3107 {
// unknown tag 253 length 80
frame 1 {
this.level_complete = _root.bar_complete;
if (_root.fuck_scenes == false) {
var dest = 'bar';
} else {
var dest = 'bar_fuck';
}
}
}
movieClip 3113 {
// unknown tag 253 length 268
frame 1 {
level_complete._visible = _parent.level_complete;
stop();
level_complete._visible = _parent.level_complete;
this.onRollOver = function () {
this.gotoAndStop(2);
};
this.onRollOut = function () {
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
this.gotoAndStop(1);
};
busy = false;
this.onPress = function () {
if (busy == true) {
return undefined;
}
busy = true;
_root.gotoScreen(_parent.dest);
};
stop();
}
}
movieClip 3116 {
}
movieClip 3117 {
// unknown tag 253 length 80
frame 1 {
this.level_complete = _root.pool_complete;
if (_root.fuck_scenes == false) {
var dest = 'pool';
} else {
var dest = 'pool_fuck';
}
}
}
movieClip 3123 {
// unknown tag 253 length 268
frame 1 {
level_complete._visible = _parent.level_complete;
stop();
level_complete._visible = _parent.level_complete;
this.onRollOver = function () {
this.gotoAndStop(2);
};
this.onRollOut = function () {
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
this.gotoAndStop(1);
};
busy = false;
this.onPress = function () {
if (busy == true) {
return undefined;
}
busy = true;
_root.gotoScreen(_parent.dest);
};
stop();
}
}
movieClip 3125 {
}
movieClip 3127 {
// unknown tag 253 length 80
frame 1 {
this.level_complete = _root.golf_complete;
if (_root.fuck_scenes == false) {
var dest = 'golf';
} else {
var dest = 'golf_fuck';
}
}
}
movieClip 3134 {
// unknown tag 253 length 268
frame 1 {
level_complete._visible = _parent.level_complete;
stop();
level_complete._visible = _parent.level_complete;
this.onRollOver = function () {
this.gotoAndStop(2);
};
this.onRollOut = function () {
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
this.gotoAndStop(1);
};
busy = false;
this.onPress = function () {
if (busy == true) {
return undefined;
}
busy = true;
_root.gotoScreen(_parent.dest);
};
stop();
}
}
movieClip 3136 {
}
movieClip 3137 {
// unknown tag 253 length 80
frame 1 {
this.level_complete = _root.medical_complete;
if (_root.fuck_scenes == false) {
var dest = 'medical';
} else {
var dest = 'medical_fuck';
}
}
}
movieClip 3143 {
// unknown tag 253 length 268
frame 1 {
level_complete._visible = _parent.level_complete;
stop();
level_complete._visible = _parent.level_complete;
this.onRollOver = function () {
this.gotoAndStop(2);
};
this.onRollOut = function () {
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
this.gotoAndStop(1);
};
busy = false;
this.onPress = function () {
if (busy == true) {
return undefined;
}
busy = true;
_root.gotoScreen(_parent.dest);
};
stop();
}
}
movieClip 3145 {
}
movieClip 3147 {
// unknown tag 253 length 80
frame 1 {
this.level_complete = _root.library_complete;
if (_root.fuck_scenes == false) {
var dest = 'library';
} else {
var dest = 'library_fuck';
}
}
}
movieClip 3152 {
// unknown tag 253 length 268
frame 1 {
level_complete._visible = _parent.level_complete;
stop();
level_complete._visible = _parent.level_complete;
this.onRollOver = function () {
this.gotoAndStop(2);
};
this.onRollOut = function () {
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
this.gotoAndStop(1);
};
busy = false;
this.onPress = function () {
if (busy == true) {
return undefined;
}
busy = true;
_root.gotoScreen(_parent.dest);
};
stop();
}
}
movieClip 3155 {
}
movieClip 3156 {
// unknown tag 253 length 80
frame 1 {
this.level_complete = _root.maid_complete;
if (_root.fuck_scenes == false) {
var dest = 'maid';
} else {
var dest = 'maid_fuck';
}
}
}
movieClip 3160 {
// unknown tag 253 length 268
frame 1 {
level_complete._visible = _parent.level_complete;
stop();
level_complete._visible = _parent.level_complete;
this.onRollOver = function () {
this.gotoAndStop(2);
};
this.onRollOut = function () {
this.gotoAndStop(1);
};
this.onReleaseOutside = function () {
this.gotoAndStop(1);
};
busy = false;
this.onPress = function () {
if (busy == true) {
return undefined;
}
busy = true;
_root.gotoScreen(_parent.dest);
};
stop();
}
}
movieClip 3162 {
}
movieClip 3163 {
// unknown tag 253 length 101
frame 1 {
this.level_complete = _root.fuck_scenes;
if (_root.fuck_scenes == false) {
var dest = 'pool';
} else {
var dest = 'boss_fuck_1';
}
this._visible = _root.fuck_scenes;
}
}
movieClip 3165 {
}
movieClip 3166 map {
// unknown tag 253 length 142
frame 1 {
back._visible = !_root.fuck_scenes;
back.onPress = function () {
_root.screen.map._visible = false;
};
moregames1._visible = _root.fuck_scenes;
moregames1.onPress = function () {
getURL(_root.owner_URL, '_blank');
};
}
}
movieClip 3167 {
}
movieClip 3169 {
}
movieClip 3170 {
}
movieClip 3171 {
}
movieClip 3172 {
// unknown tag 253 length 67
frame 1 {
stop();
next_btn.onPress = function () {
next_btn.onPress = null;
_root.gotoScreen('pool');
};
}
}
movieClip 3177 {
}
movieClip 3180 {
}
movieClip 3183 {
}
movieClip 3184 {
}
movieClip 3192 mainmenu {
// unknown tag 253 length 692
frame 1 {
play_btn.onPress = function () {
_root.fuck_scenes = true;
_root.need_calendar = false;
_root.current_month = 13;
_root.captain_complete = true;
_root.bar_complete = true;
_root.golf_complete = true;
_root.maid_complete = true;
_root.medical_complete = true;
_root.library_complete = true;
_root.atrium_complete = true;
_root.sun_deck_complete = true;
_root.casino_complete = true;
_root.pool_complete = true;
_root.boss_fuck_1_complete = true;
_root.boss_fuck_2_complete = true;
_root.bar_talk = true;
_root.captain_talk = true;
_root.golf_talk = true;
_root.maid_talk = true;
_root.medical_talk = true;
_root.library_talk = true;
_root.atrium_talk = true;
_root.sun_deck_talk = true;
_root.casino_talk = true;
_root.pool_talk = true;
_root.top10_complete = true;
_root.need_instruction = true;
_root.gotoScreen('map');
};
fs.onPress = function () {
_root.fuck_scenes = true;
_root.need_calendar = false;
_root.current_month = 13;
_root.captain_complete = true;
_root.bar_complete = true;
_root.golf_complete = true;
_root.maid_complete = true;
_root.medical_complete = true;
_root.library_complete = true;
_root.atrium_complete = true;
_root.sun_deck_complete = true;
_root.casino_complete = true;
_root.pool_complete = true;
_root.boss_fuck_1_complete = true;
_root.boss_fuck_2_complete = true;
_root.bar_talk = true;
_root.captain_talk = true;
_root.golf_talk = true;
_root.maid_talk = true;
_root.medical_talk = true;
_root.library_talk = true;
_root.atrium_talk = true;
_root.sun_deck_talk = true;
_root.casino_talk = true;
_root.pool_talk = true;
_root.top10_complete = true;
_root.need_instruction = true;
_root.gotoScreen('map');
};
fs._visible = false;
moregames1.onPress = function () {
getURL(_root.owner_URL, '_blank');
};
}
}
movieClip 3193 {
}
movieClip 3196 {
frame 1 {
stop();
}
}
movieClip 3197 {
frame 1 {
stop();
}
frame 240 {
gotoAndStop(1);
}
}
movieClip 3198 help_box_2 {
}
// unknown tag 253 length 1145
frame 3 {
function setScreen(clip_name) {
if (screen != undefined) {
removeMovieClip(screen);
}
attachMovie(clip_name, 'screen', 0);
screen.attachMovie('cal_btn', 'cal_btn', 3);
screen.cal_btn._visible = false;
screen.attachMovie('map_btn', 'map_btn', 4);
if (clip_name == 'medical' or clip_name == 'casino' or clip_name == 'library' or clip_name == 'maid' or clip_name == 'sun_deck') {
screen.map_btn._x = -20;
screen.map_btn._y = -30;
screen.cal_btn._x = 180;
screen.cal_btn._y = 0;
} else {
if (clip_name == 'golf') {
screen.map_btn._x = -30;
screen.map_btn._y = -30;
screen.cal_btn._x = 50;
screen.cal_btn._y = 130;
} else {
screen.map_btn._x = 370;
screen.map_btn._y = -30;
screen.cal_btn._x = 566;
screen.cal_btn._y = 0;
}
}
screen.map_btn._visible = false;
screen.attachMovie('calendar', 'calendar', 5);
screen.calendar._show = function (x) {
_root.current_month = x;
this.init();
this.gotoAndStop(x);
this._visible = true;
};
screen.calendar._visible = false;
screen.attachMovie('map', 'map', 8);
screen.map._visible = false;
screen.map.place = clip_name;
if (clip_name == 'golf') {
screen.attachMovie('new_photo_screen_2', 'new_photo_screen', 7);
} else {
screen.attachMovie('new_photo_screen', 'new_photo_screen', 7);
}
screen.new_photo_screen._visible = false;
}
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('mainmenu');
}