Frame 1
stop();
owner_URL = "http://www.gamesofdesire.com/";
onEnterFrame = function () {
if (_currentframe != 1) {
return(undefined);
}
percent = (percent_shadow = ("Loading: " + int((100 * getBytesLoaded()) / getBytesTotal())) + "%");
bar.SetValue(getBytesLoaded() / getBytesTotal());
if (getBytesLoaded() == getBytesTotal()) {
gotoAndStop (3);
}
};
moregames.onPress = function () {
getURL (owner_URL, "_blank");
};
Frame 3
function setScreen(clip_name) {
if (screen != undefined) {
removeMovieClip(screen);
}
attachMovie(clip_name, "screen", 0);
}
function gotoScreen(clip_name) {
if (trans != undefined) {
removeMovieClip(trans);
}
attachMovie("trans_screen", "trans", 1).next_screen = clip_name;
}
function playSound(snd_name) {
trace(snd_name);
snd = new Sound();
snd.attachSound(snd_name);
snd.start();
delete snd;
}
setScreen("mainmenu");
Symbol 14 MovieClip Frame 1
function SetValue(_value) {
hider._x = (_value * volumer._width) - hider._width;
}
SetValue(0);
Symbol 57 MovieClip Frame 1
stop();
Symbol 67 MovieClip [mainmenu] Frame 1
head2.gotoAndStop(3);
play_btn.onPress = function () {
_parent.gotoScreen("screen1");
};
moregames.onPress = function () {
getURL (_parent.owner_URL, "_blank");
};
Symbol 80 MovieClip Frame 1
stop();
next_btn.onPress = function () {
play();
};
Symbol 80 MovieClip Frame 2
stop();
next_btn.onPress = function () {
play();
};
Symbol 80 MovieClip Frame 3
stop();
next_btn.onPress = function () {
_visible = false;
_parent.point1 = true;
};
Symbol 93 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 25
gotoAndPlay(30 + random(80));
Symbol 94 MovieClip Frame 160
gotoAndPlay (25);
Symbol 94 MovieClip Frame 185
stop();
Symbol 95 MovieClip Frame 25
gotoAndPlay(30 + random(80));
Symbol 95 MovieClip Frame 160
gotoAndPlay (25);
Symbol 95 MovieClip Frame 185
stop();
Symbol 100 MovieClip Frame 1
phrase = "";
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
_parent.babe1.head.gotoAndStop(next_face);
_parent.babe2.head.gotoAndStop(next_face);
if (good_result) {
if (_parent.your_phrases.length == 0) {
_parent.babe1.gotoAndPlay(161);
_parent.babe2.gotoAndPlay(161);
_parent.play();
return(undefined);
}
i = 0;
while (i < 3) {
removeMovieClip(eval ("_parent.dialog_line" + i));
i++;
}
_parent.AddDialogLines();
} else {
i = 0;
while (i < 3) {
eval ("_parent.dialog_line" + i)._visible = true;
i++;
}
}
};
Symbol 103 MovieClip Frame 1
phrase = "";
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
_parent.her_phrase._visible = true;
_parent.her_phrase.letters = 0;
_parent.babe1.head.gotoAndStop(her_face);
_parent.babe2.head.gotoAndStop(her_face);
};
Symbol 104 MovieClip [screen1] Frame 90
if (!point1) {
gotoAndPlay (50);
}
Symbol 104 MovieClip [screen1] Frame 115
stop();
next_btn.onPress = function () {
play();
};
Symbol 104 MovieClip [screen1] Frame 140
stop();
your_phrases = new Array();
her_phrases = new Array();
her_faces = new Array();
next_faces = new Array();
results = new Array();
your_phrases.push("I must be dying because I'm looking at Heaven.");
her_phrases.push("Don't worry. You're fine, just got a minor concussion last night.");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("What the hell's going on here? What are you doing with me?");
her_phrases.push("Calm down sir. You are in the hospital.");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("I wanted to die, but you're so sexy I've changed my mind!");
her_phrases.push("You made the right choice.");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("Concussion?! I don't remember anything. What happened?");
her_phrases.push("You had a car accident and crashed your Ferrari Enzo.");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("Bull shit. Where are my clothes? I need to go!");
her_phrases.push("Calm down sir! You'll spend a couple of days in the hospital.");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("When I saw your faces I thought I died and went to heaven.");
her_phrases.push("Ohhhh!!! Thanks...");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("This is fucking terrible! I guess I'd better die!");
her_phrases.push("Please don't be distressed.");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("It doesn't matter! I have another one. Wanna ride?");
her_phrases.push("Sure, but not today!");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("That's too bad. Now only you can console me, girls!");
her_phrases.push("What do you mean!?");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("What are your names girls?");
her_phrases.push("I'm Jade. I'm Katie.");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("So you must be my personal nurses?");
her_phrases.push("That's right sir!");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("Are you free tonight or will it cost me?");
her_phrases.push("What!?");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("I'm sorry, I need some sleep. My head still hurts.");
her_phrases.push("No problem. Call one of us if you need anything.");
her_faces.push(3);
next_faces.push(3);
results.push(true);
your_phrases.push("I've got a pimple on my butt, wanna see it?");
her_phrases.push("No thanks.");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("Okay! I'm leaving this place. Do you want to come?");
her_phrases.push("Stop it! You have to stay here.");
her_faces.push(2);
next_faces.push(1);
results.push(false);
AddDialogLines = function () {
nums = new Array();
i = 0;
while (i < 3) {
nums.push(i);
i++;
}
i = 0;
while (i < nums.length) {
r = random(nums.length);
nums.push(nums[r]);
nums.splice(r, 1);
i++;
}
i = 0;
while (i < nums.length) {
clip = attachMovie("dialog_line", "dialog_line" + nums[i], i);
clip._y = 480 - ((1.1 * (nums[i] + 1)) * clip._height);
clip._x = 12;
clip.your_text = your_phrases[0];
your_phrases.splice(0, 1);
clip.her_text = her_phrases[0];
her_phrases.splice(0, 1);
clip.her_face = her_faces[0];
her_faces.splice(0, 1);
clip.next_face = next_faces[0];
next_faces.splice(0, 1);
clip.good_result = results[0];
clip.num = nums[i];
results.splice(0, 1);
i++;
}
};
AddDialogLines();
Symbol 104 MovieClip [screen1] Frame 180
_parent.gotoScreen("screen2");
Symbol 108 MovieClip [screen2] Frame 79
stop();
_parent.gotoScreen("screen3");
Symbol 119 MovieClip Frame 1
stop();
Symbol 135 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 1
phrase = "";
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
_parent.babe.gotoAndStop(next_face);
if (good_result) {
if (_parent.your_phrases.length == 0) {
_parent._parent.gotoScreen("screen4");
return(undefined);
}
i = 0;
while (i < 3) {
removeMovieClip(eval ("_parent.dialog_line" + i));
i++;
}
_parent.AddDialogLines();
} else {
i = 0;
while (i < 3) {
eval ("_parent.dialog_line" + i)._visible = true;
i++;
}
}
};
Symbol 144 MovieClip Frame 1
phrase = "";
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
_parent.her_phrase._visible = true;
_parent.her_phrase.letters = 0;
_parent.babe.gotoAndStop(her_face);
if ((_parent.round_num == 2) && (_parent.her_phrase.good_result)) {
_parent.babe.pills.gotoAndStop(2);
}
};
Symbol 145 MovieClip [screen3] Frame 61
stop();
next_btn.onPress = function () {
play();
};
Symbol 145 MovieClip [screen3] Frame 62
stop();
your_phrases = new Array();
her_phrases = new Array();
her_faces = new Array();
next_faces = new Array();
results = new Array();
your_phrases.push("Oh, it's you, Katie! I saw you in my dreams.");
her_phrases.push("Uhhhhh... You're so sweet. Here is your medicine, sir.");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("Who are you!? Have I fucked you yet?");
her_phrases.push("Just Katie. I'm working here!");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("Hello, Katie. Where's Jade?");
her_phrases.push("She's busy with another patient.");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("What is this? Viagra!?");
her_phrases.push("They're just brain stimulation pills.");
her_faces.push(4);
next_faces.push(1);
results.push(false);
your_phrases.push("Okay! Give it to me. I hope it doesn't kill me.");
her_phrases.push("Oh no. It will help you feel better.");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("Take this shit out of me.");
her_phrases.push("Please calm down! You have to take your medicine!");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("Nice tits. Mind if I feel them?");
her_phrases.push("Stop it!");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("Really like your peaches, wanna shake your tree.");
her_phrases.push("What!?");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("Hot body. Have you ever thought about modeling?");
her_phrases.push("Oh, I've always dreamed about it, but I'm not tall enough.");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("Your modeling career starts now! Get naked!");
her_phrases.push("What!?");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("Maybe you should try the porn industry?");
her_phrases.push("Ohhhhhh... I never thought about it.");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("Bullshit, you would be a perfect bikini model.");
her_phrases.push("WOW! You really think so?");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("Want to star in the lead role for my new porn movie?");
her_phrases.push("Well... I can try it");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("Let's fuck and see if there is anything after that.");
her_phrases.push("Hey! Not so fast!");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("This is your chance! I'll give you a half hour.");
her_phrases.push("What!?");
her_faces.push(2);
next_faces.push(1);
results.push(false);
round_num = 0;
AddDialogLines = function () {
round_num++;
nums = new Array();
i = 0;
while (i < 3) {
nums.push(i);
i++;
}
i = 0;
while (i < nums.length) {
r = random(nums.length);
nums.push(nums[r]);
nums.splice(r, 1);
i++;
}
i = 0;
while (i < nums.length) {
clip = attachMovie("dialog_line", "dialog_line" + nums[i], i);
clip._y = 480 - ((1.1 * (nums[i] + 1)) * clip._height);
clip._x = 12;
clip.your_text = your_phrases[0];
your_phrases.splice(0, 1);
clip.her_text = her_phrases[0];
her_phrases.splice(0, 1);
clip.her_face = her_faces[0];
her_faces.splice(0, 1);
clip.next_face = next_faces[0];
next_faces.splice(0, 1);
clip.good_result = results[0];
clip.num = nums[i];
results.splice(0, 1);
i++;
}
};
AddDialogLines();
Symbol 167 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 1
phrase = "";
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
_parent.babe.gotoAndStop(next_face);
if (good_result) {
if (_parent.your_phrases.length == 0) {
return(undefined);
}
i = 0;
while (i < 3) {
removeMovieClip(eval ("_parent.dialog_line" + i));
i++;
}
_parent.play();
} else {
i = 0;
while (i < 3) {
eval ("_parent.dialog_line" + i)._visible = true;
i++;
}
}
};
Symbol 179 MovieClip Frame 1
phrase = "";
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
_parent.her_phrase._visible = true;
_parent.her_phrase.letters = 0;
_parent.babe.gotoAndStop(her_face);
if ((_parent.round_num == 2) && (_parent.her_phrase.good_result)) {
_parent.babe.pills.gotoAndStop(2);
}
};
Symbol 194 MovieClip [screen4] Frame 1
stop();
your_phrases = new Array();
her_phrases = new Array();
her_faces = new Array();
next_faces = new Array();
results = new Array();
your_phrases.push("Your breasts look beautiful! Mind if I touch them?");
her_phrases.push("Well... Okay!");
her_faces.push(4);
next_faces.push(3);
results.push(true);
your_phrases.push("How often do you take it up the ass?");
her_phrases.push("Does it matter?");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("Life is like a dick. When it gets hard, \"Fuck it\".");
her_phrases.push("That's funny!");
her_faces.push(4);
next_faces.push(1);
results.push(false);
your_phrases.push("It's so nice baby! I feel my cock getting HARD!");
her_phrases.push("Mmmmmm... Let me check this out!");
her_faces.push(4);
next_faces.push(3);
results.push(true);
your_phrases.push("Now could you get on your knees and smile like a donut?");
her_phrases.push("What!?");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("Ohhh yeah! I wanna eat your boobs!");
her_phrases.push("Hey stop it!");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("Ohhh yeah Katie! I want to finger your little pussy.");
her_phrases.push("Sure! I'd like that a lot!");
her_faces.push(4);
next_faces.push(3);
results.push(true);
your_phrases.push("Stop stroking my dick and start sucking my hairy balls!");
her_phrases.push("Suck yourself idiot!");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("I'll bet you $10 my dick can't fit into your mouth.");
her_phrases.push("What!?");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("Ohhh yeah Katie! I want to finger your little pussy.");
her_phrases.push("Sure! I'd like that a lot!");
her_faces.push(4);
next_faces.push(3);
results.push(true);
your_phrases.push("Stop stroking my dick and start sucking my hairy balls!");
her_phrases.push("Suck yourself idiot!");
her_faces.push(2);
next_faces.push(1);
results.push(false);
your_phrases.push("I'll bet you $10 my dick can't fit into your mouth.");
her_phrases.push("What!?");
her_faces.push(2);
next_faces.push(1);
results.push(false);
AddDialogLines = function () {
nums = new Array();
i = 0;
while (i < 3) {
nums.push(i);
i++;
}
i = 0;
while (i < nums.length) {
r = random(nums.length);
nums.push(nums[r]);
nums.splice(r, 1);
i++;
}
i = 0;
while (i < nums.length) {
clip = attachMovie("dialog_line", "dialog_line" + nums[i], i);
clip._y = 480 - ((1.1 * (nums[i] + 1)) * clip._height);
clip._x = 12;
clip.your_text = your_phrases[0];
your_phrases.splice(0, 1);
clip.her_text = her_phrases[0];
her_phrases.splice(0, 1);
clip.her_face = her_faces[0];
her_faces.splice(0, 1);
clip.next_face = next_faces[0];
next_faces.splice(0, 1);
clip.good_result = results[0];
clip.num = nums[i];
results.splice(0, 1);
i++;
}
};
AddDialogLines();
Symbol 194 MovieClip [screen4] Frame 15
stop();
AddDialogLines();
Symbol 194 MovieClip [screen4] Frame 46
stop();
AddDialogLines();
Symbol 194 MovieClip [screen4] Frame 60
stop();
next_btn.onPress = function () {
_parent.gotoScreen("screen5");
};
stop();
Symbol 225 MovieClip Frame 1
stop();
_parent.boob.stop();
_parent.pussy.stop();
next_btn.onPress = function () {
play();
_parent.boob.play();
};
Symbol 225 MovieClip Frame 2
stop();
next_btn.onPress = function () {
play();
_parent.pussy.play();
};
Symbol 225 MovieClip Frame 3
stop();
next_btn.onPress = function () {
play();
};
Symbol 225 MovieClip Frame 4
stop();
next_btn.onPress = function () {
_parent._parent.gotoScreen("screen6");
};
Symbol 226 MovieClip [screen5] Frame 30
gotoAndPlay (2);
Symbol 245 MovieClip Frame 1
stop();
Symbol 258 MovieClip Frame 16
stop();
Symbol 269 MovieClip Frame 1
finish_btn._visible = false;
harder_btn._visible = false;
glow.gotoAndStop(16);
val = 0;
val_goto = 0;
SetHider = function () {
hider._y = 360 - (360 * val);
};
SetHider();
ActivetaBtn = function (btn) {
glow.gotoAndPlay(1);
btn._visible = true;
};
onEnterFrame = function () {
if (val < val_goto) {
val = val + 0.002;
if (val >= val_goto) {
val = val_goto;
if ((val == 0.33) || (val == 0.66)) {
ActivetaBtn(harder_btn);
} else if (val == 1) {
ActivetaBtn(finish_btn);
}
}
SetHider();
}
};
start_btn.onPress = function () {
start_btn._visible = false;
val_goto = 0.33;
_parent.play();
};
harder_btn.onPress = function () {
harder_btn._visible = false;
if (val == 0.33) {
val_goto = 0.66;
_parent.point1 = true;
} else {
val_goto = 1;
_parent.point2 = true;
}
};
finish_btn.onPress = function () {
_visible = false;
_parent.point3 = true;
};
Symbol 274 MovieClip [screen6] Frame 1
stop();
Symbol 274 MovieClip [screen6] Frame 45
if (!point1) {
gotoAndPlay (15);
} else {
head.gotoAndStop(2);
}
Symbol 274 MovieClip [screen6] Frame 75
if (!point2) {
gotoAndPlay (55);
} else {
head.gotoAndStop(3);
}
Symbol 274 MovieClip [screen6] Frame 90
if (!point3) {
gotoAndPlay (80);
}
Symbol 274 MovieClip [screen6] Frame 115
head.gotoAndStop(1);
Symbol 274 MovieClip [screen6] Frame 135
stop();
_parent.gotoScreen("screen7");
Symbol 287 MovieClip Frame 1
stop();
Symbol 318 MovieClip [screen7] Frame 1
stop();
Symbol 318 MovieClip [screen7] Frame 40
if (!point1) {
gotoAndPlay (10);
}
Symbol 318 MovieClip [screen7] Frame 45
face.gotoAndStop(2);
Symbol 318 MovieClip [screen7] Frame 64
if (!point2) {
gotoAndPlay (45);
}
Symbol 318 MovieClip [screen7] Frame 70
face.gotoAndStop(1);
Symbol 318 MovieClip [screen7] Frame 80
if (!point3) {
gotoAndPlay (70);
}
Symbol 318 MovieClip [screen7] Frame 135
stop();
next_btn.onPress = function () {
_parent.gotoScreen("screen8");
};
stop();
Symbol 348 MovieClip Frame 1
stop();
Symbol 351 MovieClip [screen8] Frame 85
babe.head.gotoAndStop(2);
Symbol 351 MovieClip [screen8] Frame 100
stop();
next_btn.onPress = function () {
_parent.gotoScreen("screen9");
};
Symbol 355 MovieClip Frame 1
phrase = "";
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
_parent.babe.head.gotoAndStop(next_face);
if (good_result) {
if (_parent.your_phrases.length == 0) {
_parent._parent.gotoScreen("screen10");
return(undefined);
}
i = 0;
while (i < 3) {
removeMovieClip(eval ("_parent.dialog_line" + i));
i++;
}
_parent.AddDialogLines();
} else {
i = 0;
while (i < 3) {
eval ("_parent.dialog_line" + i)._visible = true;
i++;
}
}
};
Symbol 357 MovieClip Frame 1
phrase = "";
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
_parent.her_phrase._visible = true;
_parent.her_phrase.letters = 0;
_parent.babe.head.gotoAndStop(her_face);
};
Symbol 358 MovieClip [screen9] Frame 1
stop();
babe.head.gotoAndStop(4);
next_btn.onPress = function () {
play();
};
Symbol 358 MovieClip [screen9] Frame 2
stop();
babe.head.gotoAndStop(5);
your_phrases = new Array();
her_phrases = new Array();
her_faces = new Array();
next_faces = new Array();
results = new Array();
your_phrases.push("Join us and we'll have a threesome!");
her_phrases.push("What!? Are you mad?");
her_faces.push(4);
next_faces.push(5);
results.push(false);
your_phrases.push("Sister Katie just used her breasts to check my reflexes.");
her_phrases.push("I see your reflexes are normal.");
her_faces.push(4);
next_faces.push(5);
results.push(false);
your_phrases.push("Didn't anyone teach you how to knock, bitch.");
her_phrases.push("I'm sorry! But I didn\u2019t expect to see this!");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("I did cast Katie in the lead role for my new porn movie!");
her_phrases.push("Really? You must be that famous porn director!");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("I can forgive you, if you'll suck my balls dry.");
her_phrases.push("What!?");
her_faces.push(4);
next_faces.push(1);
results.push(false);
your_phrases.push("It's okay. Knock first next time.");
her_phrases.push("Sure, sir!");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("I think you have all the ingredients to be a famous porn star.");
her_phrases.push("You really think so?");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("What're ya just standing there for like a bump on a log?");
her_phrases.push("Ohh... sorry. I think I'd better go.");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("Nice tits, why don't you show them to us?");
her_phrases.push("What!?");
her_faces.push(4);
next_faces.push(1);
results.push(false);
your_phrases.push("Sure! Are you ready to become rich and famous?");
her_phrases.push("Mmmmmmm... Sounds tempting...");
her_faces.push(3);
next_faces.push(1);
results.push(true);
your_phrases.push("I'm not sure, I need to fuck you first!");
her_phrases.push("What!?");
her_faces.push(4);
next_faces.push(1);
results.push(false);
your_phrases.push("It's the truth. Here's my phone number, call me later!");
her_phrases.push("Well... Okay!");
her_faces.push(3);
next_faces.push(1);
results.push(false);
AddDialogLines = function () {
nums = new Array();
i = 0;
while (i < 3) {
nums.push(i);
i++;
}
i = 0;
while (i < nums.length) {
r = random(nums.length);
nums.push(nums[r]);
nums.splice(r, 1);
i++;
}
i = 0;
while (i < nums.length) {
clip = attachMovie("dialog_line", "dialog_line" + nums[i], i);
clip._y = 480 - ((1.1 * (nums[i] + 1)) * clip._height);
clip._x = 12;
clip.your_text = your_phrases[0];
your_phrases.splice(0, 1);
clip.her_text = her_phrases[0];
her_phrases.splice(0, 1);
clip.her_face = her_faces[0];
her_faces.splice(0, 1);
clip.next_face = next_faces[0];
next_faces.splice(0, 1);
clip.good_result = results[0];
clip.num = nums[i];
results.splice(0, 1);
i++;
}
};
AddDialogLines();
Symbol 376 MovieClip Frame 1
stop();
Symbol 379 MovieClip Frame 24
gotoAndPlay (3);
Symbol 381 MovieClip Frame 25
gotoAndPlay (3);
Symbol 385 MovieClip Frame 1
phrase = "";
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
_parent.babe.head.gotoAndStop(next_face);
if (good_result) {
if (_parent.your_phrases.length == 0) {
_parent._parent.gotoScreen("screen11");
return(undefined);
}
if (_parent.round == 1) {
_parent.babe.boobs.play();
} else if (_parent.round == 2) {
_parent.babe.pussy.play();
}
i = 0;
while (i < 3) {
removeMovieClip(eval ("_parent.dialog_line" + i));
i++;
}
_parent.AddDialogLines();
} else {
i = 0;
while (i < 3) {
eval ("_parent.dialog_line" + i)._visible = true;
i++;
}
}
};
Symbol 388 MovieClip Frame 1
phrase = "";
letters = 0;
_visible = false;
next_btn._visible = false;
onEnterFrame = function () {
if (!_visible) {
return(undefined);
}
letters = letters + 1.5;
if (letters > phrase.length) {
letters = phrase.length;
next_btn._visible = true;
}
text = phrase.substr(0, int(letters));
};
onMouseDown = function () {
if (!_visible) {
return(undefined);
}
letters = phrase.length;
next_btn._visible = true;
};
next_btn.onPress = function () {
_visible = false;
_parent.her_phrase._visible = true;
_parent.her_phrase.letters = 0;
_parent.babe.head.gotoAndStop(her_face);
};
Symbol 389 MovieClip [screen10] Frame 1
stop();
babe.boobs.stop();
babe.pussy.stop();
your_phrases = new Array();
her_phrases = new Array();
her_faces = new Array();
next_faces = new Array();
results = new Array();
your_phrases.push("Damn girl. What lovely boobs! Can I squeeze'em?");
her_phrases.push("Sure. I love it when guys play with my tits.");
her_faces.push(2);
next_faces.push(1);
results.push(true);
your_phrases.push("Take off your pants, bitch!");
her_phrases.push("Stop it now!");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("I'll take you down like a wrestler!");
her_phrases.push("Back off, perverted freak!");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("You're dead sexy. Let me feel your pussy.");
her_phrases.push("Mmmmmm... You're so gentle.");
her_faces.push(2);
next_faces.push(1);
results.push(true);
your_phrases.push("You've been a bad, bad girl. I'll slap your ASS!!");
her_phrases.push("Stop it!");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("Don't mess with nature! Let's get to it!");
her_phrases.push("I'm not ready!");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("I'm so HARD! Do you feel this?");
her_phrases.push("Ohhh yeah! My pussy is all wet. Take me now!");
her_faces.push(2);
next_faces.push(1);
results.push(true);
your_phrases.push("Sex is a killer...Want to die happy?");
her_phrases.push("What!?");
her_faces.push(3);
next_faces.push(1);
results.push(false);
your_phrases.push("So do you take it up the ass or am I wasting my time?");
her_phrases.push("What!?");
her_faces.push(3);
next_faces.push(1);
results.push(false);
round = 0;
AddDialogLines = function () {
round++;
nums = new Array();
i = 0;
while (i < 3) {
nums.push(i);
i++;
}
i = 0;
while (i < nums.length) {
r = random(nums.length);
nums.push(nums[r]);
nums.splice(r, 1);
i++;
}
i = 0;
while (i < nums.length) {
clip = attachMovie("dialog_line", "dialog_line" + nums[i], i);
clip._y = 480 - ((1.1 * (nums[i] + 1)) * clip._height);
clip._x = 12;
clip.your_text = your_phrases[0];
your_phrases.splice(0, 1);
clip.her_text = her_phrases[0];
her_phrases.splice(0, 1);
clip.her_face = her_faces[0];
her_faces.splice(0, 1);
clip.next_face = next_faces[0];
next_faces.splice(0, 1);
clip.good_result = results[0];
clip.num = nums[i];
results.splice(0, 1);
i++;
}
};
AddDialogLines();
Symbol 403 MovieClip Frame 1
stop();
Symbol 408 MovieClip [screen11] Frame 1
stop();
Symbol 408 MovieClip [screen11] Frame 45
if (!point1) {
gotoAndPlay (15);
} else {
face.gotoAndStop(2);
}
Symbol 408 MovieClip [screen11] Frame 75
if (!point2) {
gotoAndPlay (55);
} else {
face.gotoAndStop(3);
}
Symbol 408 MovieClip [screen11] Frame 90
if (!point3) {
gotoAndPlay (80);
}
Symbol 408 MovieClip [screen11] Frame 115
face.gotoAndStop(1);
Symbol 408 MovieClip [screen11] Frame 135
stop();
_parent.gotoScreen("screen12");
Symbol 424 MovieClip Frame 1
stop();
Symbol 433 MovieClip [screen12] Frame 1
stop();
Symbol 433 MovieClip [screen12] Frame 45
if (!point1) {
gotoAndPlay (15);
} else {
face.gotoAndStop(2);
}
Symbol 433 MovieClip [screen12] Frame 75
if (!point2) {
gotoAndPlay (55);
} else {
face.gotoAndStop(3);
}
Symbol 433 MovieClip [screen12] Frame 90
if (!point3) {
gotoAndPlay (80);
}
Symbol 433 MovieClip [screen12] Frame 115
face.gotoAndStop(1);
Symbol 433 MovieClip [screen12] Frame 135
stop();
_parent.gotoScreen("screen13");
Symbol 518 MovieClip [screen13] Frame 140
stop();
next_btn.onPress = function () {
play();
};
Symbol 518 MovieClip [screen13] Frame 154
stop();
again_btn.onPress = function () {
_parent.gotoScreen("mainmenu");
};
moregames.onPress = function () {
getURL (_parent.owner_URL, "_blank");
};
ad_btn1.onPress = function () {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=931191-0000&PA=1701259&HTML=http://www.3dsexdream.com", "_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://refer.ccbill.com/cgi-bin/clicks.cgi?CA=931191-0000&PA=1701259&HTML=http://www.3dgirlz.com", "_blank");
};
ad_btn5.onPress = function () {
getURL ("http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=929207-0000&PA=1716527&BAN=0", "_blank");
};
Symbol 520 MovieClip [trans_screen] Frame 1
var next_screen;
Symbol 520 MovieClip [trans_screen] Frame 10
_parent.setScreen(next_screen);
Symbol 520 MovieClip [trans_screen] Frame 20
removeMovieClip(this);
Symbol 521 MovieClip Frame 1
stop();
Symbol 526 MovieClip [dialog_line] Frame 1
stop();
onRollOver = function () {
if (_currentframe == 3) {
return(undefined);
}
i = 0;
while (i < 3) {
if (eval ("_parent.dialog_line" + i)._currentframe == 3) {
} else {
eval ("_parent.dialog_line" + i).gotoAndStop(1);
}
i++;
}
gotoAndStop (2);
};
onRollOut = function () {
if (_currentframe == 3) {
return(undefined);
}
gotoAndStop (1);
};
onPress = function () {
if (_currentframe == 3) {
return(undefined);
}
gotoAndStop (3);
_parent.your_phrase._visible = true;
_parent.your_phrase.phrase = your_text;
_parent.your_phrase.letters = 0;
_parent.your_phrase.her_face = her_face;
_parent.her_phrase.phrase = her_text;
_parent.her_phrase.good_result = good_result;
_parent.her_phrase.next_face = next_face;
_parent.her_phrase.next_btn._visible = (_parent.your_phrase.next_btn._visible = false);
_parent._parent.playSound("typing");
i = 0;
while (i < 3) {
eval ("_parent.dialog_line" + i)._visible = false;
i++;
}
};