Frame 2
stop();
_global.breathe_playing = 0;
_global.pleasure_toofast = function () {
_global.randomreplytext = random(5);
if (randomreplytext == 0) {
return("Whoa slow down ");
}
if (randomreplytext == 1) {
return("Slow down some ");
}
if (randomreplytext == 2) {
return("Too fast ");
}
if (randomreplytext == 3) {
return("No need to rush ");
}
if (randomreplytext == 4) {
return("Take your time ");
}
};
_global.pleasure_tooslow = function () {
_global.randomreplytext = random(5);
if (randomreplytext == 0) {
return("That's too slow ");
}
if (randomreplytext == 1) {
return("Come on do it faster for me ");
}
if (randomreplytext == 2) {
return("Hmm do it harder ");
}
if (randomreplytext == 3) {
return("Faster ");
}
if (randomreplytext == 4) {
return("Please do it faster right here ");
}
};
_global.pleasure_perfect = function () {
_global.randomreplytext = random(10);
if (randomreplytext == 0) {
return("Yeah that's perfect ");
}
if (randomreplytext == 1) {
return("This feels amazing ");
}
if (randomreplytext == 2) {
return("It feels good that way ");
}
if (randomreplytext == 3) {
return("Keep it up ");
}
if (randomreplytext == 4) {
return("I can feel it ");
}
if (randomreplytext == 5) {
return("Wow this feels good ");
}
if (randomreplytext == 6) {
return("Mmmmm yeah ");
}
if (randomreplytext == 7) {
return("That's it just like that ");
}
if (randomreplytext == 8) {
return("It feels great ");
}
if (randomreplytext == 9) {
return("My cock is so hard right now ");
}
};
_global.pleasure_stop = function () {
_global.randomreplytext = random(5);
if (randomreplytext == 0) {
return("Ah I can barely hold it in ");
}
if (randomreplytext == 1) {
return("Take a break right here ");
}
if (randomreplytext == 2) {
return("It feels too good right here ");
}
if (randomreplytext == 3) {
return("Hold off a bit so I won't cum too early ");
}
if (randomreplytext == 4) {
return("Just hold off right here ");
}
};
_global.sexsfx = function () {
_global.randomstuff = random(6);
if (_global.randomstuff == 0) {
_root.sexx1a.gotoAndPlay(2);
} else if (_global.randomstuff == 1) {
_root.sexx1b.gotoAndPlay(2);
} else if (_global.randomstuff == 2) {
_root.sexx1c.gotoAndPlay(2);
} else if (_global.randomstuff == 3) {
_root.sexx1d.gotoAndPlay(2);
} else if (_global.randomstuff == 4) {
_root.sexx1e.gotoAndPlay(2);
} else if (_global.randomstuff == 5) {
_root.sexx1f.gotoAndPlay(2);
}
};
_global.slurpsfx = function () {
_global.randomstuff = random(4);
if (_global.randomstuff == 0) {
_root.slurpx1a.gotoAndPlay(2);
} else if (_global.randomstuff == 1) {
_root.slurpx1b.gotoAndPlay(2);
} else if (_global.randomstuff == 2) {
_root.slurpx1c.gotoAndPlay(2);
} else if (_global.randomstuff == 3) {
_root.slurpx1d.gotoAndPlay(2);
}
};
_global.squelchsfx = function () {
_global.randomstuff = random(4);
if (_global.randomstuff == 0) {
_root.squelchx1a.gotoAndPlay(2);
} else if (_global.randomstuff == 1) {
_root.squelchx1b.gotoAndPlay(2);
} else if (_global.randomstuff == 2) {
_root.squelchx1c.gotoAndPlay(2);
} else if (_global.randomstuff == 3) {
_root.squelchx1d.gotoAndPlay(2);
}
};
_global.musicstop = function () {
_root.mischeifx.gotoAndStop(1);
_root.eventx.gotoAndStop(1);
_root.oddx.gotoAndStop(1);
_root.dayx.gotoAndStop(1);
_root.eveningx.gotoAndStop(1);
_root.nightx.gotoAndStop(1);
_root.outsidex.gotoAndStop(1);
};
_global.sfxstop = function () {
_root.breathex1a.gotoAndStop(1);
_root.breathex1b.gotoAndStop(1);
};
_global.dayx_sound = new Sound(_root.dayx);
_global.eveningx_sound = new Sound(_root.eveningx);
_global.nightx_sound = new Sound(_root.nightx);
_global.mischeifx_sound = new Sound(_root.mischeifx);
_global.eventx_sound = new Sound(_root.eventx);
_global.oddx_sound = new Sound(_root.oddx);
_global.outsidex_sound = new Sound(_root.outsidex);
_global.sexx_sound = new Sound(_root.sexx);
_global.sleepx_sound = new Sound(_root.sleepx);
_global.sexx1a_sound = new Sound(_root.sexx1a);
_global.sexx1b_sound = new Sound(_root.sexx1b);
_global.sexx1c_sound = new Sound(_root.sexx1c);
_global.sexx1d_sound = new Sound(_root.sexx1d);
_global.sexx1e_sound = new Sound(_root.sexx1e);
_global.sexx1f_sound = new Sound(_root.sexx1f);
_global.squelchx1a_sound = new Sound(_root.squelchx1a);
_global.squelchx1b_sound = new Sound(_root.squelchx1b);
_global.squelchx1c_sound = new Sound(_root.squelchx1c);
_global.squelchx1d_sound = new Sound(_root.squelchx1d);
_global.slurpx1a_sound = new Sound(_root.slurpx1a);
_global.slurpx1b_sound = new Sound(_root.slurpx1b);
_global.slurpx1c_sound = new Sound(_root.slurpx1c);
_global.slurpx1d_sound = new Sound(_root.slurpx1d);
_global.breathex1a_sound = new Sound(_root.breathex1a);
_global.breathex1b_sound = new Sound(_root.breathex1b);
_global.sexx1a_sound.setVolume(60);
_global.sexx1b_sound.setVolume(60);
_global.sexx1c_sound.setVolume(60);
_global.sexx1d_sound.setVolume(60);
_global.sexx1e_sound.setVolume(60);
_global.sexx1f_sound.setVolume(60);
_global.squelchx1a.setVolume(150);
_global.squelchx1b.setVolume(150);
_global.squelchx1c.setVolume(150);
_global.squelchx1d.setVolume(150);
_global.slurpx1a.setVolume(110);
_global.slurpx1b.setVolume(110);
_global.slurpx1c.setVolume(110);
_global.slurpx1d.setVolume(110);
_global.breathex1a_sound.setVolume(100);
_global.breathex1b_sound.setVolume(90);
Symbol 5 MovieClip Frame 1
stop();
Symbol 5 MovieClip Frame 30
gotoAndStop (1);
Symbol 7 MovieClip Frame 1
stop();
Symbol 7 MovieClip Frame 30
gotoAndStop (1);
Symbol 9 MovieClip Frame 1
stop();
Symbol 9 MovieClip Frame 30
gotoAndStop (1);
Symbol 11 MovieClip Frame 1
stop();
Symbol 11 MovieClip Frame 30
gotoAndStop (1);
Symbol 13 MovieClip Frame 1
stop();
Symbol 13 MovieClip Frame 30
gotoAndStop (1);
Symbol 15 MovieClip Frame 1
stop();
Symbol 15 MovieClip Frame 30
gotoAndStop (1);
Symbol 17 MovieClip Frame 1
stop();
Symbol 17 MovieClip Frame 876
gotoAndPlay (2);
Symbol 18 MovieClip Frame 1
stop();
Symbol 18 MovieClip Frame 513
gotoAndPlay (2);
Symbol 21 MovieClip Frame 1
stop();
Symbol 21 MovieClip Frame 30
gotoAndStop (1);
Symbol 24 MovieClip Frame 1
stop();
Symbol 24 MovieClip Frame 30
gotoAndStop (1);
Symbol 26 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 30
gotoAndStop (1);
Symbol 28 MovieClip Frame 1
stop();
Symbol 28 MovieClip Frame 30
gotoAndStop (1);
Symbol 30 MovieClip Frame 1
stop();
Symbol 30 MovieClip Frame 30
gotoAndStop (1);
Symbol 32 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 30
gotoAndStop (1);
Symbol 34 MovieClip Frame 1
stop();
Symbol 34 MovieClip Frame 30
gotoAndStop (1);
Symbol 36 MovieClip Frame 1
stop();
Symbol 36 MovieClip Frame 30
gotoAndStop (1);
Symbol 46 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 2
midle.smoothing = true;
if (_root.breathex1a._currentframe == 1) {
_global.sfxstop();
_root.breathex1a.gotoAndPlay(2);
}
Symbol 46 MovieClip Frame 32
gotoAndPlay (2);
Symbol 46 MovieClip Frame 33
mgrind.smoothing = true;
if (_root.breathex1a._currentframe == 1) {
_global.sfxstop();
_root.breathex1a.gotoAndPlay(2);
}
Symbol 46 MovieClip Frame 38
_global.squelchsfx();
Symbol 46 MovieClip Frame 53
_global.squelchsfx();
Symbol 46 MovieClip Frame 63
gotoAndPlay (33);
Symbol 46 MovieClip Frame 64
mslow.smoothing = true;
if (_root.breathex1a._currentframe == 1) {
_global.sfxstop();
_root.breathex1a.gotoAndPlay(2);
}
Symbol 46 MovieClip Frame 91
_global.sexsfx();
Symbol 46 MovieClip Frame 94
gotoAndPlay (64);
Symbol 46 MovieClip Frame 95
mfast.smoothing = true;
if (_root.breathex1b._currentframe == 1) {
_global.sfxstop();
_root.breathex1b.gotoAndPlay(2);
}
Symbol 46 MovieClip Frame 108
_global.sexsfx();
Symbol 46 MovieClip Frame 110
gotoAndPlay (95);
Symbol 58 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 2
stop();
Symbol 58 MovieClip Frame 3
stop();
Symbol 58 MovieClip Frame 4
stop();
Symbol 58 MovieClip Frame 5
stop();
_global.girlspleasuregain = 1;
Symbol 58 MovieClip Frame 6
stop();
_global.girlspleasuregain = 2;
Symbol 58 MovieClip Frame 7
stop();
_global.girlspleasuregain = 3;
Symbol 58 MovieClip Frame 8
stop();
_global.girlspleasuregain = 4;
Symbol 58 MovieClip Frame 9
_global.girlspleasuregain = -5;
Symbol 60 Button
on (release) {
if (_global.selected_pleasure1 == 0) {
_global.selected_pleasure1 = 1;
} else if (_global.selected_pleasure1 == 1) {
_global.selected_pleasure1 = 2;
} else if (_global.selected_pleasure1 == 2) {
_global.selected_pleasure1 = 3;
} else if (_global.selected_pleasure1 == 3) {
_global.selected_pleasure1 = 0;
}
}
Symbol 61 Button
on (release) {
if (_global.selected_pleasure2 == 0) {
_global.selected_pleasure2 = 1;
} else if (_global.selected_pleasure2 == 1) {
_global.selected_pleasure2 = 2;
} else if (_global.selected_pleasure2 == 2) {
_global.selected_pleasure2 = 3;
} else if (_global.selected_pleasure2 == 3) {
_global.selected_pleasure2 = 0;
}
}
Symbol 62 Button
on (release) {
if (_global.selected_pleasure3 == 0) {
_global.selected_pleasure3 = 1;
} else if (_global.selected_pleasure3 == 1) {
_global.selected_pleasure3 = 2;
} else if (_global.selected_pleasure3 == 2) {
_global.selected_pleasure3 = 3;
} else if (_global.selected_pleasure3 == 3) {
_global.selected_pleasure3 = 0;
}
}
Symbol 63 Button
on (release) {
if (_global.selected_pleasure4 == 0) {
_global.selected_pleasure4 = 1;
} else if (_global.selected_pleasure4 == 1) {
_global.selected_pleasure4 = 2;
} else if (_global.selected_pleasure4 == 2) {
_global.selected_pleasure4 = 3;
} else if (_global.selected_pleasure4 == 3) {
_global.selected_pleasure4 = 0;
}
}
Symbol 64 Button
on (release) {
if (_global.selected_pleasure5 == 0) {
_global.selected_pleasure5 = 1;
} else if (_global.selected_pleasure5 == 1) {
_global.selected_pleasure5 = 2;
} else if (_global.selected_pleasure5 == 2) {
_global.selected_pleasure5 = 3;
} else if (_global.selected_pleasure5 == 3) {
_global.selected_pleasure5 = 0;
}
}
Instance of Symbol 58 MovieClip "pleasure1" in Symbol 71 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.selected_pleasure1 == 0) {
this.gotoAndStop(1);
} else if (_global.selected_pleasure1 == 1) {
this.gotoAndStop(5);
} else if (_global.selected_pleasure1 == 2) {
this.gotoAndStop(6);
} else if (_global.selected_pleasure1 == 3) {
this.gotoAndStop(7);
}
}
Instance of Symbol 58 MovieClip "pleasure2" in Symbol 71 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.selected_pleasure2 == 0) {
this.gotoAndStop(1);
} else if (_global.selected_pleasure2 == 1) {
this.gotoAndStop(5);
} else if (_global.selected_pleasure2 == 2) {
this.gotoAndStop(6);
} else if (_global.selected_pleasure2 == 3) {
this.gotoAndStop(7);
}
}
Instance of Symbol 58 MovieClip "pleasure3" in Symbol 71 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.selected_pleasure3 == 0) {
this.gotoAndStop(1);
} else if (_global.selected_pleasure3 == 1) {
this.gotoAndStop(5);
} else if (_global.selected_pleasure3 == 2) {
this.gotoAndStop(6);
} else if (_global.selected_pleasure3 == 3) {
this.gotoAndStop(7);
}
}
Instance of Symbol 58 MovieClip "pleasure4" in Symbol 71 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.selected_pleasure4 == 0) {
this.gotoAndStop(1);
} else if (_global.selected_pleasure4 == 1) {
this.gotoAndStop(5);
} else if (_global.selected_pleasure4 == 2) {
this.gotoAndStop(6);
} else if (_global.selected_pleasure4 == 3) {
this.gotoAndStop(7);
}
}
Instance of Symbol 58 MovieClip "pleasure5" in Symbol 71 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.selected_pleasure5 == 0) {
this.gotoAndStop(1);
} else if (_global.selected_pleasure5 == 1) {
this.gotoAndStop(5);
} else if (_global.selected_pleasure5 == 2) {
this.gotoAndStop(6);
} else if (_global.selected_pleasure5 == 3) {
this.gotoAndStop(7);
}
}
Symbol 75 MovieClip Frame 5
stop();
Symbol 76 Button
on (rollOver) {
_root.pop1.start();
}
on (release) {
gotoAndPlay (4);
}
Symbol 78 Button
on (rollOver) {
_root.pop1.start();
}
on (release) {
_global.pleasure_total = 0;
}
Symbol 80 MovieClip Frame 1
_global.pleasure_total = 0;
_root.textb_mc.gotoAndStop(1);
_root.responsetext = "";
_global.desired_pleasure1 = random(4);
_global.desired_pleasure2 = random(4);
_global.desired_pleasure3 = random(4);
_global.desired_pleasure4 = random(4);
_global.desired_pleasure5 = random(4);
_global.selected_pleasure1 = 0;
_global.selected_pleasure2 = 0;
_global.selected_pleasure3 = 0;
_global.selected_pleasure4 = 0;
_global.selected_pleasure5 = 0;
Symbol 80 MovieClip Frame 2
if (_global.joinfriend > 1) {
_root.textb_mc.gotoAndStop(2);
_root.responsetext = "";
if (_global.joinfriend == 2) {
_root.responsetext = "Pattie: This should be fun senpai!";
if (_global.doing_guy == 5) {
_root.responsetext = "Pattie: Just relax Chris! We'll take care of this hard on for you!";
} else if (_global.doing_guy == 9) {
_root.responsetext = "Pattie: It's like I'm a groupie!";
} else if (_global.doing_guy == 10) {
_root.responsetext = "Pattie: Ready to have your mind blown Kyle?";
} else if (_global.doing_guy == 15) {
_root.responsetext = "Pattie: Aww.. Joiry you not so tough when I'm stroking you cock are you?";
} else if (_global.doing_guy == 16) {
_root.responsetext = "Pattie: You always talk to us peverted. Is this what you wanted David ?";
} else if (_global.doing_guy == 17) {
_root.responsetext = "Pattie: Aww... Tsugo is so cute when his cock is getting stroked.";
} else if (_global.doing_guy == 18) {
_root.responsetext = "Pattie: Senpai! Jinru has such a hard cock!";
}
} else if (_global.joinfriend == 3) {
_root.responsetext = "Luma: This guy looks easy Maiko.";
if (_global.doing_guy == 5) {
_root.responsetext = "Luma: Ha! this little nerdlet will cum early for sure!";
} else if (_global.doing_guy == 9) {
_root.responsetext = "Luma: We'll see just how cool you are now you boob freak.";
} else if (_global.doing_guy == 10) {
_root.responsetext = "Luma: Boy! today is your luck day nerdlet! Isn't it Maiko?";
} else if (_global.doing_guy == 15) {
_root.responsetext = "Luma: Joiry has the best cock!!!";
} else if (_global.doing_guy == 16) {
_root.responsetext = "Luma: Don't worry David I'll make sure Maiko strokes you good!";
} else if (_global.doing_guy == 17) {
_root.responsetext = "Luma: Ready pretty boy? I'll make your tiny penis expand ha ha!";
} else if (_global.doing_guy == 18) {
_root.responsetext = "Luma: Holy shit! His dick is hard as hell! Maiko feel it!";
}
} else if (_global.joinfriend == 4) {
_root.responsetext = "Riley: Let's get this over with...";
} else if (_global.joinfriend == 6) {
_root.responsetext = "Zytra: Umi... You do this often ?";
} else if (_global.joinfriend == 7) {
_root.responsetext = "Joey: ...This is an art form.";
} else if (_global.joinfriend == 8) {
_root.responsetext = "Amber: Umiya-san? Are you sure about this?";
} else if (_global.joinfriend == 11) {
_root.responsetext = "Roise: I'm actually pretty experienced at this Umiya-chan.";
} else if (_global.joinfriend == 12) {
_root.responsetext = "Savori: This is so peverted! I kinda like it.";
if (_global.doing_guy == 10) {
_root.responsetext = "Savori: Is this what you always dreamed of Kyle?";
}
} else if (_global.joinfriend == 13) {
_root.responsetext = "Jeni: How hard can it be? Just stroke him fast.";
if (_global.doing_guy == 16) {
_root.responsetext = "Jeni: Hey bro! Bet you wasn't expecting this huh?";
}
} else if (_global.joinfriend == 14) {
_root.responsetext = "Leyah: Nyaaa!! Leyah is confident in her boobs! Nya Nya~!!";
if (_global.doing_guy == 5) {
_root.responsetext = "Leyah: Chris-nyan. Leyah-chan will make you cum for sure!";
} else if (_global.doing_guy == 9) {
_root.responsetext = "Leyah: Leyah-nya has found the microphone for Maiko-chan!";
} else if (_global.doing_guy == 10) {
_root.responsetext = "Leyah: Leyah thinks Kyle-chan is very perverted!";
} else if (_global.doing_guy == 15) {
_root.responsetext = "Leyah: Joiry-chan's cock is so hard and thick. Leyah-chan is excited.";
} else if (_global.doing_guy == 16) {
_root.responsetext = "Leyah: Nya!! Now we will get revenge on David-chan for being so vulgar.";
} else if (_global.doing_guy == 17) {
_root.responsetext = "Leyah: Tsugo's cock is so cute. Leyah-nya could play with it all day.";
} else if (_global.doing_guy == 18) {
_root.responsetext = "Leyah: Nyaaa! Jinru-chan's cock is so hard Maiko-chan!! It makes Leyah-nya's mouth water.";
}
} else if (_global.joinfriend == 19) {
_root.responsetext = "Lynn: I can't believe you talked me into doing this Maiko!";
} else if (_global.joinfriend == 20) {
_root.responsetext = "Dizzy: I'm feeling a bit lightheaded.";
}
} else {
_root.textb_mc.gotoAndStop(2);
_root.responsetext = "";
_global.plus_amount = 10 + (random(10) + 1);
_root.responsetext = "Maiko: I hope you like it!";
if (_global.doing_guy == 5) {
_global.ChrisRelation = _global.ChrisRelation + _global.plus_amount;
_root.responsetext = "Maiko: Don't be nervous Chris. Just relax.";
} else if (_global.doing_guy == 9) {
_global.GreelRelation = _global.GreelRelation + _global.plus_amount;
_root.responsetext = "Maiko: Greel...I needed to touch this for a while.";
} else if (_global.doing_guy == 10) {
_global.KyleRelation = _global.KyleRelation + _global.plus_amount;
_root.responsetext = "Maiko: Okay Kyle you talked me into it! Suprised ?";
} else if (_global.doing_guy == 15) {
_global.JoiryRelation = _global.JoiryRelation + _global.plus_amount;
_root.responsetext = "Maiko: Who's a girlie now Joiry?";
} else if (_global.doing_guy == 16) {
_global.DavidRelation = _global.DavidRelation + _global.plus_amount;
_root.responsetext = "Maiko: David I love when you talk vulgar to me.";
} else if (_global.doing_guy == 17) {
_global.TsugoRelation = _global.TsugoRelation + _global.plus_amount;
_root.responsetext = "Maiko: Tsugo, I'm sorry I'm really this kind of girl.";
} else if (_global.doing_guy == 18) {
_global.JinruRelation = _global.JinruRelation + _global.plus_amount;
_root.responsetext = "Maiko: Jinru... why is your... cock so hard... ";
}
if (_global.doing_guy != 0) {
_root.sex_job.heart_ani.relation_amount = ("+" + _global.plus_amount) + "";
_root.sex_job.heart_ani.gotoAndPlay("good");
_root.Decision.start();
}
}
play();
Symbol 80 MovieClip Frame 3
stop();
_global.pleasure_total = 0;
Symbol 80 MovieClip Frame 4
play();
Symbol 80 MovieClip Frame 15
if (_global.selected_pleasure1 == _global.desired_pleasure1) {
_global.pleasure_total++;
}
_root.textb_mc.gotoAndStop(2);
if (_global.selected_pleasure1 == 0) {
girl.gotoAndPlay(2);
} else if (_global.selected_pleasure1 == 1) {
girl.gotoAndPlay(33);
} else if (_global.selected_pleasure1 == 2) {
girl.gotoAndPlay(64);
} else if (_global.selected_pleasure1 == 3) {
girl.gotoAndPlay(95);
}
if (_global.desired_pleasure1 == _global.selected_pleasure1) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("1. Chris:" + _global.pleasure_perfect()) + " Maiko.";
} else {
_root.responsetext = "1. Chris:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("1. Greel:" + _global.pleasure_perfect()) + " babydoll.";
} else {
_root.responsetext = "1. Greel:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("1. Kyle:" + _global.pleasure_perfect()) + " Maiko!";
} else {
_root.responsetext = "1. Kyle:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("1. Joiry:" + _global.pleasure_perfect()) + " girlie!";
} else {
_root.responsetext = "1. Joiry:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("1. David:" + _global.pleasure_perfect()) + " you sexy bitch.";
} else {
_root.responsetext = "1. David:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("1. Tsugo:" + _global.pleasure_perfect()) + " Maiko-chan.";
} else {
_root.responsetext = "1. Tsugo:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("1. Jinru:" + _global.pleasure_perfect()) + "...";
} else {
_root.responsetext = "1. Jinru:" + _global.pleasure_perfect();
}
} else if (random(2) == 0) {
_root.responsetext = ("1. Guy:" + _global.pleasure_perfect()) + " babe.";
} else {
_root.responsetext = "1. Guy:" + _global.pleasure_perfect();
}
} else if (_global.desired_pleasure1 == 0) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("1. Chris:" + _global.pleasure_stop()) + " Maiko.";
} else {
_root.responsetext = "1. Chris:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("1. Greel:" + _global.pleasure_stop()) + " babydoll.";
} else {
_root.responsetext = "1. Greel:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("1. Kyle:" + _global.pleasure_stop()) + " Maiko!";
} else {
_root.responsetext = "1. Kyle:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("1. Joiry:" + _global.pleasure_stop()) + " girlie!";
} else {
_root.responsetext = "1. Joiry:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("1. David:" + _global.pleasure_stop()) + " Maiko.";
} else {
_root.responsetext = "1. David:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("1. Tsugo:" + _global.pleasure_stop()) + " Maiko-chan.";
} else {
_root.responsetext = "1. Tsugo:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("1. Jinru:" + _global.pleasure_stop()) + "...";
} else {
_root.responsetext = "1. Jinru:" + _global.pleasure_stop();
}
} else if (random(2) == 0) {
_root.responsetext = ("1. Guy:" + _global.pleasure_stop()) + " babe.";
} else {
_root.responsetext = "1. Guy:" + _global.pleasure_stop();
}
} else if (_global.desired_pleasure1 > _global.selected_pleasure1) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("1. Chris:" + _global.pleasure_tooslow()) + " Maiko.";
} else {
_root.responsetext = "1. Chris:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("1. Greel:" + _global.pleasure_tooslow()) + " babydoll.";
} else {
_root.responsetext = "1. Greel:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("1. Kyle:" + _global.pleasure_tooslow()) + " Maiko!";
} else {
_root.responsetext = "1. Kyle:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("1. Joiry:" + _global.pleasure_tooslow()) + " girlie!";
} else {
_root.responsetext = "1. Joiry:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("1. David:" + _global.pleasure_tooslow()) + " Maiko.";
} else {
_root.responsetext = "1. David:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("1. Tsugo:" + _global.pleasure_tooslow()) + " Maiko-chan.";
} else {
_root.responsetext = "1. Tsugo:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("1. Jinru:" + _global.pleasure_tooslow()) + "...";
} else {
_root.responsetext = "1. Jinru:" + _global.pleasure_tooslow();
}
} else if (random(2) == 0) {
_root.responsetext = ("1. Guy:" + _global.pleasure_tooslow()) + " babe.";
} else {
_root.responsetext = "1. Guy:" + _global.pleasure_tooslow();
}
} else if (_global.desired_pleasure1 < _global.selected_pleasure1) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("1. Chris:" + _global.pleasure_toofast()) + " Maiko.";
} else {
_root.responsetext = "1. Chris:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("1. Greel:" + _global.pleasure_toofast()) + " babydoll.";
} else {
_root.responsetext = "1. Greel:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("1. Kyle:" + _global.pleasure_toofast()) + " Maiko!";
} else {
_root.responsetext = "1. Kyle:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("1. Joiry:" + _global.pleasure_toofast()) + " girlie!";
} else {
_root.responsetext = "1. Joiry:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("1. David:" + _global.pleasure_toofast()) + " Maiko.";
} else {
_root.responsetext = "1. David:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("1. Tsugo:" + _global.pleasure_toofast()) + " Maiko-chan.";
} else {
_root.responsetext = "1. Tsugo:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("1. Jinru:" + _global.pleasure_toofast()) + "...";
} else {
_root.responsetext = "1. Jinru:" + _global.pleasure_toofast();
}
} else if (random(2) == 0) {
_root.responsetext = ("1. Guy:" + _global.pleasure_toofast()) + " babe.";
} else {
_root.responsetext = "1. Guy:" + _global.pleasure_toofast();
}
}
Symbol 80 MovieClip Frame 72
_root.textb_mc.gotoAndStop(1);
_root.responsetext = "";
Symbol 80 MovieClip Frame 77
if (_global.selected_pleasure2 == _global.desired_pleasure2) {
_global.pleasure_total++;
}
_root.textb_mc.gotoAndStop(2);
if (_global.selected_pleasure2 == 0) {
girl.gotoAndPlay(2);
} else if (_global.selected_pleasure2 == 1) {
girl.gotoAndPlay(33);
} else if (_global.selected_pleasure2 == 2) {
girl.gotoAndPlay(64);
} else if (_global.selected_pleasure2 == 3) {
girl.gotoAndPlay(95);
}
if (_global.desired_pleasure2 == _global.selected_pleasure2) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("2. Chris:" + _global.pleasure_perfect()) + " Maiko.";
} else {
_root.responsetext = "2. Chris:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("2. Greel:" + _global.pleasure_perfect()) + " babydoll.";
} else {
_root.responsetext = "2. Greel:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("2. Kyle:" + _global.pleasure_perfect()) + " Maiko!";
} else {
_root.responsetext = "2. Kyle:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("2. Joiry:" + _global.pleasure_perfect()) + " girlie!";
} else {
_root.responsetext = "2. Joiry:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("2. David:" + _global.pleasure_perfect()) + " whore.";
} else {
_root.responsetext = "2. David:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("2. Tsugo:" + _global.pleasure_perfect()) + " Maiko-chan.";
} else {
_root.responsetext = "2. Tsugo:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("2. Jinru:" + _global.pleasure_perfect()) + "...";
} else {
_root.responsetext = "2. Jinru:" + _global.pleasure_perfect();
}
} else if (random(2) == 0) {
_root.responsetext = ("2. Guy:" + _global.pleasure_perfect()) + " babe.";
} else {
_root.responsetext = "2. Guy:" + _global.pleasure_perfect();
}
} else if (_global.desired_pleasure2 == 0) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("2. Chris:" + _global.pleasure_stop()) + " Maiko.";
} else {
_root.responsetext = "2. Chris:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("2. Greel:" + _global.pleasure_stop()) + " babydoll.";
} else {
_root.responsetext = "2. Greel:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("2. Kyle:" + _global.pleasure_stop()) + " Maiko!";
} else {
_root.responsetext = "2. Kyle:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("2. Joiry:" + _global.pleasure_stop()) + " girlie!";
} else {
_root.responsetext = "2. Joiry:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("2. David:" + _global.pleasure_stop()) + " Maiko.";
} else {
_root.responsetext = "2. David:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("2. Tsugo:" + _global.pleasure_stop()) + " Maiko-chan.";
} else {
_root.responsetext = "2. Tsugo:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("2. Jinru:" + _global.pleasure_stop()) + "...";
} else {
_root.responsetext = "2. Jinru:" + _global.pleasure_stop();
}
} else if (random(2) == 0) {
_root.responsetext = ("2. Guy:" + _global.pleasure_stop()) + " babe.";
} else {
_root.responsetext = "2. Guy:" + _global.pleasure_stop();
}
} else if (_global.desired_pleasure2 > _global.selected_pleasure2) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("2. Chris:" + _global.pleasure_tooslow()) + " Maiko.";
} else {
_root.responsetext = "2. Chris:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("2. Greel:" + _global.pleasure_tooslow()) + " babydoll.";
} else {
_root.responsetext = "2. Greel:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("2. Kyle:" + _global.pleasure_tooslow()) + " Maiko!";
} else {
_root.responsetext = "2. Kyle:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("2. Joiry:" + _global.pleasure_tooslow()) + " girlie!";
} else {
_root.responsetext = "2. Joiry:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("2. David:" + _global.pleasure_tooslow()) + " Maiko.";
} else {
_root.responsetext = "2. David:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("2. Tsugo:" + _global.pleasure_tooslow()) + " Maiko-chan.";
} else {
_root.responsetext = "2. Tsugo:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("2. Jinru:" + _global.pleasure_tooslow()) + "...";
} else {
_root.responsetext = "2. Jinru:" + _global.pleasure_tooslow();
}
} else if (random(2) == 0) {
_root.responsetext = ("2. Guy:" + _global.pleasure_tooslow()) + " babe.";
} else {
_root.responsetext = "2. Guy:" + _global.pleasure_tooslow();
}
} else if (_global.desired_pleasure2 < _global.selected_pleasure2) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("2. Chris:" + _global.pleasure_toofast()) + " Maiko.";
} else {
_root.responsetext = "2. Chris:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("2. Greel:" + _global.pleasure_toofast()) + " babydoll.";
} else {
_root.responsetext = "2. Greel:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("2. Kyle:" + _global.pleasure_toofast()) + " Maiko!";
} else {
_root.responsetext = "2. Kyle:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("2. Joiry:" + _global.pleasure_toofast()) + " girlie!";
} else {
_root.responsetext = "2. Joiry:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("2. David:" + _global.pleasure_toofast()) + " Maiko.";
} else {
_root.responsetext = "2. David:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("2. Tsugo:" + _global.pleasure_toofast()) + " Maiko-chan.";
} else {
_root.responsetext = "2. Tsugo:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("2. Jinru:" + _global.pleasure_toofast()) + "...";
} else {
_root.responsetext = "2. Jinru:" + _global.pleasure_toofast();
}
} else if (random(2) == 0) {
_root.responsetext = ("2. Guy:" + _global.pleasure_toofast()) + " babe.";
} else {
_root.responsetext = "2. Guy:" + _global.pleasure_toofast();
}
}
Symbol 80 MovieClip Frame 134
_root.textb_mc.gotoAndStop(1);
_root.responsetext = "";
Symbol 80 MovieClip Frame 139
if (_global.selected_pleasure3 == _global.desired_pleasure3) {
_global.pleasure_total++;
}
_root.textb_mc.gotoAndStop(2);
if (_global.selected_pleasure3 == 0) {
girl.gotoAndPlay(2);
} else if (_global.selected_pleasure3 == 1) {
girl.gotoAndPlay(33);
} else if (_global.selected_pleasure3 == 2) {
girl.gotoAndPlay(64);
} else if (_global.selected_pleasure3 == 3) {
girl.gotoAndPlay(95);
}
if (_global.desired_pleasure3 == _global.selected_pleasure3) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("3. Chris:" + _global.pleasure_perfect()) + " Maiko.";
} else {
_root.responsetext = "3. Chris:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("3. Greel:" + _global.pleasure_perfect()) + " babydoll.";
} else {
_root.responsetext = "3. Greel:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("3. Kyle:" + _global.pleasure_perfect()) + " Maiko!";
} else {
_root.responsetext = "3. Kyle:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("3. Joiry:" + _global.pleasure_perfect()) + " girlie!";
} else {
_root.responsetext = "3. Joiry:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("3. David:" + _global.pleasure_perfect()) + " you sexy bitch.";
} else {
_root.responsetext = "3. David:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("3. Tsugo:" + _global.pleasure_perfect()) + " Maiko-chan.";
} else {
_root.responsetext = "3. Tsugo:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("3. Jinru:" + _global.pleasure_perfect()) + "...";
} else {
_root.responsetext = "3. Jinru:" + _global.pleasure_perfect();
}
} else if (random(2) == 0) {
_root.responsetext = ("3. Guy:" + _global.pleasure_perfect()) + " babe.";
} else {
_root.responsetext = "3. Guy:" + _global.pleasure_perfect();
}
} else if (_global.desired_pleasure3 == 0) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("3. Chris:" + _global.pleasure_stop()) + " Maiko.";
} else {
_root.responsetext = "3. Chris:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("3. Greel:" + _global.pleasure_stop()) + " babydoll.";
} else {
_root.responsetext = "3. Greel:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("3. Kyle:" + _global.pleasure_stop()) + " Maiko!";
} else {
_root.responsetext = "3. Kyle:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("3. Joiry:" + _global.pleasure_stop()) + " girlie!";
} else {
_root.responsetext = "3. Joiry:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("3. David:" + _global.pleasure_stop()) + " Maiko.";
} else {
_root.responsetext = "3. David:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("3. Tsugo:" + _global.pleasure_stop()) + " Maiko-chan.";
} else {
_root.responsetext = "3. Tsugo:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("3. Jinru:" + _global.pleasure_stop()) + "...";
} else {
_root.responsetext = "3. Jinru:" + _global.pleasure_stop();
}
} else if (random(2) == 0) {
_root.responsetext = ("3. Guy:" + _global.pleasure_stop()) + " babe.";
} else {
_root.responsetext = "3. Guy:" + _global.pleasure_stop();
}
} else if (_global.desired_pleasure3 > _global.selected_pleasure3) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("3. Chris:" + _global.pleasure_tooslow()) + " Maiko.";
} else {
_root.responsetext = "3. Chris:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("3. Greel:" + _global.pleasure_tooslow()) + " babydoll.";
} else {
_root.responsetext = "3. Greel:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("3. Kyle:" + _global.pleasure_tooslow()) + " Maiko!";
} else {
_root.responsetext = "3. Kyle:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("3. Joiry:" + _global.pleasure_tooslow()) + " girlie!";
} else {
_root.responsetext = "3. Joiry:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("3. David:" + _global.pleasure_tooslow()) + " Maiko.";
} else {
_root.responsetext = "3. David:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("3. Tsugo:" + _global.pleasure_tooslow()) + " Maiko-chan.";
} else {
_root.responsetext = "3. Tsugo:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("3. Jinru:" + _global.pleasure_tooslow()) + "...";
} else {
_root.responsetext = "3. Jinru:" + _global.pleasure_tooslow();
}
} else if (random(2) == 0) {
_root.responsetext = ("3. Guy:" + _global.pleasure_tooslow()) + " babe.";
} else {
_root.responsetext = "3. Guy:" + _global.pleasure_tooslow();
}
} else if (_global.desired_pleasure3 < _global.selected_pleasure3) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("3. Chris:" + _global.pleasure_toofast()) + " Maiko.";
} else {
_root.responsetext = "3. Chris:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("3. Greel:" + _global.pleasure_toofast()) + " babydoll.";
} else {
_root.responsetext = "3. Greel:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("3. Kyle:" + _global.pleasure_toofast()) + " Maiko!";
} else {
_root.responsetext = "3. Kyle:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("3. Joiry:" + _global.pleasure_toofast()) + " girlie!";
} else {
_root.responsetext = "3. Joiry:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("3. David:" + _global.pleasure_toofast()) + " Maiko.";
} else {
_root.responsetext = "3. David:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("3. Tsugo:" + _global.pleasure_toofast()) + " Maiko-chan.";
} else {
_root.responsetext = "3. Tsugo:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("3. Jinru:" + _global.pleasure_toofast()) + "...";
} else {
_root.responsetext = "3. Jinru:" + _global.pleasure_toofast();
}
} else if (random(2) == 0) {
_root.responsetext = ("3. Guy:" + _global.pleasure_toofast()) + " babe.";
} else {
_root.responsetext = "3. Guy:" + _global.pleasure_toofast();
}
}
Symbol 80 MovieClip Frame 196
_root.textb_mc.gotoAndStop(1);
_root.responsetext = "";
Symbol 80 MovieClip Frame 201
if (_global.selected_pleasure4 == _global.desired_pleasure4) {
_global.pleasure_total++;
}
_root.textb_mc.gotoAndStop(2);
if (_global.selected_pleasure4 == 0) {
girl.gotoAndPlay(2);
} else if (_global.selected_pleasure4 == 1) {
girl.gotoAndPlay(33);
} else if (_global.selected_pleasure4 == 2) {
girl.gotoAndPlay(64);
} else if (_global.selected_pleasure4 == 3) {
girl.gotoAndPlay(95);
}
if (_global.desired_pleasure4 == _global.selected_pleasure4) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("4. Chris:" + _global.pleasure_perfect()) + " Maiko.";
} else {
_root.responsetext = "4. Chris:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("4. Greel:" + _global.pleasure_perfect()) + " babydoll.";
} else {
_root.responsetext = "4. Greel:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("4. Kyle:" + _global.pleasure_perfect()) + " Maiko!";
} else {
_root.responsetext = "4. Kyle:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("4. Joiry:" + _global.pleasure_perfect()) + " girlie!";
} else {
_root.responsetext = "4. Joiry:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("4. David:" + _global.pleasure_perfect()) + " Maiko.";
} else {
_root.responsetext = "4. David:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("4. Tsugo:" + _global.pleasure_perfect()) + " Maiko-chan.";
} else {
_root.responsetext = "4. Tsugo:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("4. Jinru:" + _global.pleasure_perfect()) + "...";
} else {
_root.responsetext = "4. Jinru:" + _global.pleasure_perfect();
}
} else if (random(2) == 0) {
_root.responsetext = ("4. Guy:" + _global.pleasure_perfect()) + " babe.";
} else {
_root.responsetext = "4. Guy:" + _global.pleasure_perfect();
}
} else if (_global.desired_pleasure4 == 0) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("4. Chris:" + _global.pleasure_stop()) + " Maiko.";
} else {
_root.responsetext = "4. Chris:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("4. Greel:" + _global.pleasure_stop()) + " babydoll.";
} else {
_root.responsetext = "4. Greel:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("4. Kyle:" + _global.pleasure_stop()) + " Maiko!";
} else {
_root.responsetext = "4. Kyle:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("4. Joiry:" + _global.pleasure_stop()) + " girlie!";
} else {
_root.responsetext = "4. Joiry:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("4. David:" + _global.pleasure_stop()) + " Maiko.";
} else {
_root.responsetext = "4. David:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("4. Tsugo:" + _global.pleasure_stop()) + " Maiko-chan.";
} else {
_root.responsetext = "4. Tsugo:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("4. Jinru:" + _global.pleasure_stop()) + "...";
} else {
_root.responsetext = "4. Jinru:" + _global.pleasure_stop();
}
} else if (random(2) == 0) {
_root.responsetext = ("4. Guy:" + _global.pleasure_stop()) + " babe.";
} else {
_root.responsetext = "4. Guy:" + _global.pleasure_stop();
}
} else if (_global.desired_pleasure4 > _global.selected_pleasure4) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("4. Chris:" + _global.pleasure_tooslow()) + " Maiko.";
} else {
_root.responsetext = "4. Chris:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("4. Greel:" + _global.pleasure_tooslow()) + " babydoll.";
} else {
_root.responsetext = "4. Greel:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("4. Kyle:" + _global.pleasure_tooslow()) + " Maiko!";
} else {
_root.responsetext = "4. Kyle:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("4. Joiry:" + _global.pleasure_tooslow()) + " girlie!";
} else {
_root.responsetext = "4. Joiry:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("4. David:" + _global.pleasure_tooslow()) + " Maiko.";
} else {
_root.responsetext = "4. David:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("4. Tsugo:" + _global.pleasure_tooslow()) + " Maiko-chan.";
} else {
_root.responsetext = "4. Tsugo:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("4. Jinru:" + _global.pleasure_tooslow()) + "...";
} else {
_root.responsetext = "4. Jinru:" + _global.pleasure_tooslow();
}
} else if (random(2) == 0) {
_root.responsetext = ("4. Guy:" + _global.pleasure_tooslow()) + " babe.";
} else {
_root.responsetext = "4. Guy:" + _global.pleasure_tooslow();
}
} else if (_global.desired_pleasure4 < _global.selected_pleasure4) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("4. Chris:" + _global.pleasure_toofast()) + " Maiko.";
} else {
_root.responsetext = "4. Chris:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("4. Greel:" + _global.pleasure_toofast()) + " babydoll.";
} else {
_root.responsetext = "4. Greel:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("4. Kyle:" + _global.pleasure_toofast()) + " Maiko!";
} else {
_root.responsetext = "4. Kyle:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("4. Joiry:" + _global.pleasure_toofast()) + " girlie!";
} else {
_root.responsetext = "4. Joiry:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("4. David:" + _global.pleasure_toofast()) + " Maiko.";
} else {
_root.responsetext = "4. David:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("4. Tsugo:" + _global.pleasure_toofast()) + " Maiko-chan.";
} else {
_root.responsetext = "4. Tsugo:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("4. Jinru:" + _global.pleasure_toofast()) + "...";
} else {
_root.responsetext = "4. Jinru:" + _global.pleasure_toofast();
}
} else if (random(2) == 0) {
_root.responsetext = ("4. Guy:" + _global.pleasure_toofast()) + " babe.";
} else {
_root.responsetext = "4. Guy:" + _global.pleasure_toofast();
}
}
Symbol 80 MovieClip Frame 258
_root.textb_mc.gotoAndStop(1);
_root.responsetext = "";
Symbol 80 MovieClip Frame 263
if (_global.selected_pleasure5 == _global.desired_pleasure5) {
_global.pleasure_total++;
}
_root.textb_mc.gotoAndStop(2);
if (_global.selected_pleasure5 == 0) {
girl.gotoAndPlay(2);
} else if (_global.selected_pleasure5 == 1) {
girl.gotoAndPlay(33);
} else if (_global.selected_pleasure5 == 2) {
girl.gotoAndPlay(64);
} else if (_global.selected_pleasure5 == 3) {
girl.gotoAndPlay(95);
}
if (_global.desired_pleasure5 == _global.selected_pleasure5) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("5. Chris:" + _global.pleasure_perfect()) + " Maiko.";
} else {
_root.responsetext = "5. Chris:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("5. Greel:" + _global.pleasure_perfect()) + " babydoll.";
} else {
_root.responsetext = "5. Greel:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("5. Kyle:" + _global.pleasure_perfect()) + " Maiko!";
} else {
_root.responsetext = "5. Kyle:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("5. Joiry:" + _global.pleasure_perfect()) + " girlie!";
} else {
_root.responsetext = "5. Joiry:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("5. David:" + _global.pleasure_perfect()) + " Maiko.";
} else {
_root.responsetext = "5. David:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("5. Tsugo:" + _global.pleasure_perfect()) + " Maiko-chan.";
} else {
_root.responsetext = "5. Tsugo:" + _global.pleasure_perfect();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("5. Jinru:" + _global.pleasure_perfect()) + "...";
} else {
_root.responsetext = "5. Jinru:" + _global.pleasure_perfect();
}
} else if (random(2) == 0) {
_root.responsetext = ("5. Guy:" + _global.pleasure_perfect()) + " babe.";
} else {
_root.responsetext = "5. Guy:" + _global.pleasure_perfect();
}
} else if (_global.desired_pleasure5 == 0) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("5. Chris:" + _global.pleasure_stop()) + " Maiko.";
} else {
_root.responsetext = "5. Chris:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("5. Greel:" + _global.pleasure_stop()) + " babydoll.";
} else {
_root.responsetext = "5. Greel:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("5. Kyle:" + _global.pleasure_stop()) + " Maiko!";
} else {
_root.responsetext = "5. Kyle:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("5. Joiry:" + _global.pleasure_stop()) + " girlie!";
} else {
_root.responsetext = "5. Joiry:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("5. David:" + _global.pleasure_stop()) + " Maiko.";
} else {
_root.responsetext = "5. David:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("5. Tsugo:" + _global.pleasure_stop()) + " Maiko-chan.";
} else {
_root.responsetext = "5. Tsugo:" + _global.pleasure_stop();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("5. Jinru:" + _global.pleasure_stop()) + "...";
} else {
_root.responsetext = "5. Jinru:" + _global.pleasure_stop();
}
} else if (random(2) == 0) {
_root.responsetext = ("5. Guy:" + _global.pleasure_stop()) + " babe.";
} else {
_root.responsetext = "5. Guy:" + _global.pleasure_stop();
}
} else if (_global.desired_pleasure5 > _global.selected_pleasure5) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("5. Chris:" + _global.pleasure_tooslow()) + " Maiko.";
} else {
_root.responsetext = "5. Chris:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("5. Greel:" + _global.pleasure_tooslow()) + " babydoll.";
} else {
_root.responsetext = "5. Greel:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("5. Kyle:" + _global.pleasure_tooslow()) + " Maiko!";
} else {
_root.responsetext = "5. Kyle:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("5. Joiry:" + _global.pleasure_tooslow()) + " girlie!";
} else {
_root.responsetext = "5. Joiry:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("5. David:" + _global.pleasure_tooslow()) + " Maiko.";
} else {
_root.responsetext = "5. David:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("5. Tsugo:" + _global.pleasure_tooslow()) + " Maiko-chan.";
} else {
_root.responsetext = "5. Tsugo:" + _global.pleasure_tooslow();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("5. Jinru:" + _global.pleasure_tooslow()) + "...";
} else {
_root.responsetext = "5. Jinru:" + _global.pleasure_tooslow();
}
} else if (random(2) == 0) {
_root.responsetext = ("5. Guy:" + _global.pleasure_tooslow()) + " babe.";
} else {
_root.responsetext = "5. Guy:" + _global.pleasure_tooslow();
}
} else if (_global.desired_pleasure5 < _global.selected_pleasure5) {
if (_global.doing_guy == 5) {
if (random(2) == 0) {
_root.responsetext = ("5. Chris:" + _global.pleasure_toofast()) + " Maiko.";
} else {
_root.responsetext = "5. Chris:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 9) {
if (random(2) == 0) {
_root.responsetext = ("5. Greel:" + _global.pleasure_toofast()) + " babydoll.";
} else {
_root.responsetext = "5. Greel:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 10) {
if (random(2) == 0) {
_root.responsetext = ("5. Kyle:" + _global.pleasure_toofast()) + " Maiko!";
} else {
_root.responsetext = "5. Kyle:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 15) {
if (random(2) == 0) {
_root.responsetext = ("5. Joiry:" + _global.pleasure_toofast()) + " girlie!";
} else {
_root.responsetext = "5. Joiry:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 16) {
if (random(2) == 0) {
_root.responsetext = ("5. David:" + _global.pleasure_toofast()) + " Maiko.";
} else {
_root.responsetext = "5. David:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 17) {
if (random(2) == 0) {
_root.responsetext = ("5. Tsugo:" + _global.pleasure_toofast()) + " Maiko-chan.";
} else {
_root.responsetext = "5. Tsugo:" + _global.pleasure_toofast();
}
} else if (_global.doing_guy == 18) {
if (random(2) == 0) {
_root.responsetext = ("5. Jinru:" + _global.pleasure_toofast()) + "...";
} else {
_root.responsetext = "5. Jinru:" + _global.pleasure_toofast();
}
} else if (random(2) == 0) {
_root.responsetext = ("5. Guy:" + _global.pleasure_toofast()) + " babe.";
} else {
_root.responsetext = "5. Guy:" + _global.pleasure_toofast();
}
}
if (_global.pleasure_total == 5) {
_global.is_cumming = 1;
}
Symbol 80 MovieClip Frame 320
_root.textb_mc.gotoAndStop(1);
_root.responsetext = "";
Symbol 80 MovieClip Frame 325
stop();
_root.textb_mc.gotoAndStop(1);
_root.responsetext = "";
if (_global.pleasure_total == 5) {
gotoAndPlay (326);
} else {
_global.pleasure_total = 0;
gotoAndStop (3);
}
Symbol 80 MovieClip Frame 345
gotoAndPlay (326);