Combined Code
movieClip 3 {
}
movieClip 4 {
}
movieClip 5 {
frame 1 {
stop();
xx._alpha = 0;
this.onEnterFrame = function () {
rand = int(random(100));
if (rand == 0) {
play();
}
};
}
}
movieClip 6 p_effect {
}
frame 1 {
this.onEnterFrame = function () {
smoke._x = _xmouse;
smoke._y = _ymouse;
gr._x = 530 - _xmouse / 20;
gr._y = -(_ymouse / 20);
};
_quality = 'BEST';
_global.tabEnabled = false;
this.tabEnabled = false;
bx.tabIndex = 1;
}
frame 1 {
if (aff > 2) {
_root.aff = aff;
} else {
_root.aff = '';
}
_root.pf1 = pf1;
stop();
}
movieClip 9 {
}
movieClip 12 {
}
movieClip 15 {
}
movieClip 17 {
}
movieClip 19 {
}
movieClip 21 {
}
movieClip 22 {
frame 1 {
_root.stop();
this.onEnterFrame = function () {
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
eval(bar)._width = PercentLoaded * 2.6;
_root.percent = int(PercentLoaded) + '%';
per._x = PercentLoaded * 2.7;
} else {
tellTarget ('_root') {
gotoAndStop(4);
}
}
};
}
}
movieClip 25 {
}
button 26 {
on (release) {
getURL('http://lessonofpassion.com/index.php?targeo=gamemenu', '_blank');
}
}
movieClip 31 {
}
movieClip 32 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.bad == 1) {
_root.bad = 0;
play();
}
};
}
}
movieClip 34 {
}
movieClip 35 {
frame 1 {
stop();
this.onEnterFrame = function () {
rand = int(random(100));
if (rand == 0) {
play();
}
};
}
}
movieClip 36 {
}
movieClip 37 {
}
movieClip 40 {
}
movieClip 43 {
}
// unknown tag 88 length 73
movieClip 47 {
}
// unknown tag 88 length 75
movieClip 50 {
}
movieClip 51 {
}
movieClip 52 {
}
movieClip 53 {
}
movieClip 54 {
}
movieClip 55 {
}
movieClip 56 {
}
movieClip 57 {
}
movieClip 58 {
}
movieClip 59 {
}
movieClip 60 {
}
movieClip 61 {
}
movieClip 62 {
}
movieClip 63 {
}
movieClip 64 {
}
movieClip 65 {
}
movieClip 66 {
}
movieClip 67 {
}
movieClip 68 {
}
movieClip 69 {
}
movieClip 70 {
}
movieClip 71 {
}
movieClip 72 {
}
movieClip 73 {
}
movieClip 74 {
}
movieClip 75 {
}
movieClip 76 {
}
movieClip 77 {
}
movieClip 78 {
}
movieClip 79 {
frame 1 {
stop();
Mouse.hide();
}
}
movieClip 81 {
}
movieClip 84 {
frame 1 {
this.onEnterFrame = function () {
if (_root.touchx != 0) {
_root.touchx -= 1;
}
if (_root.bonus == 'good') {
_root.bonus = '';
_root.t_score += 1;
this.c += 1;
_root.spawngood = 20;
posx = _xmouse;
posy = _ymouse - 40;
removeMovieClip('_parent.sgood');
_parent.attachMovie('score_good', 'sgood', this.getNextHighestDepth(), {'_x': posx, '_y': posy});
xxx = 10;
}
if (_root.bonus == 'fast') {
_root.bonus = '';
_root.n_score += 1;
_root.spawnfast = 20;
posx = _xmouse;
posy = _ymouse - 40;
removeMovieClip('_parent.sfast');
_parent.attachMovie('score_fast', 'sfast', this.getNextHighestDepth(), {'_x': posx, '_y': posy});
xxx = 10;
}
if (_root.bonus == 'slow') {
_root.bonus = '';
_root.n_score += 1;
_root.spawnslow = 20;
posx = _xmouse;
posy = _ymouse - 40;
removeMovieClip('_parent.sslow');
_parent.attachMovie('score_slow', 'sslow', this.getNextHighestDepth(), {'_x': posx, '_y': posy});
xxx = 10;
}
if (_root.bonus == 'deep') {
_root.bonus = '';
_root.n_score += 1;
_root.spawndeep = 20;
posx = _xmouse;
posy = _ymouse - 40;
removeMovieClip('_parent.sdeep');
_parent.attachMovie('score_deep', 'sdeep', this.getNextHighestDepth(), {'_x': posx, '_y': posy});
xxx = 10;
}
if (_root.bonus == 'reset') {
_root.bonus = '';
this.c = 0;
el = 0;
while (el <= 15) {
removeMovieClip('el' + el);
++el;
}
xx = 0;
yy = 2;
}
if (_root.spawngood > 0) {
_root.spawngood -= 1;
_parent.sgood._y -= 2;
_parent.sgood._alpha -= 5;
}
if (_root.spawngood <= 0) {
_root.spawngood = 0;
removeMovieClip('_parent.sgood');
}
if (_root.spawnfast > 0) {
_root.spawnfast -= 1;
_parent.sfast._y -= 2;
_parent.sfast._alpha -= 5;
}
if (_root.spawnfast <= 0) {
_root.spawnfast = 0;
removeMovieClip('_parent.sfast');
}
if (_root.spawnslow > 0) {
_root.spawnslow -= 1;
_parent.sslow._y -= 2;
_parent.sslow._alpha -= 5;
}
if (_root.spawnslow <= 0) {
_root.spawnslow = 0;
removeMovieClip('_parent._parent.sslow');
}
if (_root.spawndeep > 0) {
_root.spawndeep -= 1;
_parent.sdeep._y -= 2;
_parent.sdeep._alpha -= 5;
}
if (_root.spawndeep <= 0) {
_root.spawndeep = 0;
removeMovieClip('_parent._parent.sdeep');
}
_root.n_scoreshow = _root.n_score;
bar._width = _root.t_score * 3.3;
bar2._width = _root.n_score * 3.3;
};
}
}
frame 2 {
_root.play_day = 1;
}
movieClip 85 {
}
movieClip 86 {
}
movieClip 88 {
}
movieClip 89 {
frame 10 {
stop();
}
}
button 90 {
on (release) {
_root.naomi = 0;
_root.naomi_lvl = 1;
_root.kendra = 0;
_root.kendra_lvl = 1;
_root.reiko = 0;
_root.reiko_lvl = 1;
_root.naomi_cool = 999;
_root.kendra_cool = 999;
_root.reiko_cool = 999;
_root.naomi_idle = 0;
_root.kendra_idle = 0;
_root.reiko_idle = 0;
_root.money = 0;
_root.swa = 10;
_root.cul = 10;
_root.sci = 10;
_root.fit = 10;
_root.pop = 10;
_root.mor = 10;
_root.sta = 10;
_root.item_gif1 = 0;
_root.item_gif2 = 0;
_root.item_gif3 = 0;
_root.item_gif4 = 0;
_root.item_gif5 = 0;
_root.time = 1;
_root.day = 1;
_root.mood = 0;
_root.reiko_on = 0;
_root.intro = 0;
tellTarget ('_parent') {
gotoAndStop(3);
}
}
on (rollOver) {
_root.ftx = 0;
}
}
// unknown tag 88 length 82
button 93 {
on (rollOver) {
_root.ftx = -900;
}
on (release) {
if (_root.aff != '') {
getURL('http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=939539-0001&PA=' + _root.aff + '&HTML=http://lopgold.com/index_ele.php', '_blank');
} else {
getURL('http://lopgold.com/index_ele.php', '_blank');
}
}
}
button 95 {
on (release) {
getURL('http://sexandglory.com/index_mi.php', '_blank');
}
on (rollOver) {
_root.ftx = -1800;
}
}
button 97 {
on (release) {
getURL('http://playforceone.com/', '_blank');
}
on (rollOver) {
_root.ftx = -2700;
}
}
movieClip 100 {
}
movieClip 101 {
}
button 102 {
on (release) {
getURL('http://lessonofpassion.com/index.php?targeo=gamemenu', '_blank');
}
}
movieClip 106 {
}
movieClip 107 {
}
movieClip 110 {
}
movieClip 111 {
}
movieClip 114 {
}
movieClip 115 {
}
movieClip 118 {
}
movieClip 119 {
}
movieClip 120 {
frame 1 {
_root.ftx = 1;
_root.ftg = 1;
this.onEnterFrame = function () {
if (_root.ftx > _root.ftg) {
_root.ftg += int((_root.ftx - _root.ftg) / 5);
}
if (_root.ftx < _root.ftg) {
_root.ftg -= int((_root.ftg - _root.ftx) / 5);
}
scene._x = _root.ftg;
};
}
}
button 121 {
on (release) {
var savefile = SharedObject.getLocal('cr');
_root.time = 1;
_root.money = savefile.data.money;
_root.day = savefile.data.day;
_root.dayname = savefile.data.dayname;
_root.naomi = savefile.data.naomi;
_root.naomi_lvl = savefile.data.naomi_lvl;
_root.naomi_cool = savefile.data.naomi_cool;
_root.kendra = savefile.data.kendra;
_root.kendra_lvl = savefile.data.kendra_lvl;
_root.kendra_cool = savefile.data.kendra_cool;
_root.reiko = savefile.data.reiko;
_root.reiko_lvl = savefile.data.reiko_lvl;
_root.reiko_cool = savefile.data.reiko_cool;
_root.swa = savefile.data.swa;
_root.cul = savefile.data.cul;
_root.sci = savefile.data.sci;
_root.fit = savefile.data.fit;
_root.pop = savefile.data.pop;
_root.item_cap = savefile.data.item_cap;
_root.item_rin = savefile.data.item_rin;
_root.item_gla = savefile.data.item_gla;
_root.item_hea = savefile.data.item_hea;
_root.item_nec = savefile.data.item_nec;
_root.item_gif1 = savefile.data.item_gif1;
_root.item_gif2 = savefile.data.item_gif2;
_root.item_gif3 = savefile.data.item_gif3;
_root.item_gif4 = savefile.data.item_gif4;
_root.item_gif5 = savefile.data.item_gif5;
_root.reiko_on = savefile.data.reiko_on;
_root.intro = savefile.data.intro;
_root.naomi_idle = savefile.data.naomi_idle;
_root.reiko_idle = savefile.data.reiko_idle;
_root.kendra_idle = savefile.data.kendra_idle;
_root.naomi_fs = savefile.data.naomi_fs;
_root.reiko_fs = savefile.data.reiko_fs;
_root.kendra_fs = savefile.data.kendra_fs;
tellTarget ('_parent') {
gotoAndStop(3);
}
}
}
movieClip 124 {
frame 1 {
stop();
ct._alpha = 30;
ct.enabled = false;
var savefile = SharedObject.getLocal('cr');
_root.day = savefile.data.day;
this.onEnterFrame = function () {
if (_root.day > 0 and _root.day < 30) {
ct._alpha = 100;
ct.enabled = true;
delete this.onEnterFrame;
}
};
}
}
movieClip 127 {
}
movieClip 130 {
}
movieClip 131 {
}
button 132 {
on (release) {
_root.muteme = 1;
gotoAndStop(2);
}
}
button 133 {
on (release) {
_root.muteme = 0;
gotoAndStop(1);
}
}
movieClip 135 {
}
movieClip 136 {
frame 1 {
stop();
}
}
movieClip 140 {
frame 1 {
stop();
sound_day = new Sound(s1);
sound_day.attachSound('sound_day');
sound_moan_lisa = new Sound(s9);
sound_moan_lisa.attachSound('sound_moan_lisa');
sound_sex_lisa = new Sound(s12);
sound_sex_lisa.attachSound('sound_sex_lisa');
_root.sound_dif = 1;
this.onEnterFrame = function () {
if (_root.play_day == 1 and _root.muteme != 1) {
_root.play_day = 2;
sound_day.stop('sound_day');
if (_root.sound_dif == 1 and _root.muteme != 1) {
_root.sound_dif = 0;
sound_day.stop('sound_day');
sound_day.start(0, 999);
}
}
if (_root.play_funk == 1 and _root.muteme != 1) {
_root.play_funk = 2;
_root.sound_dif = 1;
sound_jazz.stop('sound_jazz');
sound_funk.stop('sound_funk');
sound_funk.start(0, 999);
}
if (_root.play_moan_lisa == 1 and _root.muteme != 1) {
_root.play_moan_lisa = 2;
sound_moan_lisa.start(0, 999);
}
if (_root.play_sex_lisa == 1 and _root.muteme != 1) {
_root.play_sex_lisa = 2;
sound_sex_lisa.start(0, 999);
}
if (_root.play_stopsex == 1 and _root.muteme != 1) {
_root.play_stopsex = 2;
sound_moan_lisa.stop('sound_moan_lisa');
sound_sex_lisa.stop('sound_sex_lisa');
}
if (_root.muteme == 1) {
sound_day.setVolume(0);
sound_night.setVolume(0);
sound_funk.setVolume(0);
sound_soul.setVolume(0);
sound_moan_tracy.setVolume(0);
sound_moan_lisa.setVolume(0);
sound_sex_tracy.setVolume(0);
sound_sex_lisa.setVolume(0);
}
if (_root.muteme == 0) {
sound_day.setVolume(100);
sound_night.setVolume(100);
sound_funk.setVolume(100);
sound_soul.setVolume(100);
sound_moan_tracy.setVolume(100);
sound_moan_lisa.setVolume(100);
sound_sex_tracy.setVolume(100);
sound_sex_lisa.setVolume(100);
}
};
}
}
frame 3 {
_root.lx2 = 5;
_root.lx3 = 20;
_root.lx4 = 50;
_root.lx5 = 100;
_root.lx6 = 150;
stop();
}
movieClip 143 {
}
movieClip 144 {
}
movieClip 146 {
}
movieClip 147 {
frame 10 {
stop();
}
}
button 148 {
on (release) {
_root.wtg = 4;
}
}
button 150 {
on (release) {
_root.wtg = 5;
}
}
button 152 {
on (release) {
_root.wtg = 7;
}
}
button 154 {
on (release) {
_root.wtg = 3;
}
}
movieClip 157 {
}
button 158 {
on (release) {
_root.timex = 1;
_root.pop += 2;
_root.wtg = 36;
}
}
movieClip 163 {
}
movieClip 164 {
}
button 166 {
on (rollOver) {
tellTarget ('_root.smoke') {
_root.hint = 'Naomi';
gotoAndStop('hint');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (press) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.timex = 1;
_root.wtg = 20;
}
}
movieClip 169 {
frame 1 {
this.onEnterFrame = function () {
_root.ty = _root.naomi;
tycom = 'Love';
if (_root.ty < _root.lx6) {
tycom = 'Desire';
}
if (_root.ty < _root.lx5) {
tycom = 'Fascination';
}
if (_root.ty < _root.lx4) {
tycom = 'Attraction';
}
if (_root.ty < _root.lx3) {
tycom = 'Friendship';
}
if (_root.ty < _root.lx2) {
tycom = 'Neutrality';
}
_root.girlstatus = _root.ty + ' | ' + tycom;
};
}
}
movieClip 170 {
}
button 172 {
on (release) {
tellTarget ('_parent.subs') {
gotoAndStop(4);
}
}
}
movieClip 174 {
}
movieClip 176 {
}
movieClip 177 {
frame 1 {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_parent.s1._alpha = 0;
_parent.s2._alpha = 0;
}
frame 8 {
stop();
}
frame 11 {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
tellTarget ('_parent') {
if (_root.wtggo != '0') {
gotoAndStop(_root.wtggo);
} else {
nextFrame();
}
}
_parent.s1._alpha = 0;
_parent.s2._alpha = 0;
}
}
movieClip 180 {
}
button 181 {
on (release) {
if (_root.time == 3) {
_root.wtg = 47;
} else {
_root.wtg = 1;
}
}
}
button 183 {
on (release) {
_root.wtg = 8;
}
}
button 185 {
on (release) {
if (_root.time < 3) {
_root.wtg = 48;
} else {
if (_root.swa < 50) {
_root.wtg = 49;
} else {
_root.wtg = 9;
}
}
}
}
button 187 {
on (release) {
_root.wtg = 10;
}
}
button 190 {
on (release) {
_root.timex = 1;
_root.fit += 6;
_root.wtg = 39;
}
}
movieClip 193 {
}
movieClip 196 {
}
movieClip 199 {
}
movieClip 200 {
}
button 201 {
on (rollOver) {
tellTarget ('_root.smoke') {
_root.hint = 'Kendra';
gotoAndStop('hint');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (press) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.timex = 1;
_root.wtg = 23;
}
}
movieClip 204 {
frame 1 {
this.onEnterFrame = function () {
_root.ty = _root.kendra;
tycom = 'Love';
if (_root.ty < _root.lx6) {
tycom = 'Desire';
}
if (_root.ty < _root.lx5) {
tycom = 'Fascination';
}
if (_root.ty < _root.lx4) {
tycom = 'Attraction';
}
if (_root.ty < _root.lx3) {
tycom = 'Friendship';
}
if (_root.ty < _root.lx2) {
tycom = 'Neutrality';
}
_root.kendrastatus = _root.ty + ' | ' + tycom;
};
}
}
movieClip 205 {
}
button 206 {
on (release) {
_root.wtg = 1;
}
}
button 208 {
on (release) {
_root.timex = 1;
_root.fit += 3;
_root.wtg = 35;
}
}
movieClip 214 {
}
button 216 {
on (release) {
_root.timex = 1;
_root.cul += 3;
_root.wtg = 37;
}
}
movieClip 221 {
}
movieClip 222 {
}
button 223 {
on (rollOver) {
tellTarget ('_root.smoke') {
_root.hint = 'Reiko';
gotoAndStop('hint');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (press) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.timex = 1;
_root.wtg = 26;
}
}
movieClip 226 {
frame 1 {
this.onEnterFrame = function () {
_root.ty = _root.reiko;
tycom = 'Love';
if (_root.ty < _root.lx6) {
tycom = 'Desire';
}
if (_root.ty < _root.lx5) {
tycom = 'Fascination';
}
if (_root.ty < _root.lx4) {
tycom = 'Attraction';
}
if (_root.ty < _root.lx3) {
tycom = 'Friendship';
}
if (_root.ty < _root.lx2) {
tycom = 'Neutrality';
}
_root.reikostatus = _root.ty + ' | ' + tycom;
};
}
}
movieClip 227 {
}
movieClip 230 {
}
button 232 {
on (release) {
_root.timex = 1;
_root.sci += 3;
_root.wtg = 38;
}
}
button 235 {
on (release) {
_root.timex = 1;
_root.cul += 6;
_root.pop += 2;
_root.wtg = 52;
}
}
movieClip 238 {
}
button 239 {
on (release) {
_root.timex = 1;
_root.sci += 6;
_root.pop += 2;
_root.wtg = 51;
}
}
movieClip 242 {
}
button 243 {
on (release) {
tellTarget ('_parent.subs') {
gotoAndStop(5);
}
}
}
movieClip 246 {
}
button 248 {
on (release) {
_root.timex = 1;
_root.cul += 1;
_root.sci += 1;
_root.wtg = 44;
}
}
button 251 {
on (release) {
_root.timex = 1;
_root.money += _root.m2e_bonus;
_root.mbonus_show = '$' + _root.m2e_bonus;
_root.wtg = 46;
}
}
movieClip 254 {
frame 1 {
_root.m2e_bonus = int(20 + ((_root.sci + _root.cul) / 2) * 0.5);
_root.m2e = 'Increase your MONEY by $' + _root.m2e_bonus + ' | Crucial skills: SCIENCE and CULTURE';
}
}
button 255 {
on (release) {
_root.timex = 1;
_root.pop += 5;
_root.wtg = 45;
}
}
movieClip 258 {
}
movieClip 261 {
}
movieClip 264 {
}
movieClip 265 {
}
movieClip 268 {
}
movieClip 269 {
}
movieClip 272 {
}
button 274 {
on (release) {
_root.timex = 1;
_root.pop += 5;
_root.wtg = 40;
}
}
button 276 {
on (release) {
_root.timex = 1;
_root.pop += 10;
_root.money -= 20;
_root.wtg = 41;
}
}
button 279 {
on (rollOver) {
tellTarget ('_root.smoke') {
_root.hint = 'Naomi';
gotoAndStop('hint');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (press) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.timex = 1;
_root.wtg = 17;
}
}
button 280 {
on (rollOver) {
tellTarget ('_root.smoke') {
_root.hint = 'Kendra';
gotoAndStop('hint');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (press) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.timex = 1;
_root.wtg = 29;
}
}
button 282 {
on (release) {
_root.timex = 1;
_root.money += _root.m2e_bonus;
_root.mbonus_show = '$' + _root.m2e_bonus;
_root.wtg = 42;
}
}
movieClip 284 {
frame 1 {
_root.m2e_bonus = int(20 + ((_root.fit + _root.swa) / 2) * 0.7);
_root.m2e = 'Increase your MONEY by $' + _root.m2e_bonus + ' | Crucial skills: FITNESS and SWAG';
}
}
movieClip 287 {
}
button 289 {
on (release) {
_root.timex = 1;
_root.money += _root.m2e_bonus;
_root.mbonus_show = '$' + _root.m2e_bonus;
_root.wtg = 43;
}
}
button 291 {
on (release) {
_root.timex = 1;
_root.wtg = 11;
}
}
button 294 {
on (release) {
_root.timex = 1;
_root.wtg = 12;
}
}
movieClip 298 {
}
movieClip 299 {
}
button 300 {
on (rollOver) {
tellTarget ('_root.smoke') {
_root.hint = 'Reiko';
gotoAndStop('hint');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (press) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.timex = 1;
_root.wtg = 32;
}
}
movieClip 301 {
}
button 303 {
on (release) {
_root.timex = 1;
_root.money += _root.m2e_bonus;
_root.mbonus_show = '$' + _root.m2e_bonus;
_root.wtg = 50;
}
}
movieClip 305 {
frame 1 {
_root.m2e_bonus2 = int(20 + ((_root.cul + _root.swa) / 2) * 0.8);
_root.m2e2 = 'Increase your MONEY by $' + _root.m2e_bonus + ' | Crucial skills: SWAG and CULTURE';
}
}
button 306 {
on (release) {
tellTarget ('_parent.subs') {
gotoAndStop(6);
}
}
}
button 307 {
on (release) {
_root.item_gif1 = 1;
_root.money -= 15;
b1._alpha = 30;
b1.enabled = false;
}
}
button 310 {
on (release) {
_root.item_gif2 = 1;
_root.money -= 30;
b2._alpha = 30;
b2.enabled = false;
}
}
button 312 {
on (release) {
_root.item_gif3 = 1;
_root.money -= 58;
b3._alpha = 30;
b3.enabled = false;
}
}
button 314 {
on (release) {
_root.item_gif4 = 1;
_root.money -= 120;
b4._alpha = 30;
b4.enabled = false;
}
}
button 316 {
on (release) {
_root.item_gif5 = 1;
_root.money -= 280;
b5._alpha = 30;
b5.enabled = false;
}
}
movieClip 320 {
frame 1 {
_parent.boxi._alpha = 0;
this.onEnterFrame = function () {
if (_root.item_gif1 == 1 or _root.money < 15) {
_parent.b1._alpha = 30;
_parent.b1.enabled = false;
}
if (_root.item_gif2 == 1 or _root.money < 30) {
_parent.b2._alpha = 30;
_parent.b2.enabled = false;
}
if (_root.item_gif3 == 1 or _root.money < 58) {
_parent.b3._alpha = 30;
_parent.b3.enabled = false;
}
if (_root.item_gif4 == 1 or _root.money < 120) {
_parent.b4._alpha = 30;
_parent.b4.enabled = false;
}
if (_root.item_gif5 == 1 or _root.money < 280) {
_parent.b5._alpha = 30;
_parent.b5.enabled = false;
}
};
}
}
button 321 {
on (release) {
_root.item_cap = 1;
_root.swa += 5;
_root.money -= 15;
b1._alpha = 30;
b1.enabled = false;
}
}
button 324 {
on (release) {
_root.item_rin = 1;
_root.swa += 10;
_root.money -= 30;
b2._alpha = 30;
b2.enabled = false;
}
}
button 326 {
on (release) {
_root.item_gla = 1;
_root.swa += 20;
_root.money -= 58;
b3._alpha = 30;
b3.enabled = false;
}
}
button 328 {
on (release) {
_root.item_hea = 1;
_root.swa += 25;
_root.money -= 120;
b4._alpha = 30;
b4.enabled = false;
}
}
button 330 {
on (release) {
_root.item_nec = 1;
_root.swa += 30;
_root.money -= 280;
b5._alpha = 30;
b5.enabled = false;
}
}
movieClip 332 {
frame 1 {
_parent.boxi._alpha = 0;
this.onEnterFrame = function () {
if (_root.item_cap == 1 or _root.money < 15) {
_parent.b1._alpha = 30;
_parent.b1.enabled = false;
}
if (_root.item_rin == 1 or _root.money < 30) {
_parent.b2._alpha = 30;
_parent.b2.enabled = false;
}
if (_root.item_gla == 1 or _root.money < 58) {
_parent.b3._alpha = 30;
_parent.b3.enabled = false;
}
if (_root.item_hea == 1 or _root.money < 120) {
_parent.b4._alpha = 30;
_parent.b4.enabled = false;
}
if (_root.item_nec == 1 or _root.money < 280) {
_parent.b5._alpha = 30;
_parent.b5.enabled = false;
}
};
}
}
button 333 {
on (release) {
_root.wtg = 3;
}
}
movieClip 336 {
}
movieClip 339 {
}
movieClip 340 {
}
movieClip 341 {
frame 1 {
var savefile = SharedObject.getLocal('cr');
savefile.data.money = _root.money;
savefile.data.day = _root.day;
savefile.data.dayname = _root.dayname;
savefile.data.naomi = _root.naomi;
savefile.data.naomi_lvl = _root.naomi_lvl;
savefile.data.naomi_cool = _root.naomi_cool;
savefile.data.kendra = _root.kendra;
savefile.data.kendra_lvl = _root.kendra_lvl;
savefile.data.kendra_cool = _root.kendra_cool;
savefile.data.reiko = _root.reiko;
savefile.data.reiko_lvl = _root.reiko_lvl;
savefile.data.reiko_cool = _root.reiko_cool;
savefile.data.swa = _root.swa;
savefile.data.cul = _root.cul;
savefile.data.sci = _root.sci;
savefile.data.fit = _root.fit;
savefile.data.pop = _root.pop;
savefile.data.item_cap = _root.item_cap;
savefile.data.item_rin = _root.item_rin;
savefile.data.item_gla = _root.item_gla;
savefile.data.item_hea = _root.item_hea;
savefile.data.item_nec = _root.item_nec;
savefile.data.item_gif1 = _root.item_gif1;
savefile.data.item_gif2 = _root.item_gif2;
savefile.data.item_gif3 = _root.item_gif3;
savefile.data.item_gif4 = _root.item_gif4;
savefile.data.item_gif5 = _root.item_gif5;
savefile.data.reiko_on = _root.reiko_on;
savefile.data.intro = _root.intro;
savefile.data.naomi_idle = _root.naomi_idle;
savefile.data.reiko_idle = _root.reiko_idle;
savefile.data.kendra_idle = _root.kendra_idle;
savefile.data.naomi_fs = _root.naomi_fs;
savefile.data.reiko_fs = _root.reiko_fs;
savefile.data.kendra_fs = _root.kendra_fs;
d = 0;
this.onEnterFrame = function () {
d += 1;
if (d >= 70) {
ddd._alpha = 0;
}
};
}
}
movieClip 344 {
}
movieClip 345 {
}
movieClip 347 {
}
movieClip 350 {
}
movieClip 351 {
}
movieClip 352 {
}
movieClip 354 {
}
movieClip 355 {
}
button 356 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Grab her boob';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.action = 5;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 357 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Massage her thighs';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.action = 4;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 358 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Touch her arm';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.action = 2;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 359 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Compliment her hair';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.action = 1;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 360 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Kiss her lips';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.action = 3;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 361 {
on (release) {
_root.action = 10;
}
}
button 364 {
on (release) {
_root.action = 11;
}
}
button 366 {
on (release) {
_root.wtg = 120;
}
}
button 368 {
on (release) {
_root.action_buy = 0;
_root.naomi = _root.ty;
_root.wtg = 1;
}
}
button 371 {
on (release) {
_root.action_buy = 1;
gotoAndStop(2);
}
}
button 374 {
on (release) {
gotoAndStop(1);
}
}
button 376 {
on (release) {
_root.action = 13;
_root.ty += 5;
_root.item_gif1 = 0;
gotoAndStop(1);
}
}
button 378 {
on (release) {
_root.action = 13;
_root.ty += 7;
_root.item_gif2 = 0;
gotoAndStop(1);
}
}
button 380 {
on (release) {
_root.action = 13;
_root.ty += 12;
_root.item_gif3 = 0;
gotoAndStop(1);
}
}
button 382 {
on (release) {
_root.action = 13;
_root.ty += 18;
_root.item_gif4 = 0;
gotoAndStop(1);
}
}
button 384 {
on (release) {
_root.action = 13;
_root.ty += 20;
_root.item_gif5 = 0;
gotoAndStop(1);
}
}
movieClip 386 {
frame 1 {
stop();
if (_root.action_buy == 1) {
b1._alpha = 30;
b1.enabled = false;
}
}
frame 2 {
if (_root.item_gif1 != 1) {
p1._alpha = 30;
p1.enabled = false;
}
if (_root.item_gif2 != 1) {
p2._alpha = 30;
p2.enabled = false;
}
if (_root.item_gif3 != 1) {
p3._alpha = 30;
p3.enabled = false;
}
if (_root.item_gif4 != 1) {
p4._alpha = 30;
p4.enabled = false;
}
if (_root.item_gif5 != 1) {
p5._alpha = 30;
p5.enabled = false;
}
}
}
movieClip 388 {
frame 1 {
_parent.s1._alpha = 0;
_parent.s2._alpha = 0;
_parent.s3._alpha = 0;
_parent.s4._alpha = 0;
_parent.s5._alpha = 0;
_parent.goahead._alpha = 0;
nnn = 0;
_root.ty = _root.naomi;
_root.ty_lvl = _root.naomi_lvl;
_root.say = ' ';
_root.say2me = ' ';
badcomment = 'Yeah right…slow down buddy. I don’t know what you\'ve heard, but I\'m not quite that easy.';
_root.do2 = 'OmyGod you noticed! Thanks, I just got it highlighted...';
_root.do3 = 'Ooooh...you\'re like, giving me goosebumps. I like it.';
_root.do4 = 'Mmmm, I love how soft your lips are...';
_root.do5 = 'I really like the way you touch me, most guys just…nevermind, keep doing that...';
_root.do6 = 'Yeah baby, squeeze them a little….ooooh! You\'re bad…I can be bad too.';
_root.talk1 = 'I can\'t believe Alyssa actually got a modeling job…she probably slept with all the photographers.';
_root.talk2 = 'Did you hear that club Envii finally opened? I can not WAIT to shake my ass and party there.';
_root.talk3 = 'Do I look fat today? I haven\'t gone running in like, a day…';
_root.talk4 = 'I heard Nico\'s House Party got pretty raunchy. SO mad I missed it…';
_root.talk5 = 'Is this skirt short enough? ';
_root.flirtbad = 'Uhm, are you trying to be smooth? Because you seem more creepy than hot right now…';
_root.flirt1 = 'I like guys who know how to use their tongues for more than talking my ear off...';
_root.flirt2 = 'I love to run or do yoga. I\'m a girl who isn’t afraid to sweat…';
_root.flirt3 = 'I\'ve always been open about sex…if you like it, do it and don’t be ashamed.';
_root.flirt4 = 'I feel like, if you know him well enough to put it in your mouth…you should swallow.';
_root.flirt5 = 'I don’t like being tied down, but if I find the right guy he will get ALL of me.';
_root.givegift = 'Oh my God. You\'re like, the sweetest guy! Seriously, thanks.';
this.onEnterFrame = function () {
if (_root.action != 0) {
_parent.s1._alpha = 0;
_parent.s2._alpha = 0;
_parent.s3._alpha = 0;
_parent.s4._alpha = 0;
_parent.s5._alpha = 0;
_parent.s6._alpha = 0;
}
tycom = 'Love';
if (_root.ty < _root.lx6) {
tycom = 'Desire';
}
if (_root.ty < _root.lx5) {
tycom = 'Fascination';
}
if (_root.ty < _root.lx4) {
tycom = 'Attraction';
}
if (_root.ty < _root.lx3) {
tycom = 'Friendship';
}
if (_root.ty < _root.lx2) {
tycom = 'Neutrality';
}
_root.girlstatus = _root.ty + ' | ' + tycom;
nnn -= 1;
if (_root.say != '') {
nnn = 150;
_root.say2me = _root.say;
_root.say = '';
}
if (_root.action == 1) {
if (_root.ty < _root.lx2) {
_root.say = badcomment;
_root.bad = 1;
_root.ty -= 2;
} else {
_root.say = _root.do2;
_root.ty += 3;
}
_root.action = 0;
_root.done1 = 1;
_parent.s1._alpha = 100;
_parent.b1.enabled = false;
}
if (_root.action == 2) {
if (_root.ty < _root.lx3) {
_root.say = badcomment;
_root.bad = 1;
_root.ty -= 2;
} else {
_root.say = _root.do3;
_root.ty += 4;
}
_root.action = 0;
_root.done2 = 1;
_parent.s2._alpha = 100;
_parent.b2.enabled = false;
}
if (_root.action == 3) {
if (_root.ty < _root.lx4) {
_root.say = badcomment;
_root.bad = 1;
_root.ty -= 2;
} else {
_root.say = _root.do4;
_root.ty += 5;
}
_root.action = 0;
_root.done3 = 1;
_parent.s3._alpha = 100;
_parent.b3.enabled = false;
}
if (_root.action == 4) {
if (_root.ty < _root.lx5) {
_root.say = badcomment;
_root.bad = 1;
_root.ty -= 2;
} else {
_root.say = _root.do5;
_root.ty += 6;
}
_root.action = 0;
_root.done4 = 1;
_parent.s4._alpha = 100;
_parent.b4.enabled = false;
}
if (_root.action == 5) {
if (_root.ty < _root.lx6) {
_root.say = badcomment;
_root.bad = 1;
_root.ty -= 2;
} else {
_root.say = _root.do6;
_root.ty += 7;
}
_root.action = 0;
_root.done5 = 1;
_parent.s5._alpha = 100;
_parent.b5.enabled = false;
}
if (_root.action == 10) {
rand = int(random(4));
if (rand == 0) {
_root.say = _root.talk1;
}
if (rand == 1) {
_root.say = _root.talk2;
}
if (rand == 2) {
_root.say = _root.talk3;
}
if (rand == 3) {
_root.say = _root.talk4;
}
if (rand == 4) {
_root.say = _root.talk5;
}
_root.ty += 2;
_root.action = 0;
_parent.b10.enabled = false;
_parent.b10._alpha = 30;
}
if (_root.action == 11) {
if (_root.ty < _root.lx4) {
_root.say = _root.flirtbad;
_root.bad = 1;
_root.ty -= 1;
} else {
rand = int(random(4));
if (rand == 0) {
_root.say = _root.flirt1;
}
if (rand == 1) {
_root.say = _root.flirt2;
}
if (rand == 2) {
_root.say = _root.flirt3;
}
if (rand == 3) {
_root.say = _root.flirt4;
}
if (rand == 4) {
_root.say = _root.flirt5;
}
_root.ty += 5;
}
_root.action = 0;
_parent.b11.enabled = false;
_parent.b11._alpha = 30;
}
if (_root.action == 13) {
_root.say = _root.givegift;
}
if (nnn == 0) {
_root.say2me = '';
_parent.s1._alpha = 0;
_parent.s2._alpha = 0;
_parent.s3._alpha = 0;
_parent.s4._alpha = 0;
_parent.s5._alpha = 0;
}
if (_root.ty >= _root.lx2 and _root.swa < 20 and _root.ty_lvl < 2) {
_root.ty = _root.lx2;
_root.naomi = _root.ty;
_root.naomi_idle = 1;
_root.prog = 'Increase your SWAG over 20';
tellTarget ('_parent') {
nextFrame();
}
}
if (_root.ty >= _root.lx2 and _root.swa >= 20 and _root.ty_lvl < 2) {
_root.ty_lvl = 2;
_root.naomi_idle = 0;
_root.naomi_lvl = _root.ty_lvl;
}
if (_root.ty >= _root.lx3 and _root.pop < 30 and _root.ty_lvl < 3) {
_root.ty = _root.lx3;
_root.naomi = _root.ty;
_root.naomi_idle = 1;
_root.prog = 'Increase your POPULARITY over 30';
tellTarget ('_parent') {
nextFrame();
}
}
if (_root.ty >= _root.lx3 and _root.pop >= 30 and _root.ty_lvl < 3) {
_root.ty_lvl = 3;
_root.naomi_idle = 0;
_root.naomi_lvl = _root.ty_lvl;
}
if (_root.ty >= _root.lx4 and _root.fit < 40 and _root.ty_lvl < 4) {
_root.ty = _root.lx4;
_root.naomi = _root.ty;
_root.naomi_idle = 1;
_root.prog = 'Increase your FITNESS over 40';
tellTarget ('_parent') {
nextFrame();
}
}
if (_root.ty >= _root.lx4 and _root.fit >= 40 and _root.ty_lvl < 4) {
_root.ty_lvl = 4;
_root.naomi_idle = 0;
_root.naomi_lvl = _root.ty_lvl;
}
if (_root.ty >= _root.lx5 and _root.pop < 50 and _root.ty_lvl < 5) {
_root.ty = _root.lx5;
_root.naomi = _root.ty;
_root.naomi_idle = 1;
_root.prog = 'Increase your POPULARITY over 50';
tellTarget ('_parent') {
nextFrame();
}
}
if (_root.ty >= _root.lx5 and _root.pop >= 50 and _root.ty_lvl < 5) {
_root.ty_lvl = 5;
_root.naomi_idle = 0;
_root.naomi_lvl = _root.ty_lvl;
}
if (_root.ty >= _root.lx6 and _root.swa < 60 and _root.ty_lvl < 6) {
_root.ty = _root.lx6;
_root.naomi = _root.ty;
_root.naomi_idle = 1;
_root.prog = 'Increase your SWAG over 60';
tellTarget ('_parent') {
nextFrame();
}
}
if (_root.ty >= _root.lx6 and _root.swa >= 60 and _root.ty_lvl < 6) {
_root.ty_lvl = 6;
_root.naomi_idle = 0;
_root.naomi = _root.ty;
_root.naomi_lvl = _root.ty_lvl;
if (_root.naomi_cool == 999) {
_root.naomi_cool = 0;
tellTarget ('_parent') {
gotoAndStop(115);
}
}
}
};
}
}
movieClip 391 {
}
movieClip 392 {
}
movieClip 394 {
}
button 395 {
on (release) {
_root.wtg = 9;
}
}
movieClip 398 {
}
movieClip 399 {
}
movieClip 404 {
}
movieClip 407 {
}
movieClip 408 {
}
movieClip 411 {
}
movieClip 412 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.bad == 1) {
_root.bad = 0;
play();
}
};
}
}
movieClip 415 {
}
movieClip 416 {
}
movieClip 417 {
}
movieClip 418 {
}
movieClip 419 {
}
button 422 {
on (release) {
_root.wtg = 1;
}
}
movieClip 425 {
}
movieClip 426 {
}
movieClip 432 {
}
movieClip 433 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.bad == 1) {
_root.bad = 0;
play();
}
};
}
}
movieClip 434 {
}
movieClip 435 {
}
button 436 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Touch her hair';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.action = 2;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 437 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Compliment her outfit';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.action = 1;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 438 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Kiss her hand';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.action = 3;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 440 {
on (release) {
_root.wtg = 85;
}
}
button 441 {
on (release) {
_root.action_buy = 0;
_root.kendra = _root.ty;
_root.wtg = 1;
}
}
movieClip 443 {
frame 1 {
_parent.s1._alpha = 0;
_parent.s2._alpha = 0;
_parent.s3._alpha = 0;
_parent.s4._alpha = 0;
_parent.s5._alpha = 0;
_parent.goahead._alpha = 0;
nnn = 0;
_root.ty = _root.kendra;
_root.ty_lvl = _root.kendra_lvl;
_root.say = ' ';
_root.say2me = ' ';
badcomment = 'Yeah…I\'m gonna need you to back off a bit. You don’t know me that well…';
_root.do2 = 'Thank you! It\'s from France…';
_root.do3 = 'Mmm, I like it when guys play with my hair…relaxes me…';
_root.do4 = 'Oh, what a gentleman.';
_root.do5 = 'You have a nice touch, I like that';
_root.do6 = '*Gasp* Oh, I really like your hands…they feel great on my breasts';
_root.talk1 = 'Have you ever been to France? I love their accents…and stuff';
_root.talk2 = 'Looks like that new club is open. I could really use a wild night out after all this studying.';
_root.talk3 = 'Can you believe my ex David is dating some slut named Erica? Good riddance.';
_root.talk4 = 'My friend Lisa got a job as a Nanny in LA for the summer…she\'s so lucky.';
_root.talk5 = 'You like my new shoes? Claire says they make me look athletic, and cute.';
_root.flirtbad = 'Whoa there…maybe I misjudged you and you really are just trying to get in my pants…';
_root.flirt1 = 'Do you treat all the girls this well? Or should I feel special?';
_root.flirt2 = 'I like a man who\'s open to new things...My last boyfriend was pretty close minded.';
_root.flirt3 = 'I usually like to get to know a guy before…ya know. But sometimes, things just happen...';
_root.flirt4 = 'I like someone who takes charge…what kind of girls are you into?';
_root.flirt5 = 'I don\'t like cheaters…but, I understand that sometimes urges can take over…been there.';
_root.givegift = 'Oh wow! You didn’t have to do this, but thank you so much!';
this.onEnterFrame = function () {
if (_root.action != 0) {
_parent.s1._alpha = 0;
_parent.s2._alpha = 0;
_parent.s3._alpha = 0;
_parent.s4._alpha = 0;
_parent.s5._alpha = 0;
_parent.s6._alpha = 0;
}
tycom = 'Love';
if (_root.ty < _root.lx6) {
tycom = 'Desire';
}
if (_root.ty < _root.lx5) {
tycom = 'Fascination';
}
if (_root.ty < _root.lx4) {
tycom = 'Attraction';
}
if (_root.ty < _root.lx3) {
tycom = 'Friendship';
}
if (_root.ty < _root.lx2) {
tycom = 'Neutrality';
}
_root.girlstatus = _root.ty + ' | ' + tycom;
nnn -= 1;
if (_root.say != '') {
nnn = 150;
_root.say2me = _root.say;
_root.say = '';
}
if (_root.action == 1) {
if (_root.ty < _root.lx2) {
_root.say = badcomment;
_root.bad = 1;
_root.ty -= 2;
} else {
_root.say = _root.do2;
_root.ty += 3;
}
_root.action = 0;
_root.done1 = 1;
_parent.s1._alpha = 100;
_parent.b1.enabled = false;
}
if (_root.action == 2) {
if (_root.ty < _root.lx3) {
_root.say = badcomment;
_root.bad = 1;
_root.ty -= 2;
} else {
_root.say = _root.do3;
_root.ty += 4;
}
_root.action = 0;
_root.done2 = 1;
_parent.s2._alpha = 100;
_parent.b2.enabled = false;
}
if (_root.action == 3) {
if (_root.ty < _root.lx4) {
_root.say = badcomment;
_root.bad = 1;
_root.ty -= 2;
} else {
_root.say = _root.do4;
_root.ty += 5;
}
_root.action = 0;
_root.done3 = 1;
_parent.s3._alpha = 100;
_parent.b3.enabled = false;
}
if (_root.action == 4) {
if (_root.ty < _root.lx5) {
_root.say = badcomment;
_root.bad = 1;
_root.ty -= 2;
} else {
_root.say = _root.do5;
_root.ty += 6;
}
_root.action = 0;
_root.done4 = 1;
_parent.s4._alpha = 100;
_parent.b4.enabled = false;
}
if (_root.action == 5) {
if (_root.ty < _root.lx6) {
_root.say = badcomment;
_root.bad = 1;
_root.ty -= 2;
} else {
_root.say = _root.do6;
_root.ty += 7;
}
_root.action = 0;
_root.done5 = 1;
_parent.s5._alpha = 100;
_parent.b5.enabled = false;
}
if (_root.action == 10) {
rand = int(random(4));
if (rand == 0) {
_root.say = _root.talk1;
}
if (rand == 1) {
_root.say = _root.talk2;
}
if (rand == 2) {
_root.say = _root.talk3;
}
if (rand == 3) {
_root.say = _root.talk4;
}
if (rand == 4) {
_root.say = _root.talk5;
}
_root.ty += 2;
_root.action = 0;
_parent.b10.enabled = false;
_parent.b10._alpha = 30;
}
if (_root.action == 11) {
if (_root.ty < _root.lx4) {
_root.say = _root.flirtbad;
_root.bad = 1;
_root.ty -= 1;
} else {
rand = int(random(4));
if (rand == 0) {
_root.say = _root.flirt1;
}
if (rand == 1) {
_root.say = _root.flirt2;
}
if (rand == 2) {
_root.say = _root.flirt3;
}
if (rand == 3) {
_root.say = _root.flirt4;
}
if (rand == 4) {
_root.say = _root.flirt5;
}
_root.ty += 5;
}
_root.action = 0;
_parent.b11.enabled = false;
_parent.b11._alpha = 30;
}
if (_root.action == 13) {
_root.say = _root.givegift;
}
if (nnn == 0) {
_root.say2me = '';
_parent.s1._alpha = 0;
_parent.s2._alpha = 0;
_parent.s3._alpha = 0;
_parent.s4._alpha = 0;
_parent.s5._alpha = 0;
}
if (_root.ty >= _root.lx2 and _root.cul < 20 and _root.ty_lvl < 2) {
_root.ty = _root.lx2;
_root.kendra = _root.ty;
_root.kendra_idle = 1;
_root.prog = 'Increase your CULTURE over 20';
tellTarget ('_parent') {
nextFrame();
}
}
if (_root.ty >= _root.lx2 and _root.cul >= 20 and _root.ty_lvl < 2) {
_root.ty_lvl = 2;
_root.kendra_idle = 0;
_root.kendra_lvl = _root.ty_lvl;
}
if (_root.ty >= _root.lx3 and _root.swa < 30 and _root.ty_lvl < 3) {
_root.ty = _root.lx3;
_root.kendra = _root.ty;
_root.kendra_idle = 1;
_root.prog = 'Increase your SWAG over 30';
tellTarget ('_parent') {
nextFrame();
}
}
if (_root.ty >= _root.lx3 and _root.swa >= 30 and _root.ty_lvl < 3) {
_root.ty_lvl = 3;
_root.kendra_idle = 0;
_root.kendra_lvl = _root.ty_lvl;
}
if (_root.ty >= _root.lx4 and _root.pop < 40 and _root.ty_lvl < 4) {
_root.ty = _root.lx4;
_root.kendra = _root.ty;
_root.kendra_idle = 1;
_root.prog = 'Increase your POPULARITY over 40';
tellTarget ('_parent') {
nextFrame();
}
}
if (_root.ty >= _root.lx4 and _root.pop >= 40 and _root.ty_lvl < 4) {
_root.ty_lvl = 4;
_root.kendra_idle = 0;
_root.kendra_lvl = _root.ty_lvl;
}
if (_root.ty >= _root.lx5 and _root.fit < 50 and _root.ty_lvl < 5) {
_root.ty = _root.lx5;
_root.kendra = _root.ty;
_root.kendra_idle = 1;
_root.prog = 'Increase your FITNESS over 50';
tellTarget ('_parent') {
nextFrame();
}
}
if (_root.ty >= _root.lx5 and _root.fit >= 50 and _root.ty_lvl < 5) {
_root.ty_lvl = 5;
_root.kendra_idle = 0;
_root.kendra_lvl = _root.ty_lvl;
}
if (_root.ty >= _root.lx6 and _root.pop < 60 and _root.ty_lvl < 6) {
_root.ty = _root.lx6;
_root.kendra = _root.ty;
_root.kendra_idle = 1;
_root.prog = 'Increase your POPULARITY over 60';
tellTarget ('_parent') {
nextFrame();
}
}
if (_root.ty >= _root.lx6 and _root.pop >= 60 and _root.ty_lvl < 6) {
_root.ty_lvl = 6;
_root.kendra_idle = 0;
_root.kendra = _root.ty;
_root.kendra_lvl = _root.ty_lvl;
if (_root.kendra_cool == 999) {
_root.kendra_cool = 0;
tellTarget ('_parent') {
gotoAndStop(80);
}
}
}
};
}
}
button 444 {
on (release) {
_root.wtg = 4;
}
}
movieClip 447 {
}
movieClip 448 {
}
movieClip 453 {
}
movieClip 456 {
}
movieClip 457 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.bad == 1) {
_root.bad = 0;
play();
}
};
}
}
movieClip 459 {
}
movieClip 460 {
}
movieClip 461 {
}
movieClip 462 {
}
button 463 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Compliment her eyes';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.action = 1;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 465 {
on (release) {
_root.wtg = 160;
}
}
button 466 {
on (release) {
_root.action_buy = 0;
_root.reiko = _root.ty;
_root.wtg = 1;
}
}
movieClip 468 {
frame 1 {
_parent.s1._alpha = 0;
_parent.s2._alpha = 0;
_parent.s3._alpha = 0;
_parent.s4._alpha = 0;
_parent.s5._alpha = 0;
_parent.goahead._alpha = 0;
nnn = 0;
_root.ty = _root.reiko;
_root.ty_lvl = _root.reiko_lvl;
_root.say = ' ';
_root.say2me = ' ';
badcomment = 'Lemme guess, you lost a bet and have to see if you can get with the "comic book girl"? Well I\'m not interested.';
_root.do2 = 'Oh…wow, well…thank you';
_root.do3 = 'I…you gave me goosebumps…I liked that.';
_root.do4 = 'Wow, you\'re quite the gentleman…I think';
_root.do5 = 'I…I like the way you touch me. Makes me feel comfortable.';
_root.do6 = 'Ohhh…yes touch them, but please be gentle…they are really sensitive.';
_root.talk1 = 'Do you follow the "Nana" series? I can\'t get enough…';
_root.talk2 = 'I heard the new club may have a Cosplay night. Wouldn’t that be awesome?';
_root.talk3 = 'I think my cousin Mia might be a lesbian. She\'s always talking about how "dreamy" her teacher Ms. Melanie is.';
_root.talk4 = 'I just bought this top. Do you think it shows my chest too much?';
_root.talk5 = 'Zoe used to be so shy, I wonder what happened on that vacation Vince took her on?';
_root.flirtbad = 'Your poor attempts at double entendre are making me really uncomfortable.';
_root.flirt1 = 'Have you been with a lot of girls? I have only been with a few guys, but I know what I like…';
_root.flirt2 = 'Are you familiar with Cowboy Bebop? You remind me of Spike Spiegel…very clever and smooth.';
_root.flirt3 = 'You are a good listener. Good listeners are usually…well, maybe we\'ll see.';
_root.flirt4 = 'You don\'t seem like you\'d be into, well…me. I\'m not complaining, it\'s just…it\'s nice.';
_root.flirt5 = 'You may think Manga is weird or nerdy…but if you let me show you how it feels to me, I think you\'ll enjoy it very much.';
_root.givegift = 'Thanks Mike, I\'m flattered that you were thinking about me';
this.onEnterFrame = function () {
if (_root.action != 0) {
_parent.s1._alpha = 0;
_parent.s2._alpha = 0;
_parent.s3._alpha = 0;
_parent.s4._alpha = 0;
_parent.s5._alpha = 0;
_parent.s6._alpha = 0;
}
tycom = 'Love';
if (_root.ty < _root.lx6) {
tycom = 'Desire';
}
if (_root.ty < _root.lx5) {
tycom = 'Fascination';
}
if (_root.ty < _root.lx4) {
tycom = 'Attraction';
}
if (_root.ty < _root.lx3) {
tycom = 'Friendship';
}
if (_root.ty < _root.lx2) {
tycom = 'Neutrality';
}
_root.girlstatus = _root.ty + ' | ' + tycom;
nnn -= 1;
if (_root.say != '') {
nnn = 150;
_root.say2me = _root.say;
_root.say = '';
}
if (_root.action == 1) {
if (_root.ty < _root.lx2) {
_root.say = badcomment;
_root.bad = 1;
_root.ty -= 2;
} else {
_root.say = _root.do2;
_root.ty += 3;
}
_root.action = 0;
_root.done1 = 1;
_parent.s1._alpha = 100;
_parent.b1.enabled = false;
}
if (_root.action == 2) {
if (_root.ty < _root.lx3) {
_root.say = badcomment;
_root.bad = 1;
_root.ty -= 2;
} else {
_root.say = _root.do3;
_root.ty += 4;
}
_root.action = 0;
_root.done2 = 1;
_parent.s2._alpha = 100;
_parent.b2.enabled = false;
}
if (_root.action == 3) {
if (_root.ty < _root.lx4) {
_root.say = badcomment;
_root.bad = 1;
_root.ty -= 2;
} else {
_root.say = _root.do4;
_root.ty += 5;
}
_root.action = 0;
_root.done3 = 1;
_parent.s3._alpha = 100;
_parent.b3.enabled = false;
}
if (_root.action == 4) {
if (_root.ty < _root.lx5) {
_root.say = badcomment;
_root.bad = 1;
_root.ty -= 2;
} else {
_root.say = _root.do5;
_root.ty += 6;
}
_root.action = 0;
_root.done4 = 1;
_parent.s4._alpha = 100;
_parent.b4.enabled = false;
}
if (_root.action == 5) {
if (_root.ty < _root.lx6) {
_root.say = badcomment;
_root.bad = 1;
_root.ty -= 2;
} else {
_root.say = _root.do6;
_root.ty += 7;
}
_root.action = 0;
_root.done5 = 1;
_parent.s5._alpha = 100;
_parent.b5.enabled = false;
}
if (_root.action == 10) {
rand = int(random(4));
if (rand == 0) {
_root.say = _root.talk1;
}
if (rand == 1) {
_root.say = _root.talk2;
}
if (rand == 2) {
_root.say = _root.talk3;
}
if (rand == 3) {
_root.say = _root.talk4;
}
if (rand == 4) {
_root.say = _root.talk5;
}
_root.ty += 2;
_root.action = 0;
_parent.b10.enabled = false;
_parent.b10._alpha = 30;
}
if (_root.action == 11) {
if (_root.ty < _root.lx4) {
_root.say = _root.flirtbad;
_root.bad = 1;
_root.ty -= 1;
} else {
rand = int(random(4));
if (rand == 0) {
_root.say = _root.flirt1;
}
if (rand == 1) {
_root.say = _root.flirt2;
}
if (rand == 2) {
_root.say = _root.flirt3;
}
if (rand == 3) {
_root.say = _root.flirt4;
}
if (rand == 4) {
_root.say = _root.flirt5;
}
_root.ty += 5;
}
_root.action = 0;
_parent.b11.enabled = false;
_parent.b11._alpha = 30;
}
if (_root.action == 13) {
_root.say = _root.givegift;
}
if (nnn == 0) {
_root.say2me = '';
_parent.s1._alpha = 0;
_parent.s2._alpha = 0;
_parent.s3._alpha = 0;
_parent.s4._alpha = 0;
_parent.s5._alpha = 0;
}
if (_root.ty >= _root.lx2 and _root.pop < 20 and _root.ty_lvl < 2) {
_root.ty = _root.lx2;
_root.reiko = _root.ty;
_root.reiko_idle = 1;
_root.prog = 'Increase your POPULARITY over 20';
tellTarget ('_parent') {
nextFrame();
}
}
if (_root.ty >= _root.lx2 and _root.pop >= 20 and _root.ty_lvl < 2) {
_root.ty_lvl = 2;
_root.reiko_idle = 0;
_root.reiko_lvl = _root.ty_lvl;
}
if (_root.ty >= _root.lx3 and _root.swa < 30 and _root.ty_lvl < 3) {
_root.ty = _root.lx3;
_root.reiko = _root.ty;
_root.reiko_idle = 1;
_root.prog = 'Increase your SWAG over 30';
tellTarget ('_parent') {
nextFrame();
}
}
if (_root.ty >= _root.lx3 and _root.swa >= 30 and _root.ty_lvl < 3) {
_root.ty_lvl = 3;
_root.reiko_idle = 0;
_root.reiko_lvl = _root.ty_lvl;
}
if (_root.ty >= _root.lx4 and _root.cul < 40 and _root.ty_lvl < 4) {
_root.ty = _root.lx4;
_root.reiko = _root.ty;
_root.reiko_idle = 1;
_root.prog = 'Increase your CULTURE over 40';
tellTarget ('_parent') {
nextFrame();
}
}
if (_root.ty >= _root.lx4 and _root.cul >= 40 and _root.ty_lvl < 4) {
_root.ty_lvl = 4;
_root.reiko_idle = 0;
_root.reiko_lvl = _root.ty_lvl;
}
if (_root.ty >= _root.lx5 and _root.sci < 50 and _root.ty_lvl < 5) {
_root.ty = _root.lx5;
_root.reiko = _root.ty;
_root.reiko_idle = 1;
_root.prog = 'Increase your SCIENCE over 50';
tellTarget ('_parent') {
nextFrame();
}
}
if (_root.ty >= _root.lx5 and _root.sci >= 50 and _root.ty_lvl < 5) {
_root.ty_lvl = 5;
_root.reiko_idle = 0;
_root.reiko_lvl = _root.ty_lvl;
}
if (_root.ty >= _root.lx6 and _root.cul < 60 and _root.ty_lvl < 6) {
_root.ty = _root.lx6;
_root.reiko = _root.ty;
_root.reiko_idle = 1;
_root.prog = 'Increase your CULTURE over 60';
tellTarget ('_parent') {
nextFrame();
}
}
if (_root.ty >= _root.lx6 and _root.cul >= 60 and _root.ty_lvl < 6) {
_root.ty_lvl = 6;
_root.reiko_idle = 0;
_root.reiko_lvl = _root.ty_lvl;
_root.reiko = _root.ty;
if (_root.reiko_cool == 999) {
_root.reiko_cool = 0;
tellTarget ('_parent') {
gotoAndStop(150);
}
}
}
};
}
}
button 469 {
on (release) {
_root.wtg = 5;
}
}
movieClip 472 {
}
movieClip 473 {
}
movieClip 480 {
}
movieClip 481 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.bad == 1) {
_root.bad = 0;
play();
}
};
}
}
movieClip 482 {
}
movieClip 483 {
}
button 484 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Kiss her neck';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.action = 3;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 489 {
}
movieClip 490 {
}
movieClip 496 {
}
movieClip 497 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.bad == 1) {
_root.bad = 0;
play();
}
};
}
}
movieClip 498 {
}
movieClip 499 {
}
button 502 {
on (release) {
_root.wtg = 10;
}
}
movieClip 505 {
}
movieClip 506 {
}
movieClip 514 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.item_clo == 1) {
gotoAndStop(1);
}
if (_root.item_clo == 2) {
gotoAndStop(2);
}
if (_root.item_clo == 3) {
gotoAndStop(3);
}
};
}
}
movieClip 517 {
}
movieClip 520 {
}
movieClip 523 {
}
movieClip 526 {
}
movieClip 529 {
}
movieClip 530 {
frame 1 {
this.onEnterFrame = function () {
if (_root.item_gla == 1) {
gla._alpha = 100;
} else {
gla._alpha = 0;
}
if (_root.item_nec == 1) {
nec._alpha = 100;
} else {
nec._alpha = 0;
}
if (_root.item_hea == 1) {
hea._alpha = 100;
} else {
hea._alpha = 0;
}
if (_root.item_cap == 1) {
cap._alpha = 100;
} else {
cap._alpha = 0;
}
if (_root.item_rin == 1) {
rin._alpha = 100;
} else {
rin._alpha = 0;
}
};
}
}
movieClip 531 {
}
button 538 {
on (release) {
_root.wtg = 7;
}
}
button 541 {
on (release) {
if (_root.naomi_idle == 0 and random(20) > 10 and _root.naomi >= 50) {
_root.naomi += 5;
_root.wtg = 74;
} else {
_root.wtg = 3;
}
}
}
button 556 {
on (release) {
_root.wtg = 8;
}
}
button 573 {
on (release) {
if (_root.reiko_idle == 0 and random(20) > 10 and _root.reiko_on == 1 and _root.reiko >= 50) {
_root.reiko += 5;
_root.wtg = 75;
} else {
_root.wtg = 7;
}
}
}
button 576 {
on (release) {
if (_root.kendra_idle == 0 and random(20) > 10 and _root.kendra >= 50) {
_root.kendra += 5;
_root.wtg = 73;
} else {
_root.wtg = 7;
}
}
}
button 579 {
on (release) {
_root.wtg = 0;
}
}
button 582 {
on (release) {
_root.datetime = 0;
_root.wtg = 3;
}
}
button 586 {
on (release) {
_root.wtg = 190;
}
}
movieClip 591 {
}
movieClip 592 {
}
button 599 {
on (release) {
_root.wtg = 85;
}
}
button 602 {
on (release) {
_root.cou = 1;
}
}
movieClip 605 {
}
movieClip 608 {
}
movieClip 609 {
}
button 611 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Massage her arm';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'I…I really like you Mike, you\'re a great guy. I don’t want to ruin our friendship by doing something we could regret…ya know?';
_root.sts = 'good';
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 612 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Touch her boob';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Hey! C\'mon, I got enough of that at the club…damn frat boys';
_root.sts = 'bad';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 614 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Silence her with your finger';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'I dunno if I\'m nervous or…it\'s just a lot going through my mind. I haven\'t been with a GUY in a while…';
_root.sts = 'good';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 615 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Ask if she wants to enter the pool';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'No. No I\'m good right here…nice and dry (mostly)';
_root.sts = 'bad';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 618 {
}
movieClip 626 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.kdre == 0) {
gotoAndStop(1);
}
if (_root.kdre == 1) {
gotoAndStop(2);
}
if (_root.kdre == 2) {
gotoAndStop(3);
}
if (_root.kdre == 3) {
gotoAndStop(4);
}
if (_root.kdre == 4) {
gotoAndStop(5);
}
};
}
}
movieClip 627 {
}
movieClip 628 {
}
button 630 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Remove her left glove';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Hee hee, one at a time Mike? You really are patient...';
_root.sts = 'good';
_root.kdre = 1;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 632 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Remove her right glove';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Well, now that you have my hands and arms naked in front of you…what are you going to do about it?';
_root.sts = 'good';
_root.kdre = 2;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 634 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Rise her skirt';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Oh…I think I like where this is going…and where you are going.';
_root.sts = 'good';
_root.kdre = 3;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 636 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Take of the dress';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = '*Gasp* right here...now? I…yes Mike, take charge, I like it.';
_root.sts = 'good';
_root.kdre = 4;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 638 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Kiss her boobs';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Ohhhh, your lips are warm, and the breeze is…mmmm';
_root.sts = 'good';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 639 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Play with her pussy';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Stop that! I was really enjoying your approach…don’t ruin it.';
_root.sts = 'bad';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 641 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Force her to turn around';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.wtg = 0;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 642 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Touch her belly';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Mike I really like this, but it\'s getting chilly…and believe me if we stay out here somebody WILL see us.';
_root.sts = 'bad';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 645 {
}
movieClip 646 {
}
button 648 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Massage her buttocks';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Ohhhh my God, that feels so good. My ex used to say my butt was too bi…mmmmm nevermind.';
_root.sts = 'good';
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 652 {
}
movieClip 653 {
}
movieClip 654 {
}
button 655 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Finger her';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Mike! I\'m not ready for that, even if it feels like I am…';
_root.sts = 'bad';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 657 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Ask her to touch her self';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Is that, really what you want to see? This is crazy, but I think I may do anything you want right now...';
_root.sts = 'good';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 659 {
}
movieClip 662 {
}
movieClip 663 {
frame 1 {
_parent.bullet._alpha = 0;
c = 0;
_root.ftg = 1;
_root.head = 'up';
tellTarget ('_parent.mvs') {
gotoAndStop(_root.ftg);
}
this.onEnterFrame = function () {
c += _root.speed;
if (_root.ftg >= 20) {
_root.ftg = 1;
}
if (_root.ftg <= 1) {
_root.head = 'up';
}
if (c >= 3) {
_root.ftg += 1;
c = 0;
tellTarget ('_parent.mvs') {
gotoAndStop(int(_root.ftg));
}
}
};
}
}
button 665 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Stop her';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = '*Gasp Sigh…oh, once I hit the spot I can’t stop myself until I cum at least once…But you, you stopped me. Don’t want me to peak too early?';
_root.speed = 0;
_root.sts = 'good';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 668 {
}
movieClip 669 {
}
movieClip 671 {
}
movieClip 674 {
}
movieClip 675 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(_root.ftg);
};
}
}
movieClip 678 {
}
movieClip 679 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(_root.ftg);
};
}
}
movieClip 682 {
}
movieClip 683 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(_root.ftg);
};
}
}
movieClip 686 {
}
movieClip 687 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(_root.ftg);
};
}
}
movieClip 688 {
}
movieClip 689 {
}
button 690 {
on (release) {
_root.ss = 1;
}
}
button 692 {
on (release) {
_root.ss = 2;
}
}
button 694 {
on (release) {
_root.ss = 3;
}
}
movieClip 697 {
}
movieClip 699 {
}
movieClip 701 {
}
movieClip 702 {
}
movieClip 703 {
}
movieClip 705 {
}
movieClip 707 {
}
movieClip 708 {
frame 1 {
_root.sex = 0;
_root.say = '';
_root.ss = 0;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'Kendra was excited to see Mike\'s cock, but still hesitant as she slipped the tip into her mouth. He could tell she hadn\'t done this too often.';
g2 = 'It turned Mike on even more to see this girl who didn’t suck cock often, so eagerly sucking on his like it was candy.';
g3 = 'Kendra stared into Mike\'s eyes as she slobbered up and down his shaft. She was in the zone now, slurping and humming as she sucked.';
bs = 'Time to show Kendra he is enjoying this as much as she is. Mike needs to pump his cock into her mouth with his hips…';
bf = 'Maybe she wanted to hurry up and get inside…but Mike needed Kendra to slow down before he surprised her with a huge load!';
this.onEnterFrame = function () {
rota._rotation = _root.sex * 2.7;
if (_root.sex < 33) {
if (_root.ss == 1) {
_root.sex += 0.2;
_root.say = g1;
}
if (_root.ss > 1) {
_root.say = bf;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ss == 1) {
_root.say = bs;
}
if (_root.ss == 2) {
_root.sex += 0.2;
_root.say = g2;
}
if (_root.ss == 3) {
_root.say = bf;
}
}
if (_root.sex >= 66) {
if (_root.ss == 1 or _root.ss == 2) {
_root.say = bs;
}
if (_root.ss == 3) {
_root.sex += 0.2;
_root.say = g3;
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 0;
}
if (_root.head == 'up') {
_root.ftg += _root.ss;
}
if (_root.head == 'down') {
_root.ftg -= _root.ss;
}
if (_root.ftg >= 50 and _root.ss == 1) {
_root.head = 'down';
}
if (_root.ftg >= 70 and _root.ss == 2) {
_root.head = 'down';
}
if (_root.ftg >= 100) {
_root.head = 'down';
}
if (_root.ftg <= 40 and _root.ss == 3) {
_root.head = 'up';
}
if (_root.ftg <= 1) {
_root.head = 'up';
}
};
}
}
movieClip 712 {
}
movieClip 715 {
}
movieClip 716 {
}
button 718 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Massage her thighs';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Yesss, I love your hands. You really know how to relax me, not to mention make me really horny hee hee…';
_root.sts = 'good';
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 719 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Smack her ass';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Ooh! Ouch…that stings, but you\'re right. I need to stop worrying about everything and just live in the moment. Maybe you should make me enjoy it…';
_root.sts = 'bad';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 720 {
}
button 722 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Ask her to spread her legs';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Why? Is there something between my thighs that you want? Well then, come and get it Mike…';
_root.sts = 'good';
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 723 {
on (release) {
_root.play_stopsex = 1;
_root.wtg = 0;
}
}
movieClip 726 {
}
movieClip 727 {
}
movieClip 730 {
}
movieClip 733 {
}
movieClip 734 {
frame 1 {
_parent.bullet._alpha = 0;
c = 0;
_root.ftg = 1;
_root.head = 'up';
tellTarget ('_parent.mvs') {
gotoAndStop(_root.ftg);
}
this.onEnterFrame = function () {
c += _root.speed;
if (_root.ftg >= 20) {
_root.ftg = 1;
}
if (_root.ftg <= 1) {
_root.head = 'up';
}
if (c >= 3) {
_root.ftg += 1;
c = 0;
tellTarget ('_parent.mvs') {
gotoAndStop(int(_root.ftg));
}
}
};
}
}
button 735 {
on (release) {
_root.ss = 1;
_root.speed = 1;
}
}
button 736 {
on (release) {
_root.ss = 2;
_root.speed = 1.5;
}
}
button 737 {
on (release) {
_root.ss = 3;
_root.speed = 3;
}
}
movieClip 738 {
frame 1 {
_root.sex = 0;
_root.say = '';
_root.ss = 0.5;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'Ok…ohhh it\'s so big! Yesss...push it in nice and slow…so good';
g2 = 'Oooooh you are filling me up Mike! Keep pushing Ahhhh just like that!';
g3 = 'Yes! Yes! Yes! I can feel it all…I love your COCK!';
bs = 'You can give me more Mike…I can take it now…';
bf = 'Wait! Slow down please…it\'s been a long time and you are not small…';
this.onEnterFrame = function () {
rota._rotation = _root.sex * 2.7;
if (_root.sex < 33) {
if (_root.ss == 1) {
_root.sex += 0.2;
_root.say = g1;
if (_root.ss > 1) {
_root.say = bf;
}
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ss == 1) {
_root.say = bs;
}
if (_root.ss == 2) {
_root.sex += 0.2;
_root.say = g2;
}
if (_root.ss == 3) {
_root.say = bf;
}
}
if (_root.sex >= 66) {
if (_root.ss == 1 or _root.ss == 2) {
_root.say = bs;
}
if (_root.ss == 3) {
_root.sex += 0.2;
_root.say = g3;
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 0;
}
};
}
}
movieClip 742 {
}
movieClip 745 {
}
movieClip 746 {
}
movieClip 752 {
}
movieClip 753 {
}
movieClip 754 {
}
movieClip 758 {
}
movieClip 759 {
}
movieClip 763 {
}
movieClip 766 {
}
movieClip 769 {
}
movieClip 773 {
}
button 776 {
on (release) {
_root.wtg = 120;
}
}
movieClip 781 {
}
movieClip 784 {
}
movieClip 785 {
}
button 787 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Compliment her outfit';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Well thank you Mike, I\'ve never had a problem getting boys\' attention, but it\'s always nice to hear a compliment.';
_root.sts = 'good';
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 788 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Touch boob';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Uhh, what the hell are you doing?';
_root.sts = 'bad';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 790 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Kiss her';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Mmmm, I knew when I saw those lips that you were a good kisser…';
_root.sts = 'good';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 791 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Play some music';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Aww, some nice music? Usually they just turn on the TV…nevermind, you are sweet.';
_root.sts = 'good';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 793 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Remove her bra';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Uh uh, not yet. You haven\'t earned that yet.';
_root.sts = 'bad';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 794 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Massage her thighs';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'You really know how to get a girl worked up Mikey…';
_root.sts = 'good';
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 796 {
}
button 798 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Remove her hands';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Oooh, I like a man who isn’t afraid to get a little rough.';
_root.sts = 'good';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 799 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Kiss her inner thighs';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Ohhhh, you\'re giving me chills! That feels amazing…';
_root.sts = 'good';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 802 {
}
movieClip 809 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.kdre == 0) {
gotoAndStop(1);
}
if (_root.kdre == 1) {
gotoAndStop(2);
}
if (_root.kdre == 2) {
gotoAndStop(3);
}
if (_root.kdre == 3) {
gotoAndStop(4);
}
if (_root.kdre == 4) {
gotoAndStop(5);
}
};
}
}
movieClip 810 {
}
movieClip 811 {
}
button 813 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Massage her pussy';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Did you just…? Wow, you need to slow down like, for real.';
_root.sts = 'bad';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 814 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Touch her hair';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'You like my hair? I hope you like the rest, why don’t you undress me Mikey?';
_root.sts = 'good';
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 816 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Remove right strap';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Nice and slow, I love the teasing…';
_root.sts = 'good';
_root.kdre = 1;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 818 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Remove left strap';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Almost there, this is so hot…';
_root.sts = 'good';
_root.kdre = 2;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 820 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Take it off';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Good job Mike, you have no idea how many bras I\'ve had ruined by heavy handed jocks…sorry, hee hee keep going.';
_root.sts = 'good';
_root.kdre = 3;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 822 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Remove her panties';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'I said slow down…You must be used to drunk bitches passing out on you before you got the goods.';
_root.sts = 'bad';
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 823 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Touch her boobs';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Yes…grab my tits Mike. You can squeeze them, I\'d actually really like it if you squeeze them…mmmmm';
_root.sts = 'good';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 826 {
}
movieClip 827 {
}
movieClip 830 {
}
movieClip 831 {
}
movieClip 832 {
}
button 834 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Kiss her cheek';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Awww, you make me feel like a schoolgirl. A horny schoolgirl in lace panties but still…';
_root.sts = 'good';
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 835 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Touch her ass';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Yeah, I like it. If you keep this up, maybe I\'ll be screaming for you to grab my ass while we enjoy the ride.';
_root.sts = 'good';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 837 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Remove panties';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Mmm, it was time for those to come off. They were getting way too wet and sticky…good job Mikey.';
_root.sts = 'good';
_root.drenaopa = 1;
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 840 {
}
movieClip 841 {
}
button 843 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Massage her boobs';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Ok, you like my tits…I get it. ';
_root.sts = 'good';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 844 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Massage her thighs';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Yes baby, you like my legs? Slide your hand in between and feel how fucking wet you\'re making me…';
_root.sts = 'good';
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 845 {
}
button 847 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Massage her boobs';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Mike, I\'m soaking wet! Leave my tits alone and play with my pussy before I go crazy!';
_root.sts = 'bad';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 848 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Touch her pussy';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Ohhh yes, get my clit…OHHhhhh Mike you are gonna get it…';
_root.sts = 'good';
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 851 {
}
movieClip 854 {
}
movieClip 855 {
}
button 857 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Ask her to spread her legs';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Not so fast Mikey…I like to suck them before I fuck them. Now gimme…';
_root.sts = 'bad';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 858 {
}
button 859 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Put wet finger inside her mouth';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Mmm, yummy. But I need something bigger and thicker in my mouth….now.';
_root.sts = 'good';
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 862 {
}
movieClip 865 {
}
movieClip 866 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(_root.ftg);
};
}
}
movieClip 869 {
}
movieClip 870 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(_root.ftg);
};
}
}
movieClip 873 {
}
movieClip 874 {
}
movieClip 875 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(_root.ftg);
};
}
}
movieClip 878 {
}
movieClip 879 {
}
movieClip 882 {
}
movieClip 883 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(_root.ftg);
};
}
}
movieClip 884 {
}
movieClip 885 {
}
movieClip 886 {
frame 1 {
_root.sex = 0;
_root.say = '';
_root.ss = 0;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'Wow…Naomi has definitely done this before. She\'s sucking like a pornstar…';
g2 = 'You can\'t believe how good her mouth feels…then you wonder how many cocks she had to suck to get to be this good…';
g3 = 'She\'s swallowing your whole cock with ease, fucking you with her throat….amazing.';
bs = 'Mike needs to pick up the pace, Naomi is not as fragile as she seems…she wants it all.';
bf = 'Whoa there Naomi, Mike\'s no pro, slow down or he\'s gonna erupt in that marvelous mouth of yours.';
this.onEnterFrame = function () {
rota._rotation = _root.sex * 2.7;
if (_root.sex < 33) {
if (_root.ss == 1) {
_root.sex += 0.2;
_root.say = g1;
}
if (_root.ss > 1) {
_root.say = bf;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ss == 1) {
_root.say = bs;
}
if (_root.ss == 2) {
_root.sex += 0.2;
_root.say = g2;
}
if (_root.ss == 3) {
_root.say = bf;
}
}
if (_root.sex >= 66) {
if (_root.ss == 1 or _root.ss == 2) {
_root.say = bs;
}
if (_root.ss == 3) {
_root.sex += 0.2;
_root.say = g3;
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 0;
}
if (_root.head == 'up') {
_root.ftg += _root.ss;
}
if (_root.head == 'down') {
_root.ftg -= _root.ss;
}
if (_root.ftg >= 50 and _root.ss == 1) {
_root.head = 'down';
}
if (_root.ftg >= 70 and _root.ss == 2) {
_root.head = 'down';
}
if (_root.ftg >= 100) {
_root.head = 'down';
}
if (_root.ftg <= 40 and _root.ss == 3) {
_root.head = 'up';
}
if (_root.ftg <= 1) {
_root.head = 'up';
}
};
}
}
movieClip 890 {
}
movieClip 891 {
frame 1 {
_root.sex = 0;
_root.say = '';
_root.ss = 0.5;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'Did I mention you have a beautiful cock? Yesss, just the head…oooh.';
g2 = 'Fuck Fuck Fuck…so good…so GOOD!';
g3 = 'Ooh..You\'re gonna make me…I\'m, gonna fucking CUUUMMMMmm OHHHHhhhhhh shit!';
bs = 'C\'mon, I\'m not made of glass baby now FUCK me with that thing!';
bf = 'Whew! Slow down…I need to be able to walk tomorrow.';
this.onEnterFrame = function () {
rota._rotation = _root.sex * 2.7;
if (_root.sex < 33) {
if (_root.ss == 1) {
_root.sex += 0.2;
_root.say = g1;
if (_root.ss > 1) {
_root.say = bf;
}
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ss == 1) {
_root.say = bs;
}
if (_root.ss == 2) {
_root.sex += 0.2;
_root.say = g2;
}
if (_root.ss == 3) {
_root.say = bf;
}
}
if (_root.sex >= 66) {
if (_root.ss == 1 or _root.ss == 2) {
_root.say = bs;
}
if (_root.ss == 3) {
_root.sex += 0.2;
_root.say = g3;
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 0;
}
};
}
}
movieClip 893 {
}
movieClip 896 {
}
movieClip 897 {
}
movieClip 903 {
}
movieClip 904 {
}
movieClip 905 {
}
movieClip 909 {
}
movieClip 910 {
}
movieClip 914 {
}
movieClip 915 {
}
button 918 {
on (release) {
_root.wtg = 160;
}
}
movieClip 923 {
}
movieClip 926 {
}
movieClip 927 {
}
button 929 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Massage her hand';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Uhh, say something please. I\'m really vulnerable right now and a hand rub is not the reaction I was looking for Mike…';
_root.sts = 'bad';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 930 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Say that she looks sexy in that';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Good! I\'m really glad you like it because if you didn\'t…well these blades are real lol. But seriously, I\'m happy you like me like this…because I always get aroused when I wear it…always.';
_root.sts = 'good';
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 932 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Massage her thighs';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Mmmm, your hands feel nice on my skin Mike.';
_root.sts = 'good';
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 933 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Compliment her outfit';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Thanks, it took a lot of work. Especially making sure the panties covered enough to wear in public *wink*';
_root.sts = 'good';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 935 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Push her on a window';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.wtg = 0;
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 936 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Touch her boobs';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Hey! I like you because you took the time to make me comfortable…don\'t ruin it.';
_root.sts = 'bad';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 943 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(_root.ddre);
};
}
}
movieClip 946 {
}
button 948 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Kiss her lips';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Mmmm, you can definitely do that again, please.';
_root.sts = 'good';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 949 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Undress her';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'I\'ll keep that on, thank you.';
_root.sts = 'bad';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 951 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Spread her legs';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Oh Mike, you are getting me really excited…don’t stop.';
_root.sts = 'good';
_root.ddre = 2;
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 953 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Touch her panties';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'I\'m not sure I\'m ready for you to go there Mike…';
_root.sts = 'bad';
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 954 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Undress her';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'I guess I can lose this now. But don’t lose it for real, it took a long time to make…';
_root.sts = 'good';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 957 {
}
movieClip 958 {
}
movieClip 961 {
}
button 963 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Move her hands';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Please Mike, don’t rush me…';
_root.sts = 'bad';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 964 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Remove her panties';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.wtg = 0;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 967 {
}
movieClip 968 {
}
button 970 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Touch her pussy';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Ooooh, you are so gentle yet strong…yes that feels so good.';
_root.sts = 'good';
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 971 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Massage her boobs';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Mmm! Nice and soft just like that…I feel like there is a flood down there right now…';
_root.sts = 'good';
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 973 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Turn her around';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.wtg = 0;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 974 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Kiss her pussy';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Mike! Don’t rush, it ruins the moment';
_root.sts = 'bad';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 977 {
}
movieClip 978 {
}
button 980 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Ask her to suck your cock';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Well, since you have captured me and taken my weapons, I guess I have no choice but to taste your big hard…hee hee, come here.';
_root.sts = 'good';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 981 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Massage her ass';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'I really like your hands on my butt, but I need something in my mouth…I want you in my mouth.';
_root.sts = 'bad';
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 983 {
}
movieClip 984 {
frame 1 {
_parent.bullet._alpha = 0;
c = 0;
_root.ftg = 1;
_root.head = 'up';
tellTarget ('_parent.mvs') {
gotoAndStop(_root.ftg);
}
this.onEnterFrame = function () {
c += _root.speed;
if (_root.ftg >= 20) {
_root.ftg = 1;
}
if (_root.ftg <= 1) {
_root.head = 'up';
}
if (c >= 3) {
_root.ftg += 1;
c = 0;
tellTarget ('_parent.mvs') {
gotoAndStop(int(_root.ftg));
}
}
};
}
}
movieClip 985 {
frame 1 {
_root.sex = 0;
_root.say = '';
_root.ss = 0.5;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'As her soft lips engulfed the head of his cock, Mike thought his warrior princess seemed quite good at pleasing horny warlords.';
g2 = 'Reiko\'s mouth was gliding up and down Mike\'s cock with ease, he wondered how many other guys had "captured" her as she slurped at his manhood.';
g3 = 'Reiko was making small gagging and slurping sounds as she swallowed Mike\'s cock over and over...who cares who else she did this to…it felt fucking amazing!';
bs = 'The teasing was good, but it\'s time to see how much this warrior princess\'s mouth could take...';
bf = 'Too much too soon! Mike had to slow Reiko down before he jizzed in her well trained mouth...';
this.onEnterFrame = function () {
rota._rotation = _root.sex * 2.7;
if (_root.sex < 33) {
if (_root.ss == 1) {
_root.sex += 0.2;
_root.say = g1;
if (_root.ss > 1) {
_root.say = bf;
}
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ss == 1) {
_root.say = bs;
}
if (_root.ss == 2) {
_root.sex += 0.2;
_root.say = g2;
}
if (_root.ss == 3) {
_root.say = bf;
}
}
if (_root.sex >= 66) {
if (_root.ss == 1 or _root.ss == 2) {
_root.say = bs;
}
if (_root.ss == 3) {
_root.sex += 0.2;
_root.say = g3;
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 0;
}
};
}
}
movieClip 988 {
}
movieClip 991 {
}
movieClip 995 {
}
movieClip 996 {
}
movieClip 1000 {
}
movieClip 1001 {
frame 1 {
_root.sex = 0;
_root.say = '';
_root.ss = 0.5;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'Oooh, it\'s big. I like that…just the head, tease me…yessss';
g2 = 'Yes..Yes…Yes…oh my goddess you are amazing! I\'m shaking…';
g3 = 'Yesss! I\'m yours…pound me. Pound my pussy until I surrender! Oooooh!';
bs = 'That feels good, but you\'ll never get this warrior to submit unless you do it…harder.';
bf = 'Please! Please slow down, I can\'t take it all at once like that…';
this.onEnterFrame = function () {
rota._rotation = _root.sex * 2.7;
if (_root.sex < 33) {
if (_root.ss == 1) {
_root.sex += 0.2;
_root.say = g1;
if (_root.ss > 1) {
_root.say = bf;
}
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ss == 1) {
_root.say = bs;
}
if (_root.ss == 2) {
_root.sex += 0.2;
_root.say = g2;
}
if (_root.ss == 3) {
_root.say = bf;
}
}
if (_root.sex >= 66) {
if (_root.ss == 1 or _root.ss == 2) {
_root.say = bs;
}
if (_root.ss == 3) {
_root.sex += 0.2;
_root.say = g3;
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 0;
}
};
}
}
movieClip 1005 {
}
movieClip 1006 {
}
movieClip 1010 {
}
movieClip 1011 {
}
movieClip 1017 {
}
movieClip 1018 {
}
movieClip 1019 {
}
movieClip 1023 {
}
movieClip 1024 {
}
movieClip 1028 {
}
movieClip 1029 {
}
button 1031 {
on (release) {
if (_root.ove >= 50) {
_root.wtg = 192;
} else {
_root.wtg = 193;
}
}
}
movieClip 1034 {
}
movieClip 1041 {
}
movieClip 1043 {
}
button 1044 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Take Naomi with you';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.end = 3;
_root.wtg = 200;
}
}
button 1045 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Take Reiko with you';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.end = 4;
_root.wtg = 200;
}
}
button 1046 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'Take Kendra with you';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.end = 5;
_root.wtg = 200;
}
}
button 1049 {
on (release) {
_root.end = 2;
_root.wtg = 200;
}
}
button 1051 {
on (release) {
_root.wtg = 200;
}
}
movieClip 1056 {
}
movieClip 1057 {
}
movieClip 1059 {
}
movieClip 1061 {
}
movieClip 1064 {
}
movieClip 1065 {
}
movieClip 1069 {
}
movieClip 1071 {
}
movieClip 1073 {
}
movieClip 1074 {
frame 10 {
stop();
}
}
button 1075 {
on (release) {
getURL('http://cr.lessonofpassion.com/index.php?goending=' + _root.ending, '_blank');
}
}
movieClip 1077 {
}
button 1078 {
on (release) {
getURL('http://lessonofpassion.com/index.php?targeo=gamemenu', '_blank');
}
}
button 1079 {
on (release) {
if (_root.pf1 == 'pf1') {
_root.playIntro = '0';
tellTarget ('_root') {
gotoAndStop(2);
}
} else {
getURL('http://playforceone.com/pf1_games.php?mygame=College romance', '_blank');
}
}
}
button 1081 {
on (release) {
getURL('http://lopgold.com/index_ele.php', '_blank');
}
}
movieClip 1084 {
frame 1 {
stop();
s1._alpha = 0;
s2._alpha = 0;
stop();
gotoAndStop(1);
_root.touchx = 0;
_root.t_score = 0;
_root.n_score = 0;
_root.pro = 0;
_root.touch = 0;
_root.sexplus = 0;
_root.sex = 0;
_root.sexminus = 0;
_root.badsign = 0;
_root.girl_dir = 'up';
_root.hg = 100;
_root.wd = 102;
_root.sts = '';
_root.cou = 0;
_root.mood = 0;
this.onEnterFrame = function () {
tx._alpha = 0;
x1._alpha = 0;
y1._alpha = 0;
x2._alpha = 0;
y2._alpha = 0;
x3._alpha = 0;
y3._alpha = 0;
x4._alpha = 0;
y4._alpha = 0;
bck._width = 920;
bck._height = 617;
bck._x = -int(_xmouse / 40);
bck._y = -int(_ymouse / 40);
loca._x = 25 - int(_xmouse / 50);
locabig._x = -300 - int(_xmouse / 50);
gr._x = 500 - _xmouse / 30;
gm._x = 200 - _xmouse / 20;
gc._x = 200 - _xmouse / 30;
gc._y = -(_ymouse / 20);
g0._x = -(_xmouse / 20);
g0._y = -(_ymouse / 50);
gl._x = 100 - _xmouse / 20;
gl._y = -(_ymouse / 40);
gmax._x = -(_xmouse / 10);
gmax._y = -(_ymouse * 2.2);
gbig._x = 520 - _xmouse / 30;
if (_root.wtf == 0) {
_root.wtf = '';
nextFrame();
s1._alpha = 0;
s2._alpha = 0;
}
if (_root.wtf > 0) {
_root.wtfa = _root.wtf;
_root.wtf = '';
gotoAndStop(_root.wtfa);
s1._alpha = 0;
s2._alpha = 0;
}
if (_root.wtg != '') {
_root.wtggo = _root.wtg;
_root.wtg = '';
tellTarget ('black') {
play();
}
}
ccc -= 1;
if (_root.txt != '') {
_root.go = _root.txt;
_root.txt = '';
ccc = 100;
}
if (ccc <= 0) {
_root.go = '';
ccc = 0;
}
if (_root.sts != '') {
_root.cou = 150;
if (_root.sts == 'bad') {
_root.mood += 1;
}
if (_root.sts != 'bad') {
bx.enabled = true;
}
_root.sts_p = _root.sts;
_root.sts = '';
b1.enabled = false;
b2.enabled = false;
}
if (_root.cou > 1) {
_root.cou -= 1;
}
if (_root.cou == 1) {
_root.say = ' ';
s1._alpha = 0;
s2._alpha = 0;
_root.cou = 0;
b1.enabled = true;
b2.enabled = true;
bx.enabled = false;
if (_root.sts_p == 'good') {
_root.wtf = 0;
}
if (_root.mood == 3 and _root.girlname == 'Kendra') {
_root.wtg = 107;
}
if (_root.mood == 3 and _root.girlname == 'Naomi') {
_root.wtg = 141;
}
if (_root.mood == 3 and _root.girlname == 'Reiko') {
_root.wtg = 179;
}
}
};
black._alpha = 100;
}
frame 1 {
gotoAndStop(1);
}
frame 1 {
if (_root.timex == 1) {
_root.timex = 0;
_root.time += 1;
}
if (_root.time == 4) {
_root.wtf = 13;
}
if (_root.time == 3) {
_root.wtf = 3;
}
if (_root.time != 1) {
girl._x = 2000;
}
if (_root.intro == 0) {
gotoAndStop(60);
}
}
frame 3 {
if (_root.fit < 25) {
a1._x = 2000;
}
if (_root.reiko_on != 1 and _root.day == 5) {
gotoAndStop(70);
}
if (_root.reiko_on == 1 and _root.day == 25 and _root.reiko < 80) {
gotoAndStop(71);
}
if (_root.day >= 30) {
gotoAndStop(72);
}
}
frame 3 {
if (_root.timex == 1) {
_root.timex = 0;
_root.time += 1;
}
if (_root.time == 4) {
_root.wtf = 13;
}
}
frame 4 {
if (_root.time != 2) {
girl._x = 2000;
}
}
frame 4 {
if (_root.timex == 1) {
_root.timex = 0;
_root.time += 1;
}
if (_root.time == 4) {
_root.wtf = 13;
}
if (_root.time == 3) {
_root.wtf = 3;
}
}
frame 5 {
if (_root.time != 1 or _root.reiko_on != 1) {
girl._x = 2000;
}
}
frame 5 {
if (_root.timex == 1) {
_root.timex = 0;
_root.time += 1;
}
if (_root.time == 4) {
_root.wtf = 13;
}
if (_root.time == 3) {
_root.wtf = 3;
}
}
frame 7 {
if (_root.sci < 25) {
a1._x = 2000;
}
if (_root.cul < 25) {
a2._x = 2000;
}
}
frame 7 {
if (_root.timex == 1) {
_root.timex = 0;
_root.time += 1;
}
if (_root.time == 4) {
_root.wtf = 13;
}
if (_root.time == 3) {
_root.wtf = 3;
}
}
frame 8 {
if (_root.cul < 25) {
a1._x = 2000;
}
if (_root.pop < 25) {
a2._x = 2000;
}
}
frame 8 {
if (_root.timex == 1) {
_root.timex = 0;
_root.time += 1;
}
if (_root.time == 4) {
_root.wtf = 13;
}
}
frame 9 {
if (_root.fit < 50) {
a1._x = 2000;
}
}
frame 9 {
if (_root.timex == 1) {
_root.timex = 0;
_root.time += 1;
}
if (_root.time == 4) {
_root.wtf = 13;
}
}
frame 10 {
_root.m2e_bonus = int(20 + ((_root.cul + _root.pop) / 2) * 0.5);
_root.m2e = 'Increase your MONEY by $' + _root.m2e_bonus + ' | Crucial skills: CULTURE and POPULARITY';
if (_root.time != 3 or _root.reiko_on != 1) {
girl._x = 2000;
}
if (_root.swa < 75) {
a1._x = 2000;
}
}
frame 10 {
if (_root.timex == 1) {
_root.timex = 0;
_root.time += 1;
}
if (_root.time == 4) {
_root.wtf = 13;
}
}
frame 13 {
_root.day += 1;
_root.action_buy = 0;
_root.time = 1;
if (_root.sta < 3) {
_root.sta += 1;
}
_root.sta += 1;
if (_root.naomi_cool != 999) {
_root.naomi_cool -= 1;
}
if (_root.kendra_cool != 999) {
_root.kendra_cool -= 1;
}
if (_root.reiko_cool != 999) {
_root.reiko_cool -= 1;
}
}
frame 17 {
if (_root.naomi_cool > 0) {
sex._alpha = 30;
sex.enabled = false;
}
_root.loca = 'bad';
}
frame 20 {
if (_root.naomi_cool > 0) {
sex._alpha = 30;
sex.enabled = false;
}
_root.loca = 'good';
}
frame 23 {
if (_root.kendra_cool > 0) {
sex._alpha = 30;
sex.enabled = false;
}
_root.loca = 'bad';
}
frame 26 {
if (_root.reiko_cool > 0) {
sex._alpha = 30;
sex.enabled = false;
}
_root.loca = 'bad';
}
frame 29 {
if (_root.kendra_cool > 0) {
sex._alpha = 30;
sex.enabled = false;
}
_root.loca = 'good';
}
frame 32 {
if (_root.reiko_cool > 0) {
sex._alpha = 30;
sex.enabled = false;
}
_root.loca = 'good';
}
frame 60 {
_root.datetime = 2;
}
frame 61 {
_root.intro = 1;
}
frame 70 {
_root.reiko_on = 1;
}
frame 71 {
_root.reiko_on = 0;
}
frame 85 {
_root.say = 'I saw lots of girls checkin you out, I\'m glad you wanted to leave with me. I get tired of guys trying to get me drunk and naked, that\'s college I guess. I\'m hoping you can help me relax after all that Mike…';
_root.datetime = 1;
_root.girlname = 'Kendra';
}
frame 86 {
_root.say = '';
}
frame 87 {
_root.say = 'I\'m glad you came over Mike. The last guy I was with…well he dumped me. It…it was my fault, but it was complicated…and kinda devastating.';
}
frame 88 {
_root.say = '';
}
frame 89 {
_root.say = '';
}
frame 90 {
_root.say = '';
}
frame 91 {
_root.say = '';
}
frame 92 {
_root.say = '';
}
frame 93 {
_root.say = 'Oh! Ohhh, you can be a little rough…good. You like what you see back there? ';
}
frame 94 {
_root.say = '';
}
frame 95 {
_root.say = 'Oh my I didn\'t realize I was so wet….are you watching? Is this making you hard? I hope sooooo Oooooh!';
}
instance bullet of movieClip 663 {
onClipEvent (load) {
_root.speed = 1;
}
}
frame 97 {
_root.play_moan_lisa = 1;
}
frame 98 {
_root.say = 'Oh my GOD I missed doing that! I hope you liked it…I wanted to do more, go deeper and taste it all. But it\'s been so long I just couldn\'t fit…oh I really want more!';
_root.play_stopsex = 1;
}
frame 99 {
_root.say = '';
}
frame 100 {
_root.play_moan_lisa = 1;
}
frame 101 {
_root.speed = 1;
_root.datetime = 1;
_root.play_sex_lisa = 1;
}
frame 103 {
_root.play_stopsex = 1;
}
frame 105 {
_root.datetime = 2;
_root.kendra = _root.kendra + 50 + int(random(20));
_root.kendra_cool = 2;
_root.kendra_fs = 1;
}
frame 107 {
_root.datetime = 2;
_root.kendra = _root.kendra - 20 - int(random(20));
_root.kendra_cool = 2;
}
frame 120 {
_root.say = 'Heeey Mikey, close your mouth silly boy. I guess that means you think I look hot in this? I wasn\'t sure what to wear but I wanted you to like what you see, looks like you do.';
_root.datetime = 1;
_root.girlname = 'Naomi';
_root.kdre = 0;
}
frame 121 {
_root.say = '';
}
frame 122 {
_root.say = '';
}
frame 123 {
_root.say = '';
}
instance bullet of movieClip 663 {
onClipEvent (load) {
_root.speed = 1;
}
}
frame 124 {
_root.say = '';
}
frame 125 {
_root.say = '';
}
frame 126 {
_root.say = '';
}
frame 127 {
_root.say = '';
}
frame 128 {
_root.say = '';
}
frame 129 {
_root.say = '';
_root.kdre = 0;
}
frame 130 {
_root.say = '';
}
frame 131 {
_root.say = '';
}
frame 132 {
_root.say = '';
}
frame 133 {
_root.say = '';
}
frame 134 {
_root.play_moan_lisa = 1;
}
frame 135 {
_root.play_stopsex = 1;
}
frame 136 {
_root.speed = 1;
_root.datetime = 1;
_root.play_sex_lisa = 1;
}
frame 138 {
_root.play_stopsex = 1;
}
frame 139 {
_root.datetime = 2;
_root.naomi = _root.naomi + 50 + int(random(20));
_root.naomi_cool = 2;
_root.naomi_fs = 1;
}
frame 141 {
_root.datetime = 2;
_root.naomi = _root.naomi - 20 - int(random(20));
_root.naomi_cool = 2;
}
frame 160 {
_root.say = 'Do you like it? I made it myself, it\'s a combination of some of my favorite warriors. It makes me feel really powerful…and sexy. Ya know, no pants and all…';
_root.datetime = 1;
_root.girlname = 'Reiko';
_root.kdre = 0;
}
frame 161 {
_root.say = '';
}
frame 162 {
_root.say = '';
_root.ddre = 1;
}
frame 163 {
_root.say = 'Ohh, I like that. Be careful of my blades though, they were not cheap...';
}
frame 164 {
_root.say = '';
}
frame 165 {
_root.say = '';
_root.ddre = 3;
}
frame 166 {
_root.say = '';
}
frame 167 {
_root.say = 'What are you…!? I can\'t believe you just did that, and that I let you…and that I want you to continue…';
}
frame 168 {
_root.say = '';
}
frame 169 {
_root.say = 'Ohhh, I see the warlord wants to examine the "booty" he has acquired. Well please, look closely…';
}
frame 170 {
_root.speed = 1;
_root.datetime = 1;
_root.play_moan_lisa = 1;
}
frame 171 {
_root.play_stopsex = 1;
}
frame 172 {
_root.play_moan_lisa = 1;
}
frame 173 {
_root.speed = 1;
_root.datetime = 1;
_root.play_sex_lisa = 1;
}
frame 176 {
_root.play_stopsex = 1;
}
frame 177 {
_root.datetime = 2;
_root.reiko = _root.reiko + 50 + int(random(20));
_root.reiko_cool = 2;
_root.reiko_fs = 1;
}
frame 179 {
_root.datetime = 2;
_root.reiko = _root.reiko - 20 - int(random(20));
_root.reiko_cool = 2;
}
frame 190 {
l1._width = _root.cul * 8;
l2._width = _root.sci * 8;
l3._width = _root.fit * 8;
_root.ove = int((_root.cul + _root.sci + _root.fit) / 3);
l4._width = _root.ove * 8;
}
frame 190 {
if (_root.timex == 1) {
_root.timex = 0;
_root.time += 1;
}
if (_root.time == 4) {
_root.wtf = 13;
}
if (_root.time == 3) {
_root.wtf = 3;
}
}
frame 192 {
_root.datetime = 2;
if (_root.reiko_fs != 1) {
g1._alpha = 30;
g1.enabled = false;
}
if (_root.naomi_fs != 1) {
g2._alpha = 30;
g2.enabled = false;
}
if (_root.kendra_fs != 1) {
g3._alpha = 30;
g3.enabled = false;
}
}
frame 193 {
_root.datetime = 2;
_root.end = 1;
}
frame 200 {
ccc = 0;
_root.girl = 'none';
_root.moodshow = 0;
_root.err = 0;
if (_root.end == 1) {
_root.ending = 'e1_nmvbnvmbnvm12';
}
if (_root.end == 2) {
_root.ending = 'e2_eyureyuryeu14';
}
if (_root.end == 3) {
_root.ending = 'e3_qweqwdsdsd28';
}
if (_root.end == 4) {
_root.ending = 'e4_plolllskksks1as';
}
if (_root.end == 5) {
_root.ending = 'e5_plolllskksks1aszcx';
}
_root.endinglink = 'http://cr.lessonofpassion.com/index.php?goending=' + _root.ending;
_root.playmusic = 0;
}
}
button 1098 {
on (release) {
tellTarget ('_parent.subs') {
gotoAndStop(3);
}
}
}
movieClip 1102 {
}
movieClip 1103 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.mood == 0) {
gotoAndStop(1);
}
if (_root.mood == 1) {
gotoAndStop(2);
}
if (_root.mood == 2) {
gotoAndStop(3);
}
if (_root.mood == 3) {
gotoAndStop(4);
}
};
}
}
movieClip 1104 {
frame 1 {
stop();
this.onEnterFrame = function () {
_root.moneyshow = '$' + _root.money;
_root.dayshow = 'DAY ' + _root.day;
if (_root.time == 1) {
_root.toad = 'MORNING';
}
if (_root.time == 2) {
_root.toad = 'MIDDAY';
}
if (_root.time == 3) {
_root.toad = 'EVENING';
}
if (_root.datetime == 0) {
gotoAndStop(1);
}
if (_root.datetime == 1) {
gotoAndStop(2);
}
if (_root.datetime == 2) {
gotoAndStop(3);
}
if (_root.swa > 100) {
_root.swa = 100;
}
if (_root.cul > 100) {
_root.cul = 100;
}
if (_root.sci > 100) {
_root.sci = 100;
}
if (_root.fit > 100) {
_root.fit = 100;
}
if (_root.pop > 100) {
_root.pop = 100;
}
};
}
}
movieClip 1108 {
}
button 1109 {
on (release) {
gotoAndStop(1);
}
}
movieClip 1122 {
}
movieClip 1127 {
}
movieClip 1130 {
}
movieClip 1131 {
frame 1 {
stop();
}
frame 3 {
stop();
this.onEnterFrame = function () {
l1._width = _root.swa * 8;
l2._width = _root.cul * 8;
l3._width = _root.sci * 8;
l4._width = _root.fit * 8;
l5._width = _root.pop * 8;
};
}
}
movieClip 1132 {
}
movieClip 1135 {
}
movieClip 1138 {
}
movieClip 1141 {
}
movieClip 1142 {
}
movieClip 1145 {
}
movieClip 1146 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.p2 == 1) {
x._alpha = 100;
delete this.onEnterFrame;
play();
}
};
}
frame 40 {
stop();
}
}
movieClip 1147 {
frame 1 {
stop();
x._alpha = 0;
this.onEnterFrame = function () {
if (_root.p1 == 1) {
x._alpha = 100;
delete this.onEnterFrame;
play();
}
};
}
frame 89 {
stop();
}
}
movieClip 1148 {
frame 1 {
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c == 150) {
_root.p1 = 1;
}
if (c == 155) {
_root.p2 = 1;
}
if (c == 200) {
_root.p3 = 1;
}
if (c == 250) {
tellTarget ('_root') {
gotoAndStop(2);
}
}
};
}
}
movieClip 1149 {
}
button 1150 {
on (release) {
getURL('http://lessonofpassion.com/index.php?target=gametitle', '_blank');
}
}
// unknown tag 88 length 131
movieClip 1154 {
}
movieClip 1155 {
}
movieClip 1156 {
frame 150 {
stop();
this.onEnterFrame = function () {
if (_root.p3 == 1) {
delete this.onEnterFrame;
play();
}
};
}
frame 170 {
stop();
}
}
movieClip 1158 {
frame 1 {
this.onEnterFrame = function () {
l._x = 70 - _xmouse / 10;
l._y = 40 - _ymouse / 10;
p._x = 50 - _xmouse / 20;
p._y = 160 - _ymouse / 20;
p._alpha = 100 - _xmouse / 20;
bck._width = 920;
bck._height = 613;
bck._x = -int(_xmouse / 40);
bck._y = -int(_ymouse / 40);
};
}
}