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 {
}
movieClip 7 {
}
movieClip 8 {
}
movieClip 9 {
frame 1 {
stop();
xx._alpha = 0;
this.onEnterFrame = function () {
rand = int(random(100));
if (rand == 0) {
play();
}
};
}
}
movieClip 10 p_effects {
}
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 13 {
}
movieClip 16 {
}
movieClip 19 {
}
movieClip 20 {
}
movieClip 23 {
}
movieClip 25 {
}
movieClip 27 {
}
movieClip 29 {
}
movieClip 30 {
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 33 {
}
button 34 {
on (release) {
getURL('http://lessonofpassion.com/index.php?targeo=gamemenu', '_blank');
}
}
movieClip 37 {
}
movieClip 40 {
}
// unknown tag 88 length 99
movieClip 44 {
}
movieClip 46 {
}
// unknown tag 88 length 75
movieClip 49 {
}
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 {
frame 1 {
stop();
Mouse.hide();
}
}
movieClip 80 {
}
movieClip 83 {
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;
_root.doc_pre = 0;
}
movieClip 86 {
}
movieClip 89 {
}
movieClip 92 {
}
movieClip 95 {
}
movieClip 96 {
}
movieClip 99 {
}
movieClip 100 {
}
movieClip 101 {
}
button 102 {
on (release) {
getURL('http://lessonofpassion.com/index.php?targeo=gamemenu', '_blank');
}
}
movieClip 104 {
}
movieClip 105 {
frame 10 {
stop();
}
}
button 106 {
on (rollOver) {
_root.ftx = -600;
}
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');
}
}
}
// unknown tag 88 length 73
button 109 {
on (rollOver) {
_root.ftx = -1200;
}
on (release) {
getURL('http://sexandglory.com/index_tat.php', '_blank');
}
}
button 111 {
on (release) {
getURL('http://playforceone.com/', '_blank');
}
on (rollOver) {
_root.ftx = -1800;
}
}
button 113 {
on (release) {
_root.sxp = 5;
_root.hea = 10;
_root.loo = 5;
_root.lov = 0;
_root.fam = 0;
_root.mor = 5;
_root.money = 50;
_root.time = 1;
_root.day = 0;
_root.dress_cas = 1;
_root.dress_bik = 0;
_root.dress_sch = 0;
_root.dress_sto = 0;
_root.dress_dre = 0;
_root.dress_off = 0;
_root.dress_hou = 0;
_root.dress_gla = 0;
_root.item_ban = 0;
_root.item_bab = 0;
_root.item_dil = 0;
_root.item_vib = 0;
_root.item_han = 0;
_root.item_eye = 0;
_root.camera_02 = 0;
_root.camera_03 = 0;
_root.moviemade = 0;
_root.gift_1 = 0;
_root.gift_2 = 0;
_root.gift_3 = 0;
_root.gift_4 = 0;
_root.gift_5 = 0;
_root.gift_6 = 0;
_root.doc_vit = 0;
_root.doc_con = 0;
_root.doc_sick = 0;
_root.doc_lov = 0;
_root.doc_pre = 0;
tellTarget ('_parent') {
gotoAndStop(3);
}
}
on (rollOver) {
_root.ftx = 0;
}
}
movieClip 117 {
frame 1 {
_root.ftx = 1;
_root.ftg = 1;
stop();
ct._x = 2000;
_root.end = 0;
var savefile = SharedObject.getLocal('cam');
_root.day = savefile.data.day;
this.onEnterFrame = function () {
if (_root.ftx > _root.ftg) {
_root.ftg += (_root.ftx - _root.ftg) / 5;
}
if (_root.ftx < _root.ftg) {
_root.ftg -= (_root.ftg - _root.ftx) / 5;
}
scene._y = _root.ftg;
if (_root.day > 0 and _root.day < 30) {
ct._x = 170;
}
};
}
}
movieClip 119 {
}
movieClip 122 {
}
movieClip 123 {
}
movieClip 125 {
}
movieClip 126 {
}
movieClip 127 {
}
button 128 {
on (release) {
_root.muteme = 1;
gotoAndStop(2);
}
}
button 129 {
on (release) {
_root.muteme = 0;
gotoAndStop(1);
}
}
movieClip 131 {
}
movieClip 132 {
frame 1 {
stop();
}
}
movieClip 140 {
frame 1 {
stop();
sound_day = new Sound(s1);
sound_day.attachSound('sound_day');
sound_moan = new Sound(s10);
sound_moan.attachSound('sound_moan');
sound_sex = new Sound(s11);
sound_sex.attachSound('sound_sex');
sound_yes = new Sound(s12);
sound_yes.attachSound('sound_yes');
sound_no = new Sound(s13);
sound_no.attachSound('sound_no');
sound_home = new Sound(s14);
sound_home.attachSound('sound_home');
sound_bonus = new Sound(s15);
sound_bonus.attachSound('sound_bonus');
_root.sound_dif = 1;
sound_day.setVolume(50);
this.onEnterFrame = function () {
if (_root.play_day == 1 and _root.muteme != 1) {
_root.play_day = 2;
sound_day.stop('sound_day');
sound_day.start(0, 999);
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_stopsex == 1 and _root.muteme != 1) {
_root.play_stopsex = 2;
sound_moan.stop('sound_moan');
sound_sex.stop('sound_sex');
}
if (_root.play_moan == 1 and _root.muteme != 1) {
_root.play_moan = 2;
sound_moan.start(0, 999);
}
if (_root.play_sex == 1 and _root.muteme != 1) {
_root.play_sex = 2;
sound_sex.start(0, 999);
}
if (_root.play_yes == 1 and _root.muteme != 1) {
_root.play_yes = 2;
_root.score = _root.score + 100 + int(random(50));
sound_yes.start(0, 1);
}
if (_root.play_bonus == 1 and _root.muteme != 1) {
_root.play_bonus = 2;
_root.score = _root.score + 200 + int(random(50));
sound_bonus.start(0, 1);
}
if (_root.play_no == 1 and _root.muteme != 1) {
_root.play_no = 2;
_root.score = _root.score - 50 - int(random(25));
sound_no.start(0, 1);
}
if (_root.play_home == 1 and _root.muteme != 1) {
_root.play_home = 2;
sound_home.start(0, 1);
}
if (_root.muteme == 1) {
sound_day.setVolume(0);
sound_moan.setVolume(0);
sound_sex.setVolume(0);
sound_yes.setVolume(0);
sound_no.setVolume(0);
sound_home.setVolume(0);
sound_bonus.setVolume(0);
}
if (_root.muteme == 0) {
sound_day.setVolume(50);
sound_moan.setVolume(100);
sound_sex.setVolume(100);
sound_yes.setVolume(100);
sound_no.setVolume(100);
sound_home.setVolume(100);
sound_bonus.setVolume(100);
}
};
}
}
frame 3 {
stop();
_root.play_day = 1;
}
button 141 {
on (release) {
_root.wtf = 0;
}
}
movieClip 144 {
}
movieClip 149 {
}
movieClip 153 {
}
movieClip 155 {
}
movieClip 156 {
frame 1 {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_parent.s1._alpha = 0;
_parent.s2._alpha = 0;
}
frame 4 {
stop();
}
frame 6 {
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 159 {
}
movieClip 160 {
}
movieClip 161 {
}
movieClip 163 {
}
button 164 {
on (release) {
_root.mood += 1;
_root.play_yes = 1;
_root.wtg = 4;
}
}
button 167 {
on (release) {
_root.mood -= 3;
_root.play_no = 1;
_root.wtg = 5;
}
}
button 169 {
on (release) {
_root.mood -= 1;
_root.play_no = 1;
_root.wtg = 6;
}
}
button 171 {
on (release) {
_root.wtg = 0;
}
}
button 172 {
on (release) {
_root.wtg = 8;
}
}
movieClip 173 {
}
movieClip 176 {
}
movieClip 181 {
}
movieClip 186 {
}
movieClip 189 {
}
movieClip 192 {
}
button 195 {
on (release) {
_root.wtf = 0;
}
}
movieClip 198 {
}
button 201 {
on (release) {
_root.a8 = 1;
_root.mood += 1;
_root.play_yes = 1;
_root.wtg = 19;
}
}
button 203 {
on (release) {
_root.a9 = 1;
_root.mood -= 3;
_root.play_no = 1;
_root.wtg = 22;
}
}
button 205 {
on (release) {
if (_root.mood >= 0) {
_root.wtg = 26;
} else {
_root.wtg = 24;
}
}
}
button 207 {
on (release) {
_root.a7 = 1;
_root.mood -= 2;
_root.play_no = 1;
_root.wtg = 18;
}
}
button 209 {
on (release) {
_root.a6 = 1;
_root.mood -= 3;
_root.play_no = 1;
_root.wtg = 17;
}
}
button 211 {
on (release) {
_root.a5 = 1;
_root.mood += 1;
_root.play_yes = 1;
_root.wtg = 16;
}
}
button 213 {
on (release) {
_root.a4 = 1;
_root.mood -= 2;
_root.play_no = 1;
_root.wtg = 15;
}
}
button 215 {
on (release) {
_root.a2 = 1;
_root.mood += 1;
_root.play_yes = 1;
_root.wtg = 12;
}
}
button 217 {
on (release) {
_root.a1 = 1;
_root.mood += 1;
_root.play_yes = 1;
_root.wtg = 11;
}
}
button 219 {
on (release) {
_root.a3 = 1;
_root.mood += 1;
_root.play_yes = 1;
_root.wtg = 14;
}
}
button 221 {
on (release) {
_root.wtg = 9;
}
}
movieClip 224 {
}
movieClip 229 {
}
movieClip 232 {
}
movieClip 233 {
}
movieClip 237 {
}
movieClip 239 {
}
movieClip 240 {
}
button 241 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'CLEAN THE JUICE FROM HER LIPS';
gotoAndStop('hint');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.mood += 1;
_root.play_bonus = 1;
_root.wtg = 0;
}
}
movieClip 246 {
}
movieClip 249 {
}
movieClip 250 {
frame 96 {
_parent.lip._alpha = 0;
}
frame 226 {
stop();
}
}
movieClip 251 {
}
movieClip 252 {
}
movieClip 259 {
frame 1 {
stop();
if (_root.egg_on == 1) {
play();
}
}
}
movieClip 260 {
}
movieClip 262 {
}
movieClip 265 {
}
movieClip 266 {
}
movieClip 267 {
frame 1 {
if (_root.egg_is != 1) {
egg._alpha = 0;
}
}
}
movieClip 268 {
}
movieClip 275 {
}
movieClip 284 {
}
movieClip 285 {
}
button 288 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'ASK HER TO PUT A VIBRATING EGG INSIDE HER PUSSY';
gotoAndStop('hint');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.mood += 1;
_root.play_bonus = 1;
_root.wtg = 0;
}
}
button 289 {
on (release) {
_root.egg_is = 1;
_root.wtg = 9;
}
}
movieClip 290 {
frame 102 {
stop();
}
}
movieClip 291 {
}
movieClip 292 {
}
button 295 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'TURN THE VIBRATING EGG ON';
gotoAndStop('hint');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.mood += 1;
_root.play_bonus = 1;
_root.wtg = 0;
}
}
movieClip 298 {
}
movieClip 299 {
}
button 304 {
on (release) {
_root.wtg = 120;
}
}
movieClip 307 {
}
movieClip 312 {
}
button 315 {
on (release) {
_root.cou = 1;
}
}
button 316 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'TOUCH HER KNEE';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'That\'s it. Ease me into it.';
_root.mood += 1;
_root.play_yes = 1;
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtf = 0;
}
}
button 317 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'PUT YOUR FINGER INSIDE HER MOUTH';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'What the hell? Stop that.';
_root.mood -= 2;
_root.play_no = 1;
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 320 {
}
movieClip 321 {
}
movieClip 323 {
}
movieClip 327 {
}
movieClip 328 {
}
button 329 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'EXPOSE HER BOOB';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Enjoying what you see?';
_root.mood += 1;
_root.play_yes = 1;
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
}
}
button 330 {
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 = 'What? Straight away no... whatever.';
_root.mood -= 2;
_root.play_no = 1;
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 334 {
}
movieClip 335 {
}
button 336 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'LICK HER BOOB';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Mmmm I am getting wet.';
_root.mood += 1;
_root.play_yes = 1;
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtf = 0;
}
}
button 337 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'PULL HER HAIRS';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'What. The. Fuck.';
_root.mood -= 2;
_root.play_no = 1;
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 339 {
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 = 'You like what you see right?';
_root.mood += 1;
_root.play_yes = 1;
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
}
}
button 340 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'PINCH HER BOOB';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Ow! You are sick.';
_root.mood -= 2;
_root.play_no = 1;
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 344 {
}
movieClip 345 {
}
movieClip 346 {
}
movieClip 351 {
}
movieClip 352 {
frame 1 {
stop();
if (_root.egg_on == 1) {
play();
}
}
}
movieClip 353 {
frame 1 {
if (_root.egg_is != 1) {
egg._alpha = 0;
}
}
}
movieClip 354 {
}
button 355 {
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 = 'Not diving straight in? Good.';
_root.mood += 1;
_root.play_yes = 1;
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
}
}
button 356 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'COMPLIMENT HER PUSSY';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Whatever, can we hurry this up? I need to get back home.';
_root.mood -= 2;
_root.play_no = 1;
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 360 {
}
movieClip 361 {
}
button 362 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'FINGER HER PUSSY';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Oh. Oh! That feels good.';
_root.mood += 1;
_root.play_yes = 1;
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
}
}
button 363 {
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 = 'Again with the boobs? I have to get back soon.';
_root.mood -= 2;
_root.play_no = 1;
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 365 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'REMOVE HER DRESS';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Oh good. It was a little restraining.';
_root.mood += 1;
_root.play_yes = 1;
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 36;
}
}
movieClip 366 {
}
movieClip 370 {
}
movieClip 371 {
}
movieClip 372 {
}
movieClip 373 {
}
button 374 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'FINGER HER PUSSY FASTER';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.say = 'Move on already! I can\'t hang around here all evening.';
_root.mood -= 2;
_root.play_no = 1;
s2._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 380 {
}
movieClip 381 {
}
button 384 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'ASK HER TO PUT BLACK COLLAR';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.play_yes = 1;
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
}
}
movieClip 387 {
}
movieClip 388 {
}
button 389 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'ASK HER TO DRESS SLUTTY LEATHER SHOES';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.play_yes = 1;
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
}
}
movieClip 394 {
}
movieClip 395 {
}
button 398 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'ASK HER FOR A MAKEUP';
gotoAndStop('hint');
}
}
on (releaseOutside, rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
_root.play_yes = 1;
s1._alpha = 100;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
}
}
button 401 {
on (release) {
_root.wtg = 42;
}
}
movieClip 404 {
}
movieClip 405 {
}
button 408 {
on (release) {
_root.wtg = 45;
}
}
movieClip 411 {
}
movieClip 414 {
}
movieClip 415 {
}
button 420 {
on (release) {
_root.b8 = 1;
if (_root.drug_on == 1) {
_root.mood += 1;
_root.play_yes = 1;
_root.wtg = 64;
} else {
_root.mood -= 2;
_root.play_no = 1;
_root.wtg = 63;
}
}
}
button 422 {
on (release) {
_root.b9 = 1;
_root.mood -= 3;
_root.play_no = 1;
_root.wtg = 62;
}
}
button 424 {
on (release) {
if (_root.mood >= 7) {
_root.wtg = 69;
} else {
_root.wtg = 67;
}
}
}
button 426 {
on (release) {
_root.b7 = 1;
_root.mood -= 3;
_root.play_no = 1;
_root.wtg = 61;
}
}
button 428 {
on (release) {
_root.b6 = 1;
_root.mood -= 2;
_root.play_no = 1;
_root.wtg = 56;
}
}
button 430 {
on (release) {
_root.b5 = 1;
_root.mood -= 2;
_root.play_no = 1;
_root.wtg = 55;
}
}
button 432 {
on (release) {
_root.b4 = 1;
_root.gel_on = 1;
_root.mood += 1;
_root.play_yes = 1;
_root.wtg = 54;
}
}
button 434 {
on (release) {
_root.b2 = 1;
_root.mood += 1;
_root.play_yes = 1;
_root.wtg = 48;
}
}
button 436 {
on (release) {
_root.b1 = 1;
_root.mood += 1;
_root.play_yes = 1;
_root.wtg = 47;
}
}
button 438 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'PUT THE VIBRATING EGG INTO HIGH POWER';
gotoAndStop('hint');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.b10 = 1;
if (_root.egg_ass == 1) {
_root.mood -= 2;
_root.wtg = 59;
} else {
_root.mood += 1;
_root.wtg = 60;
}
}
}
movieClip 441 {
}
movieClip 442 {
}
movieClip 444 {
}
movieClip 447 {
}
movieClip 448 {
}
movieClip 453 {
}
movieClip 454 {
}
movieClip 458 {
}
movieClip 459 {
}
button 462 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'ASK HER TO REMOVE THE VIBRATING EGG';
gotoAndStop('hint');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.play_bonus = 1;
_root.mood += 1;
_root.wtg = 0;
}
}
movieClip 465 {
}
movieClip 466 {
}
button 469 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'ASK HER TO PUT THE EGG INSIDE HER ASS';
gotoAndStop('hint');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.gel_on == 1) {
_root.play_bonus = 1;
_root.wtg = 52;
} else {
_root.mood -= 1;
_root.wtg = 0;
}
}
}
movieClip 472 {
}
movieClip 473 {
}
movieClip 478 {
}
movieClip 485 {
}
movieClip 486 {
}
movieClip 508 {
frame 1 {
stop();
}
}
movieClip 511 {
}
movieClip 512 {
frame 1 {
_parent.bullet._alpha = 0;
c = 0;
_root.ftg = 1;
_root.head = 'up';
this.onEnterFrame = function () {
c += _root.speed;
if (_root.ftg >= 19) {
_root.ftg = 1;
}
if (_root.ftg <= 1) {
_root.head = 'up';
}
if (c >= 3) {
_root.ftg += 1;
c = 0;
tellTarget ('_parent.bj') {
gotoAndStop(int(_root.ftg));
}
}
};
}
}
button 513 {
on (release) {
_root.ss = 2;
_root.speed = 1.5;
}
}
button 514 {
on (release) {
_root.ss = 1;
_root.speed = 1;
}
}
button 515 {
on (release) {
_root.ss = 3;
_root.speed = 3;
}
}
movieClip 519 {
}
movieClip 521 {
}
movieClip 523 {
}
movieClip 524 {
}
movieClip 525 {
}
movieClip 527 {
}
movieClip 529 {
}
movieClip 530 {
frame 1 {
_root.sex = 0;
_root.say = '';
_root.ss = 0.5;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'The moment she gives in fully is always the best.';
g2 = 'I can feel her tongue swirling around the shaft.';
g3 = 'Oh god, can\'t think straight';
bs = 'She is taking too long. Better speed her up.';
bf = 'Is she trying to bite it off? Slow it down whore.';
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;
}
};
}
}
button 532 {
on (release) {
_root.play_stopsex = 1;
_root.wtg = 45;
}
}
movieClip 536 {
}
movieClip 537 {
}
movieClip 538 {
}
movieClip 545 {
}
movieClip 546 {
}
movieClip 552 {
}
button 555 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.hint = 'EAT THE CHERRY FROM HER PUSSY';
gotoAndStop('hint');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.play_bonus = 1;
_root.wtg = 65;
}
}
movieClip 583 {
}
movieClip 584 {
frame 1 {
_parent.bullet._alpha = 0;
c = 0;
_root.ftg = 1;
_root.head = 'up';
tellTarget ('_parent.sex') {
gotoAndStop(_root.ftg);
}
this.onEnterFrame = function () {
c += _root.speed;
if (_root.ftg >= 19) {
_root.ftg = 1;
}
if (_root.ftg <= 1) {
_root.head = 'up';
}
if (c >= 3) {
_root.ftg += 1;
c = 0;
tellTarget ('_parent.sex') {
gotoAndStop(int(_root.ftg));
}
}
};
}
}
movieClip 586 {
frame 1 {
_root.sex = 0;
_root.say = '';
_root.ss = 0.5;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'Lets get on with this already!';
g2 = 'Surprisingly I actually am enjoying this.';
g3 = 'Yes! Oh god! Yes!';
bs = 'Ugh keep up already.';
bf = 'Slow down, it hurts.';
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;
}
};
}
}
button 587 {
on (release) {
_root.play_stopsex = 1;
_root.mood -= 5;
_root.play_no = 1;
_root.wtg = 73;
}
}
button 589 {
on (release) {
_root.mood += 1;
_root.wtg = 76;
}
}
movieClip 593 {
}
movieClip 598 {
}
movieClip 599 {
}
movieClip 600 {
}
movieClip 605 {
}
movieClip 608 {
}
movieClip 609 {
}
movieClip 632 {
}
movieClip 634 {
frame 1 {
_root.sex = 0;
_root.say = '';
_root.ss = 0.5;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'Yes this is what I love. She is my servant ready to do what I say.';
g2 = 'Did she just tighten? She did. Awesome.';
g3 = 'Oh yeah! This feels fantastic!';
bs = 'Ugh to slow, better speed up!';
bf = 'Oops. Nearly released, better slow down.';
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;
}
};
}
}
button 635 {
on (release) {
_root.play_stopsex = 1;
if (_root.drug_on == 1) {
_root.wtg = 83;
} else {
_root.wtg = 79;
}
}
}
button 637 {
on (release) {
_root.play_stopsex = 1;
if (_root.drug_on != 1) {
_root.wtg = 86;
} else {
if (_root.egg_ass == 1) {
_root.wtg = 89;
} else {
_root.wtg = 90;
}
}
}
}
movieClip 643 {
}
movieClip 644 {
}
movieClip 645 {
}
movieClip 652 {
}
movieClip 653 {
}
movieClip 668 {
}
movieClip 669 {
}
movieClip 670 {
}
movieClip 671 {
}
movieClip 673 {
}
movieClip 676 {
}
movieClip 677 {
}
movieClip 678 {
}
movieClip 683 {
}
movieClip 684 {
}
movieClip 685 {
}
movieClip 686 {
}
button 689 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
if (_root.gel_on != 1) {
_root.hint = 'ENTER HER ASS WITHOUT ANY LUBRICANT';
gotoAndStop('hint');
}
if (_root.gel_on == 1) {
_root.hint = 'COVER YOUR FINGERS IN AN ANAL GEL AND TEST HER ASS';
gotoAndStop('hint');
}
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.gel_on != 1) {
_root.play_stopsex = 1;
_root.wtg = 92;
}
if (_root.gel_on == 1) {
_root.play_stopsex = 1;
_root.wtg = 96;
}
}
}
movieClip 692 {
}
movieClip 693 {
frame 63 {
stop();
}
}
movieClip 694 {
}
movieClip 695 {
}
movieClip 706 {
}
movieClip 707 {
}
movieClip 730 {
}
movieClip 732 {
frame 1 {
_root.sex = 0;
_root.say = '';
_root.ss = 0.5;
_root.ftg = 1;
c = 0;
_root.head = 'up';
g1 = 'She is clenching so tightly.';
g2 = 'Her whole body is tensing and relaxing with each thrust.';
g3 = 'Was that a shiver I felt from her then?';
bs = 'She can take more than this, I should speed up.';
bf = 'Oops to fast. Do not want to damage my property.';
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;
}
};
}
}
button 733 {
on (release) {
_root.play_stopsex = 1;
_root.wtg = 101;
}
}
button 735 {
on (release) {
_root.play_stopsex = 1;
_root.wtg = 115;
}
}
movieClip 739 {
}
movieClip 740 {
}
movieClip 741 {
}
movieClip 746 {
}
movieClip 749 {
}
movieClip 750 {
}
button 752 {
on (release) {
_root.wtg = 104;
}
}
button 754 {
on (release) {
_root.wtg = 111;
}
}
movieClip 760 {
}
movieClip 761 {
}
button 762 {
on (release) {
_root.wtg = 107;
}
}
button 764 {
on (release) {
_root.wtg = 109;
}
}
button 766 {
on (release) {
_root.wtg = 120;
}
}
movieClip 770 {
}
movieClip 775 {
}
movieClip 778 {
}
movieClip 781 {
}
movieClip 784 {
}
movieClip 787 {
}
movieClip 788 {
}
movieClip 789 {
}
movieClip 793 {
}
movieClip 796 {
}
movieClip 797 {
}
movieClip 808 {
}
movieClip 809 {
}
movieClip 810 {
}
movieClip 817 {
}
movieClip 818 {
}
movieClip 819 {
}
movieClip 832 {
frame 1 {
stop();
gotoAndStop(_root.end);
}
}
button 833 {
on (release) {
getURL('http://msdele.lessonofpassion.com/index.php?goending=bonus_xxx', '_blank');
}
}
button 835 {
on (release) {
_root.wtg = 0;
}
}
movieClip 840 {
}
movieClip 843 {
}
movieClip 845 {
}
button 846 {
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_lwb.php', '_blank');
} else {
getURL('http://lopgold.com/index_lwb.php', '_blank');
}
}
}
movieClip 848 {
}
button 849 {
on (release) {
getURL('http://playforceone.com/pf1_games.php?mygame=Camera%20Business', '_blank');
}
}
movieClip 851 {
}
button 852 {
on (release) {
getURL('http://sexandglory.com/index_med.php', '_blank');
}
}
movieClip 854 {
}
button 855 {
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_lwt.php', '_blank');
} else {
getURL('http://lopgold.com/index_lwt.php', '_blank');
}
}
}
button 856 {
on (release) {
getURL('http://playforceone.com/pf1_games.php?mygame=Stripper%20Pick-up', '_blank');
}
}
movieClip 857 {
}
movieClip 863 {
}
button 864 {
on (release) {
tellTarget ('_root') {
gotoAndStop(2);
}
}
}
movieClip 866 {
frame 1 {
_root.shh = 0;
_root.mood = -5;
_root.score = 0;
_root.a1 = 0;
_root.a2 = 0;
_root.a3 = 0;
_root.a4 = 0;
_root.a5 = 0;
_root.a6 = 0;
_root.a7 = 0;
_root.a8 = 0;
_root.a9 = 0;
_root.a10 = 0;
_root.b1 = 0;
_root.b2 = 0;
_root.b3 = 0;
_root.b4 = 0;
_root.b5 = 0;
_root.b6 = 0;
_root.b7 = 0;
_root.b8 = 0;
_root.b9 = 0;
_root.b10 = 0;
_root.egg_on = 0;
_root.egg_is = 0;
_root.drug_on = 0;
_root.gel_on = 0;
_root.egg_ass = 0;
_root.stage2 = 0;
}
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;
this.onEnterFrame = function () {
edx._x = -int(_xmouse / 3.2);
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;
sex._y = -int(_ymouse * 1.5);
bj._y = -int(_ymouse * 1);
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') {
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 2 {
_root.shh = 1;
}
frame 9 {
if (_root.a1 == 1) {
a1.enabled = false;
a1._alpha = 30;
}
if (_root.a2 == 1) {
a2.enabled = false;
a2._alpha = 30;
}
if (_root.a3 == 1) {
a3.enabled = false;
a3._alpha = 30;
}
if (_root.a4 == 1) {
a4.enabled = false;
a4._alpha = 30;
}
if (_root.a5 == 1) {
a5.enabled = false;
a5._alpha = 30;
}
if (_root.a6 == 1) {
a6.enabled = false;
a6._alpha = 30;
}
if (_root.a7 == 1) {
a7.enabled = false;
a7._alpha = 30;
}
if (_root.a8 == 1) {
a8.enabled = false;
a8._alpha = 30;
}
if (_root.a9 == 1) {
a9.enabled = false;
a9._alpha = 30;
}
if (_root.a1 == 1) {
a1.enabled = false;
a1._alpha = 30;
}
}
frame 21 {
_root.egg_on = 1;
_root.egg_is = 1;
}
frame 22 {
_root.drug_on = 1;
}
frame 24 {
_root.play_home = 1;
}
frame 27 {
_root.say = 'So... Master... enjoying the show?';
}
frame 32 {
if (_root.egg_is == 1) {
b1.enabled = false;
b3.enabled = true;
} else {
b1.enabled = true;
b3.enabled = false;
}
}
frame 42 {
if (_root.drug_on == 1) {
gotoAndStop(43);
}
}
frame 45 {
if (_root.b1 == 1) {
b1.enabled = false;
b1._alpha = 30;
}
if (_root.b2 == 1) {
b2.enabled = false;
b2._alpha = 30;
}
if (_root.b3 == 1) {
b3.enabled = false;
b3._alpha = 30;
}
if (_root.b4 == 1) {
b4.enabled = false;
b4._alpha = 30;
}
if (_root.b5 == 1) {
b5.enabled = false;
b5._alpha = 30;
}
if (_root.b6 == 1) {
b6.enabled = false;
b6._alpha = 30;
}
if (_root.b7 == 1) {
b7.enabled = false;
b7._alpha = 30;
}
if (_root.b8 == 1) {
b8.enabled = false;
b8._alpha = 30;
}
if (_root.b9 == 1) {
b9.enabled = false;
b9._alpha = 30;
}
if (_root.b10 == 1 or _root.egg_is != 1) {
b10.enabled = false;
b10._alpha = 30;
}
_root.stage2 = 2;
}
frame 49 {
if (_root.egg_is != 1) {
bx._x = 4000;
}
}
frame 50 {
_root.egg_is = 0;
}
frame 53 {
_root.mood += 1;
_root.egg_ass = 1;
}
frame 57 {
_root.speed = 0;
_root.play_moan = 1;
}
frame 63 {
if (_root.egg_is != 1) {
bx._x = 4000;
}
}
frame 65 {
_root.mood += 1;
}
frame 67 {
_root.play_home = 1;
_root.mood -= 3;
_root.score = _root.score - 200 - int(random(150));
}
frame 70 {
_root.speed = 0;
_root.play_sex = 1;
_root.mood += 1;
_root.score = _root.score + 300 + int(random(50));
}
frame 73 {
_root.mood -= 8;
_root.score = _root.score - 800 + int(random(50));
}
frame 74 {
_root.play_home = 1;
}
frame 76 {
_root.speed = 0;
_root.mood += 1;
_root.score = _root.score + 500 + int(random(50));
}
frame 79 {
_root.mood += 1;
_root.score = _root.score + 300 + int(random(50));
}
frame 83 {
_root.mood += 1;
_root.score = _root.score + 500 + int(random(50));
}
frame 86 {
_root.mood -= 8;
_root.score = _root.score - 800 - int(random(150));
}
frame 87 {
_root.play_home = 1;
}
frame 89 {
_root.play_moan = 1;
}
frame 92 {
_root.play_no = 1;
_root.mood -= 10;
_root.score = _root.score - 800 - int(random(50));
}
frame 94 {
_root.play_home = 1;
}
frame 96 {
_root.play_moan = 1;
}
frame 97 {
_root.mood += 1;
_root.score = _root.score + 300 + int(random(50));
}
frame 98 {
_root.speed = 0;
_root.play_stopsex = 1;
_root.play_sex = 1;
_root.mood += 1;
_root.score = _root.score + 1200 + int(random(50));
}
frame 101 {
_root.play_stopsex = 1;
_root.play_moan = 1;
_root.mood += 1;
_root.score = _root.score + 300 + int(random(50));
}
frame 102 {
_root.play_stopsex = 1;
}
frame 104 {
_root.mood += 1;
_root.score = _root.score + 300 + int(random(50));
}
frame 109 {
_root.score = _root.score + 700 + int(random(50));
}
frame 111 {
_root.mood -= 7;
_root.score = _root.score - 300 + int(random(50));
}
frame 112 {
_root.play_home = 1;
}
frame 115 {
_root.play_moan = 1;
_root.mood -= 8;
_root.score = _root.score - 700 - int(random(50));
}
frame 116 {
_root.play_stopsex = 1;
}
frame 117 {
_root.play_home = 1;
}
frame 120 {
_root.shh = 0;
_root.end = 7;
if (_root.score < 5000) {
_root.end = 6;
}
if (_root.score < 4000) {
_root.end = 5;
}
if (_root.score < 3000) {
_root.end = 4;
}
if (_root.score < 2000) {
_root.end = 3;
}
if (_root.score < 1500) {
_root.end = 2;
}
if (_root.score < 500) {
_root.end = 1;
}
if (_root.score < 3000) {
bb._alpha = 30;
bb.enabled = false;
}
}
}
movieClip 867 {
}
movieClip 869 {
}
movieClip 871 {
}
movieClip 873 {
}
movieClip 877 {
}
movieClip 878 {
}
movieClip 879 {
}
movieClip 880 {
frame 1 {
s2._alpha = 0;
this.onEnterFrame = function () {
if (_root.mood > 10) {
_root.mood = 10;
}
if (_root.mood <= -10) {
_root.mood = -10;
}
rota._rotation = 135 + -_root.mood * 13.5;
if (_root.stage2 == 2) {
s1._alpha = 0;
s2._alpha = 100;
}
};
}
}
movieClip 882 {
}
movieClip 883 {
frame 1 {
this.onEnterFrame = function () {
if (_root.shh == 1) {
sc._alpha = 100;
} else {
sc._alpha = 0;
}
};
}
}
movieClip 886 {
}
movieClip 889 {
}
movieClip 892 {
}
movieClip 893 {
}
movieClip 896 {
}
movieClip 897 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.p2 == 1) {
x._alpha = 100;
delete this.onEnterFrame;
play();
}
};
}
frame 40 {
stop();
}
}
movieClip 898 {
frame 1 {
stop();
x._alpha = 0;
this.onEnterFrame = function () {
if (_root.p1 == 1) {
x._alpha = 100;
delete this.onEnterFrame;
play();
}
};
}
frame 89 {
stop();
}
}
movieClip 899 {
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) {
_root.play_day = 1;
tellTarget ('_root') {
gotoAndStop(2);
}
}
};
}
}
movieClip 900 {
}
button 901 {
on (release) {
getURL('http://lessonofpassion.com/index.php?target=gametitle', '_blank');
}
}
// unknown tag 88 length 131
movieClip 905 {
}
movieClip 906 {
}
movieClip 907 {
frame 150 {
stop();
this.onEnterFrame = function () {
if (_root.p3 == 1) {
delete this.onEnterFrame;
play();
}
};
}
frame 170 {
stop();
}
}
movieClip 909 {
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);
};
}
}