[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Combined Code (167.62 KiB) ● ● ● ●
// unknown tag 88 length 131
movieClip 3 score_slow {
}
movieClip 5 score_good {
}
movieClip 7 score_deep {
}
movieClip 9 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;
}
movieClip 12 {
}
movieClip 15 {
}
movieClip 16 {
}
movieClip 19 {
}
movieClip 21 {
}
movieClip 23 {
}
movieClip 25 {
}
movieClip 26 {
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 29 {
}
movieClip 32 {
}
movieClip 33 {
}
movieClip 37 {
}
movieClip 38 {
}
movieClip 39 {
}
movieClip 42 {
}
movieClip 43 {
}
movieClip 46 {
}
movieClip 49 {
}
movieClip 50 {
}
movieClip 53 {
}
movieClip 54 {
}
movieClip 57 {
}
movieClip 60 {
}
movieClip 63 {
}
movieClip 64 {
}
movieClip 67 {
}
movieClip 70 {
}
movieClip 71 {
}
movieClip 72 {
}
movieClip 75 {
}
movieClip 76 {
frame 1 {
stop();
Mouse.hide();
}
}
movieClip 78 {
}
movieClip 81 {
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 84 {
}
movieClip 87 {
}
movieClip 94 {
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;
nextFrame();
}
};
}
frame 3 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 15) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 4 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 15) {
delete this.onEnterFrame;
gotoAndStop(1);
}
};
}
}
movieClip 95 {
frame 1 {
stop();
}
}
movieClip 97 {
}
// unknown tag 88 length 53
movieClip 101 {
}
movieClip 102 {
frame 15 {
stop();
}
}
button 103 {
on (release) {
_root.energy = 5;
_root.loo = 15;
_root.fit = 15;
_root.sma = 15;
_root.rel = 0;
_root.money = 0;
_root.day = 1;
_root.dayname = 'MONDAY';
_root.item_lobster = 0;
_root.item_wine = 0;
_root.item_honey = 0;
_root.item_candle = 0;
_root.item_wine = 0;
_root.item_champagne = 0;
_root.item_lobster = 0;
_root.item_smartphone = 0;
_root.item_dildo = 0;
_root.item_lingerie = 0;
_root.item_suit = 0;
_root.item_glasses = 0;
_root.item_feather = 0;
_root.q1 = 0;
_root.q2 = 0;
_root.q3 = 0;
_root.q4 = 0;
_root.q5 = 0;
_root.q6 = 0;
_root.q7 = 0;
_root.q8 = 0;
tellTarget ('_parent') {
gotoAndStop(3);
}
}
on (rollOver) {
tellTarget ('back') {
gotoAndStop(1);
}
}
}
button 105 {
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_lwb.php', '_blank');
} else {
getURL('http://lopgold.com/index_lwb.php', '_blank');
}
}
}
movieClip 107 {
}
button 108 {
on (release) {
getURL('http://lessonofpassion.com/', '_blank');
}
}
movieClip 111 {
}
movieClip 112 {
}
button 113 {
on (release) {
getURL('http://lessonofpassion.com/index.php?targeo=fangbang', '_blank');
}
}
// unknown tag 88 length 63
// unknown tag 88 length 63
button 120 {
on (release) {
var savefile = SharedObject.getLocal('sasha');
_root.money = savefile.data.money;
_root.energy = savefile.data.energy;
_root.loo = savefile.data.loo;
_root.fit = savefile.data.fit;
_root.sma = savefile.data.sma;
_root.rel = savefile.data.rel;
_root.item_honey = savefile.data.item_honey;
_root.item_candle = savefile.data.item_candle;
_root.item_wine = savefile.data.item_wine;
_root.item_champagne = savefile.data.item_champagne;
_root.item_lobster = savefile.data.item_lobster;
_root.item_smartphone = savefile.data.item_smartphone;
_root.item_dildo = savefile.data.item_dildo;
_root.item_lingerie = savefile.data.item_lingerie;
_root.item_suit = savefile.data.item_suit;
_root.item_glasses = savefile.data.item_glasses;
_root.item_feather = savefile.data.item_feather;
_root.q1 = savefile.data.q1;
_root.q2 = savefile.data.q2;
_root.q3 = savefile.data.q3;
_root.q4 = savefile.data.q4;
_root.q5 = savefile.data.q5;
_root.q6 = savefile.data.q6;
_root.q7 = savefile.data.q7;
_root.q8 = savefile.data.q8;
_root.introgo = savefile.data.introgo;
_root.day = savefile.data.day;
if (_root.day == 1 or _root.day == 8 or _root.day == 15 or _root.day == 22 or _root.day == 29 or _root.day == 36 or _root.day == 43 or _root.day == 50 or _root.day == 57 or _root.day == 64 or _root.day == 71 or _root.day == 78 or _root.day == 85 or _root.day == 92 or _root.day == 99) {
_root.dayname = 'MONDAY';
}
if (_root.day == 2 or _root.day == 9 or _root.day == 16 or _root.day == 23 or _root.day == 30 or _root.day == 37 or _root.day == 44 or _root.day == 51 or _root.day == 58 or _root.day == 65 or _root.day == 72 or _root.day == 79 or _root.day == 86 or _root.day == 93 or _root.day == 100) {
_root.dayname = 'TUESDAY';
}
if (_root.day == 3 or _root.day == 10 or _root.day == 17 or _root.day == 24 or _root.day == 31 or _root.day == 38 or _root.day == 45 or _root.day == 52 or _root.day == 59 or _root.day == 66 or _root.day == 73 or _root.day == 80 or _root.day == 87 or _root.day == 94) {
_root.dayname = 'WEDNESDAY';
}
if (_root.day == 4 or _root.day == 11 or _root.day == 18 or _root.day == 25 or _root.day == 32 or _root.day == 39 or _root.day == 46 or _root.day == 53 or _root.day == 60 or _root.day == 67 or _root.day == 74 or _root.day == 81 or _root.day == 88 or _root.day == 95) {
_root.dayname = 'THURSDAY';
}
if (_root.day == 5 or _root.day == 12 or _root.day == 19 or _root.day == 26 or _root.day == 33 or _root.day == 40 or _root.day == 47 or _root.day == 54 or _root.day == 61 or _root.day == 68 or _root.day == 75 or _root.day == 82 or _root.day == 89 or _root.day == 96) {
_root.dayname = 'FRIDAY';
}
if (_root.day == 6 or _root.day == 13 or _root.day == 20 or _root.day == 27 or _root.day == 34 or _root.day == 41 or _root.day == 48 or _root.day == 55 or _root.day == 62 or _root.day == 69 or _root.day == 76 or _root.day == 83 or _root.day == 90 or _root.day == 97) {
_root.dayname = 'SATURDAY';
}
if (_root.day == 7 or _root.day == 14 or _root.day == 21 or _root.day == 28 or _root.day == 35 or _root.day == 42 or _root.day == 49 or _root.day == 56 or _root.day == 63 or _root.day == 70 or _root.day == 77 or _root.day == 84 or _root.day == 91 or _root.day == 98) {
_root.dayname = 'SUNDAY';
}
tellTarget ('_parent') {
gotoAndStop(3);
}
}
}
movieClip 123 {
frame 1 {
ct._alpha = 30;
ct.enabled = false;
var savefile = SharedObject.getLocal('sasha');
_root.day = savefile.data.day;
this.onEnterFrame = function () {
if (_root.day > 0 and _root.day < 40) {
ct._alpha = 100;
ct.enabled = true;
delete this.onEnterFrame;
}
};
}
}
movieClip 125 {
}
movieClip 126 {
}
movieClip 130 {
}
movieClip 131 {
}
button 133 {
on (release) {
_root.muteme = 1;
gotoAndStop(2);
}
}
button 135 {
on (release) {
_root.muteme = 0;
gotoAndStop(1);
}
}
movieClip 136 {
frame 1 {
stop();
}
}
movieClip 144 {
frame 1 {
stop();
sound_day = new Sound(s1);
sound_day.attachSound('sound_day');
sound_sex = new Sound(s11);
sound_sex.attachSound('sound_sex');
sound_moan = new Sound(s12);
sound_moan.attachSound('sound_moan');
sound_yes_A = new Sound(s13);
sound_yes_A.attachSound('sound_yes_A');
sound_yes_B = new Sound(s14);
sound_yes_B.attachSound('sound_yes_B');
sound_no_A = new Sound(s15);
sound_no_A.attachSound('sound_no_A');
sound_no_B = new Sound(s16);
sound_no_B.attachSound('sound_no_B');
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.play_sex == 1 and _root.muteme != 1) {
_root.play_sex = 2;
sound_sex.start(0, 999);
}
if (_root.play_moan == 1 and _root.muteme != 1) {
_root.play_moan = 2;
sound_moan.start(0, 999);
}
if (_root.play_yes == 1 and _root.muteme != 1) {
_root.play_yes = 0;
rand = int(random(1));
if (rand == 0) {
sound_yes_A.start(0, 1);
}
if (rand == 1) {
sound_yes_B.start(0, 1);
}
}
if (_root.play_no == 1 and _root.muteme != 1) {
_root.play_no = 0;
rand = int(random(2));
if (rand == 0) {
sound_no_A.start(0, 1);
}
if (rand >= 1) {
sound_no_B.start(0, 1);
}
}
if (_root.play_stopsex == 1 and _root.muteme != 1) {
_root.play_stopsex = 2;
sound_sex.stop('sound_sex');
sound_moan.stop('sound_moan');
}
if (_root.muteme == 1) {
sound_day.setVolume(0);
sound_sex.setVolume(0);
sound_moan.setVolume(0);
sound_yes_A.setVolume(0);
sound_yes_B.setVolume(0);
sound_no_A.setVolume(0);
sound_no_B.setVolume(0);
}
if (_root.muteme == 0) {
sound_day.setVolume(100);
sound_sex.setVolume(100);
sound_moan.setVolume(100);
sound_yes_A.setVolume(100);
sound_yes_B.setVolume(100);
sound_no_A.setVolume(100);
sound_no_B.setVolume(100);
}
};
}
}
frame 3 {
stop();
}
movieClip 146 {
}
movieClip 147 {
}
movieClip 148 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.q1 == 2) {
gotoAndStop(2);
}
};
}
frame 2 {
stop();
}
}
movieClip 149 {
}
movieClip 152 {
}
button 153 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'INVITE SASHA';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
tellTarget ('_root.main.sub') {
gotoAndStop(12);
}
}
}
button 154 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'TV';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
tellTarget ('_root.main.sub') {
gotoAndStop(2);
}
}
}
button 155 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'BOOKS';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
tellTarget ('_root.main.sub') {
gotoAndStop(5);
}
}
}
button 156 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'FLOWER';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
tellTarget ('_root.main.sub') {
gotoAndStop(6);
}
}
}
button 157 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'BED';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
if (_root.q6 == 1 and _root.day >= 25) {
_root.q6 = 2;
_root.wtg = 510;
} else {
tellTarget ('_root.main.sub') {
gotoAndStop(7);
}
}
}
}
button 158 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'AIR CONDITION';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
tellTarget ('_root.main.sub') {
gotoAndStop(50);
}
}
}
movieClip 161 {
}
button 162 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'GO TO DOWNTOWN';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 600;
}
}
movieClip 165 {
}
button 166 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'GO TO KITCHEN';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 2;
}
}
button 167 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'ARMCHAIR';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
tellTarget ('_root.main.sub') {
gotoAndStop(8);
}
}
}
movieClip 169 {
}
movieClip 171 {
}
movieClip 172 {
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 175 {
}
movieClip 178 {
}
movieClip 181 {
}
button 182 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'GO TO BED ROOM';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 1;
}
}
button 183 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'FRIDGE';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
tellTarget ('_root.main.sub') {
gotoAndStop(10);
}
}
}
button 184 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'OVEN';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
tellTarget ('_root.main.sub') {
gotoAndStop(9);
}
}
}
button 185 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'SASHA';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
tellTarget ('_root.main.sub') {
gotoAndStop(11);
}
}
}
movieClip 188 {
}
movieClip 191 {
}
button 192 {
on (release) {
_root.wtg = 0;
}
}
button 193 {
on (release) {
_root.wtg = 2;
}
}
movieClip 194 {
}
movieClip 197 {
}
movieClip 199 {
}
movieClip 201 {
}
movieClip 204 {
}
button 206 {
on (release) {
_root.wtg = 1;
}
}
movieClip 207 {
}
movieClip 212 {
}
movieClip 215 {
}
button 218 {
on (release) {
_root.wtf = 0;
}
}
movieClip 221 {
}
movieClip 224 {
}
button 227 {
on (release) {
_root.wtg = 0;
}
}
movieClip 231 {
}
movieClip 235 {
}
movieClip 236 {
}
movieClip 237 {
frame 5 {
stop();
}
}
button 238 {
on (release) {
en = 3;
mo = 0;
rq = 300;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.rel < rq) {
_root.rel -= 20;
_root.req = rq;
_root.wtg = 28;
err = 1;
}
if (err == 0) {
if (_root.item_lingerie == 1) {
_root.wtg = 475;
} else {
_root.wtg = 31;
}
}
}
}
button 240 {
on (release) {
_root.wtg = 1;
}
}
movieClip 242 {
}
button 243 {
on (release) {
_root.wtf = 0;
}
}
button 247 {
on (release) {
if (_root.item_lingerie == 1) {
_root.wtg = 475;
} else {
_root.wtf = 0;
}
}
}
movieClip 252 {
}
movieClip 255 {
}
movieClip 261 {
}
movieClip 266 {
}
movieClip 271 {
}
movieClip 276 {
}
button 280 {
on (release) {
en = 1;
mo = 0;
rq = 200;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.rel < rq) {
_root.rel -= 10;
_root.req = rq;
_root.wtg = 50;
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.rel += 10;
_root.wtg = 53;
}
}
}
movieClip 291 {
}
movieClip 296 {
}
button 299 {
on (release) {
en = 1;
mo = 0;
rq = 250;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.rel < rq) {
_root.rel -= 10;
_root.req = rq;
_root.wtg = 64;
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.rel += 20;
_root.wtg = 68;
}
}
}
movieClip 310 {
}
movieClip 315 {
}
movieClip 320 {
}
button 323 {
on (release) {
en = 1;
mo = 0;
rq = 300;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.rel < rq) {
_root.rel -= 10;
_root.req = rq;
_root.wtg = 83;
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.rel += 20;
_root.wtg = 86;
}
}
}
movieClip 330 {
}
movieClip 335 {
}
movieClip 340 {
}
movieClip 345 {
}
movieClip 350 {
}
movieClip 355 {
}
movieClip 360 {
}
button 364 {
on (release) {
en = 2;
mo = 0;
rq = 300;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.rel < rq) {
_root.rel -= 10;
_root.req = rq;
_root.wtg = 119;
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.rel += 20;
_root.wtg = 122;
}
}
}
button 366 {
on (release) {
_root.wtg = 2;
}
}
movieClip 372 {
}
button 374 {
on (release) {
_root.play_stopsex = 1;
_root.wtg = 1;
}
}
movieClip 378 {
}
button 381 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h1');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
movieClip 383 {
}
button 384 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'So gentle. That\'s nice babe keep going.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_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.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h1');
}
}
}
button 388 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h1');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 389 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.rel += 1;
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Mmm, I\'m so sensitive there. Ooooh it tickles! ';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_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.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h1');
}
}
}
button 392 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h2');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 393 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.rel += 1;
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Naughty boy, I should have known where you were going. You just can\'t keep your head out of there. I\'m not complaining.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h2');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h2');
}
}
}
button 395 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('lick');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 396 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.rel += 1;
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Yess Terry! Oh my god just like that, your tongue is so good!';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('lick');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 2;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('lick');
}
}
}
movieClip 399 {
}
button 404 {
on (release) {
_root.rel -= 10;
_root.wtg = 143;
}
}
button 406 {
on (release) {
_root.rel += 10;
_root.wtg = 144;
}
}
button 408 {
on (release) {
_root.wtg = 175;
}
}
movieClip 409 {
}
movieClip 412 {
}
movieClip 416 {
}
button 419 {
on (release) {
_root.rel -= 10;
_root.wtg = 150;
}
}
button 421 {
on (release) {
_root.rel += 10;
_root.wtg = 151;
}
}
button 426 {
on (release) {
_root.rel -= 10;
_root.wtg = 157;
}
}
button 428 {
on (release) {
_root.rel += 10;
_root.wtg = 158;
}
}
button 433 {
on (release) {
_root.rel += 10;
_root.wtg = 165;
}
}
button 435 {
on (release) {
_root.rel -= 10;
_root.wtg = 164;
}
}
button 440 {
on (release) {
_root.rel += 10;
_root.wtg = 172;
}
}
button 442 {
on (release) {
_root.rel -= 10;
_root.wtg = 171;
}
}
button 446 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'SASHA';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
tellTarget ('_root.main.sub') {
gotoAndStop(13);
}
}
}
movieClip 449 {
}
movieClip 454 {
}
movieClip 459 {
}
button 462 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'That\'s it babe, your hands and that oil feels great on my legs';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_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.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h1');
}
}
}
button 464 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Ooooh, I love the way you squeeze my thighs. Rub it in deep Terry.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_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.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h1');
}
}
}
button 466 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Very nice babe, I feel much more relaxed now.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_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.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h1');
}
}
}
movieClip 471 {
}
button 474 {
on (release) {
en = 2;
mo = 0;
rq = 300;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.rel < rq) {
_root.rel -= 10;
_root.req = rq;
_root.wtg = 193;
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.rel += 15;
_root.wtg = 196;
}
}
}
button 476 {
on (release) {
_root.wtg = 175;
}
}
movieClip 481 {
}
movieClip 486 {
}
movieClip 490 {
}
button 493 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('lick');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 494 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Mmmm. Feels. So. Good.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('lick');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('lick');
}
}
}
button 496 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Oh my! Right here in front of all these strangers? Someone may…mmmm…';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('lick');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('lick');
}
}
}
movieClip 500 {
}
movieClip 504 {
}
button 507 {
on (release) {
en = 1;
mo = 0;
rq = 300;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.rel < rq) {
_root.rel -= 10;
_root.req = rq;
_root.wtg = 209;
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.rel += 20;
_root.wtg = 212;
}
}
}
movieClip 513 {
}
movieClip 518 {
}
movieClip 521 {
}
movieClip 524 {
}
movieClip 525 {
}
movieClip 528 {
}
movieClip 533 {
}
movieClip 536 {
}
button 538 {
on (release) {
_root.rel -= 10;
_root.wtg = 228;
}
}
button 540 {
on (release) {
_root.rel += 10;
_root.wtg = 229;
}
}
button 542 {
on (release) {
_root.wtg = 255;
}
}
movieClip 543 {
}
movieClip 546 {
}
movieClip 550 {
}
button 553 {
on (release) {
_root.rel -= 10;
_root.wtg = 235;
}
}
button 555 {
on (release) {
_root.rel += 10;
_root.wtg = 236;
}
}
button 560 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'SASHA';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
tellTarget ('_root.main.sub') {
gotoAndStop(14);
}
}
}
movieClip 563 {
}
movieClip 568 {
}
movieClip 573 {
}
movieClip 578 {
}
button 581 {
on (release) {
en = 1;
mo = 0;
rq = 80;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.rel < rq) {
_root.rel -= 10;
_root.req = rq;
_root.wtg = 270;
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.rel += 10;
_root.wtg = 273;
}
}
}
button 583 {
on (release) {
_root.wtg = 255;
}
}
movieClip 588 {
}
movieClip 596 {
}
button 597 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 598 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Nice and soft baby. Oh wow I\'m getting so turned on.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
}
button 600 {
on (rollOver) {
if (_root.touch == 1 and _root.touchx < 40 and _root.touchx > 0 or _root.pro == 0) {
_root.bonus = 'good';
_root.rel += 1;
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Ooh! Rub it just a little, not too much or I\'ll lose control babe!';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h2');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h2');
}
}
}
button 602 {
on (release) {
_root.play_stopsex = 1;
_root.wtg = 255;
}
}
movieClip 605 {
}
movieClip 608 {
}
movieClip 609 {
}
movieClip 615 {
}
movieClip 618 {
}
movieClip 621 {
}
button 626 {
on (release) {
_root.play_stopsex = 1;
if (_root.rel < 500) {
_root.wtg = 291;
} else {
_root.wtg = 295;
}
}
}
movieClip 630 {
}
movieClip 631 {
}
movieClip 637 {
}
movieClip 638 {
}
movieClip 645 {
}
movieClip 648 {
}
button 653 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'SASHA';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
tellTarget ('_root.main.sub') {
gotoAndStop(15);
}
}
}
movieClip 656 {
}
button 658 {
on (release) {
_root.wtg = 309;
}
}
movieClip 662 {
}
button 667 {
on (release) {
en = 2;
mo = 0;
rq = 120;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.rel < rq) {
_root.rel -= 10;
_root.req = rq;
_root.wtg = 0;
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.rel += 10;
_root.wtg = 321;
}
}
}
button 669 {
on (release) {
_root.wtg = 309;
}
}
button 671 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'The only way that dress could look better, is if it was balled up on our bedroom floor the morning after a wild night.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 309;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
}
movieClip 675 {
}
button 678 {
on (release) {
en = 2;
mo = 0;
rq = 120;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.rel < rq) {
_root.rel -= 10;
_root.req = rq;
_root.wtg = 0;
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.rel += 10;
_root.wtg = 328;
}
}
}
button 679 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'I can\'t take my eyes off that ass Sasha! Absolutely perfect.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 309;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
}
movieClip 683 {
}
button 686 {
on (release) {
en = 2;
mo = 0;
rq = 120;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.rel < rq) {
_root.rel -= 10;
_root.req = rq;
_root.wtg = 0;
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.rel += 10;
_root.wtg = 335;
}
}
}
button 687 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Come closer so that James guy can\'t see…hmmm, I had a feeling you had no panties on. I like that.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 309;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
}
movieClip 691 {
}
button 694 {
on (release) {
en = 2;
mo = 0;
rq = 120;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.rel < rq) {
_root.rel -= 10;
_root.req = rq;
_root.wtg = 0;
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.rel += 10;
_root.wtg = 341;
}
}
}
button 695 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Wow, does that string make the bottoms fall off? I\'ll keep that in mind.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 309;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
}
movieClip 699 {
}
button 702 {
on (release) {
en = 2;
mo = 0;
rq = 120;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.rel < rq) {
_root.rel -= 10;
_root.req = rq;
_root.wtg = 0;
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.rel += 10;
_root.wtg = 347;
}
}
}
button 703 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h2');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 704 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Whatever office you are working in when you wear that, I\'m applying for a job there.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h2');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 309;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h2');
}
}
}
movieClip 706 {
}
movieClip 709 {
}
button 715 {
on (release) {
_root.wtg = 362;
}
}
movieClip 718 {
}
movieClip 721 {
}
movieClip 726 {
}
movieClip 729 {
}
movieClip 732 {
}
movieClip 733 {
}
button 736 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'SASHA';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
tellTarget ('_root.main.sub') {
gotoAndStop(16);
}
}
}
button 737 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'That feels great Terry. So relaxing…';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
}
button 739 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Ohhh, you give the best back rubs babe. Such strong hands…';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
}
button 741 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'You can always touch my thighs, you know that\'s one of my favorite spots…mmmm';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
}
button 743 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'You really do like my ass babe. Mmmm, and I like the attention.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.play_stopsex = 1;
_root.wtg = 362;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
}
movieClip 746 {
}
movieClip 749 {
}
button 751 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('f1');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 752 {
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.rel += 2;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Hahaha! That tickles….';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('f1');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 362;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('f1');
}
}
}
button 754 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('f2');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 755 {
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.rel += 5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Wow... what is this? Ahhh... Terry!';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('f2');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.play_stopsex = 1;
_root.wtg = 362;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('f2');
}
}
}
movieClip 759 {
}
button 761 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h4');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 762 {
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.rel += 2;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Yeah Terry. Nice and gentle, so good….';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h4');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h4');
}
}
}
button 764 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h5');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 765 {
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.rel += 2;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Mmm! Yeah just like that, I\'m so horny…';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_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.play_stopsex = 1;
_root.wtg = 362;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h5');
}
}
}
movieClip 775 {
}
movieClip 776 {
}
movieClip 779 {
}
movieClip 780 {
}
button 781 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'REMOVE HER PANTIES';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
_root.sts = 2;
gotoAndStop(3);
}
}
button 782 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'REMOVE HER BRA';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 0;
_root.sts = 4;
gotoAndStop(5);
}
}
button 783 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'REMOVE HER PANTIES';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
gotoAndStop(3);
_root.wtg = 0;
}
}
movieClip 784 {
frame 1 {
stop();
this.onEnterFrame = function () {
if (_root.sts == 1) {
gotoAndStop(2);
}
if (_root.sts == 2) {
gotoAndStop(3);
}
if (_root.sts == 3) {
gotoAndStop(4);
}
if (_root.sts == 4) {
gotoAndStop(5);
}
};
}
}
movieClip 785 {
}
button 787 {
on (release) {
_root.wtf = 389;
}
}
button 790 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'SASHA';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
tellTarget ('_root.main.sub') {
gotoAndStop(17);
}
}
}
button 791 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Yes, I love it when you take your time like this…';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
}
button 793 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Mmmm, you always touch me in just the right places...';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
}
button 795 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'So soft and gentle…please don’t keep me waiting much longer!';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
}
button 797 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Oooh, yeah squeeze them just like that…God you make me horny Terry.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.play_stopsex = 1;
_root.wtg = 389;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
}
movieClip 801 {
}
button 802 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h6');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 803 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'So soft and gentle…please don’t keep me waiting much longer!';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_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.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h6');
}
}
}
movieClip 808 {
frame 1 {
this.onEnterFrame = function () {
if (_root.sex < 33) {
gotoAndStop(1);
}
if (_root.sex >= 33 and _root.sex < 66) {
gotoAndStop(2);
}
if (_root.sex >= 66) {
gotoAndStop(3);
}
};
}
}
movieClip 809 {
frame 1 {
_root.sex = 0;
_root.seq = 0;
this.onEnterFrame = function () {
_root.ftg = int(_xmouse / 9);
if (_root.sex < 33) {
if (_root.ftg >= 1 and _root.ftg < 5) {
_root.seq = 1;
}
if (_root.ftg >= 16 and _root.ftg < 20 and _root.seq == 1) {
_root.seq = 2;
_root.sex += 5;
_root.rel += 2;
_root.bonus = 'good';
_root.say = 'Yesss, slide right into my pussy baby. I\'m so wet I can feel it dripping.';
}
if (_root.ftg >= 30 and _root.seq < 3 and _root.seq > 0) {
_root.bonus = 'deep';
_root.say = 'Ouch Terry! Be gentle, that\'s way too rough! ';
_root.seq = 3;
}
if (_root.ftg < 30 and _root.ftg > 20) {
_root.seq = 2;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ftg >= 16 and _root.ftg < 20) {
_root.seq = 1;
}
if (_root.ftg >= 66 and _root.ftg < 70 and _root.seq == 1) {
_root.seq = 0;
_root.sex += 5;
_root.rel += 2;
_root.bonus = 'good';
_root.say = 'Ohh! Just like that! Don’t stop…Fuck it\'s so good!';
}
if (_root.ftg >= 90 and _root.seq < 2) {
_root.bonus = 'deep';
_root.say = 'Ouch Terry! Be gentle, that\'s way too rough! ';
_root.seq = '2';
}
if (_root.ftg < 90 and _root.ftg > 70) {
_root.seq = 0;
}
}
if (_root.sex >= 66) {
if (_root.ftg >= 66 and _root.ftg < 71) {
_root.seq = 1;
}
if (_root.ftg >= 91 and _root.ftg < 95 and _root.seq == 1) {
_root.seq = 0;
_root.sex += 5;
_root.rel += 2;
_root.bonus = 'good';
_root.say = 'Ohh! Just like that! Don’t stop…Fuck it\'s so good!';
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 399;
}
};
}
}
movieClip 813 {
}
movieClip 815 {
}
movieClip 816 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(int(_root.ftg));
};
}
}
button 818 {
on (release) {
en = 1;
mo = 0;
rq = 250;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.rel < rq) {
_root.rel -= 10;
_root.req = rq;
_root.wtg = 401;
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.rel += 10;
_root.wtg = 404;
}
}
}
button 820 {
on (release) {
_root.wtg = 389;
}
}
movieClip 823 {
}
button 825 {
on (release) {
_root.wtg = 389;
}
}
movieClip 829 {
}
movieClip 833 {
}
movieClip 834 {
}
button 837 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('dildo');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 838 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Ohhh, I see you\'ve been in the bathroom drawer. That feels amazing…';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('dildo');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('dildo');
}
}
}
movieClip 840 {
frame 1 {
_root.sex = 0;
_root.seq = 0;
this.onEnterFrame = function () {
_root.ftg = int(_xmouse / 9);
if (_root.sex < 33) {
if (_root.ftg >= 1 and _root.ftg < 5) {
_root.seq = 1;
}
if (_root.ftg >= 16 and _root.ftg < 20 and _root.seq == 1) {
_root.seq = 2;
_root.sex += 5;
_root.rel += 2;
_root.bonus = 'good';
_root.say = 'Mmmm, nice and slow just like that. Let me get used to that black monster.';
}
if (_root.ftg >= 30 and _root.seq < 3 and _root.seq > 0) {
_root.bonus = 'deep';
_root.say = 'SHIT Stop! You trying to kill me? Not so rough Terry!';
_root.seq = 3;
}
if (_root.ftg < 30 and _root.ftg > 20) {
_root.seq = 2;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ftg >= 16 and _root.ftg < 20) {
_root.seq = 1;
}
if (_root.ftg >= 66 and _root.ftg < 70 and _root.seq == 1) {
_root.seq = 0;
_root.sex += 5;
_root.bonus = 'good';
_root.rel += 2;
_root.say = 'Mmmm, nice and slow just like that. Let me get used to that black monster.';
}
if (_root.ftg >= 90 and _root.seq < 2) {
_root.bonus = 'deep';
_root.say = 'SHIT Stop! You trying to kill me? Not so rough Terry!';
_root.seq = '2';
}
if (_root.ftg < 90 and _root.ftg > 70) {
_root.seq = 0;
}
}
if (_root.sex >= 66) {
if (_root.ftg >= 66 and _root.ftg < 71) {
_root.seq = 1;
}
if (_root.ftg >= 91 and _root.ftg < 95 and _root.seq == 1) {
_root.seq = 0;
_root.sex += 5;
_root.bonus = 'good';
_root.rel += 2;
_root.say = 'Fuck Yes! Fuck me with that big black cock Terry! I love it!';
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.play_stopsex = 1;
_root.wtg = 389;
}
};
}
}
movieClip 842 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(int(_root.ftg));
};
}
}
movieClip 845 {
}
button 846 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('sma');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 847 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Are you making a phone call right now? Ohhh, I see…that\'s much better.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('sma');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 389;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('sma');
}
}
}
movieClip 851 {
}
movieClip 854 {
}
movieClip 857 {
}
movieClip 858 {
frame 1 {
this.onEnterFrame = function () {
hl._alpha = _root.hl;
hr._alpha = _root.hr;
};
}
}
button 861 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('t2');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 862 {
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.rel += 0.5;
_root.hr -= 8;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Oh this is dirty babe. Yeah lick me clean…mmmm';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.hr -= 8;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.hr -= 8;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('t2');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('t2');
}
}
}
button 864 {
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.rel += 0.5;
_root.hl -= 8;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'It\'s warm and sticky, like something else I love on my breasts. Feels really good…';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.hl -= 8;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.hl -= 8;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('t2');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
if (_root.item_feather == 0) {
_root.wtg = 389;
} else {
_root.wtg = 0;
}
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('t2');
}
}
}
button 865 {
on (release) {
en = 1;
mo = 0;
rq = 250;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.rel < rq) {
_root.rel -= 10;
_root.req = rq;
_root.wtg = 417;
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.rel += 10;
_root.wtg = 420;
}
}
}
movieClip 869 {
}
movieClip 874 {
}
button 875 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('can');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 876 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'What are you doing back there Terry? Mmm, nevermind…carry on.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('can');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('can');
}
}
}
movieClip 879 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(int(_root.ftg));
};
}
}
movieClip 880 {
frame 1 {
_root.sex = 0;
_root.seq = 0;
this.onEnterFrame = function () {
_root.ftg = int(_xmouse / 9);
if (_root.sex < 33) {
if (_root.ftg >= 1 and _root.ftg < 5) {
_root.seq = 1;
}
if (_root.ftg >= 16 and _root.ftg < 20 and _root.seq == 1) {
_root.seq = 2;
_root.sex += 5;
_root.bonus = 'good';
_root.rel += 2;
_root.say = 'Oh my…yes it feels good. ';
}
if (_root.ftg >= 30 and _root.seq < 3 and _root.seq > 0) {
_root.bonus = 'deep';
_root.say = 'OUCH! Dammit Terry! Why do guys always get carried away, you have to go slowly back there!';
_root.seq = 3;
}
if (_root.ftg < 30 and _root.ftg > 20) {
_root.seq = 2;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ftg >= 16 and _root.ftg < 20) {
_root.seq = 1;
}
if (_root.ftg >= 66 and _root.ftg < 70 and _root.seq == 1) {
_root.seq = 0;
_root.sex += 5;
_root.bonus = 'good';
_root.rel += 2;
_root.say = 'Oh my…yes it feels good. ';
}
if (_root.ftg >= 90 and _root.seq < 2) {
_root.bonus = 'deep';
_root.say = 'OUCH! Dammit Terry! Why do guys always get carried away, you have to go slowly back there!';
_root.seq = '2';
}
if (_root.ftg < 90 and _root.ftg > 70) {
_root.seq = 0;
}
}
if (_root.sex >= 66) {
if (_root.ftg >= 66 and _root.ftg < 71) {
_root.seq = 1;
}
if (_root.ftg >= 91 and _root.ftg < 95 and _root.seq == 1) {
_root.seq = 0;
_root.sex += 5;
_root.bonus = 'good';
_root.rel += 2;
_root.say = 'Yes! Yes! Keep going baby, I love it in my ass!';
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.play_stopsex = 1;
_root.wtg = 389;
}
};
}
}
movieClip 884 {
}
button 886 {
on (release) {
_root.play_stopsex = 1;
_root.wtg = 389;
}
}
button 888 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h20');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 889 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'What are you doing back there Terry? Mmm, nevermind…carry on.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h20');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h20');
}
}
}
movieClip 894 {
}
movieClip 895 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(int(_root.ftg));
};
}
}
movieClip 896 {
frame 1 {
_root.sex = 0;
_root.seq = 0;
this.onEnterFrame = function () {
_root.ftg = int(_xmouse / 9);
if (_root.sex < 33) {
if (_root.ftg >= 1 and _root.ftg < 5) {
_root.seq = 1;
}
if (_root.ftg >= 16 and _root.ftg < 20 and _root.seq == 1) {
_root.seq = 2;
_root.sex += 5;
_root.bonus = 'good';
_root.rel += 2;
_root.say = 'Oooh, slide that finger in slowly baby. Ahhhh, that\'s good…';
}
if (_root.ftg >= 30 and _root.seq < 3 and _root.seq > 0) {
_root.bonus = 'deep';
_root.say = 'Ouch Terry! Fuck! You can\'t just force your fingers in like that!';
_root.seq = 3;
}
if (_root.ftg < 30 and _root.ftg > 20) {
_root.seq = 2;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ftg >= 16 and _root.ftg < 20) {
_root.seq = 1;
}
if (_root.ftg >= 66 and _root.ftg < 70 and _root.seq == 1) {
_root.seq = 0;
_root.sex += 5;
_root.bonus = 'good';
_root.rel += 2;
_root.say = 'Oooh, slide that finger in slowly baby. Ahhhh, that\'s good…';
}
if (_root.ftg >= 90 and _root.seq < 2) {
_root.bonus = 'deep';
_root.say = 'Ouch Terry! Fuck! You can\'t just force your fingers in like that!';
_root.seq = '2';
}
if (_root.ftg < 90 and _root.ftg > 70) {
_root.seq = 0;
}
}
if (_root.sex >= 66) {
if (_root.ftg >= 66 and _root.ftg < 71) {
_root.seq = 1;
}
if (_root.ftg >= 91 and _root.ftg < 95 and _root.seq == 1) {
_root.seq = 0;
_root.sex += 5;
_root.bonus = 'good';
_root.rel += 2;
_root.say = 'Yeah! Yeah! Speed up a little…now 2 fingers just like that! Oooooh!';
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.play_stopsex = 1;
_root.wtg = 389;
}
};
}
}
movieClip 900 {
}
movieClip 903 {
}
movieClip 906 {
}
movieClip 907 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(int(_root.ftg));
};
}
}
movieClip 909 {
frame 1 {
_root.sex = 0;
_root.seq = 0;
this.onEnterFrame = function () {
_root.ftg = int(_xmouse / 9);
if (_root.sex < 33) {
if (_root.ftg >= 1 and _root.ftg < 5) {
_root.seq = 1;
}
if (_root.ftg >= 16 and _root.ftg < 20 and _root.seq == 1) {
_root.seq = 2;
_root.sex += 5;
_root.bonus = 'good';
_root.rel += 2;
_root.say = 'Hmph..Gulp…I love how hot and hard it feels in my mouth…';
}
if (_root.ftg >= 30 and _root.seq < 3 and _root.seq > 0) {
_root.bonus = 'deep';
_root.say = 'UGHMMLPH! Stop it Terry! Do guys think all girls suck dick like pornstars!?';
_root.seq = 3;
}
if (_root.ftg < 30 and _root.ftg > 20) {
_root.seq = 2;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ftg >= 16 and _root.ftg < 20) {
_root.seq = 1;
}
if (_root.ftg >= 66 and _root.ftg < 70 and _root.seq == 1) {
_root.seq = 0;
_root.sex += 5;
_root.bonus = 'good';
_root.rel += 2;
_root.say = 'Hmph..Gulp…I love how hot and hard it feels in my mouth…';
}
if (_root.ftg >= 90 and _root.seq < 2) {
_root.bonus = 'deep';
_root.say = 'UGHMMLPH! Stop it Terry! Do guys think all girls suck dick like pornstars!?';
_root.seq = '2';
}
if (_root.ftg < 90 and _root.ftg > 70) {
_root.seq = 0;
}
}
if (_root.sex >= 66) {
if (_root.ftg >= 66 and _root.ftg < 71) {
_root.seq = 1;
}
if (_root.ftg >= 91 and _root.ftg < 95 and _root.seq == 1) {
_root.seq = 0;
_root.sex += 5;
_root.bonus = 'good';
_root.rel += 2;
_root.say = 'Gulp…Slurp…Hmph…your balls are hitting my chin, that\'s really hot babe.';
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 0;
}
};
}
}
button 911 {
on (release) {
en = 1;
mo = 0;
rq = 250;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.rel < rq) {
_root.rel -= 10;
_root.req = rq;
_root.wtg = 436;
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.rel += 20;
_root.wtg = 439;
}
}
}
button 913 {
on (release) {
_root.play_stopsex = 1;
_root.wtg = 389;
}
}
movieClip 920 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(int(_root.ftg));
};
}
}
movieClip 922 {
frame 1 {
_root.sex = 0;
_root.seq = 0;
this.onEnterFrame = function () {
_root.ftg = int(_xmouse / 9);
if (_root.sex < 33) {
if (_root.ftg >= 1 and _root.ftg < 5) {
_root.seq = 1;
}
if (_root.ftg >= 16 and _root.ftg < 20 and _root.seq == 1) {
_root.seq = 2;
_root.sex += 5;
_root.bonus = 'good';
_root.rel += 2;
_root.say = 'Gulp…mmm you do like it. You get any bigger and it won’t fit babe.';
}
if (_root.ftg >= 30 and _root.seq < 3 and _root.seq > 0) {
_root.bonus = 'deep';
_root.say = 'STOP! I do still need to breath! ';
_root.seq = 3;
}
if (_root.ftg < 30 and _root.ftg > 20) {
_root.seq = 2;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ftg >= 16 and _root.ftg < 20) {
_root.seq = 1;
}
if (_root.ftg >= 66 and _root.ftg < 70 and _root.seq == 1) {
_root.seq = 0;
_root.sex += 5;
_root.bonus = 'good';
_root.rel += 2;
_root.say = 'Gulp…mmm you do like it. You get any bigger and it won’t fit babe.';
}
if (_root.ftg >= 90 and _root.seq < 2) {
_root.bonus = 'deep';
_root.say = 'STOP! I do still need to breath! ';
_root.seq = '2';
}
if (_root.ftg < 90 and _root.ftg > 70) {
_root.seq = 0;
}
}
if (_root.sex >= 66) {
if (_root.ftg >= 66 and _root.ftg < 71) {
_root.seq = 1;
}
if (_root.ftg >= 91 and _root.ftg < 95 and _root.seq == 1) {
_root.seq = 0;
_root.sex += 5;
_root.bonus = 'good';
_root.rel += 2;
_root.say = 'Slurp…Gulp…Ahhh, yeah I love a good throat fuck!';
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.play_stopsex = 1;
_root.wtg = 389;
}
};
}
}
movieClip 935 {
frame 1 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
if (_root.sexspeed != 0) {
delete this.onEnterFrame;
nextFrame();
} else {
gotoAndPlay(1);
}
}
};
}
frame 2 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
if (_root.ss > 1) {
delete this.onEnterFrame;
nextFrame();
} else {
delete this.onEnterFrame;
gotoAndStop(8);
}
}
};
}
frame 3 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 4 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 5 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 6 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
if (_root.ss != 5) {
delete this.onEnterFrame;
nextFrame();
} else {
gotoAndStop(3);
}
}
};
}
frame 7 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 8 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
gotoAndStop(1);
}
};
}
}
movieClip 936 {
}
movieClip 937 {
}
movieClip 938 {
}
movieClip 939 {
}
movieClip 941 {
}
movieClip 942 {
frame 1 {
_root.bad = 0;
_root.sexspeed = 0;
_root.txt = ' ';
_root.spd1 = 15;
_root.spd2 = 30;
_root.spd3 = 60;
_root.spd4 = 80;
_parent.anal._x = 2000;
_root.gtxt1 = 'Yeah, I really need that cock right now…mmm yes slide it in.';
_root.gtxt2 = 'Yeah…yeah…you fuck me so good babe...';
_root.gtxt3 = 'OH! That\'s so good! Your cock…damn Terry!';
_root.gtxt4 = 'Ahhhh! I just came so hard…Don’t stop! I wanna do it again…mmmm yessss';
_root.gtxt5 = 'YES! YES! I love getting fucked hard, give it to me Terry!';
this.onEnterFrame = function () {
if (_root.sex < _root.spd1) {
if (_root.ss == 1) {
_root.txt = _root.gtxt1;
_root.sex += 0.1;
_root.bad -= 0.05;
}
if (_root.ss != 1) {
_root.txt = ' ';
_root.bad += 0.1;
}
}
if (_root.sex >= _root.spd1 and _root.sex < _root.spd2) {
if (_root.ss == 2) {
_root.txt = _root.gtxt2;
_root.sex += 0.1;
_root.bad -= 0.05;
}
if (_root.ss != 2) {
_root.txt = ' ';
_root.bad += 0.1;
}
}
if (_root.sex >= _root.spd2 and _root.sex < _root.spd3) {
if (_root.ss == 3) {
_root.txt = _root.gtxt3;
_root.sex += 0.1;
_root.bad -= 0.05;
}
if (_root.ss != 3) {
_root.txt = ' ';
_root.bad += 0.1;
}
}
if (_root.sex >= _root.spd3 and _root.sex < _root.spd4) {
if (_root.ss == 4) {
_root.txt = _root.gtxt4;
_root.sex += 0.1;
_root.bad -= 0.05;
}
if (_root.ss != 4) {
_root.txt = ' ';
_root.bad += 0.1;
}
}
if (_root.sex >= _root.spd4) {
if (_root.ss == 5) {
_root.txt = _root.gtxt5;
_root.sex += 0.1;
_root.bad -= 0.05;
}
if (_root.ss != 5) {
_root.txt = ' ';
_root.bad += 0.1;
}
}
if (_root.sex < 0) {
_root.sex = 0;
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 453;
}
bar._y = 400 - _root.sex * 4 + 20;
bar._height = _root.sex * 4;
barbad._y = 400 - _root.bad * 4 + 20;
barbad._height = _root.bad * 4.1;
};
}
}
button 943 {
on (release) {
_root.sexspeed = 70;
_root.ss = 5;
}
}
button 945 {
on (release) {
_root.sexspeed = 70;
_root.ss = 4;
}
}
button 947 {
on (release) {
_root.sexspeed = 50;
_root.ss = 3;
}
}
button 949 {
on (release) {
_root.sexspeed = 30;
_root.ss = 2;
}
}
button 951 {
on (release) {
_root.sexspeed = 15;
_root.ss = 1;
}
}
button 953 {
on (release) {
if (_root.rel < 700) {
_root.wtg = 449;
} else {
_root.wtg = 451;
}
}
}
button 955 {
on (release) {
_root.wtg = 0;
}
}
movieClip 968 {
frame 1 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
if (_root.sexspeed != 0) {
delete this.onEnterFrame;
nextFrame();
} else {
gotoAndPlay(1);
}
}
};
}
frame 2 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
if (_root.ss > 1) {
delete this.onEnterFrame;
nextFrame();
} else {
delete this.onEnterFrame;
gotoAndStop(8);
}
}
};
}
frame 3 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 4 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 5 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 6 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
if (_root.ss != 5) {
delete this.onEnterFrame;
nextFrame();
} else {
gotoAndStop(3);
}
}
};
}
frame 7 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 8 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
gotoAndStop(1);
}
};
}
}
movieClip 969 {
}
movieClip 981 {
frame 1 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
if (_root.sexspeed != 0) {
delete this.onEnterFrame;
nextFrame();
} else {
gotoAndPlay(1);
}
}
};
}
frame 2 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
if (_root.ss > 1) {
delete this.onEnterFrame;
nextFrame();
} else {
delete this.onEnterFrame;
gotoAndStop(8);
}
}
};
}
frame 3 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 4 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 5 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 6 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
if (_root.ss != 5) {
delete this.onEnterFrame;
nextFrame();
} else {
gotoAndStop(3);
}
}
};
}
frame 7 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 8 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
gotoAndStop(1);
}
};
}
}
movieClip 982 {
}
button 983 {
on (release) {
_root.wtg = 445;
}
}
button 985 {
on (release) {
_root.wtg = 445;
}
}
movieClip 997 {
frame 1 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
if (_root.sexspeed != 0) {
delete this.onEnterFrame;
nextFrame();
} else {
gotoAndPlay(1);
}
}
};
}
frame 2 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
if (_root.ss > 1) {
delete this.onEnterFrame;
nextFrame();
} else {
delete this.onEnterFrame;
gotoAndStop(8);
}
}
};
}
frame 3 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 4 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 5 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 6 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
if (_root.ss != 5) {
delete this.onEnterFrame;
nextFrame();
} else {
gotoAndStop(3);
}
}
};
}
frame 7 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 8 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
gotoAndStop(1);
}
};
}
}
movieClip 998 {
}
movieClip 999 {
frame 1 {
_root.bad = 0;
_root.sexspeed = 0;
_root.txt = ' ';
_root.spd1 = 15;
_root.spd2 = 30;
_root.spd3 = 60;
_root.spd4 = 80;
_parent.anal._x = 2000;
_root.gtxt1 = 'Oooh, in my ass? It\'s been a while...Ohhh, well come on in then…Hmph…yeah';
_root.gtxt2 = 'Yeah…yeah…you fuck me so good babe...';
_root.gtxt3 = 'Fuck my ass baby! Get deep in there Terry! Ahhh!';
_root.gtxt4 = 'Ahhhh! I just came so hard…Don’t stop! I wanna do it again…mmmm yessss';
_root.gtxt5 = 'YES! YES! I love getting fucked hard, give it to me Terry!';
this.onEnterFrame = function () {
if (_root.sex < _root.spd1) {
if (_root.ss == 1) {
_root.txt = _root.gtxt1;
_root.sex += 0.1;
_root.bad -= 0.05;
}
if (_root.ss != 1) {
_root.txt = ' ';
_root.bad += 0.1;
}
}
if (_root.sex >= _root.spd1 and _root.sex < _root.spd2) {
if (_root.ss == 2) {
_root.txt = _root.gtxt2;
_root.sex += 0.1;
_root.bad -= 0.05;
}
if (_root.ss != 2) {
_root.txt = ' ';
_root.bad += 0.1;
}
}
if (_root.sex >= _root.spd2 and _root.sex < _root.spd3) {
if (_root.ss == 3) {
_root.txt = _root.gtxt3;
_root.sex += 0.1;
_root.bad -= 0.05;
}
if (_root.ss != 3) {
_root.txt = ' ';
_root.bad += 0.1;
}
}
if (_root.sex >= _root.spd3 and _root.sex < _root.spd4) {
if (_root.ss == 4) {
_root.txt = _root.gtxt4;
_root.sex += 0.1;
_root.bad -= 0.05;
}
if (_root.ss != 4) {
_root.txt = ' ';
_root.bad += 0.1;
}
}
if (_root.sex >= _root.spd4) {
if (_root.ss == 5) {
_root.txt = _root.gtxt5;
_root.sex += 0.1;
_root.bad -= 0.05;
}
if (_root.ss != 5) {
_root.txt = ' ';
_root.bad += 0.1;
}
}
if (_root.sex < 0) {
_root.sex = 0;
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 453;
}
bar._y = 400 - _root.sex * 4 + 20;
bar._height = _root.sex * 4;
barbad._y = 400 - _root.bad * 4 + 20;
barbad._height = _root.bad * 4.1;
};
}
}
movieClip 1003 {
}
button 1005 {
on (release) {
rq = 500;
err = 0;
if (_root.rel < rq) {
_root.rel -= 30;
_root.req = rq;
_root.wtg = 462;
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.rel += 10;
_root.wtg = 465;
}
}
}
button 1007 {
on (release) {
_root.wtg = 459;
}
}
button 1009 {
on (release) {
_root.wtg = 456;
}
}
movieClip 1015 {
frame 40 {
stop();
}
}
movieClip 1016 {
}
button 1018 {
on (release) {
_root.wtg = 468;
}
}
movieClip 1024 {
}
movieClip 1025 {
frame 35 {
stop();
}
}
movieClip 1026 {
}
movieClip 1027 {
}
movieClip 1030 {
frame 41 {
stop();
}
}
movieClip 1031 {
}
movieClip 1036 {
}
movieClip 1041 {
}
movieClip 1042 {
}
movieClip 1045 {
}
button 1049 {
on (release) {
en = 1;
mo = 0;
rq = 400;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.rel < rq) {
_root.rel -= 20;
_root.req = rq;
_root.wtg = 480;
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.rel += 10;
_root.wtg = 483;
}
}
}
movieClip 1053 {
}
movieClip 1060 {
}
movieClip 1061 {
}
movieClip 1062 {
}
movieClip 1067 {
}
button 1069 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Yes I\'m getting so hot, dressing up was a great idea babe.';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
}
button 1072 {
on (rollOver) {
_root.touch = 1;
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
}
button 1074 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'So gentle and strong at the same time. You\'re driving me crazy Ricco…';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h3');
}
}
}
button 1075 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Ohhhh! I\'m already dripping wet. I love role play baby!';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
tellTarget ('_root.smoke') {
gotoAndStop('h2');
}
_root.tsec = 1;
if (_root.pro >= 10) {
_root.bonus = 'reset';
_root.pro = 0;
_root.say = '';
_root.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h2');
}
}
}
movieClip 1080 {
}
button 1082 {
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.rel += 0.5;
_root.touchx = 60;
_root.touch = 2;
_root.say = 'Oh yeah, rub it just like I would do it baby. Nice and slow…';
}
if (_root.touch == 1 and _root.touchx > 40) {
_root.bonus = 'fast';
_root.pro += 1;
_root.touchx = 60;
_root.touch = 2;
}
if (_root.touch == 1 and _root.touchx == 0) {
_root.bonus = 'slow';
_root.pro += 1;
_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.wtg = 0;
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop('h6');
}
}
}
movieClip 1097 {
frame 1 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
if (_root.sexspeed != 0) {
delete this.onEnterFrame;
nextFrame();
} else {
gotoAndPlay(1);
}
}
};
}
frame 2 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
if (_root.ss > 1) {
delete this.onEnterFrame;
nextFrame();
} else {
delete this.onEnterFrame;
gotoAndStop(8);
}
}
};
}
frame 3 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 4 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 5 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 6 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
if (_root.ss != 5) {
delete this.onEnterFrame;
nextFrame();
} else {
gotoAndStop(3);
}
}
};
}
frame 7 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
nextFrame();
}
};
}
frame 8 {
stop();
c = 0;
this.onEnterFrame = function () {
c += 1;
if (c >= 10 - _root.sexspeed / 10) {
delete this.onEnterFrame;
gotoAndStop(1);
}
};
}
}
movieClip 1098 {
}
movieClip 1100 {
frame 1 {
_root.bad = 0;
_root.sexspeed = 0;
_root.txt = ' ';
_root.spd1 = 15;
_root.spd2 = 30;
_root.spd3 = 60;
_root.spd4 = 80;
_parent.anal._x = 2000;
_root.gtxt1 = 'Ohhh, that is good. Slow just like that, get that cock nice and slippery Ricco.';
_root.gtxt2 = 'My boyfriend is never this gentle and slow. Yessss, lay some pipe baby.';
_root.gtxt3 = 'How does that tight pussy feel Ricco? Your hard cock says you like it.';
_root.gtxt4 = 'Oooh shit! I never knew it could feel this good baby! Don’t stop!';
_root.gtxt5 = 'Oh! Oh! OHHH! You are gonna ruin my pussy for any other man, harder Ricco!';
this.onEnterFrame = function () {
if (_root.sex < _root.spd1) {
if (_root.ss == 1) {
_root.txt = _root.gtxt1;
_root.sex += 0.1;
_root.bad -= 0.05;
}
if (_root.ss != 1) {
_root.txt = ' ';
_root.bad += 0.1;
}
}
if (_root.sex >= _root.spd1 and _root.sex < _root.spd2) {
if (_root.ss == 2) {
_root.txt = _root.gtxt2;
_root.sex += 0.1;
_root.bad -= 0.05;
}
if (_root.ss != 2) {
_root.txt = ' ';
_root.bad += 0.1;
}
}
if (_root.sex >= _root.spd2 and _root.sex < _root.spd3) {
if (_root.ss == 3) {
_root.txt = _root.gtxt3;
_root.sex += 0.1;
_root.bad -= 0.05;
}
if (_root.ss != 3) {
_root.txt = ' ';
_root.bad += 0.1;
}
}
if (_root.sex >= _root.spd3 and _root.sex < _root.spd4) {
if (_root.ss == 4) {
_root.txt = _root.gtxt4;
_root.sex += 0.1;
_root.bad -= 0.05;
}
if (_root.ss != 4) {
_root.txt = ' ';
_root.bad += 0.1;
}
}
if (_root.sex >= _root.spd4) {
if (_root.ss == 5) {
_root.txt = _root.gtxt5;
_root.sex += 0.1;
_root.bad -= 0.05;
}
if (_root.ss != 5) {
_root.txt = ' ';
_root.bad += 0.1;
}
}
if (_root.sex < 0) {
_root.sex = 0;
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 0;
}
bar._y = 400 - _root.sex * 4 + 20;
bar._height = _root.sex * 4;
barbad._y = 400 - _root.bad * 4 + 20;
barbad._height = _root.bad * 4.1;
};
}
}
button 1103 {
on (release) {
_root.wtg = 503;
}
}
button 1104 {
on (release) {
_root.wtg = 500;
}
}
movieClip 1109 {
frame 40 {
stop();
}
}
movieClip 1110 {
frame 40 {
stop();
}
}
movieClip 1111 {
}
movieClip 1118 {
}
movieClip 1119 {
}
movieClip 1124 {
}
movieClip 1127 {
}
movieClip 1134 {
}
button 1136 {
on (release) {
_root.rel += 20;
_root.wtg = 520;
}
}
button 1138 {
on (release) {
_root.rel -= 100;
_root.wtg = 518;
}
}
movieClip 1142 {
}
movieClip 1146 {
}
movieClip 1150 {
}
movieClip 1153 {
frame 1 {
stop();
this.onEnterFrame = function () {
gotoAndStop(int(_root.ftg));
};
}
}
movieClip 1158 {
frame 1 {
_root.sex = 0;
_root.seq = 0;
this.onEnterFrame = function () {
_root.ftg = int(_xmouse / 9);
if (_root.sex < 33) {
if (_root.ftg >= 1 and _root.ftg < 5) {
_root.seq = 1;
}
if (_root.ftg >= 16 and _root.ftg < 20 and _root.seq == 1) {
_root.seq = 2;
_root.sex += 5;
_root.rel += 2;
_root.bonus = 'good';
_root.say = 'Mmmm, you like when I lick the shaft like this don\'t you babe?';
}
if (_root.ftg >= 30 and _root.seq < 3 and _root.seq > 0) {
_root.bonus = 'deep';
_root.say = 'Gulp…Slurp…YES, shove that cock down my throat Ni…Terry!';
_root.seq = 3;
}
if (_root.ftg < 30 and _root.ftg > 20) {
_root.seq = 2;
}
}
if (_root.sex >= 33 and _root.sex < 66) {
if (_root.ftg >= 16 and _root.ftg < 20) {
_root.seq = 1;
}
if (_root.ftg >= 66 and _root.ftg < 70 and _root.seq == 1) {
_root.seq = 0;
_root.sex += 5;
_root.rel += 2;
_root.bonus = 'good';
_root.say = 'Mmmm, you like when I lick the shaft like this don\'t you babe?';
}
if (_root.ftg >= 90 and _root.seq < 2) {
_root.bonus = 'deep';
_root.say = 'Gulp…Slurp…YES, shove that cock down my throat Ni…Terry!';
_root.seq = '2';
}
if (_root.ftg < 90 and _root.ftg > 70) {
_root.seq = 0;
}
}
if (_root.sex >= 66) {
if (_root.ftg >= 66 and _root.ftg < 71) {
_root.seq = 1;
}
if (_root.ftg >= 91 and _root.ftg < 95 and _root.seq == 1) {
_root.seq = 0;
_root.sex += 5;
_root.rel += 2;
_root.bonus = 'good';
_root.say = 'Damn Sasha, I can\'t hold it much longer…';
}
}
if (_root.sex >= 100) {
delete this.onEnterFrame;
_root.wtg = 0;
}
};
}
}
movieClip 1161 {
}
button 1163 {
on (release) {
_root.wtg = 590;
}
}
movieClip 1167 {
}
movieClip 1172 {
}
movieClip 1177 {
}
movieClip 1182 {
}
movieClip 1188 {
}
movieClip 1191 {
}
movieClip 1195 {
}
movieClip 1198 {
}
movieClip 1202 {
}
movieClip 1206 {
}
movieClip 1210 {
}
movieClip 1219 {
}
button 1222 {
on (release) {
err = 0;
if (_root.day == 2 and err == 0) {
err = 1;
_root.wtg = 615;
}
if (_root.day >= 7 and err == 0 and _root.q1 == 2 and _root.q2 == 0) {
err = 1;
_root.wtg = 621;
}
if (_root.day >= 12 and err == 0 and _root.q2 == 2 and _root.q3 == 0) {
err = 1;
_root.wtg = 627;
}
if (_root.day >= 18 and err == 0 and _root.q3 == 2 and _root.q4 == 0) {
err = 1;
_root.wtg = 633;
}
if (_root.day >= 32 and err == 0 and _root.q4 == 2 and _root.q5 == 0) {
err = 1;
_root.wtg = 639;
}
if (_root.day >= 40) {
err = 1;
_root.wtg = 650;
}
if (_root.q3 == 1 and _root.loo >= 30 and err == 0) {
err = 1;
_root.wtg = 630;
}
if (_root.q4 == 1 and _root.item_smartphone == 1 and err == 0) {
err = 1;
_root.wtg = 636;
}
if (err == 0) {
_root.wtg = 1;
}
}
}
movieClip 1225 {
}
movieClip 1228 {
}
movieClip 1229 {
frame 1 {
var savefile = SharedObject.getLocal('sasha');
savefile.data.day = _root.day;
savefile.data.money = _root.money;
savefile.data.energy = _root.energy;
savefile.data.loo = _root.loo;
savefile.data.fit = _root.fit;
savefile.data.sma = _root.sma;
savefile.data.rel = _root.rel;
savefile.data.item_honey = _root.item_honey;
savefile.data.item_candle = _root.item_candle;
savefile.data.item_wine = _root.item_wine;
savefile.data.item_champagne = _root.item_champagne;
savefile.data.item_lobster = _root.item_lobster;
savefile.data.item_smartphone = _root.item_smartphone;
savefile.data.item_dildo = _root.item_dildo;
savefile.data.item_lingerie = _root.item_lingerie;
savefile.data.item_suit = _root.item_suit;
savefile.data.item_glasses = _root.item_glasses;
savefile.data.item_feather = _root.item_feather;
savefile.data.q1 = _root.q1;
savefile.data.q2 = _root.q2;
savefile.data.q3 = _root.q3;
savefile.data.q4 = _root.q4;
savefile.data.q5 = _root.q5;
savefile.data.q6 = _root.q6;
savefile.data.q7 = _root.q7;
savefile.data.q8 = _root.q8;
savefile.data.introgo = _root.introgo;
d = 0;
this.onEnterFrame = function () {
d += 1;
if (d >= 100) {
ddd._alpha = 0;
}
};
}
}
movieClip 1232 {
}
movieClip 1233 {
}
button 1234 {
on (release) {
_root.wtf = 601;
}
}
button 1236 {
on (release) {
_root.wtf = 602;
}
}
button 1238 {
on (release) {
_root.wtf = 603;
}
}
button 1240 {
on (release) {
_root.wtf = 604;
}
}
button 1242 {
on (release) {
_root.wtf = 605;
}
}
button 1244 {
on (rollOver, releaseOutside) {
tellTarget ('_root.smoke') {
_root.texteo = 'GO TO APARTMENT';
gotoAndStop('say');
}
}
on (rollOut) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
}
on (release) {
tellTarget ('_root.smoke') {
gotoAndStop(1);
}
_root.wtg = 1;
}
}
button 1245 {
on (release) {
_root.wtf = 600;
}
}
button 1247 {
on (release) {
en = 2;
mo = 0;
rq = 0;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.money -= mo;
_root.fit += 2;
tellTarget ('_root.main.sub') {
gotoAndStop(20);
}
}
}
}
button 1250 {
on (release) {
en = 3;
mo = 20;
rq = 0;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.mo < mo) {
tellTarget ('_root.main.sub') {
gotoAndStop(4);
}
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.money -= mo;
_root.fit += 5;
tellTarget ('_root.main.sub') {
gotoAndStop(21);
}
}
}
}
movieClip 1255 {
}
movieClip 1256 {
}
button 1258 {
on (release) {
en = 2;
mo = 0;
rq = 0;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.money -= mo;
_root.sma += 2;
tellTarget ('_root.main.sub') {
gotoAndStop(24);
}
}
}
}
button 1260 {
on (release) {
en = 3;
mo = 20;
rq = 0;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.mo < mo) {
tellTarget ('_root.main.sub') {
gotoAndStop(4);
}
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.money -= mo;
_root.sma += 5;
tellTarget ('_root.main.sub') {
gotoAndStop(25);
}
}
}
}
button 1263 {
on (release) {
en = 2;
mo = 0;
rq = 0;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.money -= mo;
_root.loo += 2;
tellTarget ('_root.main.sub') {
gotoAndStop(30);
}
}
}
}
button 1265 {
on (release) {
en = 3;
mo = 20;
rq = 0;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (_root.mo < mo) {
tellTarget ('_root.main.sub') {
gotoAndStop(4);
}
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.money -= mo;
_root.loo += 5;
tellTarget ('_root.main.sub') {
gotoAndStop(31);
}
}
}
}
button 1269 {
on (release) {
en = 5;
mo = 40;
rq = 0;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.money += mo;
tellTarget ('_root.main.sub') {
gotoAndStop(34);
}
}
}
}
button 1276 {
on (release) {
en = 4;
mo = 70;
rq = 0;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.money += mo;
tellTarget ('_root.main.sub') {
gotoAndStop(35);
}
}
}
}
movieClip 1278 {
frame 1 {
stop();
if (_root.fit >= 50) {
gotoAndStop(2);
}
}
}
button 1283 {
on (release) {
en = 4;
mo = 100;
rq = 0;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.money += mo;
tellTarget ('_root.main.sub') {
gotoAndStop(36);
}
}
}
}
movieClip 1285 {
frame 1 {
stop();
if (_root.sma >= 50 and _root.item_suit == 1) {
gotoAndStop(2);
}
}
}
button 1289 {
on (release) {
en = 5;
mo = 150;
rq = 0;
err = 0;
if (_root.energy < en) {
tellTarget ('_root.main.sub') {
gotoAndStop(3);
}
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.money += mo;
tellTarget ('_root.main.sub') {
gotoAndStop(37);
}
}
}
}
movieClip 1291 {
frame 1 {
stop();
if (_root.loo >= 50 and _root.item_glasses == 1) {
gotoAndStop(2);
}
}
}
button 1301 {
on (release) {
en = 0;
mo = 20;
rq = 0;
err = 0;
if (_root.mo < mo) {
tellTarget ('_root.main.sub') {
gotoAndStop(4);
}
err = 1;
}
if (err == 0) {
_root.item_honey = 1;
_root.money -= mo;
b1._alpha = 30;
b1.enabled = false;
}
}
}
button 1303 {
on (release) {
en = 0;
mo = 30;
rq = 0;
err = 0;
if (_root.mo < mo) {
tellTarget ('_root.main.sub') {
gotoAndStop(4);
}
err = 1;
}
if (err == 0) {
_root.item_candle = 1;
_root.money -= mo;
b2._alpha = 30;
b2.enabled = false;
}
}
}
button 1305 {
on (release) {
en = 0;
mo = 10;
rq = 0;
err = 0;
if (_root.mo < mo) {
tellTarget ('_root.main.sub') {
gotoAndStop(4);
}
err = 1;
}
if (err == 0) {
_root.item_wine = 1;
_root.money -= mo;
b3._alpha = 30;
b3.enabled = false;
}
}
}
button 1307 {
on (release) {
en = 0;
mo = 500;
rq = 0;
err = 0;
if (_root.mo < mo) {
tellTarget ('_root.main.sub') {
gotoAndStop(4);
}
err = 1;
}
if (err == 0) {
_root.item_champagne = 1;
_root.money -= mo;
b4._alpha = 30;
b4.enabled = false;
}
}
}
button 1309 {
on (release) {
en = 0;
mo = 120;
rq = 0;
err = 0;
if (_root.mo < mo) {
tellTarget ('_root.main.sub') {
gotoAndStop(4);
}
err = 1;
}
if (err == 0) {
_root.item_lobster = 1;
_root.money -= mo;
b5._alpha = 30;
b5.enabled = false;
}
}
}
button 1311 {
on (release) {
en = 0;
mo = 250;
rq = 0;
err = 0;
if (_root.mo < mo) {
tellTarget ('_root.main.sub') {
gotoAndStop(4);
}
err = 1;
}
if (err == 0) {
_root.item_smartphone = 1;
_root.money -= mo;
b6._alpha = 30;
b6.enabled = false;
}
}
}
button 1313 {
on (release) {
en = 0;
mo = 150;
rq = 0;
err = 0;
if (_root.mo < mo) {
tellTarget ('_root.main.sub') {
gotoAndStop(4);
}
err = 1;
}
if (err == 0) {
_root.item_dildo = 1;
_root.money -= mo;
b7._alpha = 30;
b7.enabled = false;
}
}
}
button 1315 {
on (release) {
en = 0;
mo = 400;
rq = 0;
err = 0;
if (_root.mo < mo) {
tellTarget ('_root.main.sub') {
gotoAndStop(4);
}
err = 1;
}
if (err == 0) {
_root.item_lingerie = 1;
_root.money -= mo;
b8._alpha = 30;
b8.enabled = false;
}
}
}
button 1317 {
on (release) {
en = 0;
mo = 280;
rq = 0;
err = 0;
if (_root.mo < mo) {
tellTarget ('_root.main.sub') {
gotoAndStop(4);
}
err = 1;
}
if (err == 0) {
_root.item_suit = 1;
_root.money -= mo;
b9._alpha = 30;
b9.enabled = false;
}
}
}
button 1319 {
on (release) {
en = 0;
mo = 300;
rq = 0;
err = 0;
if (_root.mo < mo) {
tellTarget ('_root.main.sub') {
gotoAndStop(4);
}
err = 1;
}
if (err == 0) {
_root.item_glasses = 1;
_root.money -= mo;
b10._alpha = 30;
b10.enabled = false;
}
}
}
movieClip 1323 {
}
movieClip 1346 {
}
movieClip 1348 {
}
movieClip 1349 {
}
movieClip 1352 {
}
movieClip 1353 {
}
movieClip 1354 {
}
movieClip 1356 {
}
movieClip 1360 {
}
movieClip 1361 {
}
button 1362 {
on (release) {
getURL('http://sasha.lessonofpassion.com/index.php?goending=' + _root.ending, '_blank');
}
}
button 1366 {
on (release) {
if (_root.pf1 == 'pf1') {
_root.playIntro = '0';
tellTarget ('_root') {
gotoAndStop(2);
}
} else {
getURL('http://playforceone.com/pf1_games.php?mygame=Living with Sasha', '_blank');
}
}
}
movieClip 1368 {
}
movieClip 1369 {
frame 15 {
stop();
}
}
button 1370 {
on (release) {
getURL('http://playforceone.com/pf1_games.php?mygame=The%20Bitcher', '_blank');
}
}
movieClip 1376 {
frame 1 {
if (_root.q1 != 1) {
ac._x = 2000;
}
_root.play_stopsex = 1;
}
frame 1 {
stop();
_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 = ' ';
this.onEnterFrame = function () {
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 = 150 - _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 = 300;
}
if (ccc <= 0) {
_root.go = '';
ccc = 0;
}
_root.supdisp = int(_root.sup);
if (_root.it1 + _root.it2 + _root.it3 + _root.it4 + _root.it5 + _root.it6 == 6) {
bx._x = 750;
}
};
black._alpha = 100;
}
frame 1 {
stop();
gotoAndStop(1);
if (_root.introgo != 1) {
gotoAndStop(530);
}
}
frame 2 {
_root.play_stopsex = 1;
}
frame 17 {
rand = int(random(2));
if (rand == 0) {
_root.say = 'You\'re so sweet Terry, but not now ok? Let\'s stop.';
}
if (rand == 1) {
_root.say = 'Stop it! Is that all you think about? I\'m not in the mood.';
}
if (rand == 2) {
_root.say = 'Terry Stop it! What kind of girl do you think I am!?';
}
_root.req_des = 'REQUIRED ' + _root.req + ' RELATIONSHIP POINTS';
_root.play_no = 1;
}
frame 18 {
rand = int(random(2));
if (rand == 0) {
_root.say = 'You\'re so sweet Terry, but not now ok? Let\'s stop.';
}
if (rand == 1) {
_root.say = 'Stop it! Is that all you think about? I\'m not in the mood.';
}
if (rand == 2) {
_root.say = 'Terry Stop it! What kind of girl do you think I am!?';
}
_root.req_des = 'REQUIRED ' + _root.req + ' RELATIONSHIP POINTS';
_root.play_no = 1;
}
frame 28 {
_root.req_des = 'REQUIRED ' + _root.req + ' RELATIONSHIP POINTS';
}
frame 31 {
_root.rel += 5;
_root.q7 = 1;
_root.play_yes = 1;
}
frame 44 {
_root.play_yes = 1;
}
frame 50 {
_root.req_des = 'REQUIRED ' + _root.req + ' RELATIONSHIP POINTS';
_root.play_no = 1;
}
frame 62 {
_root.play_yes = 1;
}
frame 65 {
_root.req_des = 'REQUIRED ' + _root.req + ' RELATIONSHIP POINTS';
_root.play_no = 1;
}
frame 70 {
_root.play_yes = 1;
}
frame 77 {
_root.play_yes = 1;
}
frame 83 {
_root.req_des = 'REQUIRED ' + _root.req + ' RELATIONSHIP POINTS';
_root.play_no = 1;
}
frame 86 {
_root.play_yes = 1;
}
frame 101 {
_root.play_yes = 1;
}
frame 103 {
if (_root.q2 == 1) {
gotoAndStop(624);
}
_root.play_yes = 1;
}
frame 109 {
if (_root.q5 == 1) {
gotoAndStop(642);
}
_root.play_yes = 1;
}
frame 115 {
_root.play_yes = 1;
}
frame 119 {
_root.req_des = 'REQUIRED ' + _root.req + ' RELATIONSHIP POINTS';
_root.play_no = 1;
}
frame 122 {
_root.play_moan = 1;
}
frame 126 {
_root.play_moan = 1;
}
frame 131 {
_root.play_yes = 1;
}
frame 140 {
rand = int(random(3));
if (rand == 1) {
gotoAndStop(147);
}
if (rand == 2) {
gotoAndStop(154);
}
if (rand == 3) {
gotoAndStop(161);
}
}
frame 175 {
if (_root.q6 == 0 and _root.day > 20) {
_root.q6 = 1;
gotoAndStop(540);
}
}
frame 177 {
_root.play_yes = 1;
}
frame 181 {
_root.play_yes = 1;
}
frame 189 {
_root.play_yes = 1;
}
frame 193 {
_root.play_no = 1;
}
frame 196 {
_root.play_yes = 1;
}
frame 202 {
_root.play_yes = 1;
}
frame 209 {
_root.play_no = 1;
}
frame 212 {
_root.play_yes = 1;
}
frame 215 {
_root.play_yes = 1;
}
frame 218 {
rand = int(random(2));
if (rand == 0) {
_root.say = 'You\'re so sweet Terry, but not now ok? Let\'s stop.';
}
if (rand == 1) {
_root.say = 'Stop it! Is that all you think about? I\'m not in the mood.';
}
if (rand == 2) {
_root.say = 'Terry Stop it! What kind of girl do you think I am!?';
}
_root.req_des = 'REQUIRED ' + _root.req + ' RELATIONSHIP POINTS';
_root.play_no = 1;
}
frame 225 {
rand = int(random(3));
if (rand == 1) {
gotoAndStop(147);
}
if (rand == 2) {
gotoAndStop(154);
}
if (rand == 3) {
gotoAndStop(161);
}
}
frame 257 {
_root.play_yes = 1;
}
frame 260 {
_root.play_yes = 1;
}
frame 263 {
_root.play_yes = 1;
}
frame 266 {
_root.play_yes = 1;
}
frame 270 {
_root.play_no = 1;
}
frame 273 {
_root.play_yes = 1;
}
frame 279 {
_root.play_moan = 1;
}
frame 281 {
_root.play_yes = 1;
}
frame 285 {
_root.play_moan = 1;
}
frame 291 {
_root.play_no = 1;
}
frame 295 {
_root.play_yes = 1;
}
frame 298 {
rand = int(random(2));
if (rand == 0) {
_root.say = 'You\'re so sweet Terry, but not now ok? Let\'s stop.';
}
if (rand == 1) {
_root.say = 'Stop it! Is that all you think about? I\'m not in the mood.';
}
if (rand == 2) {
_root.say = 'Terry Stop it! What kind of girl do you think I am!?';
}
_root.req_des = 'REQUIRED ' + _root.req + ' RELATIONSHIP POINTS';
_root.play_no = 1;
}
frame 311 {
_root.play_yes = 1;
}
frame 314 {
_root.play_yes = 1;
}
frame 317 {
_root.play_yes = 1;
}
frame 320 {
_root.play_no = 1;
}
frame 324 {
_root.play_yes = 1;
}
frame 327 {
_root.play_no = 1;
}
frame 331 {
_root.play_yes = 1;
}
frame 334 {
_root.play_no = 1;
}
frame 337 {
_root.play_yes = 1;
}
frame 340 {
_root.play_no = 1;
}
frame 343 {
_root.play_yes = 1;
}
frame 346 {
_root.play_no = 1;
}
frame 349 {
rand = int(random(2));
if (rand == 0) {
_root.say = 'You\'re so sweet Terry, but not now ok? Let\'s stop.';
}
if (rand == 1) {
_root.say = 'Stop it! Is that all you think about? I\'m not in the mood.';
}
if (rand == 2) {
_root.say = 'Terry Stop it! What kind of girl do you think I am!?';
}
_root.req_des = 'REQUIRED ' + _root.req + ' RELATIONSHIP POINTS';
}
frame 355 {
rand = int(random(2));
if (rand == 0) {
_root.say = 'You\'re so sweet Terry, but not now ok? Let\'s stop.';
}
if (rand == 1) {
_root.say = 'Stop it! Is that all you think about? I\'m not in the mood.';
}
if (rand == 2) {
_root.say = 'Terry Stop it! What kind of girl do you think I am!?';
}
_root.req_des = 'REQUIRED ' + _root.req + ' RELATIONSHIP POINTS';
}
frame 357 {
rand = int(random(2));
if (rand == 0) {
_root.say = 'You\'re so sweet Terry, but not now ok? Let\'s stop.';
}
if (rand == 1) {
_root.say = 'Stop it! Is that all you think about? I\'m not in the mood.';
}
if (rand == 2) {
_root.say = 'Terry Stop it! What kind of girl do you think I am!?';
}
_root.req_des = 'REQUIRED ' + _root.req + ' RELATIONSHIP POINTS';
_root.play_no = 1;
}
frame 362 {
_root.sts = 0;
}
frame 364 {
_root.play_moan = 1;
}
frame 369 {
_root.play_yes = 1;
}
frame 371 {
_root.play_moan = 1;
}
frame 374 {
_root.play_moan = 1;
}
frame 377 {
_root.play_yes = 1;
}
frame 384 {
_root.sts = 1;
}
frame 386 {
_root.sts = 3;
}
frame 389 {
_root.play_stopsex = 1;
}
frame 391 {
_root.play_moan = 1;
}
frame 396 {
_root.play_moan = 1;
}
frame 399 {
_root.play_stopsex = 1;
}
frame 401 {
_root.play_no = 1;
}
frame 404 {
_root.play_yes = 1;
}
frame 407 {
_root.play_moan = 1;
}
frame 413 {
_root.hr = 100;
_root.hl = 100;
_root.play_moan = 1;
}
frame 415 {
_root.play_stopsex = 1;
}
frame 417 {
_root.play_no = 1;
}
frame 420 {
_root.play_yes = 1;
}
frame 423 {
_root.play_moan = 1;
}
frame 426 {
_root.play_moan = 1;
}
frame 429 {
_root.play_moan = 1;
}
frame 432 {
_root.play_moan = 1;
_root.ftg = 1;
}
frame 439 {
_root.ftg = 0;
}
frame 441 {
_root.ftg = 1;
}
frame 443 {
rand = int(random(2));
if (rand == 0) {
_root.say = 'You\'re so sweet Terry, but not now ok? Let\'s stop.';
}
if (rand == 1) {
_root.say = 'Stop it! Is that all you think about? I\'m not in the mood.';
}
if (rand == 2) {
_root.say = 'Terry Stop it! What kind of girl do you think I am!?';
}
_root.req_des = 'REQUIRED ' + _root.req + ' RELATIONSHIP POINTS';
_root.play_no = 1;
}
frame 449 {
rand = int(random(2));
if (rand == 0) {
_root.say = 'You\'re so sweet Terry, but not now ok? Let\'s stop.';
}
if (rand == 1) {
_root.say = 'Stop it! Is that all you think about? I\'m not in the mood.';
}
if (rand == 2) {
_root.say = 'Terry Stop it! What kind of girl do you think I am!?';
}
_root.req_des = 'REQUIRED ' + _root.req + ' RELATIONSHIP POINTS';
_root.play_no = 1;
_root.play_stopsex = 1;
}
frame 451 {
_root.sex = 0;
}
frame 456 {
_root.play_moan = 1;
}
frame 459 {
_root.play_moan = 1;
}
frame 462 {
_root.play_moan = 1;
}
frame 465 {
_root.play_moan = 1;
}
frame 468 {
_root.play_yes = 1;
_root.play_stopsex = 1;
}
frame 480 {
_root.play_no = 1;
}
frame 483 {
_root.play_yes = 1;
_root.play_moan = 1;
}
frame 495 {
_root.sex = 0;
_root.play_stopsex = 1;
_root.play_sex = 1;
}
frame 500 {
_root.play_yes = 1;
_root.play_moan = 1;
}
frame 503 {
_root.play_moan = 1;
}
frame 518 {
_root.play_no = 1;
}
frame 520 {
_root.play_yes = 1;
}
frame 521 {
_root.play_moan = 1;
_root.ftg = 1;
}
frame 525 {
_root.play_stopsex = 1;
}
frame 526 {
_root.play_yes = 1;
}
frame 536 {
_root.introgo = 1;
}
frame 605 {
if (_root.item_honey == 1) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.item_candle == 1) {
b2._alpha = 30;
b2.enabled = false;
}
if (_root.item_wine == 1) {
b3._alpha = 30;
b3.enabled = false;
}
if (_root.item_champagne == 1 or _root.q5 == 0) {
b4._alpha = 30;
b4.enabled = false;
}
if (_root.item_lobster == 1 or _root.q2 == 0) {
b5._alpha = 30;
b5.enabled = false;
}
if (_root.item_smartphone == 1 or _root.q4 != 1) {
b6._alpha = 30;
b6.enabled = false;
}
if (_root.item_dildo == 1) {
b7._alpha = 30;
b7.enabled = false;
}
if (_root.item_lingerie == 1 or _root.q7 != 1) {
b8._alpha = 30;
b8.enabled = false;
}
if (_root.item_suit == 1) {
b9._alpha = 30;
b9.enabled = false;
}
if (_root.item_glasses == 1) {
b10._alpha = 30;
b10.enabled = false;
}
}
frame 616 {
_root.q1 = 1;
}
frame 619 {
_root.q1 = 2;
_root.rel += 20;
_root.play_yes = 1;
}
frame 622 {
_root.q2 = 1;
}
frame 625 {
_root.q2 = 2;
_root.rel += 30;
_root.play_yes = 1;
}
frame 628 {
_root.q3 = 1;
}
frame 630 {
_root.play_yes = 1;
}
frame 631 {
_root.q3 = 2;
_root.rel += 20;
}
frame 634 {
_root.q4 = 1;
}
frame 636 {
_root.play_yes = 1;
}
frame 637 {
_root.q4 = 2;
_root.rel += 30;
}
frame 640 {
_root.q5 = 1;
}
frame 642 {
_root.play_yes = 1;
}
frame 643 {
_root.q5 = 2;
_root.rel += 100;
}
frame 650 {
ccc = 0;
_root.moodshow = 0;
_root.err = 0;
if (_root.rel < 1000) {
_root.end = 1;
_root.ending = 'e1_nncncbcbc';
}
if (_root.rel >= 1000 and _root.rel < 2000) {
_root.end = 2;
_root.ending = 'e2_asdasdasds';
}
if (_root.rel >= 2000) {
_root.end = 3;
_root.ending = 'e3_ppoiodiid';
}
_root.endinglink = 'http://sasha.lessonofpassion.com/index.php?goending=' + _root.ending;
_root.playmusic = 0;
}
}
movieClip 1377 {
}
movieClip 1379 {
}
button 1380 {
on (release) {
gotoAndStop(1);
}
}
button 1381 {
on (release) {
en = 1;
mo = 0;
rq = 0;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 18;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_a1 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 2;
_root.wtg = 20;
gotoAndStop(1);
}
}
}
button 1384 {
on (release) {
en = 2;
mo = 0;
rq = 20;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 18;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_a2 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 21;
gotoAndStop(1);
}
}
}
button 1386 {
on (release) {
en = 2;
mo = 0;
rq = 100;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 18;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_a3 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 15;
_root.wtg = 24;
gotoAndStop(1);
}
}
}
button 1390 {
on (release) {
en = 2;
mo = 0;
rq = 0;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 18;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_b1 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 2;
_root.wtg = 34;
gotoAndStop(1);
}
}
}
button 1393 {
on (release) {
en = 2;
mo = 0;
rq = 20;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 18;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_b2 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 37;
gotoAndStop(1);
}
}
}
button 1395 {
on (release) {
en = 2;
mo = 0;
rq = 20;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 18;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_c1 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 40;
gotoAndStop(1);
}
}
}
button 1398 {
on (release) {
en = 1;
mo = 0;
rq = 20;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 18;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_d1 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 2;
_root.wtg = 43;
gotoAndStop(1);
}
}
}
button 1401 {
on (release) {
en = 1;
mo = 0;
rq = 150;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 18;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_d2 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 46;
gotoAndStop(1);
}
}
}
button 1403 {
on (release) {
en = 2;
mo = 0;
rq = 100;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 18;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_d3 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 15;
_root.wtg = 58;
gotoAndStop(1);
}
}
}
button 1405 {
on (release) {
en = 3;
mo = 0;
rq = 150;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 18;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_d4 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 10;
_root.wtg = 61;
gotoAndStop(1);
}
}
}
button 1407 {
on (release) {
if (_root.q1 != 2) {
_root.energy = 5;
} else {
_root.energy = 8;
}
_root.day += 1;
_root.aa_a1 = 0;
_root.aa_a2 = 0;
_root.aa_a3 = 0;
_root.aa_a4 = 0;
_root.aa_a5 = 0;
_root.aa_a6 = 0;
_root.aa_b1 = 0;
_root.aa_b2 = 0;
_root.aa_b3 = 0;
_root.aa_b4 = 0;
_root.aa_b5 = 0;
_root.aa_b6 = 0;
_root.aa_c1 = 0;
_root.aa_c2 = 0;
_root.aa_c3 = 0;
_root.aa_c4 = 0;
_root.aa_c5 = 0;
_root.aa_c6 = 0;
_root.aa_d1 = 0;
_root.aa_d2 = 0;
_root.aa_d3 = 0;
_root.aa_d4 = 0;
_root.aa_d5 = 0;
_root.aa_d6 = 0;
_root.aa_e1 = 0;
_root.aa_e2 = 0;
_root.aa_e3 = 0;
_root.aa_e4 = 0;
_root.aa_e5 = 0;
_root.aa_e6 = 0;
_root.aa_f1 = 0;
_root.aa_f2 = 0;
_root.aa_f3 = 0;
_root.aa_f4 = 0;
_root.aa_f5 = 0;
_root.aa_f6 = 0;
_root.aa_g1 = 0;
_root.aa_g2 = 0;
_root.aa_g3 = 0;
_root.aa_g4 = 0;
_root.aa_g5 = 0;
_root.aa_g6 = 0;
_root.aa_h1 = 0;
_root.aa_h2 = 0;
_root.aa_h3 = 0;
_root.aa_h4 = 0;
_root.aa_h5 = 0;
_root.aa_h6 = 0;
_root.aa_i1 = 0;
_root.aa_i2 = 0;
_root.aa_i3 = 0;
_root.aa_i4 = 0;
_root.aa_i5 = 0;
_root.aa_i6 = 0;
_root.aa_j1 = 0;
_root.aa_j2 = 0;
_root.aa_j3 = 0;
_root.aa_j4 = 0;
_root.aa_j5 = 0;
_root.aa_j6 = 0;
_root.aa_k1 = 0;
_root.aa_k2 = 0;
_root.aa_k3 = 0;
_root.aa_k4 = 0;
_root.aa_k5 = 0;
_root.aa_k6 = 0;
_root.aa_l1 = 0;
_root.aa_l2 = 0;
_root.aa_l3 = 0;
_root.aa_l4 = 0;
_root.aa_l5 = 0;
_root.aa_l6 = 0;
_root.aa_l7 = 0;
_root.xx_a1 = 0;
_root.xx_a2 = 0;
_root.xx_a3 = 0;
_root.xx_a4 = 0;
_root.xx_a5 = 0;
_root.xx_a6 = 0;
_root.xx_b1 = 0;
_root.xx_b2 = 0;
_root.xx_b3 = 0;
_root.xx_b4 = 0;
_root.xx_b5 = 0;
_root.xx_b6 = 0;
_root.xx_b7 = 0;
_root.xx_b8 = 0;
_root.xx_b9 = 0;
_root.xx_b10 = 0;
_root.xx_b11 = 0;
_root.xx_b12 = 0;
_root.xx_b13 = 0;
_root.xx_b14 = 0;
if (_root.day == 1 or _root.day == 8 or _root.day == 15 or _root.day == 22 or _root.day == 29 or _root.day == 36 or _root.day == 43 or _root.day == 50 or _root.day == 57 or _root.day == 64 or _root.day == 71 or _root.day == 78 or _root.day == 85 or _root.day == 92 or _root.day == 99) {
_root.dayname = 'MONDAY';
}
if (_root.day == 2 or _root.day == 9 or _root.day == 16 or _root.day == 23 or _root.day == 30 or _root.day == 37 or _root.day == 44 or _root.day == 51 or _root.day == 58 or _root.day == 65 or _root.day == 72 or _root.day == 79 or _root.day == 86 or _root.day == 93 or _root.day == 100) {
_root.dayname = 'TUESDAY';
}
if (_root.day == 3 or _root.day == 10 or _root.day == 17 or _root.day == 24 or _root.day == 31 or _root.day == 38 or _root.day == 45 or _root.day == 52 or _root.day == 59 or _root.day == 66 or _root.day == 73 or _root.day == 80 or _root.day == 87 or _root.day == 94) {
_root.dayname = 'WEDNESDAY';
}
if (_root.day == 4 or _root.day == 11 or _root.day == 18 or _root.day == 25 or _root.day == 32 or _root.day == 39 or _root.day == 46 or _root.day == 53 or _root.day == 60 or _root.day == 67 or _root.day == 74 or _root.day == 81 or _root.day == 88 or _root.day == 95) {
_root.dayname = 'THURSDAY';
}
if (_root.day == 5 or _root.day == 12 or _root.day == 19 or _root.day == 26 or _root.day == 33 or _root.day == 40 or _root.day == 47 or _root.day == 54 or _root.day == 61 or _root.day == 68 or _root.day == 75 or _root.day == 82 or _root.day == 89 or _root.day == 96) {
_root.dayname = 'FRIDAY';
}
if (_root.day == 6 or _root.day == 13 or _root.day == 20 or _root.day == 27 or _root.day == 34 or _root.day == 41 or _root.day == 48 or _root.day == 55 or _root.day == 62 or _root.day == 69 or _root.day == 76 or _root.day == 83 or _root.day == 90 or _root.day == 97) {
_root.dayname = 'SATURDAY';
}
if (_root.day == 7 or _root.day == 14 or _root.day == 21 or _root.day == 28 or _root.day == 35 or _root.day == 42 or _root.day == 49 or _root.day == 56 or _root.day == 63 or _root.day == 70 or _root.day == 77 or _root.day == 84 or _root.day == 91 or _root.day == 98) {
_root.dayname = 'SUNDAY';
}
if (_root.day == 7 or _root.day == 14 or _root.day == 21 or _root.day == 28 or _root.day == 35 or _root.day == 42 or _root.day == 49 or _root.day == 56 or _root.day == 63 or _root.day == 70 or _root.day == 77 or _root.day == 84 or _root.day == 91 or _root.day == 98) {
_root.dayname = 'SUNDAY';
}
_root.wtg = 590;
gotoAndStop(1);
}
}
button 1409 {
on (release) {
en = 1;
mo = 0;
rq = 250;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 18;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.money -= mo;
_root.rel += 10;
_root.wtg = 360;
gotoAndStop(1);
}
}
}
button 1411 {
on (release) {
en = 1;
mo = 0;
rq = 40;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 18;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_e1 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 3;
_root.wtg = 73;
gotoAndStop(1);
}
}
}
button 1414 {
on (release) {
en = 1;
mo = 0;
rq = 70;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 18;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_e2 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 76;
gotoAndStop(1);
}
}
}
button 1416 {
on (release) {
en = 2;
mo = 0;
rq = 120;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 18;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_e3 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 15;
_root.wtg = 79;
gotoAndStop(1);
}
}
}
button 1418 {
on (release) {
en = 2;
mo = 0;
rq = 0;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 17;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_f1 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 100;
gotoAndStop(1);
}
}
}
button 1421 {
on (release) {
en = 4;
mo = 0;
rq = 0;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 17;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
if (_root.q2 == 1) {
_root.item_lobster = 0;
_root.energy -= en;
_root.wtg = 624;
gotoAndStop(1);
} else {
_root.aa_f2 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 20;
_root.item_lobster = 0;
_root.wtg = 103;
gotoAndStop(1);
}
}
}
}
button 1425 {
on (release) {
en = 1;
mo = 0;
rq = 0;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 17;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_g1 = 1;
_root.energy -= en;
_root.money -= mo;
_root.item_wine -= 1;
_root.rel += 10;
_root.wtg = 106;
gotoAndStop(1);
}
}
}
button 1428 {
on (release) {
en = 2;
mo = 0;
rq = 0;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 17;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
if (_root.q5 == 1) {
_root.item_champagne = 0;
_root.wtg = 642;
gotoAndStop(1);
} else {
_root.aa_g2 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 30;
_root.item_champagne = 0;
_root.wtg = 109;
gotoAndStop(1);
}
}
}
}
button 1431 {
on (release) {
en = 1;
mo = 0;
rq = 20;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 17;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_h1 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 3;
_root.wtg = 112;
gotoAndStop(1);
}
}
}
button 1434 {
on (release) {
en = 2;
mo = 0;
rq = 80;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 17;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_h2 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 15;
_root.wtg = 115;
gotoAndStop(1);
}
}
}
button 1436 {
on (release) {
en = 3;
mo = 0;
rq = 250;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 17;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_h3 = 1;
_root.energy -= en;
_root.money -= mo;
_root.wtg = 125;
gotoAndStop(1);
}
}
}
button 1437 {
on (release) {
en = 2;
mo = 0;
rq = 150;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 18;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_i1 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 175;
gotoAndStop(1);
}
}
}
button 1439 {
on (release) {
en = 2;
mo = 0;
rq = 150;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 18;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_i1 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 255;
gotoAndStop(1);
}
}
}
button 1441 {
on (release) {
en = 2;
mo = 0;
rq = 150;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 18;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_i1 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 309;
gotoAndStop(1);
}
}
}
button 1443 {
on (release) {
en = 1;
mo = 0;
rq = 20;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 218;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_j1 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 3;
_root.wtg = 177;
gotoAndStop(1);
}
}
}
button 1445 {
on (release) {
en = 2;
mo = 0;
rq = 50;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 218;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_j2 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 180;
gotoAndStop(1);
}
}
}
button 1447 {
on (release) {
en = 2;
mo = 0;
rq = 50;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 218;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_j3 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 189;
gotoAndStop(1);
}
}
}
button 1449 {
on (release) {
en = 2;
mo = 0;
rq = 80;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 218;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_j4 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 199;
gotoAndStop(1);
}
}
}
button 1451 {
on (release) {
en = 1;
mo = 0;
rq = 150;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 218;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_j5 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 204;
gotoAndStop(1);
}
}
}
button 1453 {
on (release) {
en = 1;
mo = 0;
rq = 300;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 218;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_j6 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 10;
_root.wtg = 215;
gotoAndStop(1);
}
}
}
button 1456 {
on (release) {
en = 1;
mo = 0;
rq = 30;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 298;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_k1 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 257;
gotoAndStop(1);
}
}
}
button 1458 {
on (release) {
en = 1;
mo = 0;
rq = 50;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 298;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_k2 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 3;
_root.wtg = 260;
gotoAndStop(1);
}
}
}
button 1460 {
on (release) {
en = 1;
mo = 0;
rq = 160;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 298;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_k3 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 263;
gotoAndStop(1);
}
}
}
button 1462 {
on (release) {
en = 1;
mo = 0;
rq = 180;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 298;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_k4 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 266;
gotoAndStop(1);
}
}
}
button 1464 {
on (release) {
en = 2;
mo = 0;
rq = 300;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 298;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_k5 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 276;
gotoAndStop(1);
}
}
}
button 1465 {
on (release) {
en = 2;
mo = 0;
rq = 400;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 298;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_k6 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 10;
_root.wtg = 283;
gotoAndStop(1);
}
}
}
button 1467 {
on (release) {
en = 1;
mo = 0;
rq = 180;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 349;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_l1 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 311;
gotoAndStop(1);
}
}
}
button 1469 {
on (release) {
en = 1;
mo = 0;
rq = 30;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 349;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_l2 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 3;
_root.wtg = 314;
gotoAndStop(1);
}
}
}
button 1471 {
on (release) {
en = 2;
mo = 0;
rq = 80;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 349;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_l3 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 317;
gotoAndStop(1);
}
}
}
button 1473 {
on (release) {
en = 2;
mo = 0;
rq = 200;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 349;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_l4 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 324;
gotoAndStop(1);
}
}
}
button 1475 {
on (release) {
en = 2;
mo = 0;
rq = 220;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 349;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_l5 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 331;
gotoAndStop(1);
}
}
}
button 1477 {
on (release) {
en = 2;
mo = 0;
rq = 250;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 349;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_l6 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 337;
gotoAndStop(1);
}
}
}
button 1479 {
on (release) {
en = 2;
mo = 0;
rq = 40;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 349;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.aa_l7 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 3;
_root.wtg = 343;
gotoAndStop(1);
}
}
}
button 1482 {
on (release) {
en = 1;
mo = 0;
rq = 300;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 357;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.xx_a1 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 2;
_root.wtg = 364;
gotoAndStop(1);
}
}
}
button 1484 {
on (release) {
en = 1;
mo = 0;
rq = 200;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 357;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.xx_a2 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 369;
gotoAndStop(1);
}
}
}
button 1486 {
on (release) {
en = 1;
mo = 0;
rq = 350;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 357;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.xx_a3 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 20;
_root.wtg = 374;
gotoAndStop(1);
}
}
}
button 1487 {
on (release) {
en = 1;
mo = 0;
rq = 400;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 382;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.xx_a4 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 20;
_root.wtg = 384;
gotoAndStop(1);
}
}
}
button 1489 {
on (release) {
_root.wtg = 1;
gotoAndStop(1);
}
}
button 1493 {
on (release) {
en = 1;
mo = 0;
rq = 370;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 443;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.xx_b1 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 391;
gotoAndStop(1);
}
}
}
button 1494 {
on (release) {
en = 1;
mo = 0;
rq = 400;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 443;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.xx_b2 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 396;
gotoAndStop(1);
}
}
}
button 1495 {
on (release) {
en = 1;
mo = 0;
rq = 600;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 443;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.xx_b3 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 407;
gotoAndStop(1);
}
}
}
button 1497 {
on (release) {
en = 1;
mo = 0;
rq = 450;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 443;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.xx_b4 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 410;
gotoAndStop(1);
}
}
}
button 1499 {
on (release) {
en = 1;
mo = 0;
rq = 400;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 443;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.xx_b5 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 413;
gotoAndStop(1);
}
}
}
button 1501 {
on (release) {
en = 1;
mo = 0;
rq = 800;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 443;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.xx_b6 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 423;
gotoAndStop(1);
}
}
}
button 1503 {
on (release) {
en = 1;
mo = 0;
rq = 700;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 443;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.xx_b7 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 25;
_root.wtg = 426;
gotoAndStop(1);
}
}
}
button 1505 {
on (release) {
en = 1;
mo = 0;
rq = 700;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 443;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.xx_b8 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 429;
gotoAndStop(1);
}
}
}
button 1507 {
on (release) {
en = 1;
mo = 0;
rq = 600;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 443;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.xx_b9 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 5;
_root.wtg = 432;
gotoAndStop(1);
}
}
}
button 1509 {
on (release) {
en = 1;
mo = 0;
rq = 1500;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 443;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.xx_b10 = 1;
_root.energy -= en;
_root.money -= mo;
_root.rel += 20;
_root.sex = 0;
_root.play_sex = 1;
_root.wtg = 445;
gotoAndStop(1);
}
}
}
movieClip 1516 {
}
button 1517 {
on (release) {
rand = int(random(50));
if (rand < 5) {
gotoAndStop(22);
} else {
gotoAndStop(1);
}
}
}
button 1523 {
on (release) {
rand = int(random(50));
if (rand < 5 and _root.item_feather == 0) {
_root.item_feather = 1;
gotoAndStop(27);
} else {
gotoAndStop(1);
}
}
}
movieClip 1528 {
}
button 1529 {
on (release) {
rand = int(random(50));
if (rand < 5) {
gotoAndStop(26);
} else {
gotoAndStop(1);
}
}
}
movieClip 1540 {
}
button 1541 {
on (release) {
rand = int(random(50));
if (rand < 5) {
gotoAndStop(32);
} else {
gotoAndStop(1);
}
}
}
button 1560 {
on (release) {
en = 1;
mo = 100;
rq = 0;
err = 0;
if (_root.energy < en) {
gotoAndStop(3);
err = 1;
}
if (_root.mo < mo) {
gotoAndStop(4);
err = 1;
}
if (_root.rel < rq) {
_root.req = rq;
_root.wtg = 298;
gotoAndStop(1);
err = 1;
}
if (err == 0) {
_root.energy -= en;
_root.money -= mo;
_root.wtg = 618;
gotoAndStop(1);
}
}
}
movieClip 1563 {
frame 1 {
stop();
}
frame 2 {
this.onEnterFrame = function () {
if (_root.aa_a1 == 1) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.aa_a2 == 1) {
b2._alpha = 30;
b2.enabled = false;
}
if (_root.aa_a3 == 1) {
b3._alpha = 30;
b3.enabled = false;
}
};
}
frame 5 {
this.onEnterFrame = function () {
if (_root.aa_b1 == 1) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.aa_b2 == 1) {
b2._alpha = 30;
b2.enabled = false;
}
if (_root.aa_b3 == 1) {
b3._alpha = 30;
b3.enabled = false;
}
};
}
frame 6 {
this.onEnterFrame = function () {
if (_root.aa_c1 == 1) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.aa_b2 == 1) {
b2._alpha = 30;
b2.enabled = false;
}
if (_root.aa_b3 == 1) {
b3._alpha = 30;
b3.enabled = false;
}
};
}
frame 7 {
this.onEnterFrame = function () {
if (_root.aa_d1 == 1) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.aa_d2 == 1) {
b2._alpha = 30;
b2.enabled = false;
}
if (_root.aa_d3 == 1) {
b3._alpha = 30;
b3.enabled = false;
}
if (_root.aa_d4 == 1) {
b4._alpha = 30;
b4.enabled = false;
}
};
}
frame 8 {
this.onEnterFrame = function () {
if (_root.aa_e1 == 1) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.aa_e2 == 1) {
b2._alpha = 30;
b2.enabled = false;
}
if (_root.aa_e3 == 1) {
b3._alpha = 30;
b3.enabled = false;
}
if (_root.aa_e4 == 1) {
b4._alpha = 30;
b4.enabled = false;
}
};
}
frame 9 {
this.onEnterFrame = function () {
if (_root.aa_f1 == 1) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.aa_f2 == 1 or _root.item_lobster != 1) {
b2._alpha = 30;
b2.enabled = false;
}
if (_root.aa_f3 == 1) {
b3._alpha = 30;
b3.enabled = false;
}
if (_root.aa_f4 == 1) {
b4._alpha = 30;
b4.enabled = false;
}
};
}
frame 10 {
this.onEnterFrame = function () {
if (_root.aa_g1 == 1 or _root.item_wine < 1) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.aa_g2 == 1 or _root.item_champagne < 1) {
b2._alpha = 30;
b2.enabled = false;
}
};
}
frame 11 {
this.onEnterFrame = function () {
if (_root.aa_h1 == 1) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.aa_h2 == 1) {
b2._alpha = 30;
b2.enabled = false;
}
if (_root.aa_h3 == 1) {
b3._alpha = 30;
b3.enabled = false;
}
};
}
frame 12 {
this.onEnterFrame = function () {
if (_root.aa_i1 == 1) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.aa_i2 == 1) {
b2._alpha = 30;
b2.enabled = false;
}
if (_root.aa_i3 == 1) {
b3._alpha = 30;
b3.enabled = false;
}
};
}
frame 13 {
this.onEnterFrame = function () {
if (_root.aa_j1 == 1) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.aa_j2 == 1) {
b2._alpha = 30;
b2.enabled = false;
}
if (_root.aa_j3 == 1) {
b3._alpha = 30;
b3.enabled = false;
}
if (_root.aa_j4 == 1) {
b4._alpha = 30;
b4.enabled = false;
}
if (_root.aa_j5 == 1) {
b5._alpha = 30;
b5.enabled = false;
}
if (_root.aa_j6 == 1) {
b6._alpha = 30;
b6.enabled = false;
}
};
}
frame 14 {
this.onEnterFrame = function () {
if (_root.aa_k1 == 1 or _root.item_smartphone != 1) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.aa_k2 == 1) {
b2._alpha = 30;
b2.enabled = false;
}
if (_root.aa_k3 == 1) {
b3._alpha = 30;
b3.enabled = false;
}
if (_root.aa_k4 == 1) {
b4._alpha = 30;
b4.enabled = false;
}
if (_root.aa_k5 == 1) {
b5._alpha = 30;
b5.enabled = false;
}
if (_root.aa_k6 == 1) {
b6._alpha = 30;
b6.enabled = false;
}
};
}
frame 15 {
this.onEnterFrame = function () {
if (_root.aa_l1 == 1) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.aa_l2 == 1) {
b2._alpha = 30;
b2.enabled = false;
}
if (_root.aa_l3 == 1) {
b3._alpha = 30;
b3.enabled = false;
}
if (_root.aa_l4 == 1) {
b4._alpha = 30;
b4.enabled = false;
}
if (_root.aa_l5 == 1) {
b5._alpha = 30;
b5.enabled = false;
}
if (_root.aa_l6 == 1) {
b6._alpha = 30;
b6.enabled = false;
}
if (_root.aa_l7 == 1) {
b7._alpha = 30;
b7.enabled = false;
}
};
}
frame 16 {
this.onEnterFrame = function () {
if (_root.xx_a1 == 1) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.xx_a2 == 1 or _root.item_feather != 1) {
b2._alpha = 30;
b2.enabled = false;
}
if (_root.xx_a3 == 1) {
b3._alpha = 30;
b3.enabled = false;
}
if (_root.xx_a4 == 1) {
b4._alpha = 30;
b4.enabled = false;
}
if (_root.xx_a5 == 1) {
b5._alpha = 30;
b5.enabled = false;
}
if (_root.xx_a6 == 1) {
b6._alpha = 30;
b6.enabled = false;
}
if (_root.aa_l7 == 1) {
b7._alpha = 30;
b7.enabled = false;
}
};
}
frame 17 {
this.onEnterFrame = function () {
if (_root.xx_b1 == 1) {
b1._alpha = 30;
b1.enabled = false;
}
if (_root.xx_b2 == 1) {
b2._alpha = 30;
b2.enabled = false;
}
if (_root.xx_b3 == 1 or _root.item_dildo != 1) {
b3._alpha = 30;
b3.enabled = false;
}
if (_root.xx_b4 == 1 or _root.item_smartphone != 1) {
b4._alpha = 30;
b4.enabled = false;
}
if (_root.xx_b5 == 1 or _root.item_honey != 1) {
b5._alpha = 30;
b5.enabled = false;
}
if (_root.xx_b6 == 1 or _root.item_candle != 1) {
b6._alpha = 30;
b6.enabled = false;
}
if (_root.xx_b7 == 1) {
b7._alpha = 30;
b7.enabled = false;
}
if (_root.xx_b8 == 1) {
b8._alpha = 30;
b8.enabled = false;
}
if (_root.xx_b9 == 1) {
b9._alpha = 30;
b9.enabled = false;
}
if (_root.xx_b10 == 1) {
b10._alpha = 30;
b10.enabled = false;
}
};
}
frame 34 {
rand = int(random(2));
if (rand == 0) {
_root.say = 'Another long day at the pool. 3 birthday parties is enough to exhaust anyone.';
}
if (rand == 1) {
_root.say = 'Nobody tried to drown today, you got to work on your tan.';
}
if (rand == 2) {
_root.say = 'Your boss notices your work ethic. You feel like you may get a shot at senior lifeguard soon.';
}
}
frame 35 {
rand = int(random(1));
if (rand == 0) {
_root.say = 'It\'s sometimes hard to focus when you get a training class full of hot girls in bathing suits.';
}
if (rand == 1) {
_root.say = 'You easily juggle training and overseeing all locaitons. You have a bright future in safety training and certification.';
}
}
frame 36 {
rand = int(random(1));
if (rand == 0) {
_root.say = 'You use your background in business to impress the board and get another piece of your new curriculum pushed through. They are impressed.';
}
if (rand == 1) {
_root.say = 'You can\'t help but think about how much more you could do without the red tape. Such is corporate life.';
}
}
frame 37 {
rand = int(random(1));
if (rand == 0) {
_root.say = 'You spend your day helping a huge blockbuster sequel get made. Not a bad gig.';
}
if (rand == 1) {
_root.say = 'Not sure what stunts a softcore porn flick needs, but the interviews with droves of hot women are well worth it!';
}
}
frame 50 {
}
}
movieClip 1569 {
}
movieClip 1574 {
}
movieClip 1577 {
frame 1 {
this.onEnterFrame = function () {
_root.moneyshow = '$' + _root.money;
_root.daydis = _root.day + ' | ' + _root.dayname;
_root.reldis = int(_root.rel);
_root.mo = _root.money;
};
}
}
movieClip 1578 {
}
movieClip 1579 {
}
movieClip 1582 {
}
movieClip 1583 {
frame 200 {
stop();
}
}
movieClip 1585 {
}
movieClip 1586 {
frame 161 {
stop();
}
}
movieClip 1589 {
}
movieClip 1590 {
}
movieClip 1593 {
}
movieClip 1594 {
frame 220 {
stop();
tellTarget ('_root') {
gotoAndStop(2);
}
}
}
movieClip 1595 {
}
movieClip 1597 {
}
movieClip 1598 {
}
button 1599 {
on (release) {
getURL('http://lessonofpassion.com/index.php?targeo=loplogo_cw', '_blank');
}
}
movieClip 1602 {
}