Combined Code
// unknown tag 88 length 44
movieClip 3 score_slow {
}
movieClip 5 score_good {
}
// unknown tag 88 length 130
movieClip 8 score_deep {
}
movieClip 10 score_fast {
}
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 22 {
}
movieClip 24 {
}
movieClip 26 {
}
movieClip 28 {
}
movieClip 29 {
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 34 {
}
movieClip 35 {
}
movieClip 38 {
}
movieClip 42 {
}
movieClip 43 {
}
movieClip 46 {
}
movieClip 47 {
}
movieClip 50 {
}
movieClip 51 {
}
movieClip 54 {
}
movieClip 55 {
}
movieClip 58 {
}
movieClip 59 {
}
movieClip 62 {
}
movieClip 63 {
}
movieClip 66 {
}
movieClip 67 {
}
movieClip 70 {
}
movieClip 73 {
}
movieClip 76 {
}
movieClip 79 {
}
movieClip 82 {
}
movieClip 83 {
}
movieClip 84 {
}
movieClip 85 {
}
movieClip 88 {
}
movieClip 89 {
}
movieClip 92 {
}
movieClip 95 {
}
movieClip 98 {
}
movieClip 101 {
}
movieClip 102 {
}
movieClip 105 {
}
movieClip 108 {
}
movieClip 111 {
}
movieClip 112 {
}
movieClip 115 {
}
movieClip 116 {
}
movieClip 119 {
}
movieClip 120 {
}
movieClip 123 {
}
movieClip 124 {
}
movieClip 125 {
frame 1 {
stop();
Mouse.hide();
}
}
movieClip 127 {
}
movieClip 130 {
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 135 {
}
movieClip 136 {
}
movieClip 139 {
frame 1 {
stop();
}
}
movieClip 141 {
}
// unknown tag 88 length 131
movieClip 145 {
}
movieClip 146 {
frame 15 {
stop();
}
}
button 147 {
on (release) {
tellTarget ('_parent') {
gotoAndStop(3);
}
}
on (rollOver) {
tellTarget ('back') {
gotoAndStop(1);
}
}
}
button 149 {
on (rollOver) {
tellTarget ('back') {
gotoAndStop(2);
}
}
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_j500.php', '_blank');
} else {
getURL('http://lopgold.com/index_j500.php', '_blank');
}
}
}
movieClip 151 {
}
button 152 {
on (release) {
getURL('http://lessonofpassion.com/', '_blank');
}
}
movieClip 155 {
}
movieClip 156 {
}
button 157 {
on (release) {
getURL('http://lessonofpassion.com/index.php?targeo=fangbang', '_blank');
}
}
// unknown tag 88 length 63
// unknown tag 88 length 53
// unknown tag 88 length 63
movieClip 165 {
}
movieClip 167 {
}
movieClip 168 {
}
movieClip 172 {
}
movieClip 173 {
}
button 175 {
on (release) {
_root.muteme = 1;
gotoAndStop(2);
}
}
button 177 {
on (release) {
_root.muteme = 0;
gotoAndStop(1);
}
}
movieClip 178 {
frame 1 {
stop();
}
}
movieClip 181 {
frame 1 {
stop();
_root.sound_dif = 1;
sound_day = new Sound(s1);
sound_day.attachSound('sound_day');
sound_night = new Sound(s11);
sound_night.attachSound('sound_night');
this.onEnterFrame = function () {
if (_root.play_day == 1 and _root.muteme != 1) {
_root.play_day = 2;
sound_night.stop('sound_night');
sound_day.stop('sound_day');
sound_day.start(0, 999);
}
if (_root.play_night == 1 and _root.muteme != 1) {
_root.play_night = 2;
sound_day.stop('sound_day');
sound_night.stop('sound_night');
sound_night.start(0, 999);
}
if (_root.muteme == 1) {
sound_day.setVolume(0);
sound_night.setVolume(0);
}
if (_root.muteme == 0) {
sound_day.setVolume(100);
sound_night.setVolume(100);
}
};
}
}
frame 3 {
stop();
_root.q1 = 0;
_root.q2 = 0;
_root.q3 = 0;
_root.q4 = 0;
_root.q5 = 0;
_root.q6 = 0;
_root.q7 = 0;
_root.q8 = 0;
_root.q9 = 0;
_root.q10 = 0;
}
button 183 {
on (release) {
_root.wtf = 0;
}
}
movieClip 188 {
}
movieClip 189 {
}
movieClip 192 {
}
movieClip 193 {
frame 1 {
this.onEnterFrame = function () {
if (_root.salt == 1) {
salt._alpha = 0;
}
};
}
}
movieClip 196 {
}
movieClip 199 {
}
movieClip 203 {
}
movieClip 205 {
}
movieClip 206 {
frame 1 {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
frame 16 {
stop();
}
frame 19 {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
tellTarget ('_parent') {
if (_root.wtggo != '0') {
gotoAndStop(_root.wtggo);
} else {
nextFrame();
}
}
}
}
movieClip 210 {
}
movieClip 211 {
frame 1 {
x._alpha = 0;
}
}
button 212 {
on (release) {
_root.aly -= 2;
_root.wtf = 6;
}
}
button 213 {
on (release) {
_root.aly += 5;
_root.wtf = 5;
}
}
button 216 {
on (release) {
_root.wtf = 8;
}
}
button 218 {
on (release) {
_root.wtg = 12;
}
}
button 220 {
on (release) {
_root.wtg = 12;
}
}
button 221 {
on (release) {
_root.aly += 5;
_root.wtg = 10;
}
}
movieClip 224 {
}
movieClip 227 {
}
movieClip 230 {
}
movieClip 234 {
}
button 236 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'How\'s the salad?';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtf = 14;
}
}
button 237 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Pass the salt to Alyssa';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.salt = 1;
_root.wtg = 18;
}
}
button 238 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Talk with Aly';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 20;
}
}
movieClip 239 {
}
button 242 {
on (release) {
_root.q1 = 1;
_root.wtf = 12;
}
}
button 244 {
on (release) {
_root.wtf = 12;
}
}
button 246 {
on (release) {
_root.wtg = 40;
}
}
button 247 {
on (release) {
_root.aly -= 5;
_root.t1 = 1;
_root.wtf = 22;
}
}
movieClip 249 {
}
button 250 {
on (release) {
_root.t2 = 1;
_root.wtf = 24;
}
}
movieClip 252 {
}
button 253 {
on (release) {
_root.t3 = 1;
_root.wtf = 30;
}
}
movieClip 255 {
}
button 256 {
on (release) {
_root.wtf = 20;
}
}
button 259 {
on (release) {
_root.aly -= 5;
_root.wtf = 28;
}
}
button 260 {
on (release) {
_root.aly += 5;
_root.wtf = 27;
}
}
button 266 {
on (release) {
_root.aly += 5;
_root.wtf = 34;
}
}
button 267 {
on (release) {
_root.aly -= 5;
_root.wtf = 33;
}
}
button 272 {
on (release) {
_root.wtg = 42;
}
}
movieClip 276 {
}
button 278 {
on (release) {
_root.wtg = 0;
}
}
movieClip 281 {
}
movieClip 284 {
}
button 286 {
on (release) {
_root.aly -= 5;
_root.wtf = 53;
}
}
button 287 {
on (release) {
_root.wtg = 46;
}
}
movieClip 292 {
}
movieClip 295 {
}
button 296 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Pull up';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
}
}
movieClip 302 {
}
movieClip 307 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.lip == 'orange') {
gotoAndStop(3);
delete this.onEnterFrame;
}
if (_root.lip == 'red') {
gotoAndStop(2);
delete this.onEnterFrame;
}
};
}
}
movieClip 308 {
}
button 310 {
on (release) {
_root.wtf = 55;
}
}
button 312 {
on (release) {
_root.wtg = 55;
}
}
button 317 {
on (release) {
_root.aly -= 5;
_root.wtf = 65;
}
}
button 318 {
on (release) {
_root.aly += 5;
_root.q2 = 1;
_root.wtg = 60;
}
}
button 322 {
on (release) {
_root.lip = 'orange';
_root.wtf = 0;
}
}
button 323 {
on (release) {
_root.lip = 'red';
_root.wtf = 0;
}
}
button 326 {
on (release) {
_root.wtf = 0;
}
}
button 329 {
on (release) {
_root.wtf = 69;
}
}
button 335 {
on (release) {
_root.wtg = 74;
}
}
movieClip 340 {
}
movieClip 341 {
frame 60 {
_root.wtg = 0;
}
}
movieClip 346 {
}
movieClip 347 {
}
movieClip 352 {
}
movieClip 355 {
}
movieClip 358 {
}
movieClip 359 {
}
movieClip 360 {
}
movieClip 363 {
}
movieClip 365 {
}
movieClip 370 {
}
movieClip 373 {
}
movieClip 374 {
}
button 377 {
on (release) {
_root.mar -= 5;
_root.wtg = 80;
}
}
button 378 {
on (release) {
_root.mar += 5;
_root.wtg = 80;
}
}
movieClip 383 {
}
movieClip 386 {
}
button 387 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Talk with Maria';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 82;
}
}
button 388 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Fix the printer';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 102;
}
}
button 389 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Unplug the mouse cord';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 110;
}
}
button 390 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Make a phone prank';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtf = 125;
}
}
button 391 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Get back to work';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 145;
}
}
button 394 {
on (release) {
if (_root.q3 == 0) {
_root.wtg = 100;
} else {
_root.wtg = 80;
}
}
}
button 395 {
on (release) {
_root.mar += 5;
_root.t1 = 1;
_root.wtf = 84;
}
}
movieClip 397 {
}
button 398 {
on (release) {
_root.t2 = 1;
_root.wtf = 86;
}
}
movieClip 400 {
}
button 401 {
on (release) {
_root.t3 = 1;
if (_root.mar < 35) {
_root.wtg = 92;
} else {
_root.wtg = 95;
}
}
}
movieClip 403 {
}
button 404 {
on (release) {
_root.wtf = 82;
}
}
button 408 {
on (release) {
_root.mar += 5;
_root.wtf = 90;
}
}
button 409 {
on (release) {
_root.mar -= 5;
_root.wtf = 89;
}
}
movieClip 416 {
}
movieClip 419 {
}
button 421 {
on (release) {
_root.wtg = 82;
}
}
movieClip 426 {
}
movieClip 427 {
}
button 430 {
on (release) {
_root.wtg = 80;
}
}
movieClip 433 {
}
movieClip 437 {
}
movieClip 440 {
}
button 444 {
on (release) {
_root.mar += 5;
_root.wtf = 108;
}
}
button 445 {
on (release) {
_root.mar -= 10;
_root.wtf = 107;
}
}
movieClip 454 {
}
movieClip 457 {
}
button 459 {
on (release) {
_root.wtg = 80;
}
}
button 460 {
on (release) {
_root.wtf = 115;
}
}
button 464 {
on (release) {
_root.mar -= 5;
_root.wtf = 119;
}
}
button 465 {
on (release) {
_root.mar += 10;
_root.wtf = 118;
}
}
button 474 {
on (release) {
_root.mar += 5;
_root.wtf = 135;
}
}
button 475 {
on (release) {
_root.mar -= 10;
_root.wtf = 131;
}
}
button 480 {
on (release) {
_root.wtf = 80;
}
}
movieClip 492 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.q2 == 0) {
gotoAndStop(2);
}
};
}
}
movieClip 493 {
}
button 496 {
on (release) {
_root.wtf = 153;
}
}
button 504 {
on (release) {
_root.mar += 5;
_root.aly -= 15;
_root.wtf = 162;
}
}
button 505 {
on (release) {
_root.aly += 10;
_root.mar -= 5;
_root.wtf = 159;
}
}
button 509 {
on (release) {
_root.wtg = 165;
}
}
button 516 {
on (release) {
_root.wtf = 173;
}
}
button 517 {
on (release) {
_root.wtf = 170;
}
}
button 521 {
on (release) {
_root.wtg = 175;
}
}
button 527 {
on (release) {
_root.aly -= 2;
_root.wtf = 185;
}
}
button 528 {
on (release) {
_root.aly += 5;
_root.wtf = 180;
}
}
button 534 {
on (release) {
_root.wtf = 189;
}
}
button 540 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Check Maria\'s purse';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtf = 192;
}
}
button 541 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Send spicy sms to Alyssa';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.sms = 1;
_root.wtf = 195;
}
}
button 542 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Continue your work';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtf = 205;
}
}
button 544 {
on (release) {
_root.wtf = 210;
}
}
button 547 {
on (release) {
_root.wtg = 198;
}
}
button 549 {
on (release) {
_root.aly -= 10;
_root.wtg = 210;
}
}
button 552 {
on (release) {
_root.wtg = 210;
}
}
movieClip 557 {
}
button 560 {
on (release) {
_root.mar -= 10;
_root.wtf = 216;
}
}
button 561 {
on (release) {
_root.mar += 5;
_root.wtf = 213;
}
}
button 565 {
on (release) {
_root.wtg = 220;
}
}
movieClip 572 {
}
movieClip 575 {
}
movieClip 576 {
}
button 579 {
on (release) {
_root.wtg = 231;
}
}
movieClip 588 {
}
movieClip 591 {
}
button 594 {
on (release) {
_root.wtg = 245;
}
}
button 595 {
on (release) {
_root.wtg = 235;
}
}
button 599 {
on (release) {
_root.wtf = 238;
}
}
button 602 {
on (release) {
_root.wtg = 245;
}
}
button 606 {
on (release) {
_root.wtf = 247;
}
}
button 608 {
on (release) {
_root.wtf = 255;
}
}
movieClip 610 {
}
button 611 {
on (release) {
_root.wtg = 259;
}
}
movieClip 613 {
}
button 617 {
on (release) {
_root.wtg = 279;
}
}
button 622 {
on (release) {
_root.wtg = 304;
}
}
movieClip 626 {
}
movieClip 629 {
}
movieClip 630 {
}
movieClip 633 {
}
movieClip 639 {
}
movieClip 642 {
}
movieClip 645 {
}
movieClip 646 {
}
movieClip 654 {
}
movieClip 655 {
}
button 658 {
on (release) {
_root.wtf = 275;
}
}
button 659 {
on (release) {
_root.aly += 5;
_root.t1 = 1;
_root.wtf = 271;
}
}
movieClip 661 {
}
button 662 {
on (release) {
_root.aly += 5;
_root.t2 = 1;
_root.wtf = 272;
}
}
movieClip 664 {
}
button 665 {
on (release) {
_root.t3 = 1;
_root.wtf = 273;
}
}
movieClip 667 {
}
button 668 {
on (release) {
_root.wtf = 269;
}
}
button 672 {
on (release) {
_root.wtg = 630;
}
}
button 673 {
on (release) {
_root.wtg = 619;
}
}
movieClip 678 {
}
movieClip 683 {
}
movieClip 687 {
}
movieClip 690 {
}
movieClip 693 {
}
button 697 {
on (release) {
_root.wtf = 293;
}
}
button 698 {
on (release) {
_root.wtf = 288;
}
}
button 704 {
on (release) {
_root.wtg = 297;
}
}
movieClip 713 {
}
movieClip 714 {
}
movieClip 720 {
}
movieClip 723 {
}
button 725 {
on (release) {
_root.end = 1;
_root.wtg = 900;
}
}
movieClip 729 {
}
movieClip 732 {
}
button 735 {
on (release) {
_root.wtg = 370;
}
}
movieClip 736 {
}
button 738 {
on (release) {
_root.mar += 5;
_root.t1 = 1;
_root.wtf = 310;
}
}
movieClip 740 {
}
button 741 {
on (release) {
_root.mar -= 10;
_root.t2 = 1;
_root.wtf = 312;
}
}
movieClip 743 {
}
button 744 {
on (release) {
_root.t3 = 1;
_root.t4 = 1;
_root.wtf = 314;
}
}
button 746 {
on (release) {
_root.t3 = 2;
_root.wtg = 324;
}
}
button 748 {
on (release) {
_root.t3 = 3;
_root.wtg = 375;
}
}
movieClip 750 {
frame 1 {
stop();
if (_root.t3 == 1) {
gotoAndStop(2);
}
if (_root.t3 == 2) {
gotoAndStop(3);
}
}
}
button 751 {
on (release) {
_root.wtg = 370;
}
}
button 752 {
on (release) {
_root.wtf = 308;
}
}
button 759 {
on (release) {
_root.mar += 5;
_root.wtf = 321;
}
}
button 760 {
on (release) {
_root.mar -= 10;
_root.wtf = 320;
}
}
movieClip 767 {
}
movieClip 770 {
}
movieClip 774 {
}
movieClip 777 {
}
button 782 {
on (release) {
_root.t3 = 2;
_root.wtf = 308;
}
}
movieClip 787 {
}
movieClip 790 {
}
movieClip 793 {
}
button 799 {
on (release) {
_root.wtg = 360;
}
}
button 800 {
on (release) {
_root.wtg = 336;
}
}
movieClip 804 {
}
button 806 {
on (release) {
if (_root.mar >= 70) {
_root.wtf = 339;
} else {
_root.wtf = 360;
}
}
}
movieClip 812 {
}
movieClip 815 {
}
movieClip 818 {
}
button 820 {
on (release) {
_root.wtf = 350;
}
}
button 821 {
on (release) {
_root.wtf = 344;
}
}
movieClip 827 {
}
button 831 {
on (release) {
_root.end = 4;
_root.wtg = 900;
}
}
movieClip 834 {
}
button 844 {
on (release) {
_root.wtg = 430;
}
}
movieClip 847 {
}
movieClip 850 {
}
button 853 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Talk with Maria';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 308;
}
}
button 854 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Kiss her hand';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.x8 = 1;
_root.wtg = 407;
}
}
button 855 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Buy her some ice cream';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.x1 = 1;
_root.mar += 5;
_root.wtg = 403;
}
}
button 856 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Play pool together';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.x2 = 1;
_root.wtg = 395;
}
}
button 857 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Offer her a cheeseburger';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.x3 = 1;
_root.mar -= 5;
_root.wtg = 405;
}
}
button 858 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Offer her a drink';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.x4 += 1;
if (_root.x4 == 1) {
_root.wtg = 409;
}
if (_root.x4 == 2) {
_root.wtg = 411;
}
if (_root.x4 == 3) {
_root.wtg = 413;
}
}
}
movieClip 861 {
}
movieClip 864 {
}
button 868 {
on (release) {
_root.wtf = 385;
}
}
button 869 {
on (release) {
_root.wtf = 380;
}
}
movieClip 880 {
}
movieClip 883 {
}
movieClip 888 {
}
movieClip 891 {
}
movieClip 895 {
}
movieClip 898 {
}
movieClip 901 {
}
button 905 {
on (release) {
_root.mar -= 5;
_root.wtf = 401;
}
}
button 906 {
on (release) {
_root.mar += 5;
_root.wtf = 400;
}
}
button 911 {
on (release) {
_root.wtf = 370;
}
}
movieClip 914 {
}
movieClip 919 {
}
movieClip 923 {
}
movieClip 924 {
}
movieClip 929 {
}
movieClip 932 {
}
movieClip 935 {
}
movieClip 941 {
}
movieClip 944 {
}
button 946 {
on (release) {
_root.mar -= 5;
_root.wtf = 437;
}
}
button 947 {
on (release) {
_root.mar += 5;
_root.wtg = 434;
}
}
movieClip 952 {
}
button 954 {
on (release) {
_root.wtg = 439;
}
}
movieClip 959 {
}
movieClip 962 {
}
button 963 {
on (release) {
_root.wtf = 455;
}
}
button 964 {
on (release) {
_root.wtg = 445;
}
}
movieClip 969 {
}
movieClip 970 {
}
button 971 {
on (release) {
_root.wtf = 452;
}
}
button 972 {
on (release) {
_root.mar += 5;
_root.t1 = 1;
_root.wtf = 447;
}
}
movieClip 974 {
}
button 975 {
on (release) {
_root.mar += 5;
_root.t2 = 1;
_root.wtf = 448;
}
}
movieClip 977 {
}
button 978 {
on (release) {
_root.mar -= 5;
_root.t3 = 1;
_root.wtf = 449;
}
}
movieClip 980 {
}
button 981 {
on (release) {
_root.mar -= 5;
_root.t4 = 1;
_root.wtf = 450;
}
}
movieClip 983 {
}
button 984 {
on (release) {
_root.wtf = 445;
}
}
button 989 {
on (release) {
_root.wtf = 455;
}
}
button 993 {
on (release) {
_root.wtg = 459;
}
}
movieClip 997 {
}
movieClip 1000 {
}
movieClip 1001 {
}
movieClip 1003 {
}
movieClip 1004 {
}
button 1005 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Touch her calves';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 461;
}
}
button 1006 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Touch her hair';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 462;
}
}
button 1008 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h1');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 1010 {
}
button 1011 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.sex += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.pro += 1;
_root.sex -= 0.5;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.sex -= 0.5;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h1');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtf = 464;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h1');
}
}
}
button 1013 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h2');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1014 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.5;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h2');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtf = 464;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h2');
}
}
}
button 1016 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Touch her thighs';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 466;
}
}
button 1017 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Touch her boobs';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 467;
}
}
button 1018 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1019 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
_root.pro += 1;
_root.sex += 0.5;
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 469;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
}
button 1021 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h4');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1022 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
_root.pro += 1;
_root.sex += 0.5;
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h4');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 469;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h4');
}
}
}
movieClip 1026 {
}
movieClip 1030 {
}
movieClip 1036 {
}
button 1037 {
on (release) {
if (_root.mar >= int(random(100))) {
_root.wtg = 497;
} else {
_root.mar -= 5;
_root.wtg = 495;
}
}
}
button 1038 {
on (release) {
_root.wtf = 474;
}
}
movieClip 1048 {
frame 1 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 15) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 2 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 15) {
delete this.onEnterFrame;
gotoAndStop(1);
}
};
}
}
movieClip 1051 {
}
button 1054 {
on (release) {
_root.mar -= 5;
_root.wtf = 488;
}
}
button 1055 {
on (release) {
if (_root.mar >= int(random(100))) {
_root.wtg = 482;
} else {
_root.mar -= 5;
_root.wtg = 480;
}
}
}
button 1059 {
on (release) {
_root.wtf = 478;
}
}
movieClip 1063 {
}
movieClip 1066 {
}
movieClip 1069 {
}
movieClip 1070 {
}
movieClip 1071 {
}
movieClip 1074 {
}
movieClip 1075 {
frame 80 {
if (_root.ss == 1) {
gotoAndPlay(1);
}
}
frame 140 {
if (_root.ss == 1) {
gotoAndPlay(1);
}
if (_root.ss == 2) {
gotoAndPlay(80);
}
}
frame 200 {
if (_root.ss == 3) {
gotoAndPlay(220);
}
if (_root.ss == 2) {
gotoAndPlay(220);
}
if (_root.ss == 1) {
gotoAndPlay(220);
}
}
frame 220 {
if (_root.ss == 4) {
gotoAndPlay(200);
}
}
frame 251 {
if (_root.ss == 3) {
gotoAndPlay(160);
}
}
frame 271 {
if (_root.ss == 1) {
gotoAndPlay(1);
}
if (_root.ss == 2) {
gotoAndPlay(80);
}
}
}
button 1076 {
on (release) {
_root.ss = 4;
}
}
button 1077 {
on (release) {
_root.ss = 3;
}
}
button 1080 {
on (release) {
_root.ss = 2;
}
}
button 1082 {
on (release) {
_root.ss = 1;
}
}
movieClip 1086 {
frame 1 {
_root.girl = 'marpas';
_root.ss = 1;
_root.coco = 0;
_root.cocospeed = 0;
var myArrayBig = new Array();
this.onEnterFrame = function () {
myArrayBig[1] = _root.cocopat;
var v4 = myArrayBig[1].split('/');
var v3 = 0;
while (v3 < v4.length) {
++v3;
}
_root.ftg = v4[_root.coco];
_root.cocospeed += 1;
if (_root.cocospeed >= _root.cocospeeddef) {
_root.coco += 1;
_root.cocospeed = 0;
}
if (_root.coco >= _root.cocomax) {
_root.coco = 1;
}
if (_root.ss == 1) {
_root.sex -= 0.02;
_root.stamina += 0.05;
_root.txt = 'She\'s… She\'s so gentle with it. It\'s like she\'s actually showing me affection, not just lust. I-I have missed this.';
}
if (_root.ss == 2) {
_root.sex += 0.05;
_root.stamina -= 0.05;
_root.txt = 'Hn! God, she\'s turning me on so much…';
}
if (_root.ss == 3) {
_root.sex += 0.08;
_root.stamina -= 0.06;
_root.txt = 'Dave! I love it.';
}
if (_root.ss == 4 and _root.sex < 70) {
_root.ss = 0;
_root.cocomax = 13;
_root.cocospeeddef = 3;
_root.cocopat = '1/2/2/3/3/3/4/4/4/4/3/3/2/1';
_root.mar -= 5;
_root.sex -= 10;
_root.txt = 'I should hold back - she doesn\'t look that experienced.';
}
if (_root.ss == 4 and _root.sex >= 70) {
_root.sex += 0.1;
_root.stamina -= 0.12;
_root.txt = 'Hmm... That\'s... Mphm...';
}
if (_root.sex >= 20) {
delete this.onEnterFrame;
_root.wtg = 0;
}
if (_root.stamina < 80) {
delete this.onEnterFrame;
_root.wtg = 0;
}
};
}
}
button 1088 {
on (release) {
_root.wtg = 497;
}
}
movieClip 1092 {
}
movieClip 1099 {
}
button 1102 {
on (release) {
_root.wtf = 502;
}
}
button 1103 {
on (release) {
_root.mar -= 5;
_root.wtf = 501;
}
}
button 1106 {
on (release) {
_root.wtg = 504;
}
}
movieClip 1111 {
}
button 1112 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h5');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1113 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
_root.pro += 1;
_root.sex += 0.5;
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.pro += 1;
_root.sex -= 0.5;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.sex -= 0.5;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h5');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtf = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h5');
}
}
}
button 1115 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Lick her pussy';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 508;
}
}
button 1116 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Finger her pussy';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtf = 507;
}
}
button 1117 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h6');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1118 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h6');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.sex += 5;
_root.wtg = 510;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h6');
}
}
}
button 1119 {
on (release) {
_root.wtg = 510;
}
}
movieClip 1124 {
}
movieClip 1125 {
}
movieClip 1129 {
}
button 1133 {
on (release) {
_root.wtg = 522;
}
}
button 1134 {
on (release) {
_root.wtf = 514;
}
}
button 1144 {
on (release) {
_root.wtg = 535;
}
}
movieClip 1148 {
}
movieClip 1159 {
}
movieClip 1164 {
}
movieClip 1167 {
}
button 1170 {
on (release) {
_root.wtg = 541;
}
}
movieClip 1174 {
}
button 1176 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Touch her arm';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 545;
}
}
button 1177 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Touch her calves';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 544;
}
}
button 1178 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h7');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1179 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.5;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h7');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtf = 547;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h7');
}
}
}
button 1181 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h8');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1182 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.5;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h8');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtf = 547;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h8');
}
}
}
button 1184 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Touch her boobs';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 550;
}
}
button 1185 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Touch her thigs';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 549;
}
}
button 1186 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h9');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1187 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.5;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h9');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtf = 555;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h9');
}
}
}
button 1189 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h10');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1190 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.5;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h10');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtf = 555;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h10');
}
}
}
movieClip 1195 {
}
button 1196 {
on (release) {
_root.wtg = 558;
}
}
movieClip 1199 {
}
button 1200 {
on (release) {
_root.wtg = 565;
}
}
movieClip 1203 {
}
button 1204 {
on (release) {
if (_root.sex >= 60 and _root.sexC1 == 1) {
_root.wtg = 574;
}
if (_root.sex >= 60 and _root.sexC1 != 1) {
_root.wtg = 573;
_root.sexC1 = 1;
}
if (_root.sex < 60) {
_root.wtg = 572;
}
}
}
movieClip 1207 {
}
button 1208 {
on (release) {
_root.wtg = 577;
}
}
movieClip 1211 {
}
button 1212 {
on (release) {
_root.wtg = 576;
}
}
movieClip 1215 {
}
button 1216 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Play with her nipples';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.sex < 30) {
_root.wtg = 563;
_root.sexA3 = 1;
}
if (_root.sex >= 30) {
_root.wtg = 560;
}
}
}
button 1217 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Squeeze them';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.sex < 25) {
_root.wtg = 562;
_root.sexA2 = 1;
}
if (_root.sex >= 25) {
_root.wtg = 560;
}
}
}
button 1218 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Caress her breasts';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.sex < 25) {
_root.wtg = 561;
_root.sexA1 = 1;
}
if (_root.sex >= 25) {
_root.wtg = 560;
}
}
}
button 1219 {
on (release) {
_root.wtg = 556;
}
}
button 1221 {
on (release) {
_root.wtf = 558;
}
}
button 1224 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h11');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1225 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.5;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h11');
}
_root.tsec = 1;
if (_root.pro >= 15) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtf = 558;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h11');
}
}
}
button 1227 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h12');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1228 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.5;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h12');
}
_root.tsec = 1;
if (_root.pro >= 15) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtf = 558;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h12');
}
}
}
button 1230 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h13');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1231 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.5;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h13');
}
_root.tsec = 1;
if (_root.pro >= 15) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtf = 558;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h13');
}
}
}
movieClip 1235 {
}
button 1236 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Massage her clit';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.sex >= 20 and _root.sex < 35) {
_root.wtg = 569;
_root.sexB3 = 1;
}
if (_root.sex >= 35) {
_root.wtg = 567;
}
if (_root.sex < 20) {
_root.wtg = 566;
}
}
}
button 1237 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Play with her anus';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.sex >= 60) {
_root.wtg = 570;
_root.sexB2 = 1;
}
if (_root.sex < 60) {
_root.wtg = 566;
}
}
}
button 1238 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Touch her thighs';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.sex >= 10 and _root.sex < 30) {
_root.wtg = 568;
_root.sexB1 = 1;
}
if (_root.sex >= 30) {
_root.wtg = 567;
}
if (_root.sex < 10) {
_root.wtg = 566;
}
}
}
button 1239 {
on (release) {
_root.wtf = 565;
}
}
button 1242 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h14');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1243 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.5;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h14');
}
_root.tsec = 1;
if (_root.pro >= 15) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtf = 565;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h14');
}
}
}
button 1245 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h15');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1246 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.7;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h15');
}
_root.tsec = 1;
if (_root.pro >= 15) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtf = 565;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h15');
}
}
}
button 1249 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h16');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1250 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.8;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h16');
}
_root.tsec = 1;
if (_root.pro >= 15) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtf = 565;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h16');
}
}
}
button 1251 {
on (release) {
_root.wtg = 556;
}
}
movieClip 1255 {
}
movieClip 1256 {
frame 1 {
this.onEnterFrame = function () {
splat._alpha = _root.splat;
};
}
}
movieClip 1257 {
}
movieClip 1262 {
}
movieClip 1263 {
frame 40 {
_root.splat += 10;
if (_root.splat == 100) {
_root.wtg = 556;
}
}
}
movieClip 1281 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(int(_root.ftg));
};
}
}
button 1282 {
on (release) {
_root.cocomax = 14;
_root.cocospeeddef = 1;
_root.cocopat = '1/3/7/8/7/6/6/5/5/4/4/3/2/1';
_root.ss = 4;
}
}
button 1283 {
on (release) {
_root.cocomax = 18;
_root.cocospeeddef = 1;
_root.cocopat = '1/2/3/4/5/6/6/7/7/8/8/7/6/5/4/3/2/1';
_root.ss = 3;
}
}
button 1286 {
on (release) {
_root.cocomax = 21;
_root.cocospeeddef = 2;
_root.cocopat = '1/2/3/4/5/6/6/7/7/8/8/8/7/7/6/6/5/4/3/2/1';
_root.ss = 2;
}
}
button 1288 {
on (release) {
_root.cocomax = 13;
_root.cocospeeddef = 3;
_root.cocopat = '1/2/2/3/3/3/4/4/4/4/3/3/2/1';
_root.ss = 1;
}
}
movieClip 1290 {
frame 1 {
_root.girl = 'marpas';
_root.ss = 1;
_root.coco = 0;
_root.cocospeed = 0;
var myArrayBig = new Array();
this.onEnterFrame = function () {
myArrayBig[1] = _root.cocopat;
var v4 = myArrayBig[1].split('/');
var v3 = 0;
while (v3 < v4.length) {
++v3;
}
_root.ftg = v4[_root.coco];
_root.cocospeed += 1;
if (_root.cocospeed >= _root.cocospeeddef) {
_root.coco += 1;
_root.cocospeed = 0;
}
if (_root.coco >= _root.cocomax) {
_root.coco = 1;
}
if (_root.ss == 1) {
_root.sex -= 0.02;
_root.stamina += 0.05;
_root.txt = 'Oh, that\'s good... It\'s been forever…';
}
if (_root.ss == 2) {
_root.sex += 0.05;
_root.stamina -= 0.05;
_root.txt = 'Dave, I feel so...no, don\'t worry, just keep going. This is just perfect.';
}
if (_root.ss == 3) {
_root.sex += 0.08;
_root.stamina -= 0.1;
_root.txt = 'Oh, fuck! You are so deep inside me, Dave! I love how good you feel inside of me!';
}
if (_root.ss == 4 and _root.sex < 70) {
_root.ss = 0;
_root.cocomax = 13;
_root.cocospeeddef = 3;
_root.cocopat = '1/2/2/3/3/3/4/4/4/4/3/3/2/1';
_root.mar -= 5;
_root.sex -= 10;
_root.txt = 'Ouch! Hey, I am not a mechanical bull and neither should you be one!';
}
if (_root.ss == 4 and _root.sex >= 70) {
_root.sex += 0.15;
_root.stamina -= 0.12;
_root.txt = 'I am...I am.. Oh, yes! Do it to me! Ram it inside of me, make me yours!';
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 585;
}
if (_root.stamina < 0) {
delete this.onEnterFrame;
_root.wtg = 603;
}
};
}
}
movieClip 1308 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(int(_root.ftg));
};
}
}
movieClip 1315 {
frame 1 {
_root.coco = 0;
_root.cocospeed = 0;
var myArrayBig = new Array();
this.onEnterFrame = function () {
myArrayBig[1] = _root.cocopat;
var v3 = myArrayBig[1].split('/');
var v2 = 0;
while (v2 < v3.length) {
++v2;
}
_root.ftg = v3[_root.coco];
_root.cocospeed += 1;
if (_root.cocospeed >= _root.cocospeeddef) {
_root.coco += 1;
_root.cocospeed = 0;
}
if (_root.coco >= _root.cocomax) {
_root.coco = 1;
}
};
}
}
button 1322 {
on (release) {
_root.wtg = 598;
}
}
button 1323 {
on (release) {
_root.wtg = 593;
}
}
movieClip 1330 {
}
movieClip 1333 {
}
movieClip 1334 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.cum == 1) {
delete this.onEnterFrame;
play();
}
};
}
frame 2 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 20) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 3 {
stop();
}
}
movieClip 1335 {
}
button 1339 {
on (release) {
_root.end = 5;
_root.wtg = 900;
}
}
movieClip 1345 {
}
movieClip 1347 {
}
movieClip 1348 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.cum == 1) {
delete this.onEnterFrame;
play();
}
};
}
frame 2 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 20) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 3 {
stop();
}
}
movieClip 1349 {
}
button 1356 {
on (release) {
_root.wtg = 593;
}
}
movieClip 1360 {
}
movieClip 1363 {
}
movieClip 1366 {
}
movieClip 1371 {
}
movieClip 1377 {
}
movieClip 1380 {
}
movieClip 1385 {
}
movieClip 1388 {
}
movieClip 1391 {
}
button 1395 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Talk with Alyssa';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 636;
}
}
movieClip 1398 {
}
button 1399 {
on (release) {
_root.aly -= 10;
_root.t1 = 1;
_root.wtf = 638;
}
}
movieClip 1401 {
}
button 1402 {
on (release) {
_root.aly -= 10;
_root.t2 = 1;
_root.wtf = 640;
}
}
movieClip 1404 {
}
button 1405 {
on (release) {
_root.aly += 5;
_root.t3 = 1;
_root.wtf = 642;
}
}
movieClip 1407 {
}
button 1408 {
on (release) {
_root.t4 = 1;
_root.wtf = 644;
}
}
movieClip 1410 {
}
button 1411 {
on (release) {
_root.aly += 5;
_root.t5 = 1;
_root.wtg = 674;
}
}
movieClip 1413 {
}
button 1414 {
on (release) {
_root.aly -= 5;
_root.t6 = 1;
_root.wtf = 676;
}
}
movieClip 1416 {
}
button 1417 {
on (release) {
_root.wtf = 636;
}
}
button 1422 {
on (release) {
_root.wtg = 658;
}
}
button 1423 {
on (release) {
_root.wtg = 647;
}
}
movieClip 1434 {
}
movieClip 1439 {
}
movieClip 1442 {
}
button 1445 {
on (release) {
if (_root.aly < 80) {
_root.wtf = 647;
} else {
_root.wtf = 660;
}
}
}
button 1450 {
on (release) {
_root.wtf = 665;
}
}
button 1451 {
on (release) {
_root.wtf = 667;
}
}
button 1454 {
on (release) {
_root.wtf = 649;
}
}
button 1457 {
on (release) {
_root.wtg = 685;
}
}
button 1463 {
on (release) {
_root.wtg = 636;
}
}
movieClip 1466 {
}
movieClip 1469 {
}
movieClip 1474 {
}
movieClip 1477 {
}
movieClip 1480 {
}
movieClip 1487 {
}
button 1490 {
on (release) {
_root.t1 = 1;
_root.bottle = 0;
_root.aly += 10;
_root.sex += 10;
_root.wtg = 693;
}
}
movieClip 1492 {
}
button 1493 {
on (release) {
_root.t2 = 1;
_root.wtg = 696;
}
}
movieClip 1495 {
}
button 1496 {
on (release) {
_root.t3 = 1;
_root.wtg = 700;
}
}
movieClip 1498 {
}
movieClip 1501 {
}
movieClip 1504 {
}
button 1506 {
on (release) {
_root.wtg = 691;
}
}
movieClip 1510 {
}
button 1511 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h17');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1512 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.5;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h17');
}
_root.tsec = 1;
if (_root.pro >= 15) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h17');
}
}
}
button 1514 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h18');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1515 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.5;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h18');
}
_root.tsec = 1;
if (_root.pro >= 15) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h18');
}
}
}
button 1517 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h19');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1518 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.5;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h19');
}
_root.tsec = 1;
if (_root.pro >= 15) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 691;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h19');
}
}
}
movieClip 1524 {
}
button 1528 {
on (release) {
_root.sex += 5;
_root.wtg = 722;
}
}
button 1529 {
on (release) {
_root.sex += 10;
_root.wtg = 717;
}
}
movieClip 1534 {
}
movieClip 1537 {
}
movieClip 1540 {
}
button 1544 {
on (release) {
_root.wtg = 725;
}
}
movieClip 1548 {
}
movieClip 1553 {
}
movieClip 1556 {
}
button 1558 {
on (release) {
_root.wtg = 750;
}
}
button 1559 {
on (release) {
_root.aly += 5;
_root.t1 = 1;
_root.wtf = 730;
}
}
movieClip 1561 {
}
button 1562 {
on (release) {
_root.aly -= 5;
_root.t2 = 1;
_root.wtf = 732;
}
}
movieClip 1564 {
}
button 1565 {
on (release) {
_root.t3 = 1;
_root.wtf = 734;
}
}
button 1567 {
on (release) {
_root.t3 = 2;
_root.wtf = 735;
}
}
button 1569 {
on (release) {
_root.t3 = 4;
_root.wtf = 736;
}
}
movieClip 1571 {
frame 1 {
stop();
if (_root.t3 == 1) {
gotoAndStop(2);
}
if (_root.t3 == 3) {
gotoAndStop(3);
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
button 1572 {
on (release) {
_root.wtf = 728;
}
}
button 1577 {
on (release) {
_root.wtg = 765;
}
}
button 1580 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Talk with Motorbiker';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 755;
}
}
button 1581 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Talk with Alyssa';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 728;
}
}
movieClip 1584 {
}
button 1585 {
on (release) {
_root.xt1 = 1;
_root.wtf = 757;
}
}
movieClip 1587 {
}
button 1588 {
on (release) {
_root.xt2 = 1;
_root.t3 = 3;
_root.scarf = 1;
_root.wtf = 759;
}
}
movieClip 1590 {
}
button 1591 {
on (release) {
_root.wtf = 755;
}
}
movieClip 1596 {
}
movieClip 1601 {
}
movieClip 1604 {
}
movieClip 1607 {
}
movieClip 1610 {
}
movieClip 1613 {
}
button 1616 {
on (release) {
_root.wtf = 775;
}
}
movieClip 1619 {
}
movieClip 1623 {
}
button 1624 {
on (release) {
if (_root.sexA3 == 1) {
_root.wtf = 778;
} else {
_root.sexA3 = 1;
_root.wtg = 777;
}
}
}
movieClip 1627 {
}
button 1628 {
on (release) {
if (_root.sex < 15) {
_root.wtf = 785;
} else {
_root.sexBJ = 1;
_root.sex += 10;
_root.wtf = 787;
}
}
}
movieClip 1631 {
}
button 1632 {
on (release) {
_root.wtg = 796;
}
}
movieClip 1635 {
}
button 1636 {
on (release) {
if (_root.sex < 50) {
_root.wtf = 802;
} else {
_root.sexMJ = 1;
_root.wtf = 804;
}
}
}
movieClip 1639 {
}
button 1640 {
on (release) {
if (_root.sex < 40) {
_root.wtf = 822;
} else {
_root.wtf = 824;
}
}
}
movieClip 1643 {
}
button 1644 {
on (release) {
if (_root.sex < 40) {
_root.wtf = 822;
} else {
_root.wtf = 825;
}
}
}
movieClip 1647 {
}
button 1648 {
on (release) {
if (_root.sex < 80) {
_root.wtf = 827;
} else {
_root.sexFM = 1;
_root.wtf = 829;
}
}
}
button 1649 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h20');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1650 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.5;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h20');
}
_root.tsec = 1;
if (_root.pro >= 15) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtf = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h20');
}
}
}
button 1652 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Touch her ass';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.sexA2 = 1;
_root.wtg = 781;
}
}
button 1653 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Touch her pussy';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.sexA1 = 1;
_root.wtg = 780;
}
}
button 1654 {
on (release) {
_root.wtf = 775;
}
}
button 1655 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h21');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1656 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.7;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h21');
}
_root.tsec = 1;
if (_root.pro >= 15) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 778;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h21');
}
}
}
button 1658 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h22');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1659 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.8;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h22');
}
_root.tsec = 1;
if (_root.pro >= 15) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 778;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h22');
}
}
}
movieClip 1664 {
}
movieClip 1665 {
}
movieClip 1668 {
}
movieClip 1671 {
}
movieClip 1672 {
}
button 1675 {
on (release) {
_root.wtg = 775;
}
}
button 1676 {
on (release) {
_root.aly -= 10;
_root.wtg = 791;
}
}
movieClip 1680 {
}
button 1684 {
on (release) {
_root.wtg = 775;
}
}
movieClip 1686 {
}
movieClip 1689 {
}
button 1690 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Touch her thigs';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.sexG2 = 1;
_root.wtg = 800;
}
}
button 1691 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Touch her belly';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.sexG1 = 1;
_root.wtg = 798;
}
}
button 1692 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'Touch her pussy';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.sexG3 = 1;
_root.wtg = 799;
}
}
button 1693 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h23');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1694 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.5;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h23');
}
_root.tsec = 1;
if (_root.pro >= 15) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtf = 796;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h23');
}
}
}
button 1696 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.pro += 1;
_root.touchx = 60;
_root.sex += 0.8;
_root.touch = 2;
_root.say = 'Aaaaah! Keep it up, kiddo, I may have to learn your name, after all.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.touchx = 60;
_root.touch = 2;
_root.pro += 1;
_root.sex -= 0.5;
}
tellTarget ('_root.smoke') {
gotoAndStop('h23');
}
_root.tsec = 1;
if (_root.pro >= 15) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtf = 796;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h23');
}
}
}
button 1703 {
on (release) {
_root.sex -= 5;
_root.wtf = 816;
}
}
button 1704 {
on (release) {
_root.sex += 5;
_root.wtg = 809;
}
}
movieClip 1709 {
}
movieClip 1714 {
}
movieClip 1717 {
}
movieClip 1739 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(int(_root.ftg));
};
}
}
movieClip 1741 {
frame 1 {
_root.girl = 'marpas';
_root.ss = 1;
_root.coco = 0;
_root.cocospeed = 0;
var myArrayBig = new Array();
this.onEnterFrame = function () {
myArrayBig[1] = _root.cocopat;
var v4 = myArrayBig[1].split('/');
var v3 = 0;
while (v3 < v4.length) {
++v3;
}
_root.ftg = v4[_root.coco];
_root.cocospeed += 1;
if (_root.cocospeed >= _root.cocospeeddef) {
_root.coco += 1;
_root.cocospeed = 0;
}
if (_root.coco >= _root.cocomax) {
_root.coco = 1;
}
if (_root.ss == 1) {
_root.sex -= 0.02;
_root.stamina += 0.05;
_root.txt = 'So sweet… it almost makes me forget about everything else…';
}
if (_root.ss == 2) {
_root.sex += 0.05;
_root.stamina -= 0.05;
_root.txt = 'Ah! You\'re so deep! So deep inside me! Give me moooore!';
}
if (_root.ss == 3) {
_root.sex += 0.08;
_root.stamina -= 0.1;
_root.txt = 'It\'s almost too much Dave… You are stretching me so goooooood…';
}
if (_root.ss == 4 and _root.sex < 70) {
_root.ss = 0;
_root.cocomax = 13;
_root.cocospeeddef = 3;
_root.cocopat = '1/2/2/3/3/3/4/4/4/4/3/3/2/1';
_root.mar -= 5;
_root.sex -= 10;
_root.txt = 'Agh! I thought hurting me was just an act, you bastard!';
}
if (_root.ss == 4 and _root.sex >= 70) {
_root.sex += 0.15;
_root.stamina -= 0.12;
_root.txt = 'It almost hurts! Yes! Hurt me, Dave! Hurt me so good!';
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 845;
}
if (_root.stamina < 0) {
delete this.onEnterFrame;
_root.wtg = 845;
}
};
}
}
movieClip 1758 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(int(_root.ftg));
};
}
}
movieClip 1779 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(int(_root.ftg));
};
}
}
movieClip 1790 {
}
button 1791 {
on (release) {
_root.wtg = 851;
}
}
button 1792 {
on (release) {
_root.wtg = 847;
}
}
movieClip 1798 {
}
movieClip 1801 {
}
movieClip 1802 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.cum == 1) {
delete this.onEnterFrame;
play();
}
};
}
frame 40 {
stop();
}
}
movieClip 1803 {
}
button 1806 {
on (release) {
_root.wtg = 859;
}
}
movieClip 1810 {
}
movieClip 1813 {
}
movieClip 1816 {
}
movieClip 1819 {
}
movieClip 1820 {
}
movieClip 1821 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.cum == 1) {
delete this.onEnterFrame;
play();
}
};
}
frame 70 {
stop();
}
}
movieClip 1822 {
}
button 1829 {
on (release) {
_root.wtf = 863;
}
}
button 1830 {
on (release) {
_root.wtg = 859;
}
}
movieClip 1835 {
}
button 1838 {
on (release) {
_root.end = 2;
_root.wtg = 900;
}
}
movieClip 1842 {
}
movieClip 1847 {
}
movieClip 1850 {
}
button 1852 {
on (release) {
_root.end = 3;
_root.wtg = 900;
}
}
movieClip 1856 {
}
movieClip 1858 {
}
movieClip 1859 {
}
movieClip 1862 {
}
movieClip 1863 {
}
movieClip 1864 {
}
movieClip 1866 {
}
movieClip 1867 {
}
movieClip 1868 {
frame 15 {
stop();
}
}
button 1869 {
on (release) {
if (_root.pf1 == 'pf1') {
_root.playIntro = '0';
tellTarget ('_root') {
gotoAndStop(2);
}
} else {
getURL('http://playforceone.com/pf1_games.php?mygame=My girls is a model', '_blank');
}
}
}
button 1870 {
on (release) {
getURL('http://model.lessonofpassion.com/index.php?goending=' + _root.ending, '_blank');
}
}
movieClip 1874 {
}
movieClip 1879 {
}
movieClip 1880 {
frame 15 {
stop();
}
}
button 1881 {
on (release) {
getURL('http://sexandglory.com/index_hp.php', '_blank');
}
}
movieClip 1887 {
frame 1 {
_root.aly = 30;
_root.mar = 20;
_root.sex = 0;
_root.stamina = 100;
_root.girl = 'aly';
}
frame 1 {
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.say = 'What are you waiting for Leo...';
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 = 613;
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();
}
if (_root.wtf > 0) {
_root.wtfa = _root.wtf;
_root.wtf = '';
gotoAndStop(_root.wtfa);
}
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;
}
};
black._alpha = 100;
}
frame 12 {
if (_root.q1 != 1) {
salt.enabled = false;
}
if (_root.q1 != 0) {
salad.enabled = false;
}
}
frame 18 {
_root.aly += 5;
_root.q1 = 2;
}
frame 20 {
if (_root.t1 == 1) {
t1._x = 2000;
}
if (_root.t2 == 1) {
t2._x = 2000;
}
if (_root.t3 == 1) {
t3._x = 2000;
}
}
frame 40 {
if (_root.aly >= 30) {
gotoAndStop(41);
}
}
frame 50 {
_root.aly += 5;
}
frame 74 {
_root.girl = 'none';
}
frame 77 {
_root.girl = 'mar';
_root.t1 = 0;
_root.t2 = 0;
_root.t3 = 0;
}
frame 80 {
if (_root.q3 != 1) {
printer.enabled = false;
}
if (_root.q4 != 0) {
mouse.enabled = false;
}
if (_root.q5 != 0) {
phone.enabled = false;
}
}
frame 82 {
if (_root.t1 == 1) {
t1._x = 2000;
}
if (_root.t2 == 1) {
t2._x = 2000;
}
if (_root.t3 == 1) {
t3._x = 2000;
}
}
frame 92 {
_root.mar -= 15;
}
frame 95 {
_root.mar += 10;
}
frame 100 {
_root.q3 = 1;
}
frame 105 {
_root.q3 = 2;
}
frame 113 {
_root.q4 = 1;
}
frame 115 {
_root.mar -= 5;
}
frame 129 {
_root.q5 = 1;
}
frame 146 {
_root.girl = 'maraly';
}
frame 170 {
_root.outaly = 1;
}
frame 175 {
_root.girl = 'mar';
}
frame 180 {
_root.girl = 'mar';
}
frame 190 {
if (_root.sms == 1) {
sms.enabled = false;
}
}
frame 198 {
if (_root.aly >= 50) {
gotoAndStop(199);
} else {
_root.aly -= 15;
}
}
frame 199 {
_root.aly += 5;
}
frame 205 {
_root.q8 = 1;
}
frame 220 {
if (_root.q8 == 1) {
gotoAndStop(224);
}
}
frame 226 {
_root.bottle = 1;
}
frame 238 {
if (_root.mar >= 50) {
gotoAndStop(241);
}
}
frame 242 {
_root.outmar = 1;
}
frame 245 {
if (_root.outmar != 1) {
b1._x = 2000;
}
if (_root.outaly != 1) {
b2._x = 2000;
}
}
frame 250 {
if (_root.outaly == 1) {
gotoAndStop(252);
}
}
frame 260 {
_root.girl = 'aly';
}
frame 268 {
_root.t1 = 0;
_root.t2 = 0;
_root.t3 = 0;
}
frame 269 {
if (_root.t1 == 1) {
t1._x = 2000;
}
if (_root.t2 == 1) {
t2._x = 2000;
}
if (_root.t3 == 1) {
t3._x = 2000;
}
}
frame 305 {
_root.girl = 'mar';
_root.play_night = 1;
}
frame 307 {
_root.t1 = 0;
_root.t2 = 0;
_root.t3 = 0;
_root.x1 = 0;
_root.x2 = 0;
_root.x3 = 0;
_root.x4 = 0;
}
frame 308 {
if (_root.t1 == 1) {
t1._x = 2000;
}
if (_root.t2 == 1) {
t2._x = 2000;
}
if (_root.t3 == 3) {
t3._x = 2000;
}
}
frame 324 {
if (_root.mar < 80) {
gotoAndStop(330);
}
}
frame 370 {
if (_root.x1 == 1) {
x1._x = 2000;
}
if (_root.x2 == 1) {
x2._x = 2000;
}
if (_root.x3 == 1) {
x3._x = 2000;
}
if (_root.x8 == 1) {
x8._x = 2000;
}
}
frame 375 {
if (_root.x4 == 2) {
gotoAndStop(386);
}
}
frame 407 {
_root.mar += 5;
}
frame 409 {
_root.mar += 5;
}
frame 411 {
_root.mar += 5;
}
frame 413 {
_root.mar -= 10;
}
frame 414 {
_root.mar -= 10;
}
frame 415 {
_root.mar -= 50;
}
frame 431 {
_root.girl = 'marpas';
_root.sex = 0;
_root.stamina = 100;
}
frame 432 {
_root.t1 = 0;
_root.t2 = 0;
_root.t3 = 0;
_root.t4 = 0;
}
frame 445 {
if (_root.t1 == 1) {
t1._x = 2000;
}
if (_root.t2 == 1) {
t2._x = 2000;
}
if (_root.t3 == 1) {
t3._x = 2000;
}
if (_root.t4 == 1) {
t4._x = 2000;
}
}
frame 472 {
_root.cha = _root.mar + '%';
}
frame 478 {
_root.cha = _root.mar + '%';
}
frame 485 {
_root.ss = 1;
}
frame 489 {
_root.mar -= 5;
}
frame 508 {
_root.sex += 5;
_root.stamina -= 2;
}
frame 514 {
_root.mar -= 5;
_root.sex -= 5;
}
frame 516 {
_root.mar -= 5;
_root.sex -= 5;
}
frame 519 {
_root.mar -= 15;
_root.sex -= 15;
}
frame 528 {
_root.mar -= 5;
}
frame 529 {
_root.pas += 10;
}
frame 556 {
_root.splat = 0;
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
frame 558 {
if (_root.sexA1 == 1) {
sexA1._x = 2000;
}
if (_root.sexA2 == 1) {
sexA2._x = 2000;
}
if (_root.sexA3 == 1) {
sexA3._x = 2000;
}
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
frame 559 {
rand = int(random(1));
if (rand == 0) {
_root.gox = 'I am not ready for this, Dave. Maybe we can work our way up to it?';
}
if (rand == 1) {
_root.gox = 'Not… right now. Let\'s try something else.';
}
}
frame 560 {
rand = int(random(1));
if (rand == 0) {
_root.go = 'Dave… More. Please?';
}
if (rand == 1) {
_root.go = 'I think you can do better than that. Hope so, at least...oh, God, I didn\'t mean to sound that harsh, just… well, do me, alright?';
}
}
frame 565 {
if (_root.sexB1 == 1) {
sexA1._x = 2000;
}
if (_root.sexB2 == 1) {
sexA2._x = 2000;
}
if (_root.sexB3 == 1) {
sexA3._x = 2000;
}
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
frame 566 {
rand = int(random(1));
if (rand == 0) {
_root.gox = 'I am not ready for this, Dave. Maybe we can work our way up to it?';
}
if (rand == 1) {
_root.gox = 'Not… right now. Let\'s try something else.';
}
}
frame 567 {
rand = int(random(1));
if (rand == 0) {
_root.gox = 'Dave… More. Please?';
}
if (rand == 1) {
_root.gox = 'I think you can do better than that. Hope so, at least...oh, God, I didn\'t mean to sound that harsh, just… well, do me, alright?';
}
}
frame 573 {
_root.splat = 0;
}
frame 585 {
_root.cocomax = 14;
_root.cocospeeddef = 1;
_root.cocopat = '1/3/7/8/7/6/6/5/5/4/4/3/2/1';
_root.ss = 4;
}
frame 594 {
_root.cum = 1;
}
frame 599 {
_root.cum = 1;
}
frame 603 {
_root.cocomax = 14;
_root.cocospeeddef = 1;
_root.cocopat = '1/3/7/8/7/6/6/5/5/4/4/3/2/1';
_root.ss = 4;
}
frame 620 {
_root.girl = 'mar';
}
frame 631 {
_root.play_night = 1;
}
frame 633 {
_root.t1 = 0;
_root.t2 = 0;
_root.t3 = 0;
_root.t4 = 0;
_root.t5 = 0;
_root.t6 = 0;
_root.t7 = 0;
_root.t8 = 0;
}
frame 634 {
if (_root.x1 == 1) {
x1._x = 2000;
}
if (_root.x2 == 1) {
x2._x = 2000;
}
if (_root.x3 == 1) {
x3._x = 2000;
}
}
frame 636 {
if (_root.t1 == 1) {
t1._x = 2000;
}
if (_root.t2 == 1) {
t2._x = 2000;
}
if (_root.t3 == 1) {
t3._x = 2000;
}
if (_root.t4 == 1) {
t4._x = 2000;
}
if (_root.t5 == 1) {
t5._x = 2000;
}
if (_root.t6 == 1) {
t6._x = 2000;
}
if (_root.t7 == 1) {
t7._x = 2000;
}
}
frame 690 {
_root.t1 = 0;
_root.t2 = 0;
_root.t3 = 0;
}
frame 691 {
if (_root.bottle != 1) {
t1._x = 2000;
}
if (_root.t2 == 1) {
t2._x = 2000;
}
if (_root.t3 == 1) {
t3._x = 2000;
}
_root.girl = 'alypas';
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
frame 700 {
if (_root.aly >= 80) {
gotoAndStop(712);
}
}
frame 727 {
_root.t1 = 0;
_root.t2 = 0;
_root.t3 = 0;
_root.t4 = 0;
_root.xt1 = 0;
_root.xt2 = 0;
_root.scarf = 0;
}
frame 728 {
if (_root.t1 == 1) {
t1._x = 2000;
}
if (_root.t2 == 1) {
t2._x = 2000;
}
if (_root.t3 == 2) {
t3._x = 2000;
}
}
frame 755 {
if (_root.xt1 == 1) {
t1._x = 2000;
}
if (_root.xt2 == 1) {
t2._x = 2000;
}
}
frame 775 {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.sexBJ == 1) {
bj._x = 2000;
}
if (_root.sexMJ == 1) {
mj._x = 2000;
}
if (_root.sexFM == 1) {
fm._x = 2000;
}
}
frame 778 {
if (_root.sexA1 == 1) {
sexA1._x = 2000;
}
if (_root.sexA2 == 1) {
sexA2._x = 2000;
}
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
frame 796 {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.sexG1 == 1) {
sexG1._x = 2000;
}
if (_root.sexG2 == 1) {
sexG2._x = 2000;
}
if (_root.sexG3 == 1) {
sexG3._x = 2000;
}
}
frame 831 {
_root.cocomax = 18;
_root.cocospeeddef = 1;
_root.cocopat = '1/2/3/4/5/6/6/7/7/8/8/7/6/5/4/3/2/1';
}
frame 848 {
_root.cum = 1;
}
frame 853 {
_root.cum = 1;
}
frame 900 {
ccc = 0;
_root.girl = 'none';
_root.moodshow = 0;
_root.err = 0;
if (_root.end == 1) {
_root.ending = 'e1_hghhfgdg';
}
if (_root.end == 2) {
_root.ending = 'e2_nvbvbvbc';
}
if (_root.end == 3) {
_root.ending = 'e3_wewerewe';
}
if (_root.end == 4) {
_root.ending = 'e4_ppouyiot';
}
if (_root.end == 5) {
_root.ending = 'e5_fsfadfadfaf';
}
_root.endinglink = 'http://model.lessonofpassion.com/index.php?goending=' + _root.ending;
_root.playmusic = 0;
}
}
movieClip 1889 {
}
movieClip 1891 {
}
movieClip 1892 {
}
movieClip 1894 {
}
movieClip 1896 {
}
movieClip 1897 {
frame 1 {
this.onEnterFrame = function () {
if (_root.aly < 0) {
_root.aly = 0;
}
if (_root.aly > 100) {
_root.aly = 100;
}
rota._rotation = _root.aly * 2.7;
};
}
}
movieClip 1900 {
frame 1 {
this.onEnterFrame = function () {
if (_root.mar < 0) {
_root.mar = 0;
}
if (_root.mar > 100) {
_root.mar = 100;
}
rota._rotation = _root.mar * 2.7;
};
}
}
movieClip 1902 {
frame 1 {
this.onEnterFrame = function () {
if (_root.sex < 0) {
_root.sex = 0;
}
rota._rotation = _root.sex * 2.7;
};
}
}
movieClip 1904 {
frame 1 {
this.onEnterFrame = function () {
if (_root.stamina > 100) {
_root.stamina = 100;
}
rota._rotation = _root.stamina * 2.7;
};
}
}
movieClip 1906 {
frame 1 {
stop();
}
}
movieClip 1907 {
frame 1 {
this.onEnterFrame = function () {
_root.aly_s = int(_root.aly) + '%';
_root.mar_s = int(_root.mar) + '%';
if (_root.girl == 'aly') {
tellTarget ('girl') {
gotoAndStop(1);
}
}
if (_root.girl == 'mar') {
tellTarget ('girl') {
gotoAndStop(2);
}
}
if (_root.girl == 'alypas') {
tellTarget ('girl') {
gotoAndStop(3);
}
}
if (_root.girl == 'marpas') {
tellTarget ('girl') {
gotoAndStop(4);
}
}
if (_root.girl == 'none') {
tellTarget ('girl') {
gotoAndStop(5);
}
}
if (_root.girl == 'maraly') {
tellTarget ('girl') {
gotoAndStop(6);
}
}
if (_root.stamina > 100) {
_root.stamina = 100;
}
};
}
}
movieClip 1908 {
frame 1 {
_root.mood_A = 30;
}
}
movieClip 1910 {
}
movieClip 1913 {
}
movieClip 1916 {
}
movieClip 1919 {
}
movieClip 1920 {
}
movieClip 1923 {
}
movieClip 1924 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.p2 == 1) {
x._alpha = 100;
delete this.onEnterFrame;
play();
}
};
}
frame 40 {
stop();
}
}
movieClip 1925 {
frame 1 {
stop();
x._alpha = 0;
this.onEnterFrame = function () {
if (_root.p1 == 1) {
x._alpha = 100;
delete this.onEnterFrame;
play();
}
};
}
frame 89 {
stop();
}
}
movieClip 1926 {
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 1927 {
}
button 1928 {
on (release) {
getURL('http://lessonofpassion.com/index.php?target=gametitle', '_blank');
}
}
movieClip 1931 {
}
movieClip 1932 {
}
movieClip 1933 {
frame 150 {
stop();
this.onEnterFrame = function () {
if (_root.p3 == 1) {
delete this.onEnterFrame;
play();
}
};
}
frame 170 {
stop();
}
}
movieClip 1935 {
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);
};
}
}