Combined Code
frame 1 {
stop();
var urlpic = 'http://dz.mysexgames.com/promo/game1.gif ';
var urlpic1 = 'http://dz.mysexgames.com/promo/game2.gif ';
linka.loadMovie(urlpic);
linkb.loadMovie(urlpic1);
}
button 20 {
on (release) {
getURL('http://dz.mysexgames.com/', '');
}
}
// unknown tag 88 length 62
movieClip 29 {
}
// unknown tag 88 length 62
movieClip 34 {
frame 1 {
function timerHandler() {
if (!loadingComplete) {
var v4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * v4;
if (v4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop('loaded');
}
return undefined;
}
}
dt = getTimer() - time;
time += dt;
frameAccum += dt;
var v3 = 0;
for (;;) {
if (!(frameAccum >= FRAME_TIME && v3 < MAX_FRAME_SKIP)) break;
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
frameAccum -= FRAME_TIME;
v3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return undefined;
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof clip[childName] == 'movieclip') {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
function startMovie() {
clearInterval(intervalId);
_root.play();
}
_root.stop();
stop();
var FRAME_TIME = 33.33333333333334;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, 'timerHandler', FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
}
frame 37 {
startMovie();
}
}
movieClip 16 pb {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
frame 2 {
stop();
var urlpic = 'http://dz.mysexgames.com/promo/game1.gif ';
var urlpic1 = 'http://dz.mysexgames.com/promo/game2.gif ';
linka.loadMovie(urlpic);
linkb.loadMovie(urlpic1);
}
movieClip 37 {
}
instance of movieClip 37 {
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.play();
}
}
}
button 39 {
on (release) {
play();
}
}
frame 4 {
Stage.showMenu = false;
}
frame 4 {
continues = false;
}
movieClip 41 {
}
instance of movieClip 41 {
onClipEvent (load) {
_root.sf = sharedobject.getLocal('storedfile');
if (_root.sf.data.introstuffdone == undefined) {
_root.introstuffdone = false;
} else {
_root.introstuffdone = _root.sf.data.introstuffdone;
}
}
}
frame 5 {
stop();
hlink.onPress = function () {
getURL('https://www.patreon.com/Hornblase?ty=h', '_blank');
};
msglink.onPress = function () {
getURL('http://mysexgames.com/?partner=T54348', '_blank');
};
continuegame.onPress = function () {
gotoAndPlay('proceedgame');
_root.continues = true;
};
newgame.onPress = function () {
gotoAndPlay('proceedgame');
_root.continues = false;
};
}
movieClip 45 {
}
movieClip 47 {
}
movieClip 49 {
}
instance of movieClip 49 {
onClipEvent (enterFrame) {
if (!_root.introstuffdone) {
_root.continuegame.unloadMovie();
}
}
}
movieClip 52 {
}
movieClip 55 {
}
instance of movieClip 41 {
onClipEvent (load) {
_root.sf = sharedobject.getLocal('storedfile');
if (_root.continues) {
if (_root.sf.data.introstuffdone == undefined) {
_root.introstuffdone = false;
} else {
_root.introstuffdone = _root.sf.data.introstuffdone;
}
if (!_root.sf.data.introstuffdone) {
_root.sf.data.tutea = false;
_root.sf.data.tuteb = false;
_root.sf.data.tutec = false;
_root.sf.data.tuted = false;
}
} else {
if (!root_continues) {
delete _root.sf.data.introstuffdone;
delete _root.sf.data.tutea;
delete _root.sf.data.tuteb;
delete _root.sf.data.tutec;
delete _root.sf.data.tuted;
delete _root.sf.data.contacts;
delete _root.sf.data.stableslots;
delete _root.sf.data.rooms;
delete _root.sf.data.cash;
delete _root.sf.data.days;
delete _root.sf.data.fame;
delete _root.sf.data.Level;
delete _root.sf.data.boughtd1;
delete _root.sf.data.boughtd2;
delete _root.sf.data.boughtd3;
delete _root.sf.data.impatience;
delete _root.sf.data.cl;
delete _root.sf.data.shame;
delete _root.sf.data.enhancements_bar;
delete _root.sf.data.enhancements_darts;
delete _root.sf.data.enhancements_mime;
delete _root.sf.data.hw1;
delete _root.sf.data.ms1rtag;
delete _root.sf.data.ms1stag;
delete _root.sf.data.wlbonus1a;
delete _root.sf.data.wlbonus1b;
delete _root.sf.data.wlbonus1c;
delete _root.sf.data.hw2;
delete _root.sf.data.ms2rtag;
delete _root.sf.data.ms2stag;
delete _root.sf.data.wlbonus2a;
delete _root.sf.data.wlbonus2b;
delete _root.sf.data.wlbonus2c;
delete _root.sf.data.hw3;
delete _root.sf.data.ms3rtag;
delete _root.sf.data.ms3stag;
delete _root.sf.data.wlbonus3a;
delete _root.sf.data.wlbonus3b;
delete _root.sf.data.wlbonus3c;
delete _root.sf.data.hw4;
delete _root.sf.data.ms4rtag;
delete _root.sf.data.ms4stag;
delete _root.sf.data.wlbonus4a;
delete _root.sf.data.wlbonus4b;
delete _root.sf.data.wlbonus4c;
delete _root.sf.data.hw5;
delete _root.sf.data.ms5rtag;
delete _root.sf.data.ms5stag;
delete _root.sf.data.wlbonus5a;
delete _root.sf.data.wlbonus5b;
delete _root.sf.data.wlbonus5c;
delete _root.sf.data.hw6;
delete _root.sf.data.ms6rtag;
delete _root.sf.data.ms6stag;
delete _root.sf.data.wlbonus6a;
delete _root.sf.data.wlbonus6b;
delete _root.sf.data.wlbonus6c;
delete _root.sf.data.ms1htag;
delete _root.sf.data.ms1ftag;
delete _root.sf.data.ms2htag;
delete _root.sf.data.ms2ftag;
delete _root.sf.data.ms3htag;
delete _root.sf.data.ms3ftag;
delete _root.sf.data.ms4htag;
delete _root.sf.data.ms4ftag;
delete _root.sf.data.ms5htag;
delete _root.sf.data.ms5ftag;
delete _root.sf.data.ms6htag;
delete _root.sf.data.ms6ftag;
delete _root.sf.data.ms1priceinc;
delete _root.sf.data.ms2priceinc;
delete _root.sf.data.ms3priceinc;
delete _root.sf.data.ms4priceinc;
delete _root.sf.data.ms5priceinc;
delete _root.sf.data.ms6priceinc;
delete _root.sf.data.ws1scoretotal;
delete _root.sf.data.ws2scoretotal;
delete _root.sf.data.ws3scoretotal;
delete _root.sf.data.ws4scoretotal;
delete _root.sf.data.ws5scoretotal;
delete _root.sf.data.ws6scoretotal;
delete _root.sf.data.event1ok;
delete _root.sf.data.event2ok;
delete _root.sf.data.event3ok;
delete _root.sf.data.event4ok;
delete _root.sf.data.event5ok;
delete _root.sf.data.event6ok;
delete _root.sf.data.event7ok;
delete _root.sf.data.event8ok;
delete _root.sf.data.event9ok;
delete _root.sf.data.event10ok;
delete _root.sf.data.event1done;
delete _root.sf.data.event2done;
delete _root.sf.data.event3done;
delete _root.sf.data.event4done;
delete _root.sf.data.event5done;
delete _root.sf.data.event6done;
delete _root.sf.data.event7done;
delete _root.sf.data.event8done;
delete _root.sf.data.event9done;
delete _root.sf.data.event10done;
delete _root.sf.data.superrickrolla;
delete _root.sf.data.superrickrollb;
delete _root.sf.data.superrickrollc;
}
}
}
}
frame 7 {
stop();
if (_root.introstuffdone) {
gotoAndPlay('skip');
}
}
// unknown tag 88 length 282
button 66 {
on (release) {
nextFrame();
}
}
movieClip 69 {
frame 10 {
stop();
}
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
frame 24 {
stop();
}
frame 25 {
stop();
}
frame 26 {
stop();
}
movieClip 92 {
}
movieClip 124 {
}
movieClip 126 {
}
movieClip 127 {
}
movieClip 130 {
}
movieClip 132 {
}
movieClip 133 {
}
movieClip 134 {
}
movieClip 164 {
}
button 167 {
on (release) {
nextFrame();
}
}
button 169 {
on (release) {
getURL('http://mysexgames.com/?partner=T54348', '_blank');
}
}
frame 27 {
stop();
}
movieClip 216 {
}
movieClip 217 {
}
movieClip 234 {
}
button 235 {
on (release) {
prevFrame();
}
}
frame 28 {
stop();
}
movieClip 259 {
}
movieClip 260 {
}
movieClip 277 {
}
frame 29 {
stop();
}
movieClip 280 {
frame 10 {
stop();
}
}
button 282 {
on (release) {
nextFrame();
}
}
frame 30 {
play();
}
frame 31 {
Stage.showMenu = false;
}
frame 31 {
stopAllSounds();
}
frame 31 {
_level0.setMask(maska);
}
movieClip 284 {
}
frame 32 {
function businessHours() {
onEnterFrame = function () {
--time;
--interval1;
--interval2;
--interval3;
};
}
function chance(id) {
var v1 = 100;
if (id == 1) {
vc1 = random(v1) + 1;
while (vc1 == hTemp) {
vc1 = random(v1) + 1;
}
hTemp = vc1;
ds = vc1;
}
if (id == 2) {
vc2 = random(v1) + 1;
while (vc2 == hTemp) {
vc2 = random(v1) + 1;
}
hTemp = vc2;
ds = vc2;
}
if (id == 3) {
vc3 = random(v1) + 1;
while (vc3 == hTemp) {
vc3 = random(v1) + 1;
}
hTemp = vc3;
ds = vc3;
}
if (id == 4) {
vc4 = random(v1) + 1;
while (vc4 == hTemp) {
vc4 = random(v1) + 1;
}
hTemp = vc4;
ds = vc4;
}
if (id == 5) {
vc5 = random(v1) + 1;
while (vc5 == hTemp) {
vc5 = random(v1) + 1;
}
hTemp = vc5;
ds = vc5;
}
if (id == 6) {
vc6 = random(v1) + 1;
while (vc6 == hTemp) {
vc6 = random(v1) + 1;
}
hTemp = vc6;
ds = vc6;
}
}
function activates(ds) {
ds.gotoAndStop('live');
}
function arrive(mc, ps, pc) {
pc.attachMovie(mc, ps, this.getNextHighestDepth());
}
function approach(person, place) {
onEnterFrame = function () {
if (person._x > place._x) {
person._x -= 10;
}
};
}
function resetc(container) {
container._x = container.pax;
container._y = container.pay;
container.gotoAndStop('idle');
}
function resetd(dock) {
dock.gotoAndStop('idle');
}
function stay(mc) {
mc._x = mc._x;
mc._y = mc._y;
}
function randomType(id) {
var v1 = 4;
if (id == 1) {
prace1 = random(v1) + 1;
while (prace1 == rtlTemp) {
prace1 = random(v1) + 1;
}
rtlTemp = prace1;
psize1 = random(v1) + 1;
while (psize1 == rtlTemp) {
psize1 = random(v1) + 1;
}
rtlTemp = psize1;
} else {
if (id == 2) {
prace2 = random(v1) + 1;
while (prace2 == rtlTemp) {
prace2 = random(v1) + 1;
}
rtlTemp = prace2;
psize2 = random(v1) + 1;
while (psize2 == rtlTemp) {
psize2 = random(v1) + 1;
}
rtlTemp = psize2;
} else {
if (id == 3) {
prace3 = random(v1) + 1;
while (prace3 == rtlTemp) {
prace3 = random(v1) + 1;
}
rtlTemp = prace3;
psize3 = random(v1) + 1;
while (psize3 == rtlTemp) {
psize3 = random(v1) + 1;
}
rtlTemp = psize3;
} else {
if (id == 4) {
prace4 = random(v1) + 1;
while (prace4 == rtlTemp) {
prace4 = random(v1) + 1;
}
rtlTemp = prace4;
psize4 = random(v1) + 1;
while (psize4 == rtlTemp) {
psize4 = random(v1) + 1;
}
rtlTemp = psize4;
} else {
if (id == 5) {
prace5 = random(v1) + 1;
while (prace5 == rtlTemp) {
prace5 = random(v1) + 1;
}
rtlTemp = prace5;
psize5 = random(v1) + 1;
while (psize5 == rtlTemp) {
psize5 = random(v1) + 1;
}
rtlTemp = psize5;
} else {
if (id == 6) {
prace6 = random(v1) + 1;
while (prace6 == rtlTemp) {
prace6 = random(v1) + 1;
}
rtlTemp = prace6;
psize6 = random(v1) + 1;
while (psize6 == rtlTemp) {
psize6 = random(v1) + 1;
}
rtlTemp = psize6;
}
}
}
}
}
}
}
function randomWhore(id) {
var v3 = _root.contacts;
var v2 = 4;
if (id == 1) {
wrace1 = random(v3) + 1;
while (wrace1 == whoreTemp) {
wrace1 = random(v3) + 1;
}
whoreTemp = wrace1;
wsize1 = random(v2) + 1;
while (wsize1 == whoreTemp) {
wsize1 = random(v2) + 1;
}
whoreTemp = wsize1;
} else {
if (id == 2) {
wrace2 = random(v3) + 1;
while (wrace2 == whoreTemp) {
wrace2 = random(v3) + 1;
}
whoreTemp = wrace2;
wsize2 = random(v2) + 1;
while (wsize2 == whoreTemp) {
wsize2 = random(v2) + 1;
}
whoreTemp = wsize2;
} else {
if (id == 3) {
wrace3 = random(v3) + 1;
while (wrace3 == whoreTemp) {
wrace3 = random(v3) + 1;
}
whoreTemp = wrace3;
wsize3 = random(v2) + 1;
while (wsize3 == whoreTemp) {
wsize3 = random(v2) + 1;
}
whoreTemp = wsize3;
} else {
if (id == 4) {
wrace4 = random(v3) + 1;
while (wrace4 == whoreTemp) {
wrace4 = random(v3) + 1;
}
whoreTemp = wrace4;
wsize4 = random(v2) + 1;
while (wsize4 == whoreTemp) {
wsize4 = random(v2) + 1;
}
whoreTemp = wsize4;
} else {
if (id == 5) {
wrace5 = random(v3) + 1;
while (wrace5 == whoreTemp) {
wrace5 = random(v3) + 1;
}
whoreTemp = wrace5;
wsize5 = random(v2) + 1;
while (wsize5 == whoreTemp) {
wsize5 = random(v2) + 1;
}
whoreTemp = wsize5;
} else {
if (id == 6) {
wrace6 = random(v3) + 1;
while (wrace6 == whoreTemp) {
wrace6 = random(v3) + 1;
}
whoreTemp = wrace6;
wsize6 = random(v2) + 1;
while (wsize6 == whoreTemp) {
wsize6 = random(v2) + 1;
}
whoreTemp = wsize6;
}
}
}
}
}
}
}
function randomLooks(id) {
var v1 = 7;
var v2 = 7;
if (id == 1) {
uniquehair1 = random(v1) + 1;
while (uniquehair1 == hTemp) {
uniquehair1 = random(v1) + 1;
}
hTemp = uniquehair1;
uniqueface1 = random(v2) + 1;
while (uniqueface1 == hTemp) {
uniqueface1 = random(v2) + 1;
}
hTemp = uniqueface1;
} else {
if (id == 2) {
uniquehair2 = random(v1) + 1;
while (uniquehair2 == hTemp) {
uniquehair2 = random(v1) + 1;
}
hTemp = uniquehair2;
uniqueface2 = random(v2) + 1;
while (uniqueface2 == hTemp) {
uniqueface2 = random(v2) + 1;
}
hTemp = uniqueface2;
} else {
if (id == 3) {
uniquehair3 = random(v1) + 1;
while (uniquehair3 == hTemp) {
uniquehair3 = random(v1) + 1;
}
hTemp = uniquehair3;
uniqueface3 = random(v2) + 1;
while (uniqueface3 == hTemp) {
uniqueface3 = random(v2) + 1;
}
hTemp = uniqueface3;
} else {
if (id == 4) {
uniquehair4 = random(v1) + 1;
while (uniquehair4 == hTemp) {
uniquehair4 = random(v1) + 1;
}
hTemp = uniquehair4;
uniqueface4 = random(v2) + 1;
while (uniqueface4 == hTemp) {
uniqueface4 = random(v2) + 1;
}
hTemp = uniqueface4;
} else {
if (id == 5) {
uniquehair5 = random(v1) + 1;
while (uniquehair5 == hTemp) {
uniquehair5 = random(v1) + 1;
}
hTemp = uniquehair5;
uniqueface5 = random(v2) + 1;
while (uniqueface5 == hTemp) {
uniqueface5 = random(v2) + 1;
}
hTemp = uniqueface5;
} else {
if (id == 6) {
uniquehair6 = random(v1) + 1;
while (uniquehair6 == hTemp) {
uniquehair6 = random(v1) + 1;
}
hTemp = uniquehair6;
uniqueface6 = random(v2) + 1;
while (uniqueface6 == hTemp) {
uniqueface6 = random(v2) + 1;
}
hTemp = uniqueface6;
}
}
}
}
}
}
}
stop();
businesshours = false;
tmode = false;
fmode = false;
pleasurefuckmode = false;
recruiting = false;
firing = false;
testdriving = false;
tmodebusy = false;
training1 = false;
training2 = false;
training3 = false;
training4 = false;
training5 = false;
training6 = false;
ws1pf = false;
Time = 8000;
etime = 0;
speed = 6;
maxwhores = 1;
maxrooms = 1;
tip = 0;
boughtd1 = false;
boughtd2 = false;
boughtd3 = false;
interval1 = etime;
interval2 = etime;
interval3 = etime;
interval4 = etime;
interval5 = etime;
interval6 = etime;
roll1 = false;
roll2 = false;
roll3 = false;
roll4 = false;
roll5 = false;
roll6 = false;
rick1 = false;
rick2 = false;
rick3 = false;
wus1 = 1;
wus2 = 1;
wus3 = 1000;
wdx1 = 117;
wdy1 = 422;
wdx2 = 237;
wdy2 = 422;
wdx3 = 357;
wdy3 = 422;
wdx4 = 177;
wdy4 = 360;
wdx5 = 297;
wdy5 = 360;
wdx6 = 237;
wdy6 = 317;
hlink.onPress = function () {
getURL('https://www.patreon.com/Hornblase?ty=h', '_blank');
};
msglink.onPress = function () {
getURL('http://mysexgames.com/?partner=T54348', '_blank');
};
msglinka.onPress = function () {
getURL('http://mysexgames.com/?partner=T54348', '_blank');
};
pizzalink.onPress = function () {
getURL('http://mysexgames.com/games/?id=737', '_blank');
};
onEnterFrame = function () {
if (!businesshours && !tmode && !fmode) {
_root.camera._x = -399;
_root.maska._x = -399;
}
if (prace1 == 1) {
pc1.type.gotoAndStop('race1');
}
if (prace1 == 2) {
pc1.type.gotoAndStop('race2');
}
if (prace1 == 3) {
pc1.type.gotoAndStop('race3');
}
if (prace1 == 4) {
pc1.type.gotoAndStop('race1');
}
if (prace1 == 5) {
pc1.type.gotoAndStop('race3');
}
if (psize1 == 1) {
pc1.type.build.gotoAndStop('medium');
}
if (psize1 == 2) {
pc1.type.build.gotoAndStop('small');
}
if (psize1 == 3) {
pc1.type.build.gotoAndStop('medium');
}
if (psize1 == 4) {
pc1.type.build.gotoAndStop('large');
}
if (psize1 == 5) {
pc1.type.build.gotoAndStop('medium');
}
if (prace2 == 1) {
pc2.type.gotoAndStop('race1');
}
if (prace2 == 2) {
pc2.type.gotoAndStop('race2');
}
if (prace2 == 3) {
pc2.type.gotoAndStop('race3');
}
if (prace2 == 4) {
pc2.type.gotoAndStop('race1');
}
if (prace2 == 5) {
pc2.type.gotoAndStop('race3');
}
if (psize2 == 1) {
pc2.type.build.gotoAndStop('medium');
}
if (psize2 == 2) {
pc2.type.build.gotoAndStop('small');
}
if (psize2 == 3) {
pc2.type.build.gotoAndStop('medium');
}
if (psize2 == 4) {
pc2.type.build.gotoAndStop('large');
}
if (psize2 == 5) {
pc2.type.build.gotoAndStop('medium');
}
if (prace3 == 1) {
pc3.type.gotoAndStop('race1');
}
if (prace3 == 2) {
pc3.type.gotoAndStop('race2');
}
if (prace3 == 3) {
pc3.type.gotoAndStop('race3');
}
if (prace1 == 4) {
pc3.type.gotoAndStop('race1');
}
if (prace1 == 5) {
pc3.type.gotoAndStop('race3');
}
if (psize3 == 1) {
pc3.type.build.gotoAndStop('medium');
}
if (psize3 == 2) {
pc3.type.build.gotoAndStop('small');
}
if (psize3 == 3) {
pc3.type.build.gotoAndStop('medium');
}
if (psize3 == 4) {
pc3.type.build.gotoAndStop('large');
}
if (psize3 == 5) {
pc3.type.build.gotoAndStop('medium');
}
};
}
frame 32 {
r1.onPress = function () {
_root.camera._y -= 476;
_root.camera._x -= 760;
_root.maska._y -= 476;
_root.maska._x -= 760;
};
b1.onPress = function () {
_root.camera._y += 476;
_root.camera._x += 760;
_root.maska._y += 476;
_root.maska._x += 760;
};
r2.onPress = function () {
_root.camera._y -= 476;
_root.camera._x -= 0;
_root.maska._y -= 476;
_root.maska._x -= 0;
};
b2.onPress = function () {
_root.camera._y += 476;
_root.camera._x += 0;
_root.maska._y += 476;
_root.maska._x += 0;
};
r3.onPress = function () {
_root.camera._y -= 476;
_root.camera._x += 755;
_root.maska._y -= 476;
_root.maska._x += 755;
};
b3.onPress = function () {
_root.camera._y += 476;
_root.camera._x -= 755;
_root.maska._y += 476;
_root.maska._x -= 755;
};
tbox.onPress = function () {
if (!choosing && !firing && !fmode && !businesshours && introstuffdone) {
_root.camera._y += 476;
_root.maska._y += 476;
tmode = true;
b4.onPress = function () {
_root.camera._y -= 476;
_root.maska._y -= 476;
tmode = false;
};
}
};
fbox.onPress = function () {
if (!choosing && !firing && !tmode && !businesshours && tutea) {
_root.camera._y += 476;
_root.camera._x += 760;
_root.maska._y += 476;
_root.maska._x += 760;
fmode = true;
b5.onPress = function () {
if (_root.contacts >= 1 && _root.stableslots >= 1) {
_root.camera._y -= 476;
_root.camera._x -= 760;
_root.maska._y -= 476;
_root.maska._x -= 760;
fmode = false;
}
};
}
};
r6.onPress = function () {
if (r6.done) {
_root.camera._y += 0;
_root.camera._x += 760;
_root.maska._y += 0;
_root.maska._x += 760;
pleasurefuckmode = true;
}
};
b6.onPress = function () {
if (!fuckingrightnow) {
_root.camera._y -= 0;
_root.camera._x -= 760;
_root.maska._y -= 0;
_root.maska._x -= 760;
pleasurefuckmode = false;
}
};
ra.onPress = function () {
_root.camera._x += 760;
_root.maska._x += 760;
};
ba.onPress = function () {
_root.camera._x -= 760;
_root.maska._x -= 760;
};
rb.onPress = function () {
_root.camera._x -= 760;
_root.maska._x -= 760;
};
bb.onPress = function () {
if (tutec) {
_root.camera._x += 760;
_root.maska._x += 760;
_root.businesshours = true;
}
};
bdock1.onPress = function () {
if (_root.cash >= 0 && !_root.boughtd1) {
_root.bdock1.gotoAndStop('live');
_root.cash -= 0;
_root.interval1 = _root.etime;
_root.boughtd1 = true;
if (!_root.introstuffdone) {
_root.introstuffdone;
}
}
};
bdock2.onPress = function () {
if (_root.cash >= 30000 && !_root.boughtd2) {
_root.bdock2.gotoAndStop('live');
_root.cash -= 30000;
_root.interval2 = _root.etime;
_root.boughtd2 = true;
}
};
bdock3.onPress = function () {
if (_root.cash >= 60000 && !_root.boughtd3) {
_root.bdock3.gotoAndStop('live');
_root.cash -= 60000;
_root.interval3 = _root.etime;
_root.boughtd3 = true;
}
};
earlyclose.onPress = function () {
if (!_root.pc1.walking && !_root.pc2.walking && !_root.pc3.walking) {
_root.Time = 8000;
_root.businesshours = false;
_root.gotoAndStop('daydone');
}
};
_root.bss1.onPress = function () {
if (_root.stableslots == 0 && _root.tuteb) {
_root.bss1.gotoAndStop('live');
_root.stableslots = 1;
}
};
_root.bss2.onPress = function () {
if (_root.cash >= 6000 && _root.stableslots == 1 && _root.introstuffdone) {
_root.bss2.gotoAndStop('live');
_root.cash -= 6000;
_root.stableslots = 2;
}
};
_root.bss3.onPress = function () {
if (_root.cash >= 9000 && _root.stableslots == 2) {
_root.bss3.gotoAndStop('live');
_root.cash -= 9000;
_root.stableslots = 3;
}
};
_root.bss4.onPress = function () {
if (_root.cash >= 12000 && _root.stableslots == 3) {
_root.bss4.gotoAndStop('live');
_root.cash -= 12000;
_root.stableslots = 4;
}
};
_root.bss5.onPress = function () {
if (_root.cash >= 15000 && _root.stableslots == 4) {
_root.bss5.gotoAndStop('live');
_root.cash -= 15000;
_root.stableslots = 5;
}
};
_root.bss6.onPress = function () {
if (_root.cash >= 18000 && _root.stableslots == 5) {
_root.bss6.gotoAndStop('live');
_root.cash -= 18000;
_root.stableslots = 6;
}
};
_root.dockbarbox.onPress = function () {
if (_root.cash >= 60000 && !_root.enhancements_bar && _root.introstuffdone) {
_root.cash -= 60000;
_root.impatience -= 0.3;
_root.enhancements_bar = true;
}
};
_root.dockdartsbox.onPress = function () {
if (_root.cash >= 10000 && !_root.enhancements_darts && _root.introstuffdone) {
_root.cash -= 10000;
_root.impatience -= 0.1;
_root.enhancements_darts = true;
}
};
_root.dockmimebox.onPress = function () {
if (_root.cash >= 40000 && !_root.enhancements_mime && _root.event4done && _root.introstuffdone) {
_root.cash -= 40000;
_root.impatience -= 0.2;
_root.enhancements_mime = true;
}
};
_root.contactsa.onPress = function () {
if (_root.contacts == 0) {
_root.contacts = 1;
}
};
_root.contactsb.onPress = function () {
if (_root.cash >= 10000 && _root.contacts == 1 && _root.introstuffdone) {
_root.cash -= 10000;
_root.contacts = 2;
}
};
_root.contactsc.onPress = function () {
if (_root.cash >= 6000 && _root.contacts == 2 && _root.Level >= 1) {
_root.cash -= 6000;
_root.contacts = 3;
}
};
_root.contactsd.onPress = function () {
if (_root.cash >= 18000 && _root.contacts == 3 && _root.Level >= 2) {
_root.cash -= 18000;
_root.contacts = 4;
}
};
_root.contactse.onPress = function () {
if (_root.cash >= 36000 && _root.contacts == 4 && _root.Level >= 3) {
_root.cash -= 36000;
_root.contacts = 5;
}
};
_root.contactsf.onPress = function () {
if (_root.Level >= 5) {
_root.cash -= 36000;
_root.contacts = 6;
}
};
}
movieClip 288 {
}
movieClip 291 {
}
movieClip 294 {
}
movieClip 297 {
}
movieClip 300 {
}
movieClip 302 {
}
movieClip 304 {
}
movieClip 307 {
}
movieClip 309 {
}
movieClip 311 {
}
movieClip 314 {
}
movieClip 317 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 320 {
}
movieClip 322 {
frame 1 {
stop();
full = false;
}
frame 2 {
stop();
full = true;
}
}
movieClip 325 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 327 {
}
movieClip 329 {
}
movieClip 331 {
}
movieClip 333 {
}
movieClip 335 {
}
movieClip 337 {
}
movieClip 338 {
}
movieClip 340 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 341 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 344 {
}
movieClip 353 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 356 {
}
movieClip 358 {
}
movieClip 360 {
}
button 361 {
on (release) {
getURL('http://mysexgames.com/', '_blank');
}
}
movieClip 367 {
}
movieClip 370 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 373 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 375 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 377 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 380 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 382 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 385 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 387 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 390 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 392 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 395 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 397 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 401 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 405 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 407 {
}
movieClip 409 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 411 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 412 {
}
movieClip 413 {
}
movieClip 417 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 421 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 422 {
}
movieClip 425 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 427 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 432 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 437 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 443 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 448 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 453 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 458 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 460 {
}
movieClip 463 {
}
movieClip 464 {
}
movieClip 465 {
frame 1 {
stop();
live = false;
done = false;
}
frame 2 {
live = true;
}
frame 20 {
stop();
done = true;
}
frame 21 {
done = true;
}
}
instance r6 of movieClip 465 {
onClipEvent (rollOver) {
if (!this.live) {
this.gotoAndPlay('live');
}
}
onClipEvent (rollOut) {
if (!this.live) {
this.gotoAndPlay('done');
}
}
}
movieClip 467 {
}
movieClip 469 {
}
movieClip 470 {
}
movieClip 475 {
}
movieClip 477 {
}
movieClip 480 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 482 {
}
movieClip 484 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 486 {
}
movieClip 488 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 490 {
}
movieClip 492 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 494 {
}
movieClip 496 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 498 {
}
movieClip 500 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 502 {
}
movieClip 503 {
}
movieClip 504 {
}
movieClip 505 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 508 {
}
movieClip 509 {
}
movieClip 511 {
}
movieClip 517 {
}
movieClip 565 {
frame 49 {
stop();
}
}
movieClip 566 {
frame 1 {
stop();
live = false;
done = false;
}
frame 2 {
stop();
love = true;
}
frame 3 {
stop();
done = true;
}
}
movieClip 569 {
}
movieClip 572 {
}
movieClip 573 {
}
movieClip 576 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 578 {
}
movieClip 580 {
}
movieClip 582 {
}
movieClip 583 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 585 {
}
movieClip 587 {
}
movieClip 589 {
}
movieClip 591 {
}
movieClip 593 {
}
movieClip 595 {
}
movieClip 597 {
}
movieClip 599 {
}
movieClip 601 {
}
movieClip 604 {
}
movieClip 605 {
}
movieClip 607 {
}
movieClip 608 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 609 {
frame 1 {
stop();
this._parent.charisma += _root.Level * 1;
}
frame 2 {
stop();
this._parent.skill += _root.Level * 1;
}
frame 3 {
stop();
this._parent.stamina += _root.Level * 300;
}
}
movieClip 611 {
}
movieClip 613 {
}
movieClip 615 {
}
movieClip 617 {
}
movieClip 619 {
}
movieClip 620 {
}
movieClip 621 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 627 {
}
movieClip 633 {
}
movieClip 639 {
}
movieClip 640 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 645 {
}
movieClip 646 {
}
movieClip 657 {
}
movieClip 668 {
}
movieClip 669 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 670 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 672 {
}
movieClip 675 {
}
movieClip 678 {
}
movieClip 687 {
}
movieClip 688 {
}
movieClip 691 {
}
movieClip 694 {
}
movieClip 703 {
}
movieClip 706 {
}
movieClip 709 {
}
movieClip 718 {
}
movieClip 719 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 725 {
}
movieClip 731 {
}
movieClip 737 {
}
movieClip 738 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 740 {
}
movieClip 742 {
}
movieClip 745 {
}
movieClip 750 {
}
movieClip 756 {
}
movieClip 759 {
}
movieClip 764 {
}
movieClip 765 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 766 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 768 {
}
movieClip 772 {
}
movieClip 773 {
}
movieClip 775 {
}
movieClip 776 {
}
movieClip 777 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
movieClip 808 {
frame 49 {
stop();
}
}
movieClip 849 {
frame 49 {
stop();
}
}
movieClip 890 {
frame 49 {
stop();
}
}
movieClip 891 {
frame 1 {
stop();
this._parent.charisma *= 2;
}
frame 2 {
stop();
this._parent.skill *= 2;
}
frame 3 {
stop();
this._parent.stamina += _root.Level * 300;
this.parent.skill += 1;
}
}
movieClip 906 {
frame 49 {
stop();
}
}
movieClip 924 {
frame 49 {
stop();
}
}
movieClip 939 {
frame 49 {
stop();
}
}
movieClip 940 {
frame 1 {
stop();
this._parent.charisma += 1;
}
frame 2 {
stop();
this._parent.skill += 1;
}
frame 3 {
stop();
this._parent.stamina += 300;
}
}
movieClip 955 {
frame 49 {
stop();
}
}
movieClip 978 {
frame 49 {
stop();
}
}
movieClip 1001 {
frame 49 {
stop();
}
}
movieClip 1002 {
frame 1 {
stop();
this._parent.charisma += 1;
}
frame 2 {
stop();
this._parent.skill += 1;
}
frame 3 {
stop();
this._parent.stamina += 300;
}
}
movieClip 1003 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1006 {
}
movieClip 1009 {
}
movieClip 1012 {
}
movieClip 1013 {
frame 1 {
stop();
this._parent.charisma *= 2;
}
frame 2 {
stop();
this._parent.skill *= 2;
}
frame 3 {
stop();
this._parent.stamina += _root.Level * 300;
this.parent.skill += 1;
}
}
movieClip 1014 {
}
movieClip 1015 {
}
movieClip 1016 {
}
movieClip 1017 {
frame 1 {
stop();
this._parent.charisma += 1;
}
frame 2 {
stop();
this._parent.skill += 1;
}
frame 3 {
stop();
this._parent.stamina += 300;
}
}
movieClip 1019 {
}
movieClip 1021 {
}
movieClip 1023 {
}
movieClip 1024 {
frame 1 {
stop();
this._parent.charisma += 1;
}
frame 2 {
stop();
this._parent.skill += 1;
}
frame 3 {
stop();
this._parent.stamina += 300;
}
}
movieClip 1025 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1026 {
frame 1 {
stop();
pressed = false;
live = false;
approach = false;
choose = false;
fucking = false;
cumming = false;
done = false;
walking = false;
}
frame 2 {
live = true;
walking = false;
}
frame 3 {
stop();
walking = true;
fucking = false;
}
instance speeder of movieClip 672 {
onClipEvent (enterFrame) {
this._parent._x -= 6;
}
}
frame 4 {
stop();
fucking = true;
walking = false;
}
frame 5 {
stop();
}
frame 6 {
fucking = false;
cumming = true;
}
frame 119 {
this.gotoAndStop(1);
_root.dock1.gotoAndStop(1);
_root.interval1 += _root.etime;
_root.roll1 = false;
}
}
instance pc1 of movieClip 1026 {
onClipEvent (load) {
function Reset() {
this.lowestDepth = _root.lowestdeptha.getDepth();
rtype = false;
pressed = false;
take = false;
choose = false;
fucking = false;
cumming = false;
exit = false;
done = false;
rick1 = false;
race = race;
size = size;
stag = 0;
_root.prace1 = 0;
_root.psize1 = 0;
charisma = _root.us1;
skill = _root.us2;
stamina = _root.us3;
}
Reset();
pax = 874;
pay = 422;
}
onClipEvent (enterFrame) {
if (_root.businesshours) {
if (this.charisma >= 7) {
this.charisma = 6;
}
if (this.skill >= 7) {
this.skill = 6;
}
if (this.stamina >= 6001) {
this.stamina = 6000;
}
if (walking) {
this.swapDepths(1000);
} else {
if (!walking) {
this.swapDepths(this.lowestDepth);
}
}
if (live) {
if (_root.psize1 == 1) {
if (!rick1) {
this.stag += 2;
this.skill += 1;
rick1 = true;
}
}
if (_root.psize1 == 2) {
if (!rick1) {
this.stag += 1;
this.charisma += 1;
rick1 = true;
}
}
if (_root.psize1 == 3) {
if (!rick1) {
this.stag += 2;
this.skill += 1;
rick1 = true;
}
}
if (_root.psize1 == 4) {
if (!rick1) {
this.stag += 3;
this.stamina += 1000;
rick1 = true;
}
}
if (_root.psize1 == 5) {
if (!rick1) {
this.stag += 2;
this.skill += 1;
rick1 = true;
}
}
if (!rtype) {
_root.randomType(1);
rtype = true;
}
if (!_root.pedestal.full && !take) {
if (Key.isDown(81) && !walking) {
pressed = true;
_root.pedestal.gotoAndStop('live');
this.gotoAndStop('walk');
}
}
if (this.hitTest(_root.pedestal) && !choose) {
this.gotoAndStop('live');
take = true;
}
if (!choose && take) {
if (Key.isDown(49) && !_root.ws1.chosen && _root.hb1.live) {
choose = true;
_root.ws1.b1 = true;
_root.ws1.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
} else {
if (Key.isDown(50) && !_root.ws2.chosen && _root.hb2.live) {
choose = true;
_root.ws2.b1 = true;
_root.ws2.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
} else {
if (Key.isDown(51) && !_root.ws3.chosen && _root.hb3.live) {
choose = true;
_root.ws3.b1 = true;
_root.ws3.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
} else {
if (Key.isDown(52) && !_root.ws4.chosen && _root.hb4.live) {
choose = true;
_root.ws4.b1 = true;
_root.ws4.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
} else {
if (Key.isDown(53) && !_root.ws5.chosen && _root.hb5.live) {
choose = true;
_root.ws5.b1 = true;
_root.ws5.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
} else {
if (Key.isDown(54) && !_root.ws6.chosen && _root.hb6.live) {
choose = true;
_root.ws6.b1 = true;
_root.ws6.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
}
}
}
}
}
}
}
if (this.hitTest(_root.ws1) && !take && _root.ws1.chosen) {
this.gotoAndStop('live');
take = true;
}
if (this.hitTest(_root.ws2) && !take && _root.ws2.chosen) {
this.gotoAndStop('live');
take = true;
}
if (this.hitTest(_root.ws3) && !take && _root.ws3.chosen) {
this.gotoAndStop('live');
take = true;
}
if (this.hitTest(_root.ws4) && !take && _root.ws4.chosen) {
this.gotoAndStop('live');
take = true;
}
if (this.hitTest(_root.ws5) && !take && _root.ws5.chosen) {
this.gotoAndStop('live');
take = true;
}
if (this.hitTest(_root.ws6) && !take && _root.ws6.chosen) {
this.gotoAndStop('live');
take = true;
}
} else {
if (!live) {
this._x = pax;
this._y = pay;
Reset();
}
}
}
}
}
movieClip 1027 {
frame 1 {
stop();
pressed = false;
live = false;
approach = false;
choose = false;
fucking = false;
cumming = false;
done = false;
walking = false;
}
frame 2 {
live = true;
walking = false;
}
frame 3 {
stop();
walking = true;
}
instance speeder of movieClip 672 {
onClipEvent (enterFrame) {
this._parent._x -= 6;
}
}
frame 4 {
stop();
fucking = true;
walking = false;
}
frame 5 {
stop();
}
frame 6 {
fucking = false;
cumming = true;
}
frame 119 {
this.gotoAndStop(1);
_root.dock2.gotoAndStop(1);
_root.interval2 += _root.etime;
_root.roll2 = false;
}
}
instance pc2 of movieClip 1027 {
onClipEvent (load) {
function Reset() {
rtype = false;
pressed = false;
take = false;
choose = false;
fucking = false;
cumming = false;
exit = false;
done = false;
rick1 = false;
race = race;
size = size;
stag = 0;
_root.prace2 = 0;
_root.psize2 = 0;
charisma = _root.us1;
skill = _root.us2;
stamina = _root.us3;
}
this.lowestDepth = _root.lowestdepthb.getDepth();
Reset();
pax = 1118;
pay = 422;
}
onClipEvent (enterFrame) {
if (_root.businesshours) {
if (this.charisma >= 7) {
this.charisma = 6;
}
if (this.skill >= 7) {
this.skill = 6;
}
if (this.stamina >= 6001) {
this.stamina = 6000;
}
if (walking) {
this.swapDepths(2000);
} else {
if (!walking) {
this.swapDepths(this.lowestDepth);
}
}
if (live) {
if (_root.psize2 == 1) {
if (!rick1) {
this.stag += 2;
this.skill += 1;
rick1 = true;
}
}
if (_root.psize2 == 2) {
if (!rick1) {
this.stag += 1;
this.charisma += 1;
rick1 = true;
}
}
if (_root.psize2 == 3) {
if (!rick1) {
this.stag += 2;
this.skill += 1;
rick1 = true;
}
}
if (_root.psize2 == 4) {
if (!rick1) {
this.stag += 3;
this.stamina += 1000;
rick1 = true;
}
}
if (_root.psize2 == 5) {
if (!rick1) {
this.stag += 2;
this.skill += 1;
rick1 = true;
}
}
if (!rtype) {
_root.randomType(2);
rtype = true;
}
if (!_root.pedestal.full && !take) {
if (Key.isDown(65) && !walking) {
pressed = true;
_root.pedestal.gotoAndStop('live');
this.gotoAndStop('walk');
}
}
if (this.hitTest(_root.pedestal) && !choose) {
this.gotoAndStop('live');
take = true;
}
if (!choose && take) {
if (Key.isDown(49) && !_root.ws1.chosen && _root.hb1.live) {
choose = true;
_root.ws1.b2 = true;
_root.ws1.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
} else {
if (Key.isDown(50) && !_root.ws2.chosen && _root.hb2.live) {
choose = true;
_root.ws2.b2 = true;
_root.ws2.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
} else {
if (Key.isDown(51) && !_root.ws3.chosen && _root.hb3.live) {
choose = true;
_root.ws3.b2 = true;
_root.ws3.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
} else {
if (Key.isDown(52) && !_root.ws4.chosen && _root.hb4.live) {
choose = true;
_root.ws4.b2 = true;
_root.ws4.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
} else {
if (Key.isDown(53) && !_root.ws5.chosen && _root.hb5.live) {
choose = true;
_root.ws5.b2 = true;
_root.ws5.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
} else {
if (Key.isDown(54) && !_root.ws6.chosen && _root.hb6.live) {
choose = true;
_root.ws6.b2 = true;
_root.ws6.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
}
}
}
}
}
}
}
if (this.hitTest(_root.ws1) && !take && _root.ws1.chosen) {
this.gotoAndStop('live');
take = true;
}
if (this.hitTest(_root.ws2) && !take && _root.ws2.chosen) {
this.gotoAndStop('live');
take = true;
}
if (this.hitTest(_root.ws3) && !take && _root.ws3.chosen) {
this.gotoAndStop('live');
take = true;
}
if (this.hitTest(_root.ws4) && !take && _root.ws4.chosen) {
this.gotoAndStop('live');
take = true;
}
if (this.hitTest(_root.ws5) && !take && _root.ws5.chosen) {
this.gotoAndStop('live');
take = true;
}
if (this.hitTest(_root.ws6) && !take && _root.ws6.chosen) {
this.gotoAndStop('live');
take = true;
}
} else {
if (!live) {
this._x = pax;
this._y = pay;
Reset();
}
}
}
}
}
movieClip 1028 {
frame 1 {
stop();
pressed = false;
live = false;
approach = false;
choose = false;
fucking = false;
cumming = false;
done = false;
walking = false;
}
frame 2 {
live = true;
walking = false;
}
frame 3 {
stop();
walking = true;
}
instance speeder of movieClip 672 {
onClipEvent (enterFrame) {
this._parent._x -= 6;
}
}
frame 4 {
stop();
fucking = true;
walking = false;
}
frame 5 {
stop();
}
frame 6 {
fucking = false;
cumming = true;
}
frame 119 {
this.gotoAndStop(1);
_root.dock3.gotoAndStop(1);
_root.interval3 += _root.etime;
_root.roll3 = false;
}
}
instance pc3 of movieClip 1028 {
onClipEvent (load) {
function Reset() {
rtype = false;
pressed = false;
take = false;
choose = false;
fucking = false;
cumming = false;
exit = false;
done = false;
rick1 = false;
race = race;
size = size;
stag = 0;
_root.prace3 = 0;
_root.psize3 = 0;
charisma = _root.us1;
skill = _root.us2;
stamina = _root.us3;
}
this.lowestDepth = _root.lowestdepthc.getDepth();
Reset();
pax = 1360;
pay = 422;
}
onClipEvent (enterFrame) {
if (_root.businesshours) {
if (this.charisma >= 7) {
this.charisma = 6;
}
if (this.skill >= 7) {
this.skill = 6;
}
if (this.stamina >= 6001) {
this.stamina = 6000;
}
if (walking) {
this.swapDepths(3000);
} else {
if (!walking) {
this.swapDepths(this.lowestDepth);
}
}
if (live) {
if (_root.psize3 == 1) {
if (!rick1) {
this.stag += 2;
this.skill += 1;
rick1 = true;
}
}
if (_root.psize3 == 2) {
if (!rick1) {
this.stag += 1;
this.charisma += 1;
rick1 = true;
}
}
if (_root.psize3 == 3) {
if (!rick1) {
this.stag += 2;
this.skill += 1;
rick1 = true;
}
}
if (_root.psize3 == 4) {
if (!rick1) {
this.stag += 3;
this.stamina += 1000;
rick1 = true;
}
}
if (_root.psize3 == 5) {
if (!rick1) {
this.stag += 2;
this.skill += 1;
rick1 = true;
}
}
if (!rtype) {
_root.randomType(3);
rtype = true;
}
if (!_root.pedestal.full && !take) {
if (Key.isDown(90) && !walking) {
pressed = true;
_root.pedestal.gotoAndStop('live');
this.gotoAndStop('walk');
}
}
if (this.hitTest(_root.pedestal) && !choose) {
this.gotoAndStop('live');
take = true;
}
if (!choose && take) {
if (Key.isDown(49) && !_root.ws1.chosen && _root.hb1.live) {
choose = true;
_root.ws1.b3 = true;
_root.ws1.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
} else {
if (Key.isDown(50) && !_root.ws2.chosen && _root.hb2.live) {
choose = true;
_root.ws2.b3 = true;
_root.ws2.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
} else {
if (Key.isDown(51) && !_root.ws3.chosen && _root.hb3.live) {
choose = true;
_root.ws3.b3 = true;
_root.ws3.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
} else {
if (Key.isDown(52) && !_root.ws4.chosen && _root.hb4.live) {
choose = true;
_root.ws4.b3 = true;
_root.ws4.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
} else {
if (Key.isDown(53) && !_root.ws5.chosen && _root.hb5.live) {
choose = true;
_root.ws5.b3 = true;
_root.ws5.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
} else {
if (Key.isDown(54) && !_root.ws6.chosen && _root.hb6.live) {
choose = true;
_root.ws6.b3 = true;
_root.ws6.chosen = true;
this.gotoAndStop('walk');
_root.pedestal.gotoAndStop('idle');
}
}
}
}
}
}
}
if (this.hitTest(_root.ws1) && !take && _root.ws1.chosen) {
this.gotoAndStop('live');
take = true;
}
if (this.hitTest(_root.ws2) && !take && _root.ws2.chosen) {
this.gotoAndStop('live');
take = true;
}
if (this.hitTest(_root.ws3) && !take && _root.ws3.chosen) {
this.gotoAndStop('live');
take = true;
}
if (this.hitTest(_root.ws4) && !take && _root.ws4.chosen) {
this.gotoAndStop('live');
take = true;
}
if (this.hitTest(_root.ws5) && !take && _root.ws5.chosen) {
this.gotoAndStop('live');
take = true;
}
if (this.hitTest(_root.ws6) && !take && _root.ws6.chosen) {
this.gotoAndStop('live');
take = true;
}
} else {
if (!live) {
this._x = pax;
this._y = pay;
Reset();
}
}
}
}
}
movieClip 1030 {
}
movieClip 1037 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1042 {
}
movieClip 1048 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1055 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1056 {
frame 1 {
stop();
}
}
movieClip 1065 {
}
movieClip 1067 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1074 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1075 {
}
movieClip 1082 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1092 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1099 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1100 {
}
movieClip 1101 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1104 {
}
movieClip 1106 {
}
movieClip 1108 {
}
movieClip 1110 {
}
movieClip 1112 {
}
movieClip 1114 {
}
movieClip 1116 {
}
movieClip 1118 {
}
movieClip 1120 {
}
movieClip 1121 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1128 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1129 {
}
movieClip 1137 {
}
movieClip 1140 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1147 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1148 {
}
movieClip 1153 {
}
movieClip 1158 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1164 {
}
movieClip 1167 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1168 {
}
movieClip 1169 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1177 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1184 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1185 {
}
movieClip 1192 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1200 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1207 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1208 {
}
movieClip 1210 {
}
movieClip 1215 {
}
movieClip 1216 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1224 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1231 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1232 {
}
movieClip 1233 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1236 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1244 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1245 {
}
movieClip 1253 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1254 {
}
movieClip 1262 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1269 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1270 {
}
movieClip 1271 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1278 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1280 {
}
movieClip 1287 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1294 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1295 {
frame 1 {
stop();
}
}
movieClip 1303 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1310 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1311 {
}
movieClip 1319 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1326 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1327 {
}
movieClip 1329 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1332 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1337 {
}
movieClip 1341 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1342 {
}
movieClip 1349 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1351 {
}
movieClip 1353 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1357 {
}
movieClip 1359 {
}
movieClip 1361 {
}
movieClip 1364 {
}
movieClip 1368 {
}
movieClip 1369 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1370 {
}
movieClip 1377 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1379 {
}
movieClip 1381 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1388 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1389 {
}
movieClip 1390 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1391 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
movieClip 1393 {
}
movieClip 1394 {
}
movieClip 1400 {
}
movieClip 1406 {
}
movieClip 1412 {
}
movieClip 1413 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1419 {
}
movieClip 1425 {
}
movieClip 1436 {
}
movieClip 1437 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1443 {
}
movieClip 1454 {
}
movieClip 1460 {
}
movieClip 1461 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1464 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
}
movieClip 1467 {
}
movieClip 1472 {
}
movieClip 1478 {
}
movieClip 1484 {
}
movieClip 1485 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1496 {
}
movieClip 1502 {
}
movieClip 1511 {
}
movieClip 1512 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1516 {
}
movieClip 1525 {
}
movieClip 1528 {
}
movieClip 1533 {
}
movieClip 1539 {
}
movieClip 1540 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1541 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
movieClip 1564 {
frame 49 {
stop();
}
}
movieClip 1587 {
frame 49 {
stop();
}
}
movieClip 1610 {
frame 49 {
stop();
}
}
movieClip 1611 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1634 {
frame 49 {
stop();
}
}
movieClip 1657 {
frame 49 {
stop();
}
}
movieClip 1696 {
frame 49 {
stop();
}
}
movieClip 1697 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1718 {
frame 49 {
stop();
}
}
movieClip 1759 {
frame 49 {
stop();
}
}
movieClip 1780 {
frame 49 {
stop();
}
}
movieClip 1781 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1802 {
frame 49 {
stop();
}
}
movieClip 1823 {
frame 49 {
stop();
}
}
movieClip 1844 {
frame 49 {
stop();
}
}
movieClip 1845 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1882 {
frame 49 {
stop();
}
}
movieClip 1903 {
frame 49 {
stop();
}
}
movieClip 1928 {
frame 49 {
stop();
}
}
movieClip 1929 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1970 {
frame 49 {
stop();
}
}
movieClip 1991 {
frame 49 {
stop();
}
}
movieClip 2012 {
frame 49 {
stop();
}
}
movieClip 2013 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 2014 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
movieClip 2016 {
frame 1 {
stop();
empty = false;
chosen = false;
fucking = false;
cumming = false;
idle = false;
done = false;
dozing = false;
}
frame 2 {
stop();
chosen = true;
idle = false;
}
frame 3 {
stop();
fucking = true;
}
frame 4 {
fucking = false;
cumming = true;
}
frame 58 {
done = true;
}
frame 117 {
if (_root.fuckingrightnow && _root.pleasurefuckmode) {
_root.fuckingrightnow = false;
_root.ize.gotoAndStop('idle');
_root.customfader.gotoAndPlay(1);
}
this.gotoAndStop(1);
this._x = this.pax;
this._y = this.pay;
this.refreshes();
}
frame 118 {
stop();
dozing = true;
}
frame 119 {
stop();
empty = true;
}
}
instance ws6 of movieClip 2016 {
onClipEvent (load) {
function refreshes() {
fucking = false;
chosen = false;
b1 = false;
b2 = false;
b3 = false;
}
empty = false;
stamina = _root.wus3;
charisma = _root.wus1;
skill = _root.wus2;
dozing = false;
refreshes();
}
onClipEvent (enterFrame) {
if (_root.businesshours && !dozing) {
if (chosen) {
if (b1) {
if (this.midpoint.hitTest(_root.pc1) && !this.hitTest(_root.room1)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc1._x >= _root.fucktime._x) {
_root.pc1._x -= 6;
}
this._x = _root.room1._x;
this._y = _root.room1._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room1)) {
_root.pc1._x = _root.room1._x;
_root.pc1._y = _root.room1._y;
if (!_root.pc1.cumming) {
_root.pc1.gotoAndStop('fuck01');
}
}
if (this.fucking) {
--this.stamina;
--_root.pc1.stamina;
++_root.cash;
if (this.skill >= _root.pc1.skill) {
pskilldiff = this.skill - _root.pc1.skill;
_root.pc1.stamina -= pskilldiff;
}
if (this.skill < _root.pc1.skill) {
nskilldiff = _root.pc1.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc1.charisma) {
pchadiff = this.charisma - _root.pc1.charisma;
_root.fame += pchadiff;
_root.pc1.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc1.charisma) {
nchadiff = _root.pc1.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc1.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc1.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc1.stamina = 0;
if (!_root.pc1.cumming) {
_root.pc1.gotoAndPlay('cum');
}
}
_root.sp1 = false;
}
}
if (b2) {
if (this.midpoint.hitTest(_root.pc2) && !this.hitTest(_root.room2)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc2._x >= _root.fucktime._x) {
_root.pc2._x -= 6;
}
this._x = _root.room2._x;
this._y = _root.room2._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room2)) {
_root.pc2._x = _root.room2._x;
_root.pc2._y = _root.room2._y;
if (!_root.pc2.cumming) {
_root.pc2.gotoAndStop('fuck01');
}
}
if (this.fucking) {
--this.stamina;
--_root.pc2.stamina;
++_root.cash;
if (this.skill >= _root.pc2.skill) {
pskilldiff = this.skill - _root.pc2.skill;
_root.pc2.stamina -= pskilldiff;
}
if (this.skill < _root.pc2.skill) {
nskilldiff = _root.pc2.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc2.charisma) {
pchadiff = this.charisma - _root.pc2.charisma;
_root.fame += pchadiff;
_root.pc2.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc2.charisma) {
nchadiff = _root.pc2.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc2.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc2.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc2.stamina = 0;
if (!_root.pc2.cumming) {
_root.pc2.gotoAndPlay('cum');
}
}
_root.sp2 = false;
}
}
if (b3) {
if (this.midpoint.hitTest(_root.pc3) && !this.hitTest(_root.room3)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc3._x >= _root.fucktime._x) {
_root.pc3._x -= 6;
}
this._x = _root.room3._x;
this._y = _root.room3._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room3)) {
_root.pc3._x = _root.room3._x;
_root.pc3._y = _root.room3._y;
if (!_root.pc3.cumming) {
_root.pc3.gotoAndStop('fuck01');
}
}
if (this.fucking) {
--this.stamina;
--_root.pc3.stamina;
++_root.cash;
if (this.skill >= _root.pc3.skill) {
pskilldiff = this.skill - _root.pc3.skill;
_root.pc3.stamina -= pskilldiff;
}
if (this.skill < _root.pc3.skill) {
nskilldiff = _root.pc3.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc3.charisma) {
pchadiff = this.charisma - _root.pc3.charisma;
_root.fame += pchadiff;
_root.pc3.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc3.charisma) {
nchadiff = _root.pc3.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc3.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc3.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc3.stamina = 0;
if (!_root.pc3.cumming) {
_root.pc3.gotoAndPlay('cum');
}
}
_root.sp3 = false;
}
}
}
}
if (stamina <= 0 && !chosen) {
chosen = true;
this.gotoAndStop('doze');
_root.ms6.gotoAndStop('doze');
}
if (!_root.hb6.live) {
this.gotoAndStop('empty');
} else {
if (_root.hb6.live && !chosen) {
this.gotoAndStop('idle');
}
}
}
}
instance ws5 of movieClip 2016 {
onClipEvent (load) {
function refreshes() {
fucking = false;
chosen = false;
b1 = false;
b2 = false;
b3 = false;
}
empty = false;
stamina = _root.wus3;
charisma = _root.wus1;
skill = _root.wus2;
dozing = false;
refreshes();
}
onClipEvent (enterFrame) {
if (_root.businesshours && !dozing) {
if (chosen) {
if (b1) {
if (this.midpoint.hitTest(_root.pc1) && !this.hitTest(_root.room1)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc1._x >= _root.fucktime._x) {
_root.pc1._x -= 6;
}
this._x = _root.room1._x;
this._y = _root.room1._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room1)) {
_root.pc1._x = _root.room1._x;
_root.pc1._y = _root.room1._y;
if (!_root.pc1.cumming) {
_root.pc1.gotoAndStop('fuck01');
}
}
if (this.fucking) {
--this.stamina;
--_root.pc1.stamina;
++_root.cash;
if (this.skill >= _root.pc1.skill) {
pskilldiff = this.skill - _root.pc1.skill;
_root.pc1.stamina -= pskilldiff;
}
if (this.skill < _root.pc1.skill) {
nskilldiff = _root.pc1.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc1.charisma) {
pchadiff = this.charisma - _root.pc1.charisma;
_root.fame += pchadiff;
_root.pc1.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc1.charisma) {
nchadiff = _root.pc1.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc1.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc1.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc1.stamina = 0;
if (!_root.pc1.cumming) {
_root.pc1.gotoAndPlay('cum');
}
}
_root.sp1 = false;
}
}
if (b2) {
if (this.midpoint.hitTest(_root.pc2) && !this.hitTest(_root.room2)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc2._x >= _root.fucktime._x) {
_root.pc2._x -= 6;
}
this._x = _root.room2._x;
this._y = _root.room2._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room2)) {
_root.pc2._x = _root.room2._x;
_root.pc2._y = _root.room2._y;
if (!_root.pc2.cumming) {
_root.pc2.gotoAndStop('fuck01');
}
}
if (this.fucking) {
--this.stamina;
--_root.pc2.stamina;
++_root.cash;
if (this.skill >= _root.pc2.skill) {
pskilldiff = this.skill - _root.pc2.skill;
_root.pc2.stamina -= pskilldiff;
}
if (this.skill < _root.pc2.skill) {
nskilldiff = _root.pc2.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc2.charisma) {
pchadiff = this.charisma - _root.pc2.charisma;
_root.fame += pchadiff;
_root.pc2.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc2.charisma) {
nchadiff = _root.pc2.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc2.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc2.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc2.stamina = 0;
if (!_root.pc2.cumming) {
_root.pc2.gotoAndPlay('cum');
}
}
_root.sp2 = false;
}
}
if (b3) {
if (this.midpoint.hitTest(_root.pc3) && !this.hitTest(_root.room3)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc3._x >= _root.fucktime._x) {
_root.pc3._x -= 6;
}
this._x = _root.room3._x;
this._y = _root.room3._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room3)) {
_root.pc3._x = _root.room3._x;
_root.pc3._y = _root.room3._y;
if (!_root.pc3.cumming) {
_root.pc3.gotoAndStop('fuck01');
}
}
if (this.fucking) {
--this.stamina;
--_root.pc3.stamina;
++_root.cash;
if (this.skill >= _root.pc3.skill) {
pskilldiff = this.skill - _root.pc3.skill;
_root.pc3.stamina -= pskilldiff;
}
if (this.skill < _root.pc3.skill) {
nskilldiff = _root.pc3.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc3.charisma) {
pchadiff = this.charisma - _root.pc3.charisma;
_root.fame += pchadiff;
_root.pc3.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc3.charisma) {
nchadiff = _root.pc3.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc3.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc3.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc3.stamina = 0;
if (!_root.pc3.cumming) {
_root.pc3.gotoAndPlay('cum');
}
}
_root.sp3 = false;
}
}
}
}
if (stamina <= 0 && !chosen) {
chosen = true;
this.gotoAndStop('doze');
_root.ms5.gotoAndStop('doze');
}
if (!_root.hb5.live) {
this.gotoAndStop('empty');
} else {
if (_root.hb5.live && !chosen) {
this.gotoAndStop('idle');
}
}
}
}
instance ws4 of movieClip 2016 {
onClipEvent (load) {
function refreshes() {
fucking = false;
chosen = false;
b1 = false;
b2 = false;
b3 = false;
}
empty = false;
stamina = _root.wus3;
charisma = _root.wus1;
skill = _root.wus2;
dozing = false;
refreshes();
}
onClipEvent (enterFrame) {
if (_root.businesshours && !dozing) {
if (chosen) {
if (b1) {
if (this.midpoint.hitTest(_root.pc1) && !this.hitTest(_root.room1)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc1._x >= _root.fucktime._x) {
_root.pc1._x -= 6;
}
this._x = _root.room1._x;
this._y = _root.room1._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room1)) {
_root.pc1._x = _root.room1._x;
_root.pc1._y = _root.room1._y;
if (!_root.pc1.cumming) {
_root.pc1.gotoAndStop('fuck01');
}
}
if (this.fucking) {
--this.stamina;
--_root.pc1.stamina;
++_root.cash;
if (this.skill >= _root.pc1.skill) {
pskilldiff = this.skill - _root.pc1.skill;
_root.pc1.stamina -= pskilldiff;
}
if (this.skill < _root.pc1.skill) {
nskilldiff = _root.pc1.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc1.charisma) {
pchadiff = this.charisma - _root.pc1.charisma;
_root.fame += pchadiff;
_root.pc1.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc1.charisma) {
nchadiff = _root.pc1.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc1.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc1.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc1.stamina = 0;
if (!_root.pc1.cumming) {
_root.pc1.gotoAndPlay('cum');
}
}
_root.sp1 = false;
}
}
if (b2) {
if (this.midpoint.hitTest(_root.pc2) && !this.hitTest(_root.room2)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc2._x >= _root.fucktime._x) {
_root.pc2._x -= 6;
}
this._x = _root.room2._x;
this._y = _root.room2._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room2)) {
_root.pc2._x = _root.room2._x;
_root.pc2._y = _root.room2._y;
if (!_root.pc2.cumming) {
_root.pc2.gotoAndStop('fuck01');
}
}
if (this.fucking) {
--this.stamina;
--_root.pc2.stamina;
++_root.cash;
if (this.skill >= _root.pc2.skill) {
pskilldiff = this.skill - _root.pc2.skill;
_root.pc2.stamina -= pskilldiff;
}
if (this.skill < _root.pc2.skill) {
nskilldiff = _root.pc2.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc2.charisma) {
pchadiff = this.charisma - _root.pc2.charisma;
_root.fame += pchadiff;
_root.pc2.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc2.charisma) {
nchadiff = _root.pc2.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc2.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc2.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc2.stamina = 0;
if (!_root.pc2.cumming) {
_root.pc2.gotoAndPlay('cum');
}
}
_root.sp2 = false;
}
}
if (b3) {
if (this.midpoint.hitTest(_root.pc3) && !this.hitTest(_root.room3)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc3._x >= _root.fucktime._x) {
_root.pc3._x -= 6;
}
this._x = _root.room3._x;
this._y = _root.room3._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room3)) {
_root.pc3._x = _root.room3._x;
_root.pc3._y = _root.room3._y;
if (!_root.pc3.cumming) {
_root.pc3.gotoAndStop('fuck01');
}
}
if (this.fucking) {
--this.stamina;
--_root.pc3.stamina;
++_root.cash;
if (this.skill >= _root.pc3.skill) {
pskilldiff = this.skill - _root.pc3.skill;
_root.pc3.stamina -= pskilldiff;
}
if (this.skill < _root.pc3.skill) {
nskilldiff = _root.pc3.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc3.charisma) {
pchadiff = this.charisma - _root.pc3.charisma;
_root.fame += pchadiff;
_root.pc3.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc3.charisma) {
nchadiff = _root.pc3.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc3.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc3.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc3.stamina = 0;
if (!_root.pc3.cumming) {
_root.pc3.gotoAndPlay('cum');
}
}
_root.sp3 = false;
}
}
}
}
if (stamina <= 0 && !chosen) {
chosen = true;
this.gotoAndStop('doze');
_root.ms4.gotoAndStop('doze');
}
if (!_root.hb4.live) {
this.gotoAndStop('empty');
} else {
if (_root.hb4.live && !chosen) {
this.gotoAndStop('idle');
}
}
}
}
movieClip 2025 {
}
movieClip 2028 {
}
movieClip 2031 {
}
movieClip 2032 {
}
movieClip 2033 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2035 {
frame 1 {
stop();
live = false;
}
frame 2 {
stop();
live = true;
}
}
instance dock1 of movieClip 2035 {
onClipEvent (enterFrame) {
if (_root.pc1.fucking) {
this.indicator.gotoAndStop('fucking');
}
}
}
movieClip 2037 {
}
movieClip 2038 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2039 {
frame 1 {
stop();
live = false;
}
frame 2 {
stop();
live = true;
}
}
instance dock2 of movieClip 2039 {
onClipEvent (enterFrame) {
if (_root.pc2.fucking) {
this.indicator.gotoAndStop('fucking');
}
}
}
movieClip 2041 {
}
movieClip 2042 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2043 {
frame 1 {
stop();
live = false;
}
frame 2 {
stop();
live = true;
}
}
instance dock3 of movieClip 2043 {
onClipEvent (enterFrame) {
if (_root.pc3.fucking) {
this.indicator.gotoAndStop('fucking');
}
}
}
movieClip 2045 {
}
instance of movieClip 2045 {
onClipEvent (load) {
patience = _root.cl;
}
onClipEvent (enterFrame) {
if (_root.businesshours) {
this._xscale = patience * 0.8100000000000001;
if (patience <= 0) {
patience = 0;
}
if (patience >= 100) {
patience = 100;
}
if (_root.dock1.live && !_root.pc1.pressed) {
patience -= _root.impatience;
if (patience <= 0) {
_root.dock1.gotoAndStop('idle');
_root.pc1.gotoAndStop('idle');
_root.interval1 = etime;
_root.roll1 = false;
_root.fame -= _root.shame;
patience = _root.cl;
}
}
if (_root.pc1.pressed) {
patience = _root.cl;
}
}
}
}
instance ws1 of movieClip 2016 {
onClipEvent (load) {
function refreshes() {
fucking = false;
chosen = false;
b1 = false;
b2 = false;
b3 = false;
}
empty = false;
stamina = _root.wus3;
charisma = _root.wus1;
skill = _root.wus2;
dozing = false;
refreshes();
}
onClipEvent (enterFrame) {
if (_root.businesshours && !dozing) {
if (chosen) {
if (b1) {
if (this.midpoint.hitTest(_root.pc1) && !this.hitTest(_root.room1)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc1._x >= _root.fucktime._x) {
_root.pc1._x -= 6;
}
this._x = _root.room1._x;
this._y = _root.room1._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room1)) {
_root.pc1._x = _root.room1._x;
_root.pc1._y = _root.room1._y;
if (!_root.pc1.cumming) {
_root.pc1.gotoAndStop('fuck01');
}
}
if (this.fucking) {
if (!_root.tuted) {
_root.tuted = true;
}
if (!_root.introstuffdone) {
_root.introstuffdone = true;
}
--this.stamina;
--_root.pc1.stamina;
++_root.cash;
if (this.skill >= _root.pc1.skill) {
pskilldiff = this.skill - _root.pc1.skill;
_root.pc1.stamina -= pskilldiff;
_root.cash += pskilldiff;
}
if (this.skill < _root.pc1.skill) {
nskilldiff = _root.pc1.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc1.charisma) {
pchadiff = this.charisma - _root.pc1.charisma;
_root.cash += pchadiff;
_root.fame += pchadiff;
_root.pc1.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc1.charisma) {
nchadiff = _root.pc1.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc1.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc1.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc1.stamina = 0;
if (!_root.pc1.cumming) {
_root.pc1.gotoAndPlay('cum');
}
}
_root.sp1 = false;
}
}
if (b2) {
if (this.midpoint.hitTest(_root.pc2) && !this.hitTest(_root.room2)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc2._x >= _root.fucktime._x) {
_root.pc2._x -= 6;
}
this._x = _root.room2._x;
this._y = _root.room2._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room2)) {
_root.pc2._x = _root.room2._x;
_root.pc2._y = _root.room2._y;
if (!_root.pc2.cumming) {
_root.pc2.gotoAndStop('fuck01');
}
}
if (this.fucking) {
--this.stamina;
--_root.pc2.stamina;
++_root.cash;
if (this.skill >= _root.pc2.skill) {
pskilldiff = this.skill - _root.pc2.skill;
_root.pc2.stamina -= pskilldiff;
_root.cash += pskilldiff;
}
if (this.skill < _root.pc2.skill) {
nskilldiff = _root.pc2.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc2.charisma) {
pchadiff = this.charisma - _root.pc2.charisma;
_root.cash += pchadiff;
_root.fame += pchadiff;
_root.pc2.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc2.charisma) {
nchadiff = _root.pc2.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc2.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc2.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc2.stamina = 0;
if (!_root.pc2.cumming) {
_root.pc2.gotoAndPlay('cum');
}
}
_root.sp2 = false;
}
}
if (b3) {
if (this.midpoint.hitTest(_root.pc3) && !this.hitTest(_root.room3)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc3._x >= _root.fucktime._x) {
_root.pc3._x -= 6;
}
this._x = _root.room3._x;
this._y = _root.room3._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room3)) {
_root.pc3._x = _root.room3._x;
_root.pc3._y = _root.room3._y;
if (!_root.pc3.cumming) {
_root.pc3.gotoAndStop('fuck01');
}
}
if (this.fucking) {
--this.stamina;
--_root.pc3.stamina;
++_root.cash;
if (this.skill >= _root.pc3.skill) {
pskilldiff = this.skill - _root.pc3.skill;
_root.pc3.stamina -= pskilldiff;
_root.cash += pskilldiff;
}
if (this.skill < _root.pc3.skill) {
nskilldiff = _root.pc3.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc3.charisma) {
pchadiff = this.charisma - _root.pc3.charisma;
_root.cash += pchadiff;
_root.fame += pchadiff;
_root.pc3.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc3.charisma) {
nchadiff = _root.pc3.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc3.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc3.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc3.stamina = 0;
if (!_root.pc3.cumming) {
_root.pc3.gotoAndPlay('cum');
}
}
_root.sp3 = false;
}
}
}
}
if (stamina <= 0 && !chosen) {
chosen = true;
this.gotoAndStop('doze');
_root.ms1.gotoAndStop('doze');
}
if (!_root.hb1.live) {
this.gotoAndStop('empty');
} else {
if (_root.hb1.live && !chosen) {
this.gotoAndStop('idle');
}
}
}
}
instance ws2 of movieClip 2016 {
onClipEvent (load) {
function refreshes() {
fucking = false;
chosen = false;
b1 = false;
b2 = false;
b3 = false;
}
empty = false;
stamina = _root.wus3;
charisma = _root.wus1;
skill = _root.wus2;
dozing = false;
refreshes();
}
onClipEvent (enterFrame) {
if (_root.businesshours && !dozing) {
if (chosen) {
if (b1) {
if (this.midpoint.hitTest(_root.pc1) && !this.hitTest(_root.room1)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc1._x >= _root.fucktime._x) {
_root.pc1._x -= 6;
}
this._x = _root.room1._x;
this._y = _root.room1._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room1)) {
_root.pc1._x = _root.room1._x;
_root.pc1._y = _root.room1._y;
if (!_root.pc1.cumming) {
_root.pc1.gotoAndStop('fuck01');
}
}
if (this.fucking) {
--this.stamina;
--_root.pc1.stamina;
++_root.cash;
if (this.skill >= _root.pc1.skill) {
pskilldiff = this.skill - _root.pc1.skill;
_root.pc1.stamina -= pskilldiff;
_root.cash += pskilldiff;
}
if (this.skill < _root.pc1.skill) {
nskilldiff = _root.pc1.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc1.charisma) {
pchadiff = this.charisma - _root.pc1.charisma;
_root.fame += pchadiff;
_root.pc1.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc1.charisma) {
nchadiff = _root.pc1.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc1.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc1.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc1.stamina = 0;
if (!_root.pc1.cumming) {
_root.pc1.gotoAndPlay('cum');
}
}
_root.sp1 = false;
}
}
if (b2) {
if (this.midpoint.hitTest(_root.pc2) && !this.hitTest(_root.room2)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc2._x >= _root.fucktime._x) {
_root.pc2._x -= 6;
}
this._x = _root.room2._x;
this._y = _root.room2._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room2)) {
_root.pc2._x = _root.room2._x;
_root.pc2._y = _root.room2._y;
if (!_root.pc2.cumming) {
_root.pc2.gotoAndStop('fuck01');
}
}
if (this.fucking) {
--this.stamina;
--_root.pc2.stamina;
++_root.cash;
if (this.skill >= _root.pc2.skill) {
pskilldiff = this.skill - _root.pc2.skill;
_root.pc2.stamina -= pskilldiff;
}
if (this.skill < _root.pc2.skill) {
nskilldiff = _root.pc2.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc2.charisma) {
pchadiff = this.charisma - _root.pc2.charisma;
_root.fame += pchadiff;
_root.pc2.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc2.charisma) {
nchadiff = _root.pc2.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc2.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc2.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc2.stamina = 0;
if (!_root.pc2.cumming) {
_root.pc2.gotoAndPlay('cum');
}
}
_root.sp2 = false;
}
}
if (b3) {
if (this.midpoint.hitTest(_root.pc3) && !this.hitTest(_root.room3)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc3._x >= _root.fucktime._x) {
_root.pc3._x -= 6;
}
this._x = _root.room3._x;
this._y = _root.room3._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room3)) {
_root.pc3._x = _root.room3._x;
_root.pc3._y = _root.room3._y;
if (!_root.pc3.cumming) {
_root.pc3.gotoAndStop('fuck01');
}
}
if (this.fucking) {
--this.stamina;
--_root.pc3.stamina;
++_root.cash;
if (this.skill >= _root.pc3.skill) {
pskilldiff = this.skill - _root.pc3.skill;
_root.pc3.stamina -= pskilldiff;
}
if (this.skill < _root.pc3.skill) {
nskilldiff = _root.pc3.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc3.charisma) {
pchadiff = this.charisma - _root.pc3.charisma;
_root.fame += pchadiff;
_root.pc3.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc3.charisma) {
nchadiff = _root.pc3.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc3.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc3.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc3.stamina = 0;
if (!_root.pc3.cumming) {
_root.pc3.gotoAndPlay('cum');
}
}
_root.sp3 = false;
}
}
}
}
if (stamina <= 0 && !chosen) {
chosen = true;
this.gotoAndStop('doze');
_root.ms2.gotoAndStop('doze');
}
if (!_root.hb2.live) {
this.gotoAndStop('empty');
} else {
if (_root.hb2.live && !chosen) {
this.gotoAndStop('idle');
}
}
}
}
instance ws3 of movieClip 2016 {
onClipEvent (load) {
function refreshes() {
fucking = false;
chosen = false;
b1 = false;
b2 = false;
b3 = false;
}
empty = false;
stamina = _root.wus3;
charisma = _root.wus1;
skill = _root.wus2;
dozing = false;
refreshes();
}
onClipEvent (enterFrame) {
if (_root.businesshours && !dozing) {
if (chosen) {
if (b1) {
if (this.midpoint.hitTest(_root.pc1) && !this.hitTest(_root.room1)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc1._x >= _root.fucktime._x) {
_root.pc1._x -= 6;
}
this._x = _root.room1._x;
this._y = _root.room1._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room1)) {
_root.pc1._x = _root.room1._x;
_root.pc1._y = _root.room1._y;
if (!_root.pc1.cumming) {
_root.pc1.gotoAndStop('fuck01');
}
}
if (this.fucking) {
--this.stamina;
--_root.pc1.stamina;
++_root.cash;
if (this.skill >= _root.pc1.skill) {
pskilldiff = this.skill - _root.pc1.skill;
_root.pc1.stamina -= pskilldiff;
}
if (this.skill < _root.pc1.skill) {
nskilldiff = _root.pc1.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc1.charisma) {
pchadiff = this.charisma - _root.pc1.charisma;
_root.fame += pchadiff;
_root.pc1.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc1.charisma) {
nchadiff = _root.pc1.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc1.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc1.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc1.stamina = 0;
if (!_root.pc1.cumming) {
_root.pc1.gotoAndPlay('cum');
}
}
_root.sp1 = false;
}
}
if (b2) {
if (this.midpoint.hitTest(_root.pc2) && !this.hitTest(_root.room2)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc2._x >= _root.fucktime._x) {
_root.pc2._x -= 6;
}
this._x = _root.room2._x;
this._y = _root.room2._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room2)) {
_root.pc2._x = _root.room2._x;
_root.pc2._y = _root.room2._y;
if (!_root.pc2.cumming) {
_root.pc2.gotoAndStop('fuck01');
}
}
if (this.fucking) {
--this.stamina;
--_root.pc2.stamina;
++_root.cash;
if (this.skill >= _root.pc2.skill) {
pskilldiff = this.skill - _root.pc2.skill;
_root.pc2.stamina -= pskilldiff;
}
if (this.skill < _root.pc2.skill) {
nskilldiff = _root.pc2.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc2.charisma) {
pchadiff = this.charisma - _root.pc2.charisma;
_root.fame += pchadiff;
_root.pc2.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc2.charisma) {
nchadiff = _root.pc2.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc2.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc2.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc2.stamina = 0;
if (!_root.pc2.cumming) {
_root.pc2.gotoAndPlay('cum');
}
}
_root.sp2 = false;
}
}
if (b3) {
if (this.midpoint.hitTest(_root.pc3) && !this.hitTest(_root.room3)) {
if (this._x >= _root.fucktime) {
this._x -= 6;
}
}
if (this.midpoint.hitTest(_root.fucktime)) {
if (_root.pc3._x >= _root.fucktime._x) {
_root.pc3._x -= 6;
}
this._x = _root.room3._x;
this._y = _root.room3._y;
this.gotoAndStop('fuck01');
}
if (this.hitTest(_root.room3)) {
_root.pc3._x = _root.room3._x;
_root.pc3._y = _root.room3._y;
if (!_root.pc3.cumming) {
_root.pc3.gotoAndStop('fuck01');
}
}
if (this.fucking) {
--this.stamina;
--_root.pc3.stamina;
++_root.cash;
if (this.skill >= _root.pc3.skill) {
pskilldiff = this.skill - _root.pc3.skill;
_root.pc3.stamina -= pskilldiff;
}
if (this.skill < _root.pc3.skill) {
nskilldiff = _root.pc3.skill - this.skill;
this.stamina -= nskilldiff;
}
if (this.charisma >= _root.pc3.charisma) {
pchadiff = this.charisma - _root.pc3.charisma;
_root.fame += pchadiff;
_root.pc3.bubble.gotoAndStop('positive');
}
if (this.charisma < _root.pc3.charisma) {
nchadiff = _root.pc3.charisma - this.charisma;
_root.fame -= nchadiff;
_root.pc3.bubble.gotoAndStop('negative');
}
}
if (!this.cumming) {
if (_root.pc3.stamina <= 0) {
this.gotoAndPlay('cum');
_root.pc3.stamina = 0;
if (!_root.pc3.cumming) {
_root.pc3.gotoAndPlay('cum');
}
}
_root.sp3 = false;
}
}
}
}
if (stamina <= 0 && !chosen) {
chosen = true;
this.gotoAndStop('doze');
_root.ms3.gotoAndStop('doze');
}
if (!_root.hb3.live) {
this.gotoAndStop('empty');
} else {
if (_root.hb3.live && !chosen) {
this.gotoAndStop('idle');
}
}
}
}
instance of movieClip 2045 {
onClipEvent (load) {
patience = _root.cl;
}
onClipEvent (enterFrame) {
this._xscale = patience * 0.8100000000000001;
if (patience <= 0) {
patience = 0;
}
if (patience >= 100) {
patience = 100;
}
if (_root.dock2.live && !_root.pc2.pressed) {
patience -= _root.impatience;
if (patience <= 0) {
_root.dock2.gotoAndStop('idle');
_root.pc2.gotoAndStop('idle');
_root.interval2 = etime;
_root.roll2 = false;
_root.fame -= _root.shame;
patience = _root.cl;
}
}
if (_root.pc2.pressed) {
patience = _root.cl;
}
}
}
instance of movieClip 2045 {
onClipEvent (load) {
patience = _root.cl;
}
onClipEvent (enterFrame) {
this._xscale = patience * 0.8100000000000001;
if (patience <= 0) {
patience = 0;
}
if (patience >= 100) {
patience = 100;
}
if (_root.dock3.live && !_root.pc3.pressed) {
patience -= _root.impatience;
if (patience <= 0) {
_root.dock3.gotoAndStop('idle');
_root.pc3.gotoAndStop('idle');
_root.interval2 = etime;
_root.roll3 = false;
_root.fame -= _root.shame;
patience = _root.cl;
}
}
if (_root.pc3.pressed) {
patience = _root.cl;
}
}
}
movieClip 2048 {
frame 1 {
stop();
full = false;
}
frame 2 {
stop();
full = true;
}
}
movieClip 2049 {
}
movieClip 2052 {
frame 1 {
stop();
live = false;
fuck = false;
}
frame 2 {
stop();
live = true;
}
frame 3 {
stop();
live = true;
}
}
instance ms1 of movieClip 2052 {
onClipEvent (load) {
live = false;
terran = false;
arkasian = false;
redossi = false;
akrishe = false;
milkanian = false;
furtase = false;
}
}
instance ms2 of movieClip 2052 {
onClipEvent (load) {
live = false;
}
}
instance ms3 of movieClip 2052 {
onClipEvent (load) {
live = false;
}
}
instance ms4 of movieClip 2052 {
onClipEvent (load) {
live = false;
}
}
instance ms5 of movieClip 2052 {
onClipEvent (load) {
live = false;
}
}
instance ms6 of movieClip 2052 {
onClipEvent (load) {
live = false;
}
}
movieClip 2056 {
frame 1 {
stop();
live = false;
}
frame 2 {
stop();
live = true;
}
}
instance bdock1 of movieClip 2056 {
onClipEvent (enterFrame) {
if (_root.boughtd1) {
this.gotoAndStop('live');
} else {
if (!_root.boughtd1) {
this.gotoAndStop('idle');
}
}
}
}
movieClip 2059 {
frame 1 {
stop();
live = false;
}
frame 2 {
stop();
live = true;
}
}
instance bdock2 of movieClip 2059 {
onClipEvent (enterFrame) {
if (_root.boughtd2) {
this.gotoAndStop('live');
} else {
if (!_root.boughtd2) {
this.gotoAndStop('idle');
}
}
}
}
movieClip 2062 {
frame 1 {
stop();
live = false;
}
frame 2 {
stop();
live = true;
}
}
instance bdock3 of movieClip 2062 {
onClipEvent (enterFrame) {
if (_root.boughtd3) {
this.gotoAndStop('live');
} else {
if (!_root.boughtd3) {
this.gotoAndStop('idle');
}
}
}
}
movieClip 2068 {
}
movieClip 2070 {
}
movieClip 2075 {
}
movieClip 2077 {
}
movieClip 2078 {
}
movieClip 2079 {
}
movieClip 2081 {
frame 65 {
this._parent.gotoAndStop('idle');
}
}
movieClip 2084 {
frame 1 {
stop();
live = false;
choosing = false;
}
frame 2 {
stop();
choosing = true;
}
frame 3 {
stop();
}
frame 4 {
stop();
live = true;
}
}
movieClip 2086 {
}
movieClip 2088 {
frame 1 {
stop();
live = false;
choosing = false;
}
frame 2 {
stop();
choosing = true;
}
frame 3 {
stop();
}
frame 4 {
stop();
live = true;
}
}
instance fh1 of movieClip 2088 {
onClipEvent (enterFrame) {
this._x = _root.hb1._x;
this._y = _root.hb1._y;
if (!_root.hb1.live) {
this.getNextHighestDepth();
}
}
}
instance fh2 of movieClip 2088 {
onClipEvent (enterFrame) {
if (!_root.hb2.live) {
this._x = _root.hb2._x;
this._y = _root.hb2._y;
} else {
this._x = -616.2000000000001;
this._y = 357.45;
}
}
}
instance fh3 of movieClip 2088 {
onClipEvent (enterFrame) {
if (!_root.hb3.live) {
this._x = _root.hb3._x;
this._y = _root.hb3._y;
} else {
this._x = -495.2;
this._y = 357.45;
}
}
}
instance fh4 of movieClip 2088 {
onClipEvent (enterFrame) {
if (!_root.hb4.live) {
this._x = _root.hb4._x;
this._y = _root.hb4._y;
} else {
this._x = -377.2;
this._y = 357.45;
}
}
}
instance fh5 of movieClip 2088 {
onClipEvent (enterFrame) {
if (!_root.hb5.live) {
this._x = _root.hb5._x;
this._y = _root.hb5._y;
} else {
this._x = -256.2;
this._y = 357.45;
}
}
}
instance fh6 of movieClip 2088 {
onClipEvent (enterFrame) {
if (!_root.hb6.live) {
this._x = _root.hb6._x;
this._y = _root.hb6._y;
} else {
this._x = -135.2;
this._y = 357.45;
}
}
}
movieClip 2105 {
}
movieClip 2128 {
frame 1 {
stop();
live = false;
choosing = false;
}
frame 2 {
stop();
choosing = true;
}
frame 3 {
stop();
live = true;
}
frame 4 {
stop();
}
}
movieClip 2133 {
frame 1 {
stop();
live = false;
choosing = false;
}
frame 2 {
stop();
choosing = true;
}
frame 3 {
stop();
}
frame 4 {
stop();
live = true;
}
}
movieClip 2138 {
frame 1 {
stop();
live = false;
choosing = false;
}
frame 2 {
stop();
choosing = true;
}
frame 3 {
stop();
}
frame 4 {
stop();
live = true;
}
}
movieClip 2140 {
}
movieClip 2142 {
}
movieClip 2144 {
}
movieClip 2146 {
}
movieClip 2148 {
}
movieClip 2150 {
}
movieClip 2155 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2157 {
}
movieClip 2158 {
frame 1 {
stop();
live = false;
}
frame 2 {
stop();
live = true;
}
}
instance dockprice3 of movieClip 2158 {
onClipEvent (enterFrame) {
if (_root.pc3.fucking) {
this.indicator.gotoAndStop('fucking');
}
}
}
movieClip 2160 {
}
movieClip 2161 {
frame 1 {
stop();
live = false;
}
frame 2 {
stop();
live = true;
}
}
instance dockprice2 of movieClip 2161 {
onClipEvent (enterFrame) {
if (_root.pc3.fucking) {
this.indicator.gotoAndStop('fucking');
}
}
}
movieClip 2163 {
}
movieClip 2164 {
frame 1 {
stop();
live = false;
}
frame 2 {
stop();
live = true;
}
}
instance dockprice1 of movieClip 2164 {
onClipEvent (enterFrame) {
if (_root.pc3.fucking) {
this.indicator.gotoAndStop('fucking');
}
}
}
movieClip 2167 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2169 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2171 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2173 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2175 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2177 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2195 {
}
movieClip 2197 {
}
movieClip 2199 {
}
movieClip 2201 {
}
movieClip 2202 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 2202 {
onClipEvent (enterFrame) {
if (_root.pc1.take) {
this.gotoAndStop('active');
} else {
if (!_root.pc1.take) {
this.gotoAndStop('idle');
}
}
}
}
movieClip 2203 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 2203 {
onClipEvent (enterFrame) {
if (_root.pc2.take) {
this.gotoAndStop('active');
} else {
if (!_root.pc2.take) {
this.gotoAndStop('idle');
}
}
}
}
movieClip 2204 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 2204 {
onClipEvent (enterFrame) {
if (_root.pc3.take) {
this.gotoAndStop('active');
} else {
if (!_root.pc3.take) {
this.gotoAndStop('idle');
}
}
}
}
movieClip 2207 {
}
movieClip 2222 {
}
movieClip 2225 {
}
movieClip 2226 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
movieClip 2229 {
}
movieClip 2232 {
}
movieClip 2236 {
}
movieClip 2247 {
}
movieClip 2252 {
}
movieClip 2254 {
}
movieClip 2274 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
movieClip 2276 {
}
movieClip 2280 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2282 {
}
movieClip 2285 {
}
movieClip 2297 {
}
movieClip 2298 {
}
movieClip 2299 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2300 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
_root.tuteb = true;
}
}
instance tuteboxb of movieClip 2300 {
onClipEvent (release) {
if (!_root.tuteb) {
this.nextFrame();
}
}
}
movieClip 2307 {
frame 1 {
stop();
live = false;
}
frame 2 {
stop();
live = true;
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
_root.tutec = true;
}
}
instance tuteboxc of movieClip 2307 {
onClipEvent (release) {
if (_root.tuteb) {
this.nextFrame();
}
}
}
movieClip 2317 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
_root.tutea = true;
}
}
instance tuteboxa of movieClip 2317 {
onClipEvent (release) {
if (!_root.tutea) {
this.nextFrame();
}
}
}
movieClip 2319 {
}
instance of movieClip 41 {
onClipEvent (load) {
_root.sf = sharedobject.getLocal('storedfile');
if (_root.sf.data.introstuffdone == undefined) {
_root.introstuffdone = false;
} else {
_root.introstuffdone = _root.sf.data.introstuffdone;
}
if (_root.sf.data.tutea == undefined) {
_root.tutea = false;
} else {
_root.tutea = _root.sf.data.tutea;
}
if (_root.sf.data.tuteb == undefined) {
_root.tuteb = false;
} else {
_root.tuteb = _root.sf.data.tuteb;
}
if (_root.sf.data.tutec == undefined) {
_root.tutec = false;
} else {
_root.tutec = _root.sf.data.tutec;
}
if (_root.sf.data.tuted == undefined) {
_root.tuted = false;
} else {
_root.tuted = _root.sf.data.tuted;
}
if (_root.sf.data.contacts == undefined) {
_root.contacts = 0;
} else {
_root.contacts = _root.sf.data.contacts;
}
if (_root.sf.data.stableslots == undefined) {
_root.stableslots = 0;
} else {
_root.stableslots = _root.sf.data.stableslots;
}
if (_root.sf.data.rooms == undefined) {
_root.rooms = 1;
} else {
_root.rooms = _root.sf.data.rooms;
}
if (_root.sf.data.cash == undefined) {
_root.cash = 20000;
} else {
_root.cash = _root.sf.data.cash;
}
if (_root.sf.data.days == undefined) {
_root.days = 0;
} else {
_root.days = _root.sf.data.days;
}
if (_root.sf.data.fame == undefined) {
_root.fame = 0;
} else {
_root.fame = _root.sf.data.fame;
}
if (_root.sf.data.Level == undefined) {
_root.Level = 0;
} else {
_root.Level = _root.sf.data.Level;
}
if (_root.sf.data.boughtd1 == undefined) {
boughtd1 = false;
} else {
_root.boughtd1 = _root.sf.data.boughtd1;
}
if (_root.sf.data.boughtd2 == undefined) {
boughtd2 = false;
} else {
_root.boughtd2 = _root.sf.data.boughtd2;
}
if (_root.sf.data.boughtd3 == undefined) {
boughtd3 = false;
} else {
_root.boughtd3 = _root.sf.data.boughtd3;
}
if (_root.sf.data.impatience == undefined) {
_root.impatience = 0.7;
} else {
_root.impatience = _root.sf.data.impatience;
}
if (_root.sf.data.cl == undefined) {
_root.cl = 80;
} else {
_root.cl = _root.sf.data.cl;
}
if (_root.sf.data.shame == undefined) {
_root.shame = 1000;
} else {
_root.shame = _root.sf.data.shame;
}
if (_root.sf.data.enhancements_bar == undefined) {
_root.enhancements_bar = false;
} else {
_root.enhancements_bar = _root.sf.data.enhancements_bar;
}
if (_root.sf.data.enhancements_darts == undefined) {
_root.enhancements_darts = false;
} else {
_root.enhancements_darts = _root.sf.data.enhancements_darts;
}
if (_root.sf.data.enhancements_mime == undefined) {
_root.enhancements_mime = false;
} else {
_root.enhancements_mime = _root.sf.data.enhancements_mime;
}
if (_root.sf.data.hw1 == undefined) {
_root.hw1 = false;
} else {
_root.hw1 = _root.sf.data.hw1;
}
if (_root.sf.data.ms1rtag == undefined) {
_root.ms1rtag = 6;
} else {
_root.ms1rtag = _root.sf.data.ms1rtag;
}
if (_root.sf.data.ms1stag == undefined) {
_root.ms1stag = 6;
} else {
_root.ms1stag = _root.sf.data.ms1stag;
}
if (_root.sf.data.wlbonus1a == undefined) {
_root.wlbonus1a = 0;
} else {
_root.wlbonus1a = _root.sf.data.wlbonus1a;
}
if (_root.sf.data.wlbonus1b == undefined) {
_root.wlbonus1b = 0;
} else {
_root.wlbonus1b = _root.sf.data.wlbonus1b;
}
if (_root.sf.data.wlbonus1c == undefined) {
_root.wlbonus1c = 0;
} else {
_root.wlbonus1c = _root.sf.data.wlbonus1c;
}
if (_root.sf.data.hw2 == undefined) {
_root.hw2 = false;
} else {
_root.hw2 = _root.sf.data.hw2;
}
if (_root.sf.data.ms2rtag == undefined) {
_root.ms2rtag = 6;
} else {
_root.ms2rtag = _root.sf.data.ms2rtag;
}
if (_root.sf.data.ms2stag == undefined) {
_root.ms2stag = 6;
} else {
_root.ms2stag = _root.sf.data.ms2stag;
}
if (_root.sf.data.wlbonus2a == undefined) {
_root.wlbonus2a = 0;
} else {
_root.wlbonus2a = _root.sf.data.wlbonus2a;
}
if (_root.sf.data.wlbonus2b == undefined) {
_root.wlbonus2b = 0;
} else {
_root.wlbonus2b = _root.sf.data.wlbonus2b;
}
if (_root.sf.data.wlbonus2c == undefined) {
_root.wlbonus2c = 0;
} else {
_root.wlbonus2c = _root.sf.data.wlbonus2c;
}
if (_root.sf.data.hw3 == undefined) {
_root.hw3 = false;
} else {
_root.hw3 = _root.sf.data.hw3;
}
if (_root.sf.data.ms3rtag == undefined) {
_root.ms3rtag = 6;
} else {
_root.ms3rtag = _root.sf.data.ms3rtag;
}
if (_root.sf.data.ms3stag == undefined) {
_root.ms3stag = 6;
} else {
_root.ms3stag = _root.sf.data.ms3stag;
}
if (_root.sf.data.wlbonus3a == undefined) {
_root.wlbonus3a = 0;
} else {
_root.wlbonus3a = _root.sf.data.wlbonus3a;
}
if (_root.sf.data.wlbonus3b == undefined) {
_root.wlbonus3b = 0;
} else {
_root.wlbonus3b = _root.sf.data.wlbonus3b;
}
if (_root.sf.data.wlbonus3c == undefined) {
_root.wlbonus3c = 0;
} else {
_root.wlbonus3c = _root.sf.data.wlbonus3c;
}
if (_root.sf.data.hw4 == undefined) {
_root.hw4 = false;
} else {
_root.hw4 = _root.sf.data.hw4;
}
if (_root.sf.data.ms4rtag == undefined) {
_root.ms4rtag = 6;
} else {
_root.ms4rtag = _root.sf.data.ms4rtag;
}
if (_root.sf.data.ms4stag == undefined) {
_root.ms4stag = 6;
} else {
_root.ms4stag = _root.sf.data.ms4stag;
}
if (_root.sf.data.wlbonus4a == undefined) {
_root.wlbonus4a = 0;
} else {
_root.wlbonus4a = _root.sf.data.wlbonus4a;
}
if (_root.sf.data.wlbonus4b == undefined) {
_root.wlbonus4b = 0;
} else {
_root.wlbonus4b = _root.sf.data.wlbonus4b;
}
if (_root.sf.data.wlbonus4c == undefined) {
_root.wlbonus4c = 0;
} else {
_root.wlbonus4c = _root.sf.data.wlbonus4c;
}
if (_root.sf.data.hw5 == undefined) {
_root.hw5 = false;
} else {
_root.hw5 = _root.sf.data.hw5;
}
if (_root.sf.data.ms5rtag == undefined) {
_root.ms5rtag = 6;
} else {
_root.ms5rtag = _root.sf.data.ms5rtag;
}
if (_root.sf.data.ms5stag == undefined) {
_root.ms5stag = 6;
} else {
_root.ms5stag = _root.sf.data.ms5stag;
}
if (_root.sf.data.wlbonus5a == undefined) {
_root.wlbonus5a = 0;
} else {
_root.wlbonus5a = _root.sf.data.wlbonus5a;
}
if (_root.sf.data.wlbonus5b == undefined) {
_root.wlbonus5b = 0;
} else {
_root.wlbonus5b = _root.sf.data.wlbonus5b;
}
if (_root.sf.data.wlbonus5c == undefined) {
_root.wlbonus5c = 0;
} else {
_root.wlbonus5c = _root.sf.data.wlbonus5c;
}
if (_root.sf.data.hw6 == undefined) {
_root.hw6 = false;
} else {
_root.hw6 = _root.sf.data.hw6;
}
if (_root.sf.data.ms6rtag == undefined) {
_root.ms6rtag = 6;
} else {
_root.ms6rtag = _root.sf.data.ms6rtag;
}
if (_root.sf.data.ms6stag == undefined) {
_root.ms6stag = 6;
} else {
_root.ms6stag = _root.sf.data.ms6stag;
}
if (_root.sf.data.wlbonus6a == undefined) {
_root.wlbonus6a = 0;
} else {
_root.wlbonus6a = _root.sf.data.wlbonus6a;
}
if (_root.sf.data.wlbonus6b == undefined) {
_root.wlbonus6b = 0;
} else {
_root.wlbonus6b = _root.sf.data.wlbonus6b;
}
if (_root.sf.data.wlbonus6c == undefined) {
_root.wlbonus6c = 0;
} else {
_root.wlbonus6c = _root.sf.data.wlbonus6c;
}
if (_root.sf.data.ms1htag == undefined) {
_root.ms1htag = 1;
} else {
_root.ms1htag = _root.sf.data.ms1htag;
}
if (_root.sf.data.ms1ftag == undefined) {
_root.ms1ftag = 1;
} else {
_root.ms1ftag = _root.sf.data.ms1ftag;
}
if (_root.sf.data.ms2htag == undefined) {
_root.ms2htag = 1;
} else {
_root.ms2htag = _root.sf.data.ms2htag;
}
if (_root.sf.data.ms2ftag == undefined) {
_root.ms2ftag = 1;
} else {
_root.ms2ftag = _root.sf.data.ms2ftag;
}
if (_root.sf.data.ms3htag == undefined) {
_root.ms3htag = 1;
} else {
_root.ms3htag = _root.sf.data.ms3htag;
}
if (_root.sf.data.ms3ftag == undefined) {
_root.ms3ftag = 1;
} else {
_root.ms3ftag = _root.sf.data.ms3ftag;
}
if (_root.sf.data.ms4htag == undefined) {
_root.ms4htag = 1;
} else {
_root.ms4htag = _root.sf.data.ms4htag;
}
if (_root.sf.data.ms4ftag == undefined) {
_root.ms4ftag = 1;
} else {
_root.ms4ftag = _root.sf.data.ms4ftag;
}
if (_root.sf.data.ms5htag == undefined) {
_root.ms5htag = 1;
} else {
_root.ms5htag = _root.sf.data.ms5htag;
}
if (_root.sf.data.ms5ftag == undefined) {
_root.ms5ftag = 1;
} else {
_root.ms5ftag = _root.sf.data.ms5ftag;
}
if (_root.sf.data.ms6htag == undefined) {
_root.ms6htag = 1;
} else {
_root.ms6htag = _root.sf.data.ms6htag;
}
if (_root.sf.data.ms6ftag == undefined) {
_root.ms6ftag = 1;
} else {
_root.ms6ftag = _root.sf.data.ms6ftag;
}
if (_root.sf.data.ms1priceinc == undefined) {
_root.ms1priceinc = 0;
} else {
_root.ms1priceinc = _root.sf.data.ms1priceinc;
}
if (_root.sf.data.ms2priceinc == undefined) {
_root.ms2priceinc = 0;
} else {
_root.ms2priceinc = _root.sf.data.ms2priceinc;
}
if (_root.sf.data.ms3priceinc == undefined) {
_root.ms3priceinc = 0;
} else {
_root.ms3priceinc = _root.sf.data.ms3priceinc;
}
if (_root.sf.data.ms4priceinc == undefined) {
_root.ms4priceinc = 0;
} else {
_root.ms4priceinc = _root.sf.data.ms4priceinc;
}
if (_root.sf.data.ms5priceinc == undefined) {
_root.ms5priceinc = 0;
} else {
_root.ms5priceinc = _root.sf.data.ms5priceinc;
}
if (_root.sf.data.ms6priceinc == undefined) {
_root.ms6priceinc = 0;
} else {
_root.ms6priceinc = _root.sf.data.ms6priceinc;
}
if (_root.sf.data.ws1scoretotal == undefined) {
_root.ws1scoretotal = 0;
} else {
_root.ws1scoretotal = _root.sf.data.ws1scoretotal;
}
if (_root.sf.data.ws2scoretotal == undefined) {
_root.ws2scoretotal = 0;
} else {
_root.ws2scoretotal = _root.sf.data.ws2scoretotal;
}
if (_root.sf.data.ws3scoretotal == undefined) {
_root.ws3scoretotal = 0;
} else {
_root.ws3scoretotal = _root.sf.data.ws3scoretotal;
}
if (_root.sf.data.ws4scoretotal == undefined) {
_root.ws4scoretotal = 0;
} else {
_root.ws4scoretotal = _root.sf.data.ws4scoretotal;
}
if (_root.sf.data.ws5scoretotal == undefined) {
_root.ws5scoretotal = 0;
} else {
_root.ws5scoretotal = _root.sf.data.ws5scoretotal;
}
if (_root.sf.data.ws6scoretotal == undefined) {
_root.ws6scoretotal = 0;
} else {
_root.ws6scoretotal = _root.sf.data.ws6scoretotal;
}
if (_root.sf.data.event1ok == undefined) {
_root.event1ok = false;
} else {
_root.event1ok = _root.sf.data.event1ok;
}
if (_root.sf.data.event2ok == undefined) {
_root.event2ok = false;
} else {
_root.event2ok = _root.sf.data.event2ok;
}
if (_root.sf.data.event3ok == undefined) {
_root.event3ok = false;
} else {
_root.event3ok = _root.sf.data.event3ok;
}
if (_root.sf.data.event4ok == undefined) {
_root.event4ok = false;
} else {
_root.event4ok = _root.sf.data.event4ok;
}
if (_root.sf.data.event5ok == undefined) {
_root.event5ok = false;
} else {
_root.event5ok = _root.sf.data.event5ok;
}
if (_root.sf.data.event6ok == undefined) {
_root.event6ok = false;
} else {
_root.event6ok = _root.sf.data.event6ok;
}
if (_root.sf.data.event7ok == undefined) {
_root.event7ok = false;
} else {
_root.event7ok = _root.sf.data.event7ok;
}
if (_root.sf.data.event8ok == undefined) {
_root.event8ok = false;
} else {
_root.event8ok = _root.sf.data.event8ok;
}
if (_root.sf.data.event9ok == undefined) {
_root.event9ok = false;
} else {
_root.event9ok = _root.sf.data.event9ok;
}
if (_root.sf.data.event10ok == undefined) {
_root.event10ok = false;
} else {
_root.event10ok = _root.sf.data.event10ok;
}
if (_root.sf.data.event1done == undefined) {
_root.event1done = false;
} else {
_root.event1done = _root.sf.data.event1done;
}
if (_root.sf.data.event2done == undefined) {
_root.event2done = false;
} else {
_root.event2done = _root.sf.data.event2done;
}
if (_root.sf.data.event3done == undefined) {
_root.event3done = false;
} else {
_root.event3done = _root.sf.data.event3done;
}
if (_root.sf.data.event4done == undefined) {
_root.event4done = false;
} else {
_root.event4done = _root.sf.data.event4done;
}
if (_root.sf.data.event5done == undefined) {
_root.event5done = false;
} else {
_root.event5done = _root.sf.data.event5done;
}
if (_root.sf.data.event6done == undefined) {
_root.event6done = false;
} else {
_root.event6done = _root.sf.data.event6done;
}
if (_root.sf.data.event7done == undefined) {
_root.event7done = false;
} else {
_root.event7done = _root.sf.data.event7done;
}
if (_root.sf.data.event8done == undefined) {
_root.event8done = false;
} else {
_root.event8done = _root.sf.data.event8done;
}
if (_root.sf.data.event9done == undefined) {
_root.event9done = false;
} else {
_root.event9done = _root.sf.data.event9done;
}
if (_root.sf.data.event10done == undefined) {
_root.event10done = false;
} else {
_root.event10done = _root.sf.data.event10done;
}
if (_root.sf.data.superrickrolla == undefined) {
_root.superrickrolla = false;
} else {
_root.superrickrolla = _root.sf.data.superrickrolla;
}
if (_root.sf.data.superrickrollb == undefined) {
_root.superrickrollb = false;
} else {
_root.superrickrollb = _root.sf.data.superrickrollb;
}
if (_root.sf.data.superrickrollc == undefined) {
_root.superrickrollc = false;
} else {
_root.superrickrollc = _root.sf.data.superrickrollc;
}
}
}
movieClip 2321 {
}
instance of movieClip 2321 {
onClipEvent (enterFrame) {
_root.sf = SharedObject.getLocal('storedfile');
_root.sf.data.introstuffdone = _root.introstuffdone;
_root.sf.data.tutea = _root.tutea;
_root.sf.data.tuteb = _root.tuteb;
_root.sf.data.tutec = _root.tutec;
_root.sf.data.tuted = _root.tuted;
_root.sf.data.contacts = _root.contacts;
_root.sf.data.rooms = _root.rooms;
_root.sf.data.stableslots = _root.stableslots;
_root.sf.data.cash = _root.cash;
_root.sf.data.fame = _root.fame;
_root.sf.data.Level = _root.Level;
_root.sf.data.days = _root.days;
_root.sf.data.boughtd1 = _root.boughtd1;
_root.sf.data.boughtd2 = _root.boughtd2;
_root.sf.data.boughtd3 = _root.boughtd3;
_root.sf.data.impatience = _root.impatience;
_root.sf.data.cl = _root.cl;
_root.sf.data.shame = _root.shame;
_root.sf.data.enhancements_bar = _root.enhancements_bar;
_root.sf.data.enhancements_darts = _root.enhancements_darts;
_root.sf.data.enhancements_mime = _root.enhancements_mime;
_root.sf.data.hw1 = _root.hw1;
_root.sf.data.hw2 = _root.hw2;
_root.sf.data.hw3 = _root.hw3;
_root.sf.data.hw4 = _root.hw4;
_root.sf.data.hw5 = _root.hw5;
_root.sf.data.hw6 = _root.hw6;
_root.sf.data.superrickrolla = _root.superrickrolla;
_root.sf.data.superrickrollb = _root.superrickrollb;
_root.sf.data.superrickrollc = _root.superrickrollc;
_root.sf.data.event1ok = _root.event1ok;
_root.sf.data.event2ok = _root.event2ok;
_root.sf.data.event3ok = _root.event3ok;
_root.sf.data.event4ok = _root.event4ok;
_root.sf.data.event5ok = _root.event5ok;
_root.sf.data.event6ok = _root.event6ok;
_root.sf.data.event7ok = _root.event7ok;
_root.sf.data.event8ok = _root.event8ok;
_root.sf.data.event9ok = _root.event9ok;
_root.sf.data.event10ok = _root.event10ok;
_root.sf.data.event1done = _root.event1done;
_root.sf.data.event2done = _root.event2done;
_root.sf.data.event3done = _root.event3done;
_root.sf.data.event4done = _root.event4done;
_root.sf.data.event5done = _root.event5done;
_root.sf.data.event6done = _root.event6done;
_root.sf.data.event7done = _root.event7done;
_root.sf.data.event8done = _root.event8done;
_root.sf.data.event9done = _root.event9done;
_root.sf.data.event10done = _root.event10done;
if (_root.hw1) {
_root.sf.data.ms1rtag = _root.ms1rtag;
_root.sf.data.ms1stag = _root.ms1stag;
_root.sf.data.wlbonus1a = _root.wlbonus1a;
_root.sf.data.wlbonus1b = _root.wlbonus1b;
_root.sf.data.wlbonus1c = _root.wlbonus1c;
_root.sf.data.ms1htag = _root.ms1htag;
_root.sf.data.ms1ftag = _root.ms1ftag;
_root.sf.data.ms1priceinc = _root.ms1priceinc;
_root.sf.data.ws1scoretotal = _root.ws1scoretotal;
}
if (_root.hw2) {
_root.sf.data.ms2rtag = _root.ms2rtag;
_root.sf.data.ms2stag = _root.ms2stag;
_root.sf.data.wlbonus2a = _root.wlbonus2a;
_root.sf.data.wlbonus2b = _root.wlbonus2b;
_root.sf.data.wlbonus2c = _root.wlbonus2c;
_root.sf.data.ms2htag = _root.ms2htag;
_root.sf.data.ms2ftag = _root.ms2ftag;
_root.sf.data.ms2priceinc = _root.ms2priceinc;
_root.sf.data.ws2scoretotal = _root.ws2scoretotal;
}
if (_root.hw3) {
_root.sf.data.ms3rtag = _root.ms3rtag;
_root.sf.data.ms3stag = _root.ms3stag;
_root.sf.data.wlbonus3a = _root.wlbonus3a;
_root.sf.data.wlbonus3b = _root.wlbonus3b;
_root.sf.data.wlbonus3c = _root.wlbonus3c;
_root.sf.data.ms3htag = _root.ms3htag;
_root.sf.data.ms3ftag = _root.ms3ftag;
_root.sf.data.ms3priceinc = _root.ms3priceinc;
_root.sf.data.ws3scoretotal = _root.ws3scoretotal;
}
if (_root.hw4) {
_root.sf.data.ms4rtag = _root.ms4rtag;
_root.sf.data.ms4stag = _root.ms4stag;
_root.sf.data.wlbonus4a = _root.wlbonus4a;
_root.sf.data.wlbonus4b = _root.wlbonus4b;
_root.sf.data.wlbonus4c = _root.wlbonus4c;
_root.sf.data.ms4htag = _root.ms4htag;
_root.sf.data.ms4ftag = _root.ms4ftag;
_root.sf.data.ms4priceinc = _root.ms4priceinc;
_root.sf.data.ws4scoretotal = _root.ws4scoretotal;
}
if (_root.hw5) {
_root.sf.data.ms5rtag = _root.ms5rtag;
_root.sf.data.ms5stag = _root.ms5stag;
_root.sf.data.wlbonus5a = _root.wlbonus5a;
_root.sf.data.wlbonus5b = _root.wlbonus5b;
_root.sf.data.wlbonus5c = _root.wlbonus5c;
_root.sf.data.ms5htag = _root.ms5htag;
_root.sf.data.ms5ftag = _root.ms5ftag;
_root.sf.data.ms5priceinc = _root.ms5priceinc;
_root.sf.data.ws5scoretotal = _root.ws5scoretotal;
}
if (_root.hw6) {
_root.sf.data.ms6rtag = _root.ms6rtag;
_root.sf.data.ms6stag = _root.ms6stag;
_root.sf.data.wlbonus6a = _root.wlbonus6a;
_root.sf.data.wlbonus6b = _root.wlbonus6b;
_root.sf.data.wlbonus6c = _root.wlbonus6c;
_root.sf.data.ms6htag = _root.ms6htag;
_root.sf.data.ms6ftag = _root.ms6ftag;
_root.sf.data.ms6priceinc = _root.ms6priceinc;
_root.sf.data.ws6scoretotal = _root.ws6scoretotal;
}
}
}
movieClip 2323 {
}
movieClip 2324 {
}
movieClip 2327 {
}
movieClip 2330 {
}
movieClip 2333 {
}
instance ba of movieClip 2333 {
onClipEvent (release) {
_root.camera._y += 476;
_root.camera._x += 760;
}
}
movieClip 2338 {
}
movieClip 2339 {
}
movieClip 2340 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2345 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2347 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2351 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2354 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2358 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2363 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2364 {
frame 1 {
stop();
}
}
movieClip 2367 {
}
movieClip 2372 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2375 {
}
instance pfb1 of movieClip 2375 {
onClipEvent (load) {
_root.fuckingrightnow = false;
}
onClipEvent (enterFrame) {
if (_root.pleasurefuckmode) {
_root.ize._xscale = 140;
_root.ize._yscale = 140;
_root.ws1._xscale = 140;
_root.ws2._xscale = 140;
_root.ws3._xscale = 140;
_root.ws4._xscale = 140;
_root.ws5._xscale = 140;
_root.ws6._xscale = 140;
_root.ws1._yscale = 140;
_root.ws2._yscale = 140;
_root.ws3._yscale = 140;
_root.ws4._yscale = 140;
_root.ws5._yscale = 140;
_root.ws6._yscale = 140;
} else {
if (!_root.pleasurefuckmode) {
_root.ize._xscale = 100;
_root.ize._yscale = 100;
_root.ws1._xscale = 100;
_root.ws2._xscale = 100;
_root.ws3._xscale = 100;
_root.ws4._xscale = 100;
_root.ws5._xscale = 100;
_root.ws6._xscale = 100;
_root.ws1._yscale = 100;
_root.ws2._yscale = 100;
_root.ws3._yscale = 100;
_root.ws4._yscale = 100;
_root.ws5._yscale = 100;
_root.ws6._yscale = 100;
}
}
if (_root.pleasurefuckmode && _root.hw1) {
if (Key.isDown(49) && !_root.fuckingrightnow) {
if (!_root.ws1pf && !_root.fuckingrightnow) {
_root.ws1pf = true;
_root.fuckingrightnow = true;
_root.customfader.gotoAndPlay(1);
}
}
if (_root.ws1pf) {
if (!_root.ws1.cumming) {
_root.ws1.chosen = true;
_root.ws1.gotoAndStop('fuck01');
_root.ize.gotoAndStop('live');
_root.ws1._x = _root.room6._x;
_root.ws1._y = _root.room6._y;
}
if (Key.isDown(81)) {
_root.ws1.gotoAndPlay('cum');
if (!_root.ize.done) {
_root.ize.gotoAndStop('done');
_root.customfadera.gotoAndPlay(1);
}
if (!_root.ws1.cumming) {
_root.ws1pf = false;
}
}
}
}
if (_root.pleasurefuckmode && _root.hw2) {
if (Key.isDown(50)) {
if (!_root.ws2pf && !_root.fuckingrightnow) {
_root.ws2pf = true;
_root.fuckingrightnow = true;
_root.customfader.gotoAndPlay(1);
}
}
if (_root.ws2pf) {
if (!_root.ws2.cumming) {
_root.ws2.chosen = true;
_root.ws2.gotoAndStop('fuck01');
_root.ize.gotoAndStop('live');
_root.ws2._x = _root.room6._x;
_root.ws2._y = _root.room6._y;
}
if (Key.isDown(81)) {
_root.ws2.gotoAndPlay('cum');
if (!_root.ize.done) {
_root.ize.gotoAndStop('done');
_root.customfadera.gotoAndPlay(1);
}
if (!_root.ws2.cumming) {
_root.ws2pf = false;
}
}
}
}
if (_root.pleasurefuckmode && _root.hw3) {
if (Key.isDown(51) && !_root.fuckingrightnow) {
if (!_root.ws3pf && !_root.fuckingrightnow) {
_root.ws3pf = true;
_root.fuckingrightnow = true;
_root.customfader.gotoAndPlay(1);
}
}
if (_root.ws3pf) {
if (!_root.ws3.cumming) {
_root.ws3.chosen = true;
_root.ws3.gotoAndStop('fuck01');
_root.ize.gotoAndStop('live');
_root.ws3._x = _root.room6._x;
_root.ws3._y = _root.room6._y;
}
if (Key.isDown(81)) {
_root.ws3.gotoAndPlay('cum');
if (!_root.ize.done) {
_root.ize.gotoAndStop('done');
_root.customfadera.gotoAndPlay(1);
}
if (!_root.ws3.cumming) {
_root.ws3pf = false;
}
}
}
}
if (_root.pleasurefuckmode && _root.hw4) {
if (Key.isDown(52) && !_root.fuckingrightnow) {
if (!_root.ws4pf && !_root.fuckingrightnow) {
_root.ws4pf = true;
_root.fuckingrightnow = true;
_root.customfader.gotoAndPlay(1);
}
}
if (_root.ws4pf) {
if (!_root.ws4.cumming) {
_root.ws4.chosen = true;
_root.ws4.gotoAndStop('fuck01');
_root.ize.gotoAndStop('live');
_root.ws4._x = _root.room6._x;
_root.ws4._y = _root.room6._y;
}
if (Key.isDown(81)) {
_root.ws4.gotoAndPlay('cum');
if (!_root.ize.done) {
_root.ize.gotoAndStop('done');
_root.customfadera.gotoAndPlay(1);
}
if (!_root.ws4.cumming) {
_root.ws4pf = false;
}
}
}
}
if (_root.pleasurefuckmode && _root.hw5) {
if (Key.isDown(53) && !_root.fuckingrightnow) {
if (!_root.ws5pf && !_root.fuckingrightnow) {
_root.ws5pf = true;
_root.fuckingrightnow = true;
_root.customfader.gotoAndPlay(1);
}
}
if (_root.ws5pf) {
if (!_root.ws5.cumming) {
_root.ws5.chosen = true;
_root.ws5.gotoAndStop('fuck01');
_root.ize.gotoAndStop('live');
_root.ws5._x = _root.room6._x;
_root.ws5._y = _root.room6._y;
}
if (Key.isDown(81)) {
_root.ws5.gotoAndPlay('cum');
if (!_root.ize.done) {
_root.ize.gotoAndStop('done');
_root.customfadera.gotoAndPlay(1);
}
if (!_root.ws5.cumming) {
_root.ws5pf = false;
}
}
}
}
if (_root.pleasurefuckmode && _root.hw6) {
if (Key.isDown(54) && !_root.fuckingrightnow) {
if (!_root.ws6pf && !_root.fuckingrightnow) {
_root.ws6pf = true;
_root.fuckingrightnow = true;
_root.customfader.gotoAndPlay(1);
}
}
if (_root.ws6pf) {
if (!_root.ws6.cumming) {
_root.ws6.chosen = true;
_root.ws6.gotoAndStop('fuck01');
_root.ize.gotoAndStop('live');
_root.ws6._x = _root.room6._x;
_root.ws6._y = _root.room6._y;
}
if (Key.isDown(81)) {
_root.ws6.gotoAndPlay('cum');
if (!_root.ize.done) {
_root.ize.gotoAndStop('done');
_root.customfadera.gotoAndPlay(1);
}
if (!_root.ws6.cumming) {
_root.ws6pf = false;
}
}
}
}
if (!_root.fuckingrightnow) {
_root.b6.gotoAndStop('idle');
} else {
if (_root.fuckingrightnow) {
_root.b6.gotoAndStop('live');
}
}
}
}
movieClip 2377 {
}
instance of movieClip 2377 {
onClipEvent (load) {
_root.ws1.pax = _root.wdx1;
_root.ws1.pay = _root.wdy1;
_root.ws2.pax = _root.wdx2;
_root.ws2.pay = _root.wdy2;
_root.ws3.pax = _root.wdx3;
_root.ws3.pay = _root.wdy3;
_root.ws4.pax = _root.wdx4;
_root.ws4.pay = _root.wdy4;
_root.ws5.pax = _root.wdx5;
_root.ws5.pay = _root.wdy5;
_root.ws6.pax = _root.wdx6;
_root.ws6.pay = _root.wdy6;
scoredws1 = false;
scoredws2 = false;
scoredws3 = false;
scoredws4 = false;
scoredws5 = false;
scoredws6 = false;
_root.ws1score = 0;
_root.ws2score = 0;
_root.ws3score = 0;
_root.ws4score = 0;
_root.ws5score = 0;
_root.ws6score = 0;
_root.ws1cash = 0;
_root.ws2cash = 0;
_root.ws3cash = 0;
_root.ws4cash = 0;
_root.ws5cash = 0;
_root.ws6cash = 0;
_root.ws1fame = 0;
_root.ws2fame = 0;
_root.ws3fame = 0;
_root.ws4fame = 0;
_root.ws5fame = 0;
_root.ws6fame = 0;
}
onClipEvent (enterFrame) {
if (_root.ms1rtag == 1) {
_root.ws1.race.gotoAndStop('race1');
} else {
if (_root.ms1rtag == 2) {
_root.ws1.race.gotoAndStop('race2');
} else {
if (_root.ms1rtag == 3) {
_root.ws1.race.gotoAndStop('race3');
} else {
if (_root.ms1rtag == 4) {
_root.ws1.race.gotoAndStop('race4');
} else {
if (_root.ms1rtag == 5) {
_root.ws1.race.gotoAndStop('race5');
} else {
if (_root.ms1rtag == 6) {
_root.ws1.race.gotoAndStop('race6');
}
}
}
}
}
}
if (_root.ms1stag == 1) {
_root.ws1.race.build.gotoAndStop('small');
} else {
if (_root.ms1stag == 2) {
_root.ws1.race.build.gotoAndStop('medium');
} else {
if (_root.ms1stag == 3) {
_root.ws1.race.build.gotoAndStop('large');
}
}
}
if (_root.ms1htag == 1) {
_root.ws1.race.build.shell.head.fhair.gotoAndStop('1');
_root.ws1.race.build.shell.bhair.gotoAndStop('1');
}
if (_root.ms1htag == 2) {
_root.ws1.race.build.shell.head.fhair.gotoAndStop('2');
_root.ws1.race.build.shell.bhair.gotoAndStop('2');
}
if (_root.ms1htag == 3) {
_root.ws1.race.build.shell.head.fhair.gotoAndStop('3');
_root.ws1.race.build.shell.bhair.gotoAndStop('3');
}
if (_root.ms1htag == 4) {
_root.ws1.race.build.shell.head.fhair.gotoAndStop('4');
_root.ws1.race.build.shell.bhair.gotoAndStop('4');
}
if (_root.ms1htag == 5) {
_root.ws1.race.build.shell.head.fhair.gotoAndStop('5');
_root.ws1.race.build.shell.bhair.gotoAndStop('5');
}
if (_root.ms1htag == 6) {
_root.ws1.race.build.shell.head.fhair.gotoAndStop('6');
_root.ws1.race.build.shell.bhair.gotoAndStop('6');
}
if (_root.ms1ftag == 1) {
_root.ws1.race.build.shell.head.sface.gotoAndStop('1');
}
if (_root.ms1ftag == 2) {
_root.ws1.race.build.shell.head.sface.gotoAndStop('2');
}
if (_root.ms1ftag == 3) {
_root.ws1.race.build.shell.head.sface.gotoAndStop('3');
}
if (_root.ms1ftag == 4) {
_root.ws1.race.build.shell.head.sface.gotoAndStop('4');
}
if (_root.ms1ftag == 5) {
_root.ws1.race.build.shell.head.sface.gotoAndStop('5');
}
if (_root.ms1ftag == 6) {
_root.ws1.race.build.shell.head.sface.gotoAndStop('6');
}
if (_root.ms1htag == 1) {
_root.ws1.race.build.head.fhair.gotoAndStop('1');
_root.ws1.race.build.bhair.gotoAndStop('1');
}
if (_root.ms1htag == 2) {
_root.ws1.race.build.head.fhair.gotoAndStop('2');
_root.ws1.race.build.bhair.gotoAndStop('2');
}
if (_root.ms1htag == 3) {
_root.ws1.race.build.head.fhair.gotoAndStop('3');
_root.ws1.race.build.bhair.gotoAndStop('3');
}
if (_root.ms1htag == 4) {
_root.ws1.race.build.head.fhair.gotoAndStop('4');
_root.ws1.race.build.bhair.gotoAndStop('4');
}
if (_root.ms1htag == 5) {
_root.ws1.race.build.head.fhair.gotoAndStop('5');
_root.ws1.race.build.bhair.gotoAndStop('5');
}
if (_root.ms1htag == 6) {
_root.ws1.race.build.head.fhair.gotoAndStop('6');
_root.ws1.race.build.bhair.gotoAndStop('6');
}
if (_root.ms1ftag == 1) {
_root.ws1.race.build.head.sface.gotoAndStop('1');
}
if (_root.ms1ftag == 2) {
_root.ws1.race.build.head.sface.gotoAndStop('2');
}
if (_root.ms1ftag == 3) {
_root.ws1.race.build.head.sface.gotoAndStop('3');
}
if (_root.ms1ftag == 4) {
_root.ws1.race.build.head.sface.gotoAndStop('4');
}
if (_root.ms1ftag == 5) {
_root.ws1.race.build.head.sface.gotoAndStop('5');
}
if (_root.ms1ftag == 6) {
_root.ws1.race.build.head.sface.gotoAndStop('6');
}
if (_root.ms2rtag == 1) {
_root.ws2.race.gotoAndStop('race1');
} else {
if (_root.ms2rtag == 2) {
_root.ws2.race.gotoAndStop('race2');
} else {
if (_root.ms2rtag == 3) {
_root.ws2.race.gotoAndStop('race3');
} else {
if (_root.ms2rtag == 4) {
_root.ws2.race.gotoAndStop('race4');
} else {
if (_root.ms2rtag == 5) {
_root.ws2.race.gotoAndStop('race5');
} else {
if (_root.ms2rtag == 6) {
_root.ws2.race.gotoAndStop('race6');
}
}
}
}
}
}
if (_root.ms2stag == 1) {
_root.ws2.race.build.gotoAndStop('small');
} else {
if (_root.ms2stag == 2) {
_root.ws2.race.build.gotoAndStop('medium');
} else {
if (_root.ms2stag == 3) {
_root.ws2.race.build.gotoAndStop('large');
}
}
}
if (_root.ms2htag == 1) {
_root.ws2.race.build.shell.head.fhair.gotoAndStop('1');
_root.ws2.race.build.shell.bhair.gotoAndStop('1');
}
if (_root.ms2htag == 2) {
_root.ws2.race.build.shell.head.fhair.gotoAndStop('2');
_root.ws2.race.build.shell.bhair.gotoAndStop('2');
}
if (_root.ms2htag == 3) {
_root.ws2.race.build.shell.head.fhair.gotoAndStop('3');
_root.ws2.race.build.shell.bhair.gotoAndStop('3');
}
if (_root.ms2htag == 4) {
_root.ws2.race.build.shell.head.fhair.gotoAndStop('4');
_root.ws2.race.build.shell.bhair.gotoAndStop('4');
}
if (_root.ms2htag == 5) {
_root.ws2.race.build.shell.head.fhair.gotoAndStop('5');
_root.ws2.race.build.shell.bhair.gotoAndStop('5');
}
if (_root.ms2htag == 6) {
_root.ws2.race.build.shell.head.fhair.gotoAndStop('6');
_root.ws2.race.build.shell.bhair.gotoAndStop('6');
}
if (_root.ms2ftag == 1) {
_root.ws2.race.build.shell.head.sface.gotoAndStop('1');
}
if (_root.ms2ftag == 2) {
_root.ws2.race.build.shell.head.sface.gotoAndStop('2');
}
if (_root.ms2ftag == 3) {
_root.ws2.race.build.shell.head.sface.gotoAndStop('3');
}
if (_root.ms2ftag == 4) {
_root.ws2.race.build.shell.head.sface.gotoAndStop('4');
}
if (_root.ms2ftag == 5) {
_root.ws2.race.build.shell.head.sface.gotoAndStop('5');
}
if (_root.ms2ftag == 6) {
_root.ws2.race.build.shell.head.sface.gotoAndStop('6');
}
if (_root.ms2htag == 1) {
_root.ws2.race.build.head.fhair.gotoAndStop('1');
_root.ws2.race.build.bhair.gotoAndStop('1');
}
if (_root.ms2htag == 2) {
_root.ws2.race.build.head.fhair.gotoAndStop('2');
_root.ws2.race.build.bhair.gotoAndStop('2');
}
if (_root.ms2htag == 3) {
_root.ws2.race.build.head.fhair.gotoAndStop('3');
_root.ws2.race.build.bhair.gotoAndStop('3');
}
if (_root.ms2htag == 4) {
_root.ws2.race.build.head.fhair.gotoAndStop('4');
_root.ws2.race.build.bhair.gotoAndStop('4');
}
if (_root.ms2htag == 5) {
_root.ws2.race.build.head.fhair.gotoAndStop('5');
_root.ws2.race.build.bhair.gotoAndStop('5');
}
if (_root.ms2htag == 6) {
_root.ws2.race.build.head.fhair.gotoAndStop('6');
_root.ws2.race.build.bhair.gotoAndStop('6');
}
if (_root.ms2ftag == 1) {
_root.ws2.race.build.head.sface.gotoAndStop('1');
}
if (_root.ms2ftag == 2) {
_root.ws2.race.build.head.sface.gotoAndStop('2');
}
if (_root.ms2ftag == 3) {
_root.ws2.race.build.head.sface.gotoAndStop('3');
}
if (_root.ms2ftag == 4) {
_root.ws2.race.build.head.sface.gotoAndStop('4');
}
if (_root.ms2ftag == 5) {
_root.ws2.race.build.head.sface.gotoAndStop('5');
}
if (_root.ms2ftag == 6) {
_root.ws2.race.build.head.sface.gotoAndStop('6');
}
if (_root.ms3rtag == 1) {
_root.ws3.race.gotoAndStop('race1');
} else {
if (_root.ms3rtag == 2) {
_root.ws3.race.gotoAndStop('race2');
} else {
if (_root.ms3rtag == 3) {
_root.ws3.race.gotoAndStop('race3');
} else {
if (_root.ms3rtag == 4) {
_root.ws3.race.gotoAndStop('race4');
} else {
if (_root.ms3rtag == 5) {
_root.ws3.race.gotoAndStop('race5');
} else {
if (_root.ms3rtag == 6) {
_root.ws3.race.gotoAndStop('race6');
}
}
}
}
}
}
if (_root.wsize3 == 1) {
_root.ws3.race.build.gotoAndStop('small');
} else {
if (_root.ms3stag == 2) {
_root.ws3.race.build.gotoAndStop('medium');
} else {
if (_root.ms3stag == 3) {
_root.ws3.race.build.gotoAndStop('large');
}
}
}
if (_root.ms3htag == 1) {
_root.ws3.race.build.shell.head.fhair.gotoAndStop('1');
_root.ws3.race.build.shell.bhair.gotoAndStop('1');
}
if (_root.ms3htag == 2) {
_root.ws3.race.build.shell.head.fhair.gotoAndStop('2');
_root.ws3.race.build.shell.bhair.gotoAndStop('2');
}
if (_root.ms3htag == 3) {
_root.ws3.race.build.shell.head.fhair.gotoAndStop('3');
_root.ws3.race.build.shell.bhair.gotoAndStop('3');
}
if (_root.ms3htag == 4) {
_root.ws3.race.build.shell.head.fhair.gotoAndStop('4');
_root.ws3.race.build.shell.bhair.gotoAndStop('4');
}
if (_root.ms3htag == 5) {
_root.ws3.race.build.shell.head.fhair.gotoAndStop('5');
_root.ws3.race.build.shell.bhair.gotoAndStop('5');
}
if (_root.ms3htag == 6) {
_root.ws3.race.build.shell.head.fhair.gotoAndStop('6');
_root.ws3.race.build.shell.bhair.gotoAndStop('6');
}
if (_root.ms3ftag == 1) {
_root.ws3.race.build.shell.head.sface.gotoAndStop('1');
}
if (_root.ms3ftag == 2) {
_root.ws3.race.build.shell.head.sface.gotoAndStop('2');
}
if (_root.ms3ftag == 3) {
_root.ws3.race.build.shell.head.sface.gotoAndStop('3');
}
if (_root.ms3ftag == 4) {
_root.ws3.race.build.shell.head.sface.gotoAndStop('4');
}
if (_root.ms3ftag == 5) {
_root.ws3.race.build.shell.head.sface.gotoAndStop('5');
}
if (_root.ms3ftag == 6) {
_root.ws3.race.build.shell.head.sface.gotoAndStop('6');
}
if (_root.ms3htag == 1) {
_root.ws3.race.build.head.fhair.gotoAndStop('1');
_root.ws3.race.build.bhair.gotoAndStop('1');
}
if (_root.ms3htag == 2) {
_root.ws3.race.build.head.fhair.gotoAndStop('2');
_root.ws3.race.build.bhair.gotoAndStop('2');
}
if (_root.ms3htag == 3) {
_root.ws3.race.build.head.fhair.gotoAndStop('3');
_root.ws3.race.build.bhair.gotoAndStop('3');
}
if (_root.ms3htag == 4) {
_root.ws3.race.build.head.fhair.gotoAndStop('4');
_root.ws3.race.build.bhair.gotoAndStop('4');
}
if (_root.ms3htag == 5) {
_root.ws3.race.build.head.fhair.gotoAndStop('5');
_root.ws3.race.build.bhair.gotoAndStop('5');
}
if (_root.ms3htag == 6) {
_root.ws3.race.build.head.fhair.gotoAndStop('6');
_root.ws3.race.build.bhair.gotoAndStop('6');
}
if (_root.ms3ftag == 1) {
_root.ws3.race.build.head.sface.gotoAndStop('1');
}
if (_root.ms3ftag == 2) {
_root.ws3.race.build.head.sface.gotoAndStop('2');
}
if (_root.ms3ftag == 3) {
_root.ws3.race.build.head.sface.gotoAndStop('3');
}
if (_root.ms3ftag == 4) {
_root.ws3.race.build.head.sface.gotoAndStop('4');
}
if (_root.ms3ftag == 5) {
_root.ws3.race.build.head.sface.gotoAndStop('5');
}
if (_root.ms3ftag == 6) {
_root.ws3.race.build.head.sface.gotoAndStop('6');
}
if (_root.ms4rtag == 1) {
_root.ws4.race.gotoAndStop('race1');
} else {
if (_root.ms4rtag == 2) {
_root.ws4.race.gotoAndStop('race2');
} else {
if (_root.ms4rtag == 3) {
_root.ws4.race.gotoAndStop('race3');
} else {
if (_root.ms4rtag == 4) {
_root.ws4.race.gotoAndStop('race4');
} else {
if (_root.ms4rtag == 5) {
_root.ws4.race.gotoAndStop('race5');
} else {
if (_root.ms4rtag == 6) {
_root.ws4.race.gotoAndStop('race6');
}
}
}
}
}
}
if (_root.wsize4 == 1) {
_root.ws4.race.build.gotoAndStop('small');
} else {
if (_root.ms4stag == 2) {
_root.ws4.race.build.gotoAndStop('medium');
} else {
if (_root.ms4stag == 3) {
_root.ws4.race.build.gotoAndStop('large');
}
}
}
if (_root.ms4htag == 1) {
_root.ws4.race.build.shell.head.fhair.gotoAndStop('1');
_root.ws4.race.build.shell.bhair.gotoAndStop('1');
}
if (_root.ms4htag == 2) {
_root.ws4.race.build.shell.head.fhair.gotoAndStop('2');
_root.ws4.race.build.shell.bhair.gotoAndStop('2');
}
if (_root.ms4htag == 3) {
_root.ws4.race.build.shell.head.fhair.gotoAndStop('3');
_root.ws4.race.build.shell.bhair.gotoAndStop('3');
}
if (_root.ms4htag == 4) {
_root.ws4.race.build.shell.head.fhair.gotoAndStop('4');
_root.ws4.race.build.shell.bhair.gotoAndStop('4');
}
if (_root.ms4htag == 5) {
_root.ws4.race.build.shell.head.fhair.gotoAndStop('5');
_root.ws4.race.build.shell.bhair.gotoAndStop('5');
}
if (_root.ms4htag == 6) {
_root.ws4.race.build.shell.head.fhair.gotoAndStop('6');
_root.ws4.race.build.shell.bhair.gotoAndStop('6');
}
if (_root.ms4ftag == 1) {
_root.ws4.race.build.shell.head.sface.gotoAndStop('1');
}
if (_root.ms4ftag == 2) {
_root.ws4.race.build.shell.head.sface.gotoAndStop('2');
}
if (_root.ms4ftag == 3) {
_root.ws4.race.build.shell.head.sface.gotoAndStop('3');
}
if (_root.ms4ftag == 4) {
_root.ws4.race.build.shell.head.sface.gotoAndStop('4');
}
if (_root.ms4ftag == 5) {
_root.ws4.race.build.shell.head.sface.gotoAndStop('5');
}
if (_root.ms4ftag == 6) {
_root.ws4.race.build.shell.head.sface.gotoAndStop('6');
}
if (_root.ms4htag == 1) {
_root.ws4.race.build.head.fhair.gotoAndStop('1');
_root.ws4.race.build.bhair.gotoAndStop('1');
}
if (_root.ms4htag == 2) {
_root.ws4.race.build.head.fhair.gotoAndStop('2');
_root.ws4.race.build.bhair.gotoAndStop('2');
}
if (_root.ms4htag == 3) {
_root.ws4.race.build.head.fhair.gotoAndStop('3');
_root.ws4.race.build.bhair.gotoAndStop('3');
}
if (_root.ms4htag == 4) {
_root.ws4.race.build.head.fhair.gotoAndStop('4');
_root.ws4.race.build.bhair.gotoAndStop('4');
}
if (_root.ms4htag == 5) {
_root.ws4.race.build.head.fhair.gotoAndStop('5');
_root.ws4.race.build.bhair.gotoAndStop('5');
}
if (_root.ms4htag == 6) {
_root.ws4.race.build.head.fhair.gotoAndStop('6');
_root.ws4.race.build.bhair.gotoAndStop('6');
}
if (_root.ms4ftag == 1) {
_root.ws4.race.build.head.sface.gotoAndStop('1');
}
if (_root.ms4ftag == 2) {
_root.ws4.race.build.head.sface.gotoAndStop('2');
}
if (_root.ms4ftag == 3) {
_root.ws4.race.build.head.sface.gotoAndStop('3');
}
if (_root.ms4ftag == 4) {
_root.ws4.race.build.head.sface.gotoAndStop('4');
}
if (_root.ms4ftag == 5) {
_root.ws4.race.build.head.sface.gotoAndStop('5');
}
if (_root.ms4ftag == 6) {
_root.ws4.race.build.head.sface.gotoAndStop('6');
}
if (_root.ms5rtag == 1) {
_root.ws5.race.gotoAndStop('race1');
} else {
if (_root.ms5rtag == 2) {
_root.ws5.race.gotoAndStop('race2');
} else {
if (_root.ms5rtag == 3) {
_root.ws5.race.gotoAndStop('race3');
} else {
if (_root.ms5rtag == 4) {
_root.ws5.race.gotoAndStop('race4');
} else {
if (_root.ms5rtag == 5) {
_root.ws5.race.gotoAndStop('race5');
} else {
if (_root.ms5rtag == 6) {
_root.ws5.race.gotoAndStop('race6');
}
}
}
}
}
}
if (_root.wsize5 == 1) {
_root.ws5.race.build.gotoAndStop('small');
} else {
if (_root.ms5stag == 2) {
_root.ws5.race.build.gotoAndStop('medium');
} else {
if (_root.ms5stag == 3) {
_root.ws5.race.build.gotoAndStop('large');
}
}
}
if (_root.ms5htag == 1) {
_root.ws5.race.build.shell.head.fhair.gotoAndStop('1');
_root.ws5.race.build.shell.bhair.gotoAndStop('1');
}
if (_root.ms5htag == 2) {
_root.ws5.race.build.shell.head.fhair.gotoAndStop('2');
_root.ws5.race.build.shell.bhair.gotoAndStop('2');
}
if (_root.ms5htag == 3) {
_root.ws5.race.build.shell.head.fhair.gotoAndStop('3');
_root.ws5.race.build.shell.bhair.gotoAndStop('3');
}
if (_root.ms5htag == 4) {
_root.ws5.race.build.shell.head.fhair.gotoAndStop('4');
_root.ws5.race.build.shell.bhair.gotoAndStop('4');
}
if (_root.ms5htag == 5) {
_root.ws5.race.build.shell.head.fhair.gotoAndStop('5');
_root.ws5.race.build.shell.bhair.gotoAndStop('5');
}
if (_root.ms5htag == 6) {
_root.ws5.race.build.shell.head.fhair.gotoAndStop('6');
_root.ws5.race.build.shell.bhair.gotoAndStop('6');
}
if (_root.ms5ftag == 1) {
_root.ws5.race.build.shell.head.sface.gotoAndStop('1');
}
if (_root.ms5ftag == 2) {
_root.ws5.race.build.shell.head.sface.gotoAndStop('2');
}
if (_root.ms5ftag == 3) {
_root.ws5.race.build.shell.head.sface.gotoAndStop('3');
}
if (_root.ms5ftag == 4) {
_root.ws5.race.build.shell.head.sface.gotoAndStop('4');
}
if (_root.ms5ftag == 5) {
_root.ws5.race.build.shell.head.sface.gotoAndStop('5');
}
if (_root.ms5ftag == 6) {
_root.ws5.race.build.shell.head.sface.gotoAndStop('6');
}
if (_root.ms5htag == 1) {
_root.ws5.race.build.head.fhair.gotoAndStop('1');
_root.ws5.race.build.bhair.gotoAndStop('1');
}
if (_root.ms5htag == 2) {
_root.ws5.race.build.head.fhair.gotoAndStop('2');
_root.ws5.race.build.bhair.gotoAndStop('2');
}
if (_root.ms5htag == 3) {
_root.ws5.race.build.head.fhair.gotoAndStop('3');
_root.ws5.race.build.bhair.gotoAndStop('3');
}
if (_root.ms5htag == 4) {
_root.ws5.race.build.head.fhair.gotoAndStop('4');
_root.ws5.race.build.bhair.gotoAndStop('4');
}
if (_root.ms5htag == 5) {
_root.ws5.race.build.head.fhair.gotoAndStop('5');
_root.ws5.race.build.bhair.gotoAndStop('5');
}
if (_root.ms5htag == 6) {
_root.ws5.race.build.head.fhair.gotoAndStop('6');
_root.ws5.race.build.bhair.gotoAndStop('6');
}
if (_root.ms5ftag == 1) {
_root.ws5.race.build.head.sface.gotoAndStop('1');
}
if (_root.ms5ftag == 2) {
_root.ws5.race.build.head.sface.gotoAndStop('2');
}
if (_root.ms5ftag == 3) {
_root.ws5.race.build.head.sface.gotoAndStop('3');
}
if (_root.ms5ftag == 4) {
_root.ws5.race.build.head.sface.gotoAndStop('4');
}
if (_root.ms5ftag == 5) {
_root.ws5.race.build.head.sface.gotoAndStop('5');
}
if (_root.ms5ftag == 6) {
_root.ws5.race.build.head.sface.gotoAndStop('6');
}
if (_root.ms6rtag == 1) {
_root.ws6.race.gotoAndStop('race1');
} else {
if (_root.ms6rtag == 2) {
_root.ws6.race.gotoAndStop('race2');
} else {
if (_root.ms6rtag == 3) {
_root.ws6.race.gotoAndStop('race3');
} else {
if (_root.ms6rtag == 4) {
_root.ws6.race.gotoAndStop('race4');
} else {
if (_root.ms6rtag == 5) {
_root.ws6.race.gotoAndStop('race5');
} else {
if (_root.ms6rtag == 6) {
_root.ws6.race.gotoAndStop('race6');
}
}
}
}
}
}
if (_root.ms6stag == 1) {
_root.ws6.race.build.gotoAndStop('small');
} else {
if (_root.ms6stag == 2) {
_root.ws6.race.build.gotoAndStop('medium');
} else {
if (_root.ms6stag == 3) {
_root.ws6.race.build.gotoAndStop('large');
}
}
}
if (_root.ms6htag == 1) {
_root.ws6.race.build.shell.head.fhair.gotoAndStop('1');
_root.ws6.race.build.shell.bhair.gotoAndStop('1');
}
if (_root.ms6htag == 2) {
_root.ws6.race.build.shell.head.fhair.gotoAndStop('2');
_root.ws6.race.build.shell.bhair.gotoAndStop('2');
}
if (_root.ms6htag == 3) {
_root.ws6.race.build.shell.head.fhair.gotoAndStop('3');
_root.ws6.race.build.shell.bhair.gotoAndStop('3');
}
if (_root.ms6htag == 4) {
_root.ws6.race.build.shell.head.fhair.gotoAndStop('4');
_root.ws6.race.build.shell.bhair.gotoAndStop('4');
}
if (_root.ms6htag == 5) {
_root.ws6.race.build.shell.head.fhair.gotoAndStop('5');
_root.ws6.race.build.shell.bhair.gotoAndStop('5');
}
if (_root.ms6htag == 6) {
_root.ws6.race.build.shell.head.fhair.gotoAndStop('6');
_root.ws6.race.build.shell.bhair.gotoAndStop('6');
}
if (_root.ms6ftag == 1) {
_root.ws6.race.build.shell.head.sface.gotoAndStop('1');
}
if (_root.ms6ftag == 2) {
_root.ws6.race.build.shell.head.sface.gotoAndStop('2');
}
if (_root.ms6ftag == 3) {
_root.ws6.race.build.shell.head.sface.gotoAndStop('3');
}
if (_root.ms6ftag == 4) {
_root.ws6.race.build.shell.head.sface.gotoAndStop('4');
}
if (_root.ms6ftag == 5) {
_root.ws6.race.build.shell.head.sface.gotoAndStop('5');
}
if (_root.ms6ftag == 6) {
_root.ws6.race.build.shell.head.sface.gotoAndStop('6');
}
if (_root.ms6htag == 1) {
_root.ws6.race.build.head.fhair.gotoAndStop('1');
_root.ws6.race.build.bhair.gotoAndStop('1');
}
if (_root.ms6htag == 2) {
_root.ws6.race.build.head.fhair.gotoAndStop('2');
_root.ws6.race.build.bhair.gotoAndStop('2');
}
if (_root.ms6htag == 3) {
_root.ws6.race.build.head.fhair.gotoAndStop('3');
_root.ws6.race.build.bhair.gotoAndStop('3');
}
if (_root.ms6htag == 4) {
_root.ws6.race.build.head.fhair.gotoAndStop('4');
_root.ws6.race.build.bhair.gotoAndStop('4');
}
if (_root.ms6htag == 5) {
_root.ws6.race.build.head.fhair.gotoAndStop('5');
_root.ws6.race.build.bhair.gotoAndStop('5');
}
if (_root.ms6htag == 6) {
_root.ws6.race.build.head.fhair.gotoAndStop('6');
_root.ws6.race.build.bhair.gotoAndStop('6');
}
if (_root.ms6ftag == 1) {
_root.ws6.race.build.head.sface.gotoAndStop('1');
}
if (_root.ms6ftag == 2) {
_root.ws6.race.build.head.sface.gotoAndStop('2');
}
if (_root.ms6ftag == 3) {
_root.ws6.race.build.head.sface.gotoAndStop('3');
}
if (_root.ms6ftag == 4) {
_root.ws6.race.build.head.sface.gotoAndStop('4');
}
if (_root.ms6ftag == 5) {
_root.ws6.race.build.head.sface.gotoAndStop('5');
}
if (_root.ms6ftag == 6) {
_root.ws6.race.build.head.sface.gotoAndStop('6');
}
if (_root.businesshours) {
if (_root.ws1.fucking) {
if (_root.ws1.b1 && _root.ws1.skill >= _root.pc1.skill) {
_root.cash += _root.ws1.pskilldiff;
}
if (_root.ws1.b2 && _root.ws1.skill >= _root.pc2.skill) {
_root.cash += _root.ws1.pskilldiff;
}
if (_root.ws1.b3 && _root.ws1.skill >= _root.pc3.skill) {
_root.cash += _root.ws1.pskilldiff;
}
if (_root.ws1.b1 && _root.ws1.charisma >= _root.pc1.charisma) {
_root.cash += _root.ws1.nchadiff;
}
if (_root.ws1.b2 && _root.ws1.charisma >= _root.pc2.charisma) {
_root.cash += _root.ws1.nchadiff;
}
if (_root.ws1.b3 && _root.ws1.charisma >= _root.pc3.charisma) {
_root.cash += _root.ws1.nchadiff;
}
if (_root.ms1stag > _root.pc1.stag) {
--_root.pc1.stamina;
} else {
if (_root.pc1.stag > _root.ms1stag) {
--_root.ws1.stamina;
}
}
if (_root.ms1stag > _root.pc2.stag) {
--_root.pc2.stamina;
} else {
if (_root.pc2.stag > _root.ms1stag) {
--_root.ws1.stamina;
}
}
if (_root.ms1stag > _root.pc3.stag) {
--_root.pc3.stamina;
} else {
if (_root.pc3.stag > _root.ms1stag) {
--_root.ws1.stamina;
}
}
if (!scoredws1) {
_root.ws1score += 1;
scoredws1 = true;
}
++_root.ws1cash;
if (_root.ws1.b1 && _root.ws1.skill >= _root.pc1.skill) {
_root.ws1cash += _root.ws1.pskilldiff;
}
if (_root.ws1.b2 && _root.ws1.skill >= _root.pc2.skill) {
_root.ws1cash += _root.ws1.pskilldiff;
}
if (_root.ws1.b3 && _root.ws1.skill >= _root.pc3.skill) {
_root.ws1cash += _root.ws1.pskilldiff;
}
if (_root.ws1.b1 && _root.ws1.charisma >= _root.pc1.charisma) {
_root.ws1cash += _root.ws1.pchadiff;
}
if (_root.ws1.b2 && _root.ws1.charisma >= _root.pc2.charisma) {
_root.ws1cash += _root.ws1.pchadiff;
}
if (_root.ws1.b3 && _root.ws1.charisma >= _root.pc3.charisma) {
_root.ws1cash += _root.ws1.pchadiff;
}
if (_root.ws1.b1 && _root.ws1.charisma >= _root.pc1.charisma) {
_root.ws1fame += _root.ws1.pchadiff;
}
if (_root.ws1.b2 && _root.ws1.charisma >= _root.pc2.charisma) {
_root.ws1fame += _root.ws1.pchadiff;
}
if (_root.ws1.b3 && _root.ws1.charisma >= _root.pc3.charisma) {
_root.ws1fame += _root.ws1.pchadiff;
}
if (_root.ws1.b1 && _root.ws1.charisma <= _root.pc1.charisma) {
_root.ws1fame -= _root.ws1.nchadiff;
}
if (_root.ws1.b2 && _root.ws1.charisma <= _root.pc2.charisma) {
_root.ws1fame -= _root.ws1.nchadiff;
}
if (_root.ws1.b3 && _root.ws1.charisma <= _root.pc3.charisma) {
_root.ws1fame -= _root.ws1.nchadiff;
}
}
if (_root.ws2.fucking) {
if (_root.ws2.b1 && _root.ws2.skill >= _root.pc1.skill) {
_root.cash += _root.ws2.pskilldiff;
}
if (_root.ws2.b2 && _root.ws2.skill >= _root.pc2.skill) {
_root.cash += _root.ws2.pskilldiff;
}
if (_root.ws2.b3 && _root.ws2.skill >= _root.pc3.skill) {
_root.cash += _root.ws2.pskilldiff;
}
if (_root.ws2.b1 && _root.ws2.charisma >= _root.pc1.charisma) {
_root.cash += _root.ws2.nchadiff;
}
if (_root.ws2.b2 && _root.ws2.charisma >= _root.pc2.charisma) {
_root.cash += _root.ws2.nchadiff;
}
if (_root.ws2.b3 && _root.ws2.charisma >= _root.pc3.charisma) {
_root.cash += _root.ws2.nchadiff;
}
if (_root.ms2stag > _root.pc1.stag) {
--_root.pc1.stamina;
} else {
if (_root.pc1.stag > _root.ms2stag) {
--_root.ws2.stamina;
}
}
if (_root.ms2stag > _root.pc2.stag) {
--_root.pc2.stamina;
} else {
if (_root.pc2.stag > _root.ms2stag) {
--_root.ws2.stamina;
}
}
if (_root.ms2stag > _root.pc3.stag) {
--_root.pc3.stamina;
} else {
if (_root.pc3.stag > _root.ms2stag) {
--_root.ws2.stamina;
}
}
if (!scoredws2) {
_root.ws2score += 1;
scoredws2 = true;
}
++_root.ws2cash;
if (_root.ws2.b1 && _root.ws2.skill >= _root.pc1.skill) {
_root.ws2cash += _root.ws2.pskilldiff;
}
if (_root.ws2.b2 && _root.ws2.skill >= _root.pc2.skill) {
_root.ws2cash += _root.ws2.pskilldiff;
}
if (_root.ws2.b3 && _root.ws2.skill >= _root.pc3.skill) {
_root.ws2cash += _root.ws2.pskilldiff;
}
if (_root.ws2.b1 && _root.ws2.charisma >= _root.pc1.charisma) {
_root.ws2cash += _root.ws2.pchadiff;
}
if (_root.ws2.b2 && _root.ws2.charisma >= _root.pc2.charisma) {
_root.ws2cash += _root.ws2.pchadiff;
}
if (_root.ws2.b3 && _root.ws2.charisma >= _root.pc3.charisma) {
_root.ws2cash += _root.ws2.pchadiff;
}
if (_root.ws2.b1 && _root.ws2.charisma >= _root.pc1.charisma) {
_root.ws2fame += _root.ws2.pchadiff;
}
if (_root.ws2.b2 && _root.ws2.charisma >= _root.pc2.charisma) {
_root.ws2fame += _root.ws2.pchadiff;
}
if (_root.ws2.b3 && _root.ws2.charisma >= _root.pc3.charisma) {
_root.ws2fame += _root.ws2.pchadiff;
}
if (_root.ws2.b1 && _root.ws2.charisma <= _root.pc1.charisma) {
_root.ws2fame -= _root.ws2.nchadiff;
}
if (_root.ws2.b2 && _root.ws2.charisma <= _root.pc2.charisma) {
_root.ws2fame -= _root.ws2.nchadiff;
}
if (_root.ws2.b3 && _root.ws2.charisma <= _root.pc3.charisma) {
_root.ws2fame -= _root.ws2.nchadiff;
}
}
if (_root.ws3.fucking) {
if (_root.ws3.b1 && _root.ws2.skill >= _root.pc1.skill) {
_root.cash += _root.ws3.pskilldiff;
}
if (_root.ws3.b2 && _root.ws2.skill >= _root.pc2.skill) {
_root.cash += _root.ws3.pskilldiff;
}
if (_root.ws3.b3 && _root.ws2.skill >= _root.pc3.skill) {
_root.cash += _root.ws3.pskilldiff;
}
if (_root.ws3.b1 && _root.ws2.charisma >= _root.pc1.charisma) {
_root.cash += _root.ws3.nchadiff;
}
if (_root.ws3.b2 && _root.ws2.charisma >= _root.pc2.charisma) {
_root.cash += _root.ws3.nchadiff;
}
if (_root.ws3.b3 && _root.ws2.charisma >= _root.pc3.charisma) {
_root.cash += _root.ws3.nchadiff;
}
if (_root.ms3stag > _root.pc1.stag) {
--_root.pc1.stamina;
} else {
if (_root.pc1.stag > _root.ms3stag) {
--_root.ws3.stamina;
}
}
if (_root.ms3stag > _root.pc2.stag) {
--_root.pc2.stamina;
} else {
if (_root.pc2.stag > _root.ms3stag) {
--_root.ws3.stamina;
}
}
if (_root.ms3stag > _root.pc3.stag) {
--_root.pc3.stamina;
} else {
if (_root.pc3.stag > _root.ms3stag) {
--_root.w32.stamina;
}
}
if (!scoredws3) {
_root.ws3score += 1;
scoredws3 = true;
}
if (!scoredws3) {
_root.ws1score += 1;
scoredws3 = true;
}
++_root.ws3cash;
if (_root.ws3.b1 && _root.ws3.skill >= _root.pc1.skill) {
_root.ws3cash += _root.ws3.pskilldiff;
}
if (_root.ws3.b2 && _root.ws3.skill >= _root.pc2.skill) {
_root.ws3cash += _root.ws3.pskilldiff;
}
if (_root.ws3.b3 && _root.ws3.skill >= _root.pc3.skill) {
_root.ws3cash += _root.ws3.pskilldiff;
}
if (_root.ws3.b1 && _root.ws3.charisma >= _root.pc1.charisma) {
_root.ws3cash += _root.ws3.pchadiff;
}
if (_root.ws3.b2 && _root.ws3.charisma >= _root.pc2.charisma) {
_root.ws3cash += _root.ws3.pchadiff;
}
if (_root.ws3.b3 && _root.ws3.charisma >= _root.pc3.charisma) {
_root.ws3cash += _root.ws3.pchadiff;
}
if (_root.ws3.b1 && _root.ws3.charisma >= _root.pc1.charisma) {
_root.ws3fame += _root.ws3.pchadiff;
}
if (_root.ws3.b2 && _root.ws3.charisma >= _root.pc2.charisma) {
_root.ws3fame += _root.ws3.pchadiff;
}
if (_root.ws3.b3 && _root.ws3.charisma >= _root.pc3.charisma) {
_root.ws3fame += _root.ws3.pchadiff;
}
if (_root.ws3.b1 && _root.ws3.charisma <= _root.pc1.charisma) {
_root.ws3fame -= _root.ws3.nchadiff;
}
if (_root.ws3.b2 && _root.ws3.charisma <= _root.pc2.charisma) {
_root.ws3fame -= _root.ws3.nchadiff;
}
if (_root.ws3.b3 && _root.ws3.charisma <= _root.pc3.charisma) {
_root.ws3fame -= _root.ws3.nchadiff;
}
}
if (_root.ws4.fucking) {
if (_root.ws4.b1 && _root.ws1.skill >= _root.pc1.skill) {
_root.cash += _root.ws4.pskilldiff;
}
if (_root.ws4.b2 && _root.ws1.skill >= _root.pc2.skill) {
_root.cash += _root.ws4.pskilldiff;
}
if (_root.ws4.b3 && _root.ws1.skill >= _root.pc3.skill) {
_root.cash += _root.ws4.pskilldiff;
}
if (_root.ws4.b1 && _root.ws1.charisma >= _root.pc1.charisma) {
_root.cash += _root.ws4.nchadiff;
}
if (_root.ws4.b2 && _root.ws1.charisma >= _root.pc2.charisma) {
_root.cash += _root.ws4.nchadiff;
}
if (_root.ws4.b3 && _root.ws1.charisma >= _root.pc3.charisma) {
_root.cash += _root.ws4.nchadiff;
}
if (_root.ms4stag > _root.pc1.stag) {
--_root.pc1.stamina;
} else {
if (_root.pc1.stag > _root.ms4stag) {
--_root.ws4.stamina;
}
}
if (_root.ms4stag > _root.pc2.stag) {
--_root.pc2.stamina;
} else {
if (_root.pc2.stag > _root.ms4stag) {
--_root.ws4.stamina;
}
}
if (_root.ms4stag > _root.pc3.stag) {
--_root.pc3.stamina;
} else {
if (_root.pc3.stag > _root.ms4stag) {
--_root.ws4.stamina;
}
}
if (!scoredws4) {
_root.ws4score += 1;
scoredws4 = true;
}
if (!scoredws4) {
_root.ws4score += 1;
scoredws4 = true;
}
++_root.ws4cash;
if (_root.ws4.b1 && _root.ws4.skill >= _root.pc1.skill) {
_root.ws4cash += _root.ws4.pskilldiff;
}
if (_root.ws4.b2 && _root.ws4.skill >= _root.pc2.skill) {
_root.ws4cash += _root.ws4.pskilldiff;
}
if (_root.ws4.b3 && _root.ws4.skill >= _root.pc3.skill) {
_root.ws4cash += _root.ws4.pskilldiff;
}
if (_root.ws4.b1 && _root.ws4.charisma >= _root.pc1.charisma) {
_root.ws4cash += _root.ws4.pchadiff;
}
if (_root.ws4.b2 && _root.ws4.charisma >= _root.pc2.charisma) {
_root.ws4cash += _root.ws4.pchadiff;
}
if (_root.ws4.b3 && _root.ws4.charisma >= _root.pc3.charisma) {
_root.ws4cash += _root.ws4.pchadiff;
}
if (_root.ws4.b1 && _root.ws4.charisma >= _root.pc1.charisma) {
_root.ws4fame += _root.ws4.pchadiff;
}
if (_root.ws4.b2 && _root.ws4.charisma >= _root.pc2.charisma) {
_root.ws4fame += _root.ws4.pchadiff;
}
if (_root.ws4.b3 && _root.ws4.charisma >= _root.pc3.charisma) {
_root.ws4fame += _root.ws4.pchadiff;
}
if (_root.ws4.b1 && _root.ws4.charisma <= _root.pc1.charisma) {
_root.ws4fame -= _root.ws4.nchadiff;
}
if (_root.ws4.b2 && _root.ws4.charisma <= _root.pc2.charisma) {
_root.ws4fame -= _root.ws4.nchadiff;
}
if (_root.ws4.b3 && _root.ws4.charisma <= _root.pc3.charisma) {
_root.ws4fame -= _root.ws4.nchadiff;
}
}
if (_root.ws5.fucking) {
if (_root.ws5.b1 && _root.ws1.skill >= _root.pc1.skill) {
_root.cash += _root.ws5.pskilldiff;
}
if (_root.ws5.b2 && _root.ws1.skill >= _root.pc2.skill) {
_root.cash += _root.ws5.pskilldiff;
}
if (_root.ws5.b3 && _root.ws1.skill >= _root.pc3.skill) {
_root.cash += _root.ws5.pskilldiff;
}
if (_root.ws5.b1 && _root.ws1.charisma >= _root.pc1.charisma) {
_root.cash += _root.ws5.nchadiff;
}
if (_root.ws5.b2 && _root.ws1.charisma >= _root.pc2.charisma) {
_root.cash += _root.ws5.nchadiff;
}
if (_root.ws5.b3 && _root.ws1.charisma >= _root.pc3.charisma) {
_root.cash += _root.ws5.nchadiff;
}
if (_root.ms5stag > _root.pc1.stag) {
--_root.pc1.stamina;
} else {
if (_root.pc1.stag > _root.ms5stag) {
--_root.ws5.stamina;
}
}
if (_root.ms5stag > _root.pc2.stag) {
--_root.pc2.stamina;
} else {
if (_root.pc2.stag > _root.ms5stag) {
--_root.ws5.stamina;
}
}
if (_root.ms5stag > _root.pc3.stag) {
--_root.pc3.stamina;
} else {
if (_root.pc3.stag > _root.ms5stag) {
--_root.ws5.stamina;
}
}
if (!scoredws5) {
_root.ws5score += 1;
scoredws5 = true;
}
if (!scoredws5) {
_root.ws5score += 1;
scoredws5 = true;
}
++_root.ws5cash;
if (_root.ws5.b1 && _root.ws5.skill >= _root.pc1.skill) {
_root.ws5cash += _root.ws5.pskilldiff;
}
if (_root.ws5.b2 && _root.ws5.skill >= _root.pc2.skill) {
_root.ws5cash += _root.ws5.pskilldiff;
}
if (_root.ws5.b3 && _root.ws5.skill >= _root.pc3.skill) {
_root.ws5cash += _root.ws5.pskilldiff;
}
if (_root.ws5.b1 && _root.ws5.charisma >= _root.pc1.charisma) {
_root.ws5cash += _root.ws5.pchadiff;
}
if (_root.ws5.b2 && _root.ws5.charisma >= _root.pc2.charisma) {
_root.ws5cash += _root.ws5.pchadiff;
}
if (_root.ws5.b3 && _root.ws5.charisma >= _root.pc3.charisma) {
_root.ws5cash += _root.ws5.pchadiff;
}
if (_root.ws5.b1 && _root.ws5.charisma >= _root.pc1.charisma) {
_root.ws5fame += _root.ws5.pchadiff;
}
if (_root.ws5.b2 && _root.ws5.charisma >= _root.pc2.charisma) {
_root.ws5fame += _root.ws5.pchadiff;
}
if (_root.ws5.b3 && _root.ws5.charisma >= _root.pc3.charisma) {
_root.ws5fame += _root.ws5.pchadiff;
}
if (_root.ws5.b1 && _root.ws5.charisma <= _root.pc1.charisma) {
_root.ws5fame -= _root.ws5.nchadiff;
}
if (_root.ws5.b2 && _root.ws5.charisma <= _root.pc2.charisma) {
_root.ws5fame -= _root.ws5.nchadiff;
}
if (_root.ws5.b3 && _root.ws5.charisma <= _root.pc3.charisma) {
_root.ws5fame -= _root.ws5.nchadiff;
}
}
if (_root.ws6.fucking) {
if (_root.ws6.b1 && _root.ws1.skill >= _root.pc1.skill) {
_root.cash += _root.ws6.pskilldiff;
}
if (_root.ws6.b2 && _root.ws1.skill >= _root.pc2.skill) {
_root.cash += _root.ws6.pskilldiff;
}
if (_root.ws6.b3 && _root.ws1.skill >= _root.pc3.skill) {
_root.cash += _root.ws6.pskilldiff;
}
if (_root.ws6.b1 && _root.ws1.charisma >= _root.pc1.charisma) {
_root.cash += _root.ws6.nchadiff;
}
if (_root.ws6.b2 && _root.ws1.charisma >= _root.pc2.charisma) {
_root.cash += _root.ws6.nchadiff;
}
if (_root.ws6.b3 && _root.ws1.charisma >= _root.pc3.charisma) {
_root.cash += _root.ws6.nchadiff;
}
if (_root.ms6stag > _root.pc1.stag) {
--_root.pc1.stamina;
} else {
if (_root.pc1.stag > _root.ms6stag) {
--_root.ws6.stamina;
}
}
if (_root.ms6stag > _root.pc2.stag) {
--_root.pc2.stamina;
} else {
if (_root.pc2.stag > _root.ms6stag) {
--_root.ws6.stamina;
}
}
if (_root.ms6stag > _root.pc3.stag) {
--_root.pc3.stamina;
} else {
if (_root.pc3.stag > _root.ms6stag) {
--_root.ws6.stamina;
}
}
if (!scoredws6) {
_root.ws6score += 1;
scoredws6 = true;
}
++_root.ws6cash;
if (_root.ws6.b1 && _root.ws6.skill >= _root.pc1.skill) {
_root.ws6cash += _root.ws6.pskilldiff;
}
if (_root.ws6.b2 && _root.ws6.skill >= _root.pc2.skill) {
_root.ws6cash += _root.ws6.pskilldiff;
}
if (_root.ws6.b3 && _root.ws6.skill >= _root.pc3.skill) {
_root.ws6cash += _root.ws6.pskilldiff;
}
if (_root.ws6.b1 && _root.ws6.charisma >= _root.pc1.charisma) {
_root.ws6cash += _root.ws6.pchadiff;
}
if (_root.ws6.b2 && _root.ws6.charisma >= _root.pc2.charisma) {
_root.ws6cash += _root.ws6.pchadiff;
}
if (_root.ws6.b3 && _root.ws6.charisma >= _root.pc3.charisma) {
_root.ws6cash += _root.ws6.pchadiff;
}
if (_root.ws6.b1 && _root.ws6.charisma >= _root.pc1.charisma) {
_root.ws6fame += _root.ws6.pchadiff;
}
if (_root.ws6.b2 && _root.ws6.charisma >= _root.pc2.charisma) {
_root.ws6fame += _root.ws6.pchadiff;
}
if (_root.ws6.b3 && _root.ws6.charisma >= _root.pc3.charisma) {
_root.ws6fame += _root.ws6.pchadiff;
}
if (_root.ws6.b1 && _root.ws6.charisma <= _root.pc1.charisma) {
_root.ws6fame -= _root.ws6.nchadiff;
}
if (_root.ws6.b2 && _root.ws6.charisma <= _root.pc2.charisma) {
_root.ws6fame -= _root.ws6.nchadiff;
}
if (_root.ws6.b3 && _root.ws6.charisma <= _root.pc3.charisma) {
_root.ws6fame -= _root.ws6.nchadiff;
}
}
}
if (!_root.ws1.fucking) {
scoredws1 = false;
}
if (!_root.ws2.fucking) {
scoredws2 = false;
}
if (!_root.ws3.fucking) {
scoredws3 = false;
}
if (!_root.ws4.fucking) {
scoredws4 = false;
}
if (!_root.ws5.fucking) {
scoredws5 = false;
}
if (!_root.ws6.fucking) {
scoredws6 = false;
}
if (_root.ws1.fucking) {
if (_root.ws1.b1) {
_root.wsda.gotoAndStop('ws1s');
} else {
if (_root.ws1.b2) {
_root.wsdb.gotoAndStop('ws1s');
} else {
if (_root.ws1.b3) {
_root.wsdc.gotoAndStop('ws1s');
}
}
}
}
if (_root.ws2.fucking) {
if (_root.ws2.b1) {
_root.wsda.gotoAndStop('ws2s');
} else {
if (_root.ws2.b2) {
_root.wsdb.gotoAndStop('ws2s');
} else {
if (_root.ws2.b3) {
_root.wsdc.gotoAndStop('ws2s');
}
}
}
}
if (_root.ws3.fucking) {
if (_root.ws3.b1) {
_root.wsda.gotoAndStop('ws3s');
} else {
if (_root.ws3.b2) {
_root.wsdb.gotoAndStop('ws3s');
} else {
if (_root.ws3.b3) {
_root.wsdc.gotoAndStop('ws3s');
}
}
}
}
if (_root.ws4.fucking) {
if (_root.ws4.b1) {
_root.wsda.gotoAndStop('ws4s');
} else {
if (_root.ws4.b2) {
_root.wsdb.gotoAndStop('ws4s');
} else {
if (_root.ws4.b3) {
_root.wsdc.gotoAndStop('ws4s');
}
}
}
}
if (_root.ws5.fucking) {
if (_root.ws5.b1) {
_root.wsda.gotoAndStop('ws5s');
} else {
if (_root.ws5.b2) {
_root.wsdb.gotoAndStop('ws5s');
} else {
if (_root.ws5.b3) {
_root.wsdc.gotoAndStop('ws5s');
}
}
}
}
if (_root.ws6.fucking) {
if (_root.ws6.b1) {
_root.wsda.gotoAndStop('ws6s');
} else {
if (_root.ws6.b2) {
_root.wsdb.gotoAndStop('ws6s');
} else {
if (_root.ws6.b3) {
_root.wsdc.gotoAndStop('ws6s');
}
}
}
}
if (_root.pc1.walking || _root.pc2.walking || _root.pc3.walking) {
_root.earlyclose.gotoAndStop('live');
} else {
if (!_root.pc1.walking && !_root.pc2.walking && !_root.pc3.walking) {
_root.earlyclose.gotoAndStop('idle');
}
}
}
}
movieClip 2379 {
}
instance wp of movieClip 2379 {
onClipEvent (load) {
aroll1 = false;
aroll2 = false;
aroll3 = false;
aroll4 = false;
aroll5 = false;
aroll6 = false;
roll1 = false;
roll2 = false;
roll3 = false;
roll4 = false;
roll5 = false;
roll6 = false;
choice1 = false;
choice2 = false;
choice3 = false;
choice4 = false;
choice5 = false;
choice6 = false;
}
onClipEvent (enterFrame) {
if (_root.stableslots >= 1) {
if (_root.hw1 && _root.ws1.stamina >= 1) {
_root.hb1.gotoAndStop('active');
_root.ms1.gotoAndStop('active');
if (_root.ms1rtag == 1) {
_root.ms1.race.gotoAndStop('race1');
_root.ms1price = 1000 + _root.ms1priceinc;
}
if (_root.ms1rtag == 2) {
_root.ms1.race.gotoAndStop('race2');
_root.ms1price = 1000 + _root.ms1priceinc;
}
if (_root.ms1rtag == 3) {
_root.ms1.race.gotoAndStop('race3');
_root.ms1price = 1000 + _root.ms1priceinc;
}
if (_root.ms1rtag == 4) {
_root.ms1.race.gotoAndStop('race4');
_root.ms1price = 2000 + _root.ms1priceinc;
}
if (_root.ms1rtag == 5) {
_root.ms1.race.gotoAndStop('race5');
_root.ms1price = 2000 + _root.ms1priceinc;
}
if (_root.ms1rtag == 6) {
_root.ms1.race.gotoAndStop('race6');
_root.ms1price = 2000 + _root.ms1priceinc;
}
if (_root.ms1stag == 1) {
_root.ms1.race.build.gotoAndStop('small');
}
if (_root.ms1stag == 2) {
_root.ms1.race.build.gotoAndStop('medium');
}
if (_root.ms1stag == 3) {
_root.ms1.race.build.gotoAndStop('large');
}
if (_root.ms1ftag == 1) {
_root.ms1.race.build.head.sface.gotoAndStop('1');
}
if (_root.ms1ftag == 2) {
_root.ms1.race.build.head.sface.gotoAndStop('2');
}
if (_root.ms1ftag == 3) {
_root.ms1.race.build.head.sface.gotoAndStop('3');
}
if (_root.ms1ftag == 4) {
_root.ms1.race.build.head.sface.gotoAndStop('4');
}
if (_root.ms1ftag == 5) {
_root.ms1.race.build.head.sface.gotoAndStop('5');
}
if (_root.ms1ftag == 6) {
_root.ms1.race.build.head.sface.gotoAndStop('6');
}
if (_root.ms1htag == 1) {
_root.ms1.race.build.head.fhair.gotoAndStop('1');
_root.ms1.race.build.bhair.gotoAndStop('1');
}
if (_root.ms1htag == 2) {
_root.ms1.race.build.head.fhair.gotoAndStop('2');
_root.ms1.race.build.bhair.gotoAndStop('2');
}
if (_root.ms1htag == 3) {
_root.ms1.race.build.head.fhair.gotoAndStop('3');
_root.ms1.race.build.bhair.gotoAndStop('3');
}
if (_root.ms1htag == 4) {
_root.ms1.race.build.head.fhair.gotoAndStop('4');
_root.ms1.race.build.bhair.gotoAndStop('4');
}
if (_root.ms1htag == 5) {
_root.ms1.race.build.head.fhair.gotoAndStop('5');
_root.ms1.race.build.bhair.gotoAndStop('5');
}
if (_root.ms1htag == 6) {
_root.ms1.race.build.head.fhair.gotoAndStop('6');
_root.ms1.race.build.bhair.gotoAndStop('6');
}
}
if (!_root.hw1) {
if (!_root.businesshours) {
if (!aroll1) {
_root.chance(1);
aroll1 = true;
}
if (_root.vc1 >= 49) {
_root.ms1.gotoAndStop('active');
} else {
if (_root.vc1 <= 48) {
_root.ms1.gotoAndStop('idle');
_root.vc1 = _root.vc1;
}
}
}
if (_root.ms1.live) {
if (!roll1) {
_root.randomWhore(1);
_root.randomLooks(1);
roll1 = true;
}
if (!_root.hb1.live) {
if (Key.isDown(49) && !_root.businesshours && !_root.recruiting && !_root.tmode && !_root.pleasurefuckmode && _root.tutec) {
_root.recruiting = true;
if (!choice1) {
_root.hb1.gotoAndStop('choice');
choice1 = true;
}
}
if (_root.hb1.choosing) {
if (Key.isDown(37)) {
if (_root.ms1price <= _root.cash) {
_root.hb1.gotoAndStop('active');
_root.cash -= _root.ms1price;
choice1 = false;
_root.recruiting = false;
_root.hw1 = true;
} else {
if (_root.ms1price > _root.cash) {
_root.hb1.gotoAndStop('insufficient');
choice1 = false;
_root.recruiting = false;
}
}
} else {
if (Key.isDown(39)) {
_root.hb1.gotoAndStop('idle');
choice1 = false;
_root.recruiting = false;
}
}
}
}
}
if (_root.wrace1 == 1) {
_root.ms1.race.gotoAndStop('race1');
_root.ms1rtag = 1;
_root.ms1price = 1000;
}
if (_root.wrace1 == 2) {
_root.ms1.race.gotoAndStop('race2');
_root.ms1rtag = 2;
_root.ms1price = 1000;
}
if (_root.wrace1 == 3) {
_root.ms1.race.gotoAndStop('race3');
_root.ms1rtag = 3;
_root.ms1price = 1000;
}
if (_root.wrace1 == 4) {
_root.ms1.race.gotoAndStop('race4');
_root.ms1rtag = 4;
_root.ms1price = 2000;
}
if (_root.wrace1 == 5) {
_root.ms1.race.gotoAndStop('race5');
_root.ms1rtag = 5;
_root.ms1price = 2000;
}
if (_root.wrace1 == 6) {
_root.ms1.race.gotoAndStop('race6');
_root.ms1rtag = 6;
_root.ms1price = 2000;
}
if (_root.wsize1 == 1) {
_root.ms1.race.build.gotoAndStop('small');
_root.ms1stag = 1;
}
if (_root.wsize1 == 2) {
_root.ms1.race.build.gotoAndStop('small');
_root.ms1stag = 1;
}
if (_root.wsize1 == 3) {
_root.ms1.race.build.gotoAndStop('medium');
_root.ms1stag = 2;
}
if (_root.wsize1 == 4) {
_root.ms1.race.build.gotoAndStop('large');
_root.ms1stag = 3;
}
if (_root.uniqueface1 == 1) {
_root.ms1.race.build.head.sface.gotoAndStop('1');
_root.ms1ftag = 1;
}
if (_root.uniqueface1 == 2) {
_root.ms1.race.build.head.sface.gotoAndStop('2');
_root.ms1ftag = 2;
}
if (_root.uniqueface1 == 3) {
_root.ms1.race.build.head.sface.gotoAndStop('3');
_root.ms1ftag = 3;
}
if (_root.uniqueface1 == 4) {
_root.ms1.race.build.head.sface.gotoAndStop('4');
_root.ms1ftag = 4;
}
if (_root.uniqueface1 == 5) {
_root.ms1.race.build.head.sface.gotoAndStop('5');
_root.ms1ftag = 5;
}
if (_root.uniqueface1 == 6) {
_root.ms1.race.build.head.sface.gotoAndStop('6');
_root.ms1ftag = 6;
}
if (_root.uniquehair1 == 1) {
_root.ms1.race.build.head.fhair.gotoAndStop('1');
_root.ms1.race.build.bhair.gotoAndStop('1');
_root.ms1htag = 1;
}
if (_root.uniquehair1 == 2) {
_root.ms1.race.build.head.fhair.gotoAndStop('2');
_root.ms1.race.build.bhair.gotoAndStop('2');
_root.ms1htag = 2;
}
if (_root.uniquehair1 == 3) {
_root.ms1.race.build.head.fhair.gotoAndStop('3');
_root.ms1.race.build.bhair.gotoAndStop('3');
_root.ms1htag = 3;
}
if (_root.uniquehair1 == 4) {
_root.ms1.race.build.head.fhair.gotoAndStop('4');
_root.ms1.race.build.bhair.gotoAndStop('4');
_root.ms1htag = 4;
}
if (_root.uniquehair1 == 5) {
_root.ms1.race.build.head.fhair.gotoAndStop('5');
_root.ms1.race.build.bhair.gotoAndStop('5');
_root.ms1htag = 5;
}
if (_root.uniquehair1 == 6) {
_root.ms1.race.build.head.fhair.gotoAndStop('6');
_root.ms1.race.build.bhair.gotoAndStop('6');
_root.ms1htag = 6;
}
if (_root.uniqueface1 == 7) {
_root.ms1.race.build.head.sface.gotoAndStop('1');
_root.ms1ftag = 1;
}
if (_root.uniquehair1 == 7) {
_root.ms1.race.build.head.fhair.gotoAndStop('1');
_root.ms1.race.build.bhair.gotoAndStop('1');
_root.ms1htag = 1;
}
}
}
if (_root.stableslots >= 2) {
if (_root.hw2 && _root.ws2.stamina >= 1) {
_root.hb2.gotoAndStop('active');
_root.ms2.gotoAndStop('active');
if (_root.ms2rtag == 1) {
_root.ms2.race.gotoAndStop('race1');
_root.ms2price = 1000 + _root.ms2priceinc;
}
if (_root.ms2rtag == 2) {
_root.ms2.race.gotoAndStop('race2');
_root.ms2price = 1000 + _root.ms2priceinc;
}
if (_root.ms2rtag == 3) {
_root.ms2.race.gotoAndStop('race3');
_root.ms2price = 1000 + _root.ms2priceinc;
}
if (_root.ms2rtag == 4) {
_root.ms2.race.gotoAndStop('race4');
_root.ms2price = 2000 + _root.ms2priceinc;
}
if (_root.ms2rtag == 5) {
_root.ms2.race.gotoAndStop('race5');
_root.ms2price = 2000 + _root.ms2priceinc;
}
if (_root.ms2rtag == 6) {
_root.ms2.race.gotoAndStop('race6');
_root.ms2price = 2000 + _root.ms2priceinc;
}
if (_root.ms2stag == 1) {
_root.ms2.race.build.gotoAndStop('small');
}
if (_root.ms2stag == 2) {
_root.ms2.race.build.gotoAndStop('medium');
}
if (_root.ms2stag == 3) {
_root.ms2.race.build.gotoAndStop('large');
}
if (_root.ms2ftag == 1) {
_root.ms2.race.build.head.sface.gotoAndStop('1');
}
if (_root.ms2ftag == 2) {
_root.ms2.race.build.head.sface.gotoAndStop('2');
}
if (_root.ms2ftag == 3) {
_root.ms2.race.build.head.sface.gotoAndStop('3');
}
if (_root.ms2ftag == 4) {
_root.ms2.race.build.head.sface.gotoAndStop('4');
}
if (_root.ms2ftag == 5) {
_root.ms2.race.build.head.sface.gotoAndStop('5');
}
if (_root.ms2ftag == 6) {
_root.ms2.race.build.head.sface.gotoAndStop('6');
}
if (_root.ms2htag == 1) {
_root.ms2.race.build.head.fhair.gotoAndStop('1');
_root.ms2.race.build.bhair.gotoAndStop('1');
}
if (_root.ms2htag == 2) {
_root.ms2.race.build.head.fhair.gotoAndStop('2');
_root.ms2.race.build.bhair.gotoAndStop('2');
}
if (_root.ms2htag == 3) {
_root.ms2.race.build.head.fhair.gotoAndStop('3');
_root.ms2.race.build.bhair.gotoAndStop('3');
}
if (_root.ms2htag == 4) {
_root.ms2.race.build.head.fhair.gotoAndStop('4');
_root.ms2.race.build.bhair.gotoAndStop('4');
}
if (_root.ms2htag == 5) {
_root.ms2.race.build.head.fhair.gotoAndStop('5');
_root.ms2.race.build.bhair.gotoAndStop('5');
}
if (_root.ms2htag == 6) {
_root.ms2.race.build.head.fhair.gotoAndStop('6');
_root.ms2.race.build.bhair.gotoAndStop('6');
}
}
if (!_root.hw2) {
if (!_root.businesshours) {
if (!aroll2) {
_root.chance(2);
aroll2 = true;
}
if (_root.vc2 >= 49) {
_root.ms2.gotoAndStop('active');
} else {
if (_root.vc2 <= 48) {
_root.ms2.gotoAndStop('idle');
_root.vc2 = _root.vc2;
}
}
}
if (_root.ms2.live) {
if (!roll2) {
_root.randomWhore(2);
_root.randomLooks(2);
roll2 = true;
}
if (!_root.hb2.live) {
if (Key.isDown(50) && !_root.businesshours && !_root.recruiting && !_root.tmode && !_root.pleasurefuckmode) {
_root.recruiting = true;
if (!choice2) {
_root.hb2.gotoAndStop('choice');
choice2 = true;
}
}
if (_root.hb2.choosing) {
if (Key.isDown(37)) {
if (_root.ms2price <= _root.cash) {
_root.hb2.gotoAndStop('active');
_root.cash -= _root.ms2price;
choice2 = false;
_root.recruiting = false;
_root.hw2 = true;
} else {
if (_root.ms2price > _root.cash) {
_root.hb2.gotoAndStop('insufficient');
choice2 = false;
_root.recruiting = false;
}
}
} else {
if (Key.isDown(39)) {
_root.hb2.gotoAndStop('idle');
choice2 = false;
_root.recruiting = false;
}
}
}
}
}
if (_root.wrace2 == 1) {
_root.ms2.race.gotoAndStop('race1');
_root.ms2rtag = 1;
_root.ms2price = 1000;
}
if (_root.wrace2 == 2) {
_root.ms2.race.gotoAndStop('race2');
_root.ms2rtag = 2;
_root.ms2price = 1000;
}
if (_root.wrace2 == 3) {
_root.ms2.race.gotoAndStop('race3');
_root.ms2rtag = 3;
_root.ms2price = 1000;
}
if (_root.wrace2 == 4) {
_root.ms2.race.gotoAndStop('race4');
_root.ms2rtag = 4;
_root.ms2price = 2000;
}
if (_root.wrace2 == 5) {
_root.ms2.race.gotoAndStop('race5');
_root.ms2rtag = 5;
_root.ms2price = 2000;
}
if (_root.wrace2 == 6) {
_root.ms2.race.gotoAndStop('race6');
_root.ms2rtag = 6;
_root.ms2price = 2000;
}
if (_root.wsize2 == 1) {
_root.ms2.race.build.gotoAndStop('small');
_root.ms2stag = 1;
}
if (_root.wsize2 == 2) {
_root.ms2.race.build.gotoAndStop('medium');
_root.ms2stag = 2;
}
if (_root.wsize2 == 3) {
_root.ms2.race.build.gotoAndStop('large');
_root.ms2stag = 3;
}
if (_root.wsize2 == 4) {
_root.ms2.race.build.gotoAndStop('large');
_root.ms2stag = 3;
}
if (_root.uniqueface2 == 1) {
_root.ms2.race.build.head.sface.gotoAndStop('1');
_root.ms2ftag = 1;
}
if (_root.uniqueface2 == 2) {
_root.ms2.race.build.head.sface.gotoAndStop('2');
_root.ms2ftag = 2;
}
if (_root.uniqueface2 == 3) {
_root.ms2.race.build.head.sface.gotoAndStop('3');
_root.ms2ftag = 3;
}
if (_root.uniqueface2 == 4) {
_root.ms2.race.build.head.sface.gotoAndStop('4');
_root.ms2ftag = 4;
}
if (_root.uniqueface2 == 5) {
_root.ms2.race.build.head.sface.gotoAndStop('5');
_root.ms2ftag = 5;
}
if (_root.uniqueface2 == 6) {
_root.ms2.race.build.head.sface.gotoAndStop('6');
_root.ms2ftag = 6;
}
if (_root.uniquehair2 == 1) {
_root.ms2.race.build.head.fhair.gotoAndStop('1');
_root.ms2.race.build.bhair.gotoAndStop('1');
_root.ms2htag = 1;
}
if (_root.uniquehair2 == 2) {
_root.ms2.race.build.head.fhair.gotoAndStop('2');
_root.ms2.race.build.bhair.gotoAndStop('2');
_root.ms2htag = 2;
}
if (_root.uniquehair2 == 3) {
_root.ms2.race.build.head.fhair.gotoAndStop('3');
_root.ms2.race.build.bhair.gotoAndStop('3');
_root.ms2htag = 3;
}
if (_root.uniquehair2 == 4) {
_root.ms2.race.build.head.fhair.gotoAndStop('4');
_root.ms2.race.build.bhair.gotoAndStop('4');
_root.ms2htag = 4;
}
if (_root.uniquehair2 == 5) {
_root.ms2.race.build.head.fhair.gotoAndStop('5');
_root.ms2.race.build.bhair.gotoAndStop('5');
_root.ms2htag = 5;
}
if (_root.uniquehair2 == 6) {
_root.ms2.race.build.head.fhair.gotoAndStop('6');
_root.ms2.race.build.bhair.gotoAndStop('6');
_root.ms2htag = 6;
}
if (_root.uniqueface2 == 7) {
_root.ms2.race.build.head.sface.gotoAndStop('1');
_root.ms2ftag = 1;
}
if (_root.uniquehair2 == 7) {
_root.ms2.race.build.head.fhair.gotoAndStop('1');
_root.ms2.race.build.bhair.gotoAndStop('1');
_root.ms2htag = 1;
}
}
}
if (_root.stableslots >= 3) {
if (_root.hw3 && _root.ws3.stamina >= 1) {
_root.hb3.gotoAndStop('active');
_root.ms3.gotoAndStop('active');
if (_root.ms3rtag == 1) {
_root.ms3.race.gotoAndStop('race1');
_root.ms3price = 1000 + _root.ms3priceinc;
}
if (_root.ms3rtag == 2) {
_root.ms3.race.gotoAndStop('race2');
_root.ms3price = 1000 + _root.ms3priceinc;
}
if (_root.ms3rtag == 3) {
_root.ms3.race.gotoAndStop('race3');
_root.ms3price = 1000 + _root.ms3priceinc;
}
if (_root.ms3rtag == 4) {
_root.ms3.race.gotoAndStop('race4');
_root.ms3price = 2000 + _root.ms3priceinc;
}
if (_root.ms3rtag == 5) {
_root.ms3.race.gotoAndStop('race5');
_root.ms3price = 2000 + _root.ms3priceinc;
}
if (_root.ms3rtag == 6) {
_root.ms3.race.gotoAndStop('race6');
_root.ms3price = 2000 + _root.ms3priceinc;
}
if (_root.ms3stag == 1) {
_root.ms3.race.build.gotoAndStop('small');
}
if (_root.ms3stag == 2) {
_root.ms3.race.build.gotoAndStop('medium');
}
if (_root.ms3stag == 3) {
_root.ms3.race.build.gotoAndStop('large');
}
if (_root.ms3ftag == 1) {
_root.ms3.race.build.head.sface.gotoAndStop('1');
}
if (_root.ms3ftag == 2) {
_root.ms3.race.build.head.sface.gotoAndStop('2');
}
if (_root.ms3ftag == 3) {
_root.ms3.race.build.head.sface.gotoAndStop('3');
}
if (_root.ms3ftag == 4) {
_root.ms3.race.build.head.sface.gotoAndStop('4');
}
if (_root.ms3ftag == 5) {
_root.ms3.race.build.head.sface.gotoAndStop('5');
}
if (_root.ms3ftag == 6) {
_root.ms3.race.build.head.sface.gotoAndStop('6');
}
if (_root.ms3htag == 1) {
_root.ms3.race.build.head.fhair.gotoAndStop('1');
_root.ms3.race.build.bhair.gotoAndStop('1');
}
if (_root.ms3htag == 2) {
_root.ms3.race.build.head.fhair.gotoAndStop('2');
_root.ms3.race.build.bhair.gotoAndStop('2');
}
if (_root.ms3htag == 3) {
_root.ms3.race.build.head.fhair.gotoAndStop('3');
_root.ms3.race.build.bhair.gotoAndStop('3');
}
if (_root.ms3htag == 4) {
_root.ms3.race.build.head.fhair.gotoAndStop('4');
_root.ms3.race.build.bhair.gotoAndStop('4');
}
if (_root.ms3htag == 5) {
_root.ms3.race.build.head.fhair.gotoAndStop('5');
_root.ms3.race.build.bhair.gotoAndStop('5');
}
if (_root.ms3htag == 6) {
_root.ms3.race.build.head.fhair.gotoAndStop('6');
_root.ms3.race.build.bhair.gotoAndStop('6');
}
}
if (!_root.hw3) {
if (!_root.businesshours) {
if (!aroll3) {
_root.chance(3);
aroll3 = true;
}
if (_root.vc3 >= 49) {
_root.ms3.gotoAndStop('active');
} else {
if (_root.vc3 <= 48) {
_root.ms3.gotoAndStop('idle');
_root.vc3 = _root.vc3;
}
}
}
if (_root.ms3.live) {
if (!roll3) {
_root.randomWhore(3);
_root.randomLooks(3);
roll3 = true;
}
if (!_root.hb3.live) {
if (Key.isDown(51) && !_root.businesshours && !_root.recruiting && !_root.tmode && !_root.pleasurefuckmode) {
_root.recruiting = true;
if (!choice3) {
_root.hb3.gotoAndStop('choice');
choice3 = true;
}
}
if (_root.hb3.choosing) {
if (Key.isDown(37)) {
if (_root.ms3price <= _root.cash) {
_root.hb3.gotoAndStop('active');
_root.cash -= _root.ms3price;
choice3 = false;
_root.recruiting = false;
_root.hw3 = true;
} else {
if (_root.ms3price > _root.cash) {
_root.hb3.gotoAndStop('insufficient');
choice3 = false;
_root.recruiting = false;
}
}
} else {
if (Key.isDown(39)) {
_root.hb3.gotoAndStop('idle');
choice3 = false;
_root.recruiting = false;
}
}
}
}
}
if (_root.wrace3 == 1) {
_root.ms3.race.gotoAndStop('race1');
_root.ms3rtag = 1;
_root.ms3price = 1000;
}
if (_root.wrace3 == 2) {
_root.ms3.race.gotoAndStop('race2');
_root.ms3rtag = 2;
_root.ms3price = 1000;
}
if (_root.wrace3 == 3) {
_root.ms3.race.gotoAndStop('race3');
_root.ms3rtag = 3;
_root.ms3price = 1000;
}
if (_root.wrace3 == 4) {
_root.ms3.race.gotoAndStop('race4');
_root.ms3rtag = 4;
_root.ms3price = 2000;
}
if (_root.wrace3 == 5) {
_root.ms3.race.gotoAndStop('race5');
_root.ms3rtag = 5;
_root.ms3price = 2000;
}
if (_root.wrace3 == 6) {
_root.ms3.race.gotoAndStop('race6');
_root.ms3rtag = 6;
_root.ms3price = 2000;
}
if (_root.wsize3 == 1) {
_root.ms3.race.build.gotoAndStop('small');
_root.ms3stag = 1;
}
if (_root.wsize3 == 2) {
_root.ms3.race.build.gotoAndStop('medium');
_root.ms3stag = 2;
}
if (_root.wsize3 == 3) {
_root.ms3.race.build.gotoAndStop('medium');
_root.ms3stag = 2;
}
if (_root.wsize3 == 4) {
_root.ms3.race.build.gotoAndStop('large');
_root.ms3stag = 3;
}
if (_root.uniqueface3 == 1) {
_root.ms3.race.build.head.sface.gotoAndStop('1');
_root.ms3ftag = 1;
}
if (_root.uniqueface3 == 2) {
_root.ms3.race.build.head.sface.gotoAndStop('2');
_root.ms3ftag = 2;
}
if (_root.uniqueface3 == 3) {
_root.ms3.race.build.head.sface.gotoAndStop('3');
_root.ms3ftag = 3;
}
if (_root.uniqueface3 == 4) {
_root.ms3.race.build.head.sface.gotoAndStop('4');
_root.ms3ftag = 4;
}
if (_root.uniqueface3 == 5) {
_root.ms3.race.build.head.sface.gotoAndStop('5');
_root.ms3ftag = 5;
}
if (_root.uniqueface3 == 6) {
_root.ms3.race.build.head.sface.gotoAndStop('6');
_root.ms3ftag = 6;
}
if (_root.uniquehair3 == 1) {
_root.ms3.race.build.head.fhair.gotoAndStop('1');
_root.ms3.race.build.bhair.gotoAndStop('1');
_root.ms3htag = 1;
}
if (_root.uniquehair3 == 2) {
_root.ms3.race.build.head.fhair.gotoAndStop('2');
_root.ms3.race.build.bhair.gotoAndStop('2');
_root.ms3htag = 2;
}
if (_root.uniquehair3 == 3) {
_root.ms3.race.build.head.fhair.gotoAndStop('3');
_root.ms3.race.build.bhair.gotoAndStop('3');
_root.ms3htag = 3;
}
if (_root.uniquehair3 == 4) {
_root.ms3.race.build.head.fhair.gotoAndStop('4');
_root.ms3.race.build.bhair.gotoAndStop('4');
_root.ms3htag = 4;
}
if (_root.uniquehair3 == 5) {
_root.ms3.race.build.head.fhair.gotoAndStop('5');
_root.ms3.race.build.bhair.gotoAndStop('5');
_root.ms3htag = 5;
}
if (_root.uniquehair3 == 6) {
_root.ms3.race.build.head.fhair.gotoAndStop('6');
_root.ms3.race.build.bhair.gotoAndStop('6');
_root.ms3htag = 6;
}
if (_root.uniqueface3 == 7) {
_root.ms3.race.build.head.sface.gotoAndStop('1');
_root.ms3ftag = 1;
}
if (_root.uniquehair3 == 7) {
_root.ms3.race.build.head.fhair.gotoAndStop('1');
_root.ms3.race.build.bhair.gotoAndStop('1');
_root.ms3htag = 1;
}
}
}
if (_root.stableslots >= 4) {
if (_root.hw4 && _root.ws4.stamina >= 1) {
_root.hb4.gotoAndStop('active');
_root.ms4.gotoAndStop('active');
if (_root.ms4rtag == 1) {
_root.ms4.race.gotoAndStop('race1');
_root.ms4price = 1000 + _root.ms4priceinc;
}
if (_root.ms4rtag == 2) {
_root.ms4.race.gotoAndStop('race2');
_root.ms4price = 1000 + _root.ms4priceinc;
}
if (_root.ms4rtag == 3) {
_root.ms4.race.gotoAndStop('race4');
_root.ms4price = 1000 + _root.ms4priceinc;
}
if (_root.ms4rtag == 4) {
_root.ms4.race.gotoAndStop('race4');
_root.ms4price = 2000 + _root.ms4priceinc;
}
if (_root.ms4rtag == 5) {
_root.ms4.race.gotoAndStop('race5');
_root.ms4price = 2000 + _root.ms4priceinc;
}
if (_root.ms4rtag == 6) {
_root.ms4.race.gotoAndStop('race6');
_root.ms4price = 2000 + _root.ms4priceinc;
}
if (_root.ms4stag == 1) {
_root.ms4.race.build.gotoAndStop('small');
}
if (_root.ms4stag == 2) {
_root.ms4.race.build.gotoAndStop('medium');
}
if (_root.ms4stag == 3) {
_root.ms4.race.build.gotoAndStop('large');
}
if (_root.ms4ftag == 1) {
_root.ms4.race.build.head.sface.gotoAndStop('1');
}
if (_root.ms4ftag == 2) {
_root.ms4.race.build.head.sface.gotoAndStop('2');
}
if (_root.ms4ftag == 3) {
_root.ms4.race.build.head.sface.gotoAndStop('3');
}
if (_root.ms4ftag == 4) {
_root.ms4.race.build.head.sface.gotoAndStop('4');
}
if (_root.ms4ftag == 5) {
_root.ms4.race.build.head.sface.gotoAndStop('5');
}
if (_root.ms4ftag == 6) {
_root.ms4.race.build.head.sface.gotoAndStop('6');
}
if (_root.ms4htag == 1) {
_root.ms4.race.build.head.fhair.gotoAndStop('1');
_root.ms4.race.build.bhair.gotoAndStop('1');
}
if (_root.ms4htag == 2) {
_root.ms4.race.build.head.fhair.gotoAndStop('2');
_root.ms4.race.build.bhair.gotoAndStop('2');
}
if (_root.ms4htag == 3) {
_root.ms4.race.build.head.fhair.gotoAndStop('3');
_root.ms4.race.build.bhair.gotoAndStop('3');
}
if (_root.ms4htag == 4) {
_root.ms4.race.build.head.fhair.gotoAndStop('4');
_root.ms4.race.build.bhair.gotoAndStop('4');
}
if (_root.ms4htag == 5) {
_root.ms4.race.build.head.fhair.gotoAndStop('5');
_root.ms4.race.build.bhair.gotoAndStop('5');
}
if (_root.ms4htag == 6) {
_root.ms4.race.build.head.fhair.gotoAndStop('6');
_root.ms4.race.build.bhair.gotoAndStop('6');
}
}
if (!_root.hw4) {
if (!_root.businesshours) {
if (!aroll4) {
_root.chance(4);
aroll4 = true;
}
if (_root.vc4 >= 49) {
_root.ms4.gotoAndStop('active');
} else {
if (_root.vc4 <= 48) {
_root.ms4.gotoAndStop('idle');
_root.vc4 = _root.vc4;
}
}
}
if (_root.ms4.live) {
if (!roll4) {
_root.randomWhore(4);
_root.randomLooks(4);
roll4 = true;
}
if (!_root.hb4.live) {
if (Key.isDown(52) && !_root.businesshours && !_root.recruiting && !_root.tmode && !_root.pleasurefuckmode) {
_root.recruiting = true;
if (!choice4) {
_root.hb4.gotoAndStop('choice');
choice4 = true;
}
}
if (_root.hb4.choosing) {
if (Key.isDown(37)) {
if (_root.ms4price <= _root.cash) {
_root.hb4.gotoAndStop('active');
_root.cash -= _root.ms4price;
choice4 = false;
_root.recruiting = false;
_root.hw4 = true;
} else {
if (_root.ms4price > _root.cash) {
_root.hb4.gotoAndStop('insufficient');
choice4 = false;
_root.recruiting = false;
}
}
} else {
if (Key.isDown(39)) {
_root.hb4.gotoAndStop('idle');
choice4 = false;
_root.recruiting = false;
}
}
}
}
}
if (_root.wrace4 == 1) {
_root.ms4.race.gotoAndStop('race1');
_root.ms4rtag = 1;
_root.ms4price = 1000;
}
if (_root.wrace4 == 2) {
_root.ms4.race.gotoAndStop('race2');
_root.ms4rtag = 2;
_root.ms4price = 1000;
}
if (_root.wrace4 == 3) {
_root.ms4.race.gotoAndStop('race3');
_root.ms4rtag = 3;
_root.ms4price = 1000;
}
if (_root.wrace4 == 4) {
_root.ms4.race.gotoAndStop('race4');
_root.ms4rtag = 4;
_root.ms4price = 2000;
}
if (_root.wrace4 == 5) {
_root.ms4.race.gotoAndStop('race5');
_root.ms4rtag = 5;
_root.ms4price = 2000;
}
if (_root.wrace4 == 6) {
_root.ms4.race.gotoAndStop('race6');
_root.ms4rtag = 6;
_root.ms4price = 2000;
}
if (_root.wsize4 == 1) {
_root.ms4.race.build.gotoAndStop('small');
_root.ms4stag = 1;
}
if (_root.wsize4 == 2) {
_root.ms4.race.build.gotoAndStop('small');
_root.ms4stag = 1;
}
if (_root.wsize4 == 3) {
_root.ms4.race.build.gotoAndStop('medium');
_root.ms4stag = 2;
}
if (_root.wsize4 == 4) {
_root.ms4.race.build.gotoAndStop('large');
_root.ms4stag = 3;
}
if (_root.uniqueface4 == 1) {
_root.ms4.race.build.head.sface.gotoAndStop('1');
_root.ms4ftag = 1;
}
if (_root.uniqueface4 == 2) {
_root.ms4.race.build.head.sface.gotoAndStop('2');
_root.ms4ftag = 2;
}
if (_root.uniqueface4 == 3) {
_root.ms4.race.build.head.sface.gotoAndStop('3');
_root.ms4ftag = 3;
}
if (_root.uniqueface4 == 4) {
_root.ms4.race.build.head.sface.gotoAndStop('4');
_root.ms4ftag = 4;
}
if (_root.uniqueface4 == 5) {
_root.ms4.race.build.head.sface.gotoAndStop('5');
_root.ms4ftag = 5;
}
if (_root.uniqueface4 == 6) {
_root.ms4.race.build.head.sface.gotoAndStop('6');
_root.ms4ftag = 6;
}
if (_root.uniquehair4 == 1) {
_root.ms4.race.build.head.fhair.gotoAndStop('1');
_root.ms4.race.build.bhair.gotoAndStop('1');
_root.ms4htag = 1;
}
if (_root.uniquehair4 == 2) {
_root.ms4.race.build.head.fhair.gotoAndStop('2');
_root.ms4.race.build.bhair.gotoAndStop('2');
_root.ms4htag = 2;
}
if (_root.uniquehair4 == 3) {
_root.ms4.race.build.head.fhair.gotoAndStop('3');
_root.ms4.race.build.bhair.gotoAndStop('3');
_root.ms4htag = 3;
}
if (_root.uniquehair4 == 4) {
_root.ms4.race.build.head.fhair.gotoAndStop('4');
_root.ms4.race.build.bhair.gotoAndStop('4');
_root.ms4htag = 4;
}
if (_root.uniquehair4 == 5) {
_root.ms4.race.build.head.fhair.gotoAndStop('5');
_root.ms4.race.build.bhair.gotoAndStop('5');
_root.ms4htag = 5;
}
if (_root.uniquehair4 == 6) {
_root.ms4.race.build.head.fhair.gotoAndStop('6');
_root.ms4.race.build.bhair.gotoAndStop('6');
_root.ms4htag = 6;
}
if (_root.uniqueface4 == 7) {
_root.ms4.race.build.head.sface.gotoAndStop('1');
_root.ms4ftag = 1;
}
if (_root.uniquehair4 == 7) {
_root.ms4.race.build.head.fhair.gotoAndStop('1');
_root.ms4.race.build.bhair.gotoAndStop('1');
_root.ms4htag = 1;
}
}
}
if (_root.stableslots >= 5) {
if (_root.hw5 && _root.ws5.stamina >= 1) {
_root.hb5.gotoAndStop('active');
_root.ms5.gotoAndStop('active');
if (_root.ms5rtag == 1) {
_root.ms5.race.gotoAndStop('race1');
_root.ms5price = 1000 + _root.ms5priceinc;
}
if (_root.ms5rtag == 2) {
_root.ms5.race.gotoAndStop('race2');
_root.ms5price = 1000 + _root.ms5priceinc;
}
if (_root.ms5rtag == 3) {
_root.ms5.race.gotoAndStop('race3');
_root.ms5price = 1000 + _root.ms5priceinc;
}
if (_root.ms5rtag == 4) {
_root.ms5.race.gotoAndStop('race4');
_root.ms5price = 2000 + _root.ms5priceinc;
}
if (_root.ms5rtag == 5) {
_root.ms5.race.gotoAndStop('race5');
_root.ms5price = 2000 + _root.ms5priceinc;
}
if (_root.ms5rtag == 6) {
_root.ms5.race.gotoAndStop('race6');
_root.ms5price = 2000 + _root.ms5priceinc;
}
if (_root.ms5stag == 1) {
_root.ms5.race.build.gotoAndStop('small');
}
if (_root.ms5stag == 2) {
_root.ms5.race.build.gotoAndStop('medium');
}
if (_root.ms5stag == 3) {
_root.ms5.race.build.gotoAndStop('large');
}
if (_root.ms5ftag == 1) {
_root.ms5.race.build.head.sface.gotoAndStop('1');
}
if (_root.ms5ftag == 2) {
_root.ms5.race.build.head.sface.gotoAndStop('2');
}
if (_root.ms5ftag == 3) {
_root.ms5.race.build.head.sface.gotoAndStop('3');
}
if (_root.ms5ftag == 4) {
_root.ms5.race.build.head.sface.gotoAndStop('4');
}
if (_root.ms5ftag == 5) {
_root.ms5.race.build.head.sface.gotoAndStop('5');
}
if (_root.ms5ftag == 6) {
_root.ms5.race.build.head.sface.gotoAndStop('6');
}
if (_root.ms5htag == 1) {
_root.ms5.race.build.head.fhair.gotoAndStop('1');
_root.ms5.race.build.bhair.gotoAndStop('1');
}
if (_root.ms5htag == 2) {
_root.ms5.race.build.head.fhair.gotoAndStop('2');
_root.ms5.race.build.bhair.gotoAndStop('2');
}
if (_root.ms5htag == 3) {
_root.ms5.race.build.head.fhair.gotoAndStop('3');
_root.ms5.race.build.bhair.gotoAndStop('3');
}
if (_root.ms5htag == 4) {
_root.ms5.race.build.head.fhair.gotoAndStop('4');
_root.ms5.race.build.bhair.gotoAndStop('4');
}
if (_root.ms5htag == 5) {
_root.ms5.race.build.head.fhair.gotoAndStop('5');
_root.ms5.race.build.bhair.gotoAndStop('5');
}
if (_root.ms5htag == 6) {
_root.ms5.race.build.head.fhair.gotoAndStop('6');
_root.ms5.race.build.bhair.gotoAndStop('6');
}
}
if (!_root.hw5) {
if (!_root.businesshours) {
if (!aroll5) {
_root.chance(5);
aroll5 = true;
}
if (_root.vc5 >= 59) {
_root.ms5.gotoAndStop('active');
} else {
if (_root.vc5 <= 58) {
_root.ms5.gotoAndStop('idle');
_root.vc5 = _root.vc5;
}
}
}
if (_root.ms5.live) {
if (!roll5) {
_root.randomWhore(5);
_root.randomLooks(5);
roll5 = true;
}
if (!_root.hb5.live) {
if (Key.isDown(53) && !_root.businesshours && !_root.recruiting && !_root.tmode && !_root.pleasurefuckmode) {
_root.recruiting = true;
if (!choice5) {
_root.hb5.gotoAndStop('choice');
choice5 = true;
}
}
if (_root.hb5.choosing) {
if (Key.isDown(37)) {
if (_root.ms5price <= _root.cash) {
_root.hb5.gotoAndStop('active');
_root.cash -= _root.ms5price;
choice5 = false;
_root.recruiting = false;
_root.hw5 = true;
} else {
if (_root.ms5price > _root.cash) {
_root.hb5.gotoAndStop('insufficient');
choice5 = false;
_root.recruiting = false;
}
}
} else {
if (Key.isDown(39)) {
_root.hb5.gotoAndStop('idle');
choice5 = false;
_root.recruiting = false;
}
}
}
}
}
if (_root.wrace5 == 1) {
_root.ms5.race.gotoAndStop('race1');
_root.ms5rtag = 1;
_root.ms5price = 1000;
}
if (_root.wrace5 == 2) {
_root.ms5.race.gotoAndStop('race2');
_root.ms5rtag = 2;
_root.ms5price = 1000;
}
if (_root.wrace5 == 3) {
_root.ms5.race.gotoAndStop('race3');
_root.ms5rtag = 3;
_root.ms5price = 1000;
}
if (_root.wrace5 == 4) {
_root.ms5.race.gotoAndStop('race4');
_root.ms5rtag = 4;
_root.ms5price = 2000;
}
if (_root.wrace5 == 5) {
_root.ms5.race.gotoAndStop('race5');
_root.ms5rtag = 5;
_root.ms5price = 2000;
}
if (_root.wrace5 == 6) {
_root.ms5.race.gotoAndStop('race6');
_root.ms5rtag = 6;
_root.ms5price = 2000;
}
if (_root.wsize5 == 1) {
_root.ms5.race.build.gotoAndStop('small');
_root.ms5stag = 1;
}
if (_root.wsize5 == 2) {
_root.ms5.race.build.gotoAndStop('medium');
_root.ms5stag = 2;
}
if (_root.wsize5 == 3) {
_root.ms5.race.build.gotoAndStop('medium');
_root.ms5stag = 2;
}
if (_root.wsize5 == 4) {
_root.ms5.race.build.gotoAndStop('large');
_root.ms5stag = 3;
}
if (_root.uniqueface5 == 1) {
_root.ms5.race.build.head.sface.gotoAndStop('1');
_root.ms5ftag = 1;
}
if (_root.uniqueface5 == 2) {
_root.ms5.race.build.head.sface.gotoAndStop('2');
_root.ms5ftag = 2;
}
if (_root.uniqueface5 == 3) {
_root.ms5.race.build.head.sface.gotoAndStop('3');
_root.ms5ftag = 3;
}
if (_root.uniqueface5 == 4) {
_root.ms5.race.build.head.sface.gotoAndStop('4');
_root.ms5ftag = 4;
}
if (_root.uniqueface5 == 5) {
_root.ms5.race.build.head.sface.gotoAndStop('5');
_root.ms5ftag = 5;
}
if (_root.uniqueface5 == 6) {
_root.ms5.race.build.head.sface.gotoAndStop('6');
_root.ms5ftag = 6;
}
if (_root.uniquehair5 == 1) {
_root.ms5.race.build.head.fhair.gotoAndStop('1');
_root.ms5.race.build.bhair.gotoAndStop('1');
_root.ms5htag = 1;
}
if (_root.uniquehair5 == 2) {
_root.ms5.race.build.head.fhair.gotoAndStop('2');
_root.ms5.race.build.bhair.gotoAndStop('2');
_root.ms5htag = 2;
}
if (_root.uniquehair5 == 3) {
_root.ms5.race.build.head.fhair.gotoAndStop('3');
_root.ms5.race.build.bhair.gotoAndStop('3');
_root.ms5htag = 3;
}
if (_root.uniquehair5 == 4) {
_root.ms5.race.build.head.fhair.gotoAndStop('4');
_root.ms5.race.build.bhair.gotoAndStop('4');
_root.ms5htag = 4;
}
if (_root.uniquehair5 == 5) {
_root.ms5.race.build.head.fhair.gotoAndStop('5');
_root.ms5.race.build.bhair.gotoAndStop('5');
_root.ms5htag = 5;
}
if (_root.uniquehair5 == 6) {
_root.ms5.race.build.head.fhair.gotoAndStop('6');
_root.ms5.race.build.bhair.gotoAndStop('6');
_root.ms5htag = 6;
}
if (_root.uniqueface5 == 7) {
_root.ms5.race.build.head.sface.gotoAndStop('1');
_root.ms5ftag = 1;
}
if (_root.uniquehair5 == 7) {
_root.ms5.race.build.head.fhair.gotoAndStop('1');
_root.ms5.race.build.bhair.gotoAndStop('1');
_root.ms5htag = 1;
}
}
}
if (_root.stableslots >= 6) {
if (_root.hw6 && _root.ws6.stamina >= 1) {
_root.hb6.gotoAndStop('active');
_root.ms6.gotoAndStop('active');
if (_root.ms6rtag == 1) {
_root.ms6.race.gotoAndStop('race1');
_root.ms6price = 1000 + _root.ms6priceinc;
}
if (_root.ms6rtag == 2) {
_root.ms6.race.gotoAndStop('race2');
_root.ms6price = 1000 + _root.ms6priceinc;
}
if (_root.ms6rtag == 3) {
_root.ms6.race.gotoAndStop('race3');
_root.ms6price = 1000 + _root.ms6priceinc;
}
if (_root.ms6rtag == 4) {
_root.ms6.race.gotoAndStop('race4');
_root.ms6price = 2000 + _root.ms6priceinc;
}
if (_root.ms6rtag == 5) {
_root.ms6.race.gotoAndStop('race5');
_root.ms6price = 2000 + _root.ms6priceinc;
}
if (_root.ms6rtag == 6) {
_root.ms6.race.gotoAndStop('race6');
_root.ms6price = 2000 + _root.ms6priceinc;
}
if (_root.ms6stag == 1) {
_root.ms6.race.build.gotoAndStop('small');
}
if (_root.ms6stag == 2) {
_root.ms6.race.build.gotoAndStop('medium');
}
if (_root.ms6stag == 3) {
_root.ms6.race.build.gotoAndStop('large');
}
if (_root.ms6ftag == 1) {
_root.ms6.race.build.head.sface.gotoAndStop('1');
}
if (_root.ms6ftag == 2) {
_root.ms6.race.build.head.sface.gotoAndStop('2');
}
if (_root.ms6ftag == 3) {
_root.ms6.race.build.head.sface.gotoAndStop('3');
}
if (_root.ms6ftag == 4) {
_root.ms6.race.build.head.sface.gotoAndStop('4');
}
if (_root.ms6ftag == 5) {
_root.ms6.race.build.head.sface.gotoAndStop('5');
}
if (_root.ms6ftag == 6) {
_root.ms6.race.build.head.sface.gotoAndStop('6');
}
if (_root.ms6htag == 1) {
_root.ms6.race.build.head.fhair.gotoAndStop('1');
_root.ms6.race.build.bhair.gotoAndStop('1');
}
if (_root.ms6htag == 2) {
_root.ms6.race.build.head.fhair.gotoAndStop('2');
_root.ms6.race.build.bhair.gotoAndStop('2');
}
if (_root.ms6htag == 3) {
_root.ms6.race.build.head.fhair.gotoAndStop('3');
_root.ms6.race.build.bhair.gotoAndStop('3');
}
if (_root.ms6htag == 4) {
_root.ms6.race.build.head.fhair.gotoAndStop('4');
_root.ms6.race.build.bhair.gotoAndStop('4');
}
if (_root.ms6htag == 5) {
_root.ms6.race.build.head.fhair.gotoAndStop('5');
_root.ms6.race.build.bhair.gotoAndStop('5');
}
if (_root.ms6htag == 6) {
_root.ms6.race.build.head.fhair.gotoAndStop('6');
_root.ms6.race.build.bhair.gotoAndStop('6');
}
}
if (!_root.hw6) {
if (!_root.businesshours) {
if (!aroll6) {
_root.chance(6);
aroll6 = true;
}
if (_root.vc6 >= 69) {
_root.ms6.gotoAndStop('active');
} else {
if (_root.vc6 <= 68) {
_root.ms6.gotoAndStop('idle');
_root.vc6 = _root.vc6;
}
}
}
if (_root.ms6.live) {
if (!roll6) {
_root.randomWhore(6);
_root.randomLooks(6);
roll6 = true;
}
if (!_root.hb6.live) {
if (Key.isDown(54) && !_root.businesshours && !_root.recruiting && !_root.tmode && !_root.pleasurefuckmode) {
_root.recruiting = true;
if (!choice6) {
_root.hb6.gotoAndStop('choice');
choice6 = true;
}
}
if (_root.hb6.choosing) {
if (Key.isDown(37)) {
if (_root.ms6price <= _root.cash) {
_root.hb6.gotoAndStop('active');
_root.cash -= _root.ms6price;
choice6 = false;
_root.recruiting = false;
_root.hw6 = true;
} else {
if (_root.ms6price > _root.cash) {
_root.hb6.gotoAndStop('insufficient');
choice6 = false;
_root.recruiting = false;
}
}
} else {
if (Key.isDown(39)) {
_root.hb6.gotoAndStop('idle');
choice6 = false;
_root.recruiting = false;
}
}
}
}
}
if (_root.wrace6 == 1) {
_root.ms6.race.gotoAndStop('race1');
_root.ms6rtag = 1;
_root.ms6price = 1000;
}
if (_root.wrace6 == 2) {
_root.ms6.race.gotoAndStop('race2');
_root.ms6rtag = 2;
_root.ms6price = 1000;
}
if (_root.wrace6 == 3) {
_root.ms6.race.gotoAndStop('race3');
_root.ms6rtag = 3;
_root.ms6price = 1000;
}
if (_root.wrace6 == 4) {
_root.ms6.race.gotoAndStop('race4');
_root.ms6rtag = 4;
_root.ms6price = 2000;
}
if (_root.wrace6 == 5) {
_root.ms6.race.gotoAndStop('race5');
_root.ms6rtag = 5;
_root.ms6price = 2000;
}
if (_root.wrace6 == 6) {
_root.ms6.race.gotoAndStop('race6');
_root.ms6rtag = 6;
_root.ms6price = 2000;
}
if (_root.wsize6 == 1) {
_root.ms6.race.build.gotoAndStop('small');
_root.ms6stag = 1;
}
if (_root.wsize6 == 2) {
_root.ms6.race.build.gotoAndStop('medium');
_root.ms6stag = 2;
}
if (_root.wsize6 == 3) {
_root.ms6.race.build.gotoAndStop('large');
_root.ms6stag = 3;
}
if (_root.wsize6 == 4) {
_root.ms6.race.build.gotoAndStop('large');
_root.ms6stag = 3;
}
if (_root.uniqueface6 == 1) {
_root.ms6.race.build.head.sface.gotoAndStop('1');
_root.ms6ftag = 1;
}
if (_root.uniqueface6 == 2) {
_root.ms6.race.build.head.sface.gotoAndStop('2');
_root.ms6ftag = 2;
}
if (_root.uniqueface6 == 3) {
_root.ms6.race.build.head.sface.gotoAndStop('3');
_root.ms6ftag = 3;
}
if (_root.uniqueface6 == 4) {
_root.ms6.race.build.head.sface.gotoAndStop('4');
_root.ms6ftag = 4;
}
if (_root.uniqueface6 == 5) {
_root.ms6.race.build.head.sface.gotoAndStop('5');
_root.ms6ftag = 5;
}
if (_root.uniqueface6 == 6) {
_root.ms6.race.build.head.sface.gotoAndStop('6');
_root.ms6ftag = 6;
}
if (_root.uniquehair6 == 1) {
_root.ms6.race.build.head.fhair.gotoAndStop('1');
_root.ms6.race.build.bhair.gotoAndStop('1');
_root.ms6htag = 1;
}
if (_root.uniquehair6 == 2) {
_root.ms6.race.build.head.fhair.gotoAndStop('2');
_root.ms6.race.build.bhair.gotoAndStop('2');
_root.ms6htag = 2;
}
if (_root.uniquehair6 == 3) {
_root.ms6.race.build.head.fhair.gotoAndStop('3');
_root.ms6.race.build.bhair.gotoAndStop('3');
_root.ms6htag = 3;
}
if (_root.uniquehair6 == 4) {
_root.ms6.race.build.head.fhair.gotoAndStop('4');
_root.ms6.race.build.bhair.gotoAndStop('4');
_root.ms6htag = 4;
}
if (_root.uniquehair6 == 5) {
_root.ms6.race.build.head.fhair.gotoAndStop('5');
_root.ms6.race.build.bhair.gotoAndStop('5');
_root.ms6htag = 5;
}
if (_root.uniquehair6 == 6) {
_root.ms6.race.build.head.fhair.gotoAndStop('6');
_root.ms6.race.build.bhair.gotoAndStop('6');
_root.ms6htag = 6;
}
if (_root.uniqueface6 == 7) {
_root.ms6.race.build.head.sface.gotoAndStop('1');
_root.ms6ftag = 1;
}
if (_root.uniquehair6 == 7) {
_root.ms6.race.build.head.fhair.gotoAndStop('1');
_root.ms6.race.build.bhair.gotoAndStop('1');
_root.ms6htag = 1;
}
}
}
}
}
movieClip 2381 {
}
instance racialbonuses of movieClip 2381 {
onClipEvent (load) {
bonus1 = false;
bonus2 = false;
bonus3 = false;
bonus4 = false;
bonus5 = false;
bonus6 = false;
bonus1a = false;
bonus2a = false;
bonus3a = false;
bonus4a = false;
bonus5a = false;
bonus6a = false;
}
onClipEvent (enterFrame) {
if (_root.hw1) {
if (_root.ms1rtag == 1) {
if (!bonus1) {
_root.ws1.charisma += 1;
bonus1 = true;
}
}
if (_root.ms1rtag == 2) {
if (!bonus1) {
_root.ws1.skill += 1;
bonus1 = true;
}
}
if (_root.ms1rtag == 3) {
if (!bonus1) {
_root.ws1.stamina += 1000;
bonus1 = true;
}
}
if (_root.ms1rtag == 5) {
if (!bonus1) {
_root.ws1.charisma += 1;
_root.ws1.skill += 1;
bonus1 = true;
}
}
if (_root.ms1rtag == 6) {
if (!bonus1) {
_root.ws1.charisma += 1;
_root.ws1.stamina += 1000;
bonus1 = true;
}
}
if (_root.ms1rtag == 4) {
if (!bonus1) {
_root.ws1.skill += 1;
_root.ws1.stamina += 1000;
bonus1 = true;
}
}
if (_root.ms1stag == 1) {
if (!bonus1a) {
_root.ws1.charisma += 1;
bonus1a = true;
}
}
if (_root.ms1stag == 2) {
if (!bonus1a) {
_root.ws1.skill += 1;
bonus1a = true;
}
}
if (_root.ms1stag == 3) {
if (!bonus1a) {
_root.ws1.stamina += 1000;
bonus1a = true;
}
}
}
if (_root.hw2) {
if (_root.ms2rtag == 1) {
if (!bonus2) {
_root.ws2.charisma += 1;
bonus2 = true;
}
}
if (_root.ms2rtag == 2) {
if (!bonus2) {
_root.ws2.skill += 1;
bonus2 = true;
}
}
if (_root.ms2rtag == 3) {
if (!bonus2) {
_root.ws2.stamina += 1000;
bonus2 = true;
}
}
if (_root.ms2rtag == 5) {
if (!bonus2) {
_root.ws2.charisma += 1;
_root.ws2.skill += 1;
bonus2 = true;
}
}
if (_root.ms2rtag == 6) {
if (!bonus2) {
_root.ws2.charisma += 1;
_root.ws2.stamina += 1000;
bonus2 = true;
}
}
if (_root.ms2rtag == 4) {
if (!bonus2) {
_root.ws2.skill += 1;
_root.ws2.stamina += 1000;
bonus2 = true;
}
}
if (_root.ms2stag == 1) {
if (!bonus2a) {
_root.ws2.charisma += 1;
bonus2a = true;
}
}
if (_root.ms2stag == 2) {
if (!bonus2a) {
_root.ws2.skill += 1;
bonus2a = true;
}
}
if (_root.ms2stag == 3) {
if (!bonus2a) {
_root.ws2.stamina += 1000;
bonus2a = true;
}
}
}
if (_root.hw3) {
if (_root.ms3rtag == 1) {
if (!bonus3) {
_root.ws3.charisma += 1;
bonus3 = true;
}
}
if (_root.ms3rtag == 2) {
if (!bonus3) {
_root.ws3.skill += 1;
bonus3 = true;
}
}
if (_root.ms3rtag == 3) {
if (!bonus3) {
_root.ws3.stamina += 1000;
bonus3 = true;
}
}
if (_root.ms3rtag == 5) {
if (!bonus3) {
_root.ws3.charisma += 1;
_root.ws3.skill += 1;
bonus3 = true;
}
}
if (_root.ms3rtag == 6) {
if (!bonus3) {
_root.ws3.charisma += 1;
_root.ws3.stamina += 1000;
bonus3 = true;
}
}
if (_root.ms3rtag == 4) {
if (!bonus3) {
_root.ws3.skill += 1;
_root.ws3.stamina += 1000;
bonus3 = true;
}
}
if (_root.ms3stag == 1) {
if (!bonus3a) {
_root.ws3.charisma += 1;
bonus3a = true;
}
}
if (_root.ms3stag == 2) {
if (!bonus3a) {
_root.ws3.skill += 1;
bonus3a = true;
}
}
if (_root.ms3stag == 3) {
if (!bonus3a) {
_root.ws3.stamina += 1000;
bonus3a = true;
}
}
}
if (_root.hw4) {
if (_root.ms4rtag == 1) {
if (!bonus4) {
_root.ws4.charisma += 1;
bonus4 = true;
}
}
if (_root.ms4rtag == 2) {
if (!bonus4) {
_root.ws4.skill += 1;
bonus4 = true;
}
}
if (_root.ms4rtag == 3) {
if (!bonus4) {
_root.ws4.stamina += 1000;
bonus4 = true;
}
}
if (_root.ms4rtag == 5) {
if (!bonus4) {
_root.ws4.charisma += 1;
_root.ws4.skill += 1;
bonus4 = true;
}
}
if (_root.ms4rtag == 6) {
if (!bonus4) {
_root.ws4.charisma += 1;
_root.ws4.stamina += 1000;
bonus4 = true;
}
}
if (_root.ms4rtag == 4) {
if (!bonus4) {
_root.ws4.skill += 1;
_root.ws4.stamina += 1000;
bonus4 = true;
}
}
if (_root.ms4stag == 1) {
if (!bonus4a) {
_root.ws4.charisma += 1;
bonus4a = true;
}
}
if (_root.ms4stag == 2) {
if (!bonus4a) {
_root.ws4.skill += 1;
bonus4a = true;
}
}
if (_root.ms4stag == 3) {
if (!bonus4a) {
_root.ws4.stamina += 1000;
bonus4a = true;
}
}
}
if (_root.hw5) {
if (_root.ms5rtag == 1) {
if (!bonus5) {
_root.ws5.charisma += 1;
bonus5 = true;
}
}
if (_root.ms5rtag == 2) {
if (!bonus5) {
_root.ws5.skill += 1;
bonus5 = true;
}
}
if (_root.ms5rtag == 3) {
if (!bonus5) {
_root.ws5.stamina += 1000;
bonus5 = true;
}
}
if (_root.ms5rtag == 5) {
if (!bonus5) {
_root.ws5.charisma += 1;
_root.ws5.skill += 1;
bonus5 = true;
}
}
if (_root.ms5rtag == 6) {
if (!bonus5) {
_root.ws5.charisma += 1;
_root.ws5.stamina += 1000;
bonus5 = true;
}
}
if (_root.ms5rtag == 4) {
if (!bonus5) {
_root.ws5.skill += 1;
_root.ws5.stamina += 1000;
bonus5 = true;
}
}
if (_root.ms5stag == 1) {
if (!bonus5a) {
_root.ws5.charisma += 1;
bonus5a = true;
}
}
if (_root.ms5stag == 2) {
if (!bonus5a) {
_root.ws5.skill += 1;
bonus5a = true;
}
}
if (_root.ms5stag == 3) {
if (!bonus5a) {
_root.ws5.stamina += 1000;
bonus5a = true;
}
}
}
if (_root.hw6) {
if (_root.ms6rtag == 1) {
if (!bonus6) {
_root.ws6.charisma += 1;
bonus6 = true;
}
}
if (_root.ms6rtag == 2) {
if (!bonus6) {
_root.ws6.skill += 1;
bonus6 = true;
}
}
if (_root.ms6rtag == 3) {
if (!bonus6) {
_root.ws6.stamina += 1000;
bonus6 = true;
}
}
if (_root.ms6rtag == 5) {
if (!bonus6) {
_root.ws6.charisma += 1;
_root.ws6.skill += 1;
bonus6 = true;
}
}
if (_root.ms6rtag == 6) {
if (!bonus6) {
_root.ws6.charisma += 1;
_root.ws6.stamina += 1000;
bonus6 = true;
}
}
if (_root.ms6rtag == 4) {
if (!bonus6) {
_root.ws6.skill += 1;
_root.ws6.stamina += 1000;
bonus6 = true;
}
}
if (_root.ms6stag == 1) {
if (!bonus6a) {
_root.ws6.charisma += 1;
bonus6a = true;
}
}
if (_root.ms6stag == 2) {
if (!bonus6a) {
_root.ws6.skill += 1;
bonus6a = true;
}
}
if (_root.ms6stag == 3) {
if (!bonus6a) {
_root.ws6.stamina += 1000;
bonus6a = true;
}
}
}
if (!_root.hw1 && _root.wp.roll1) {
if (_root.ms1.race._currentframe == 2) {
if (!bonus1) {
_root.ws1.charisma += 1;
bonus1 = true;
}
}
if (_root.ms1.race._currentframe == 3) {
if (!bonus1) {
_root.ws1.skill += 1;
bonus1 = true;
}
}
if (_root.ms1.race._currentframe == 4) {
if (!bonus1) {
_root.ws1.stamina += 1000;
bonus1 = true;
}
}
if (_root.ms1.race._currentframe == 6) {
if (!bonus1) {
_root.ws1.charisma += 1;
_root.ws1.skill += 1;
bonus1 = true;
}
}
if (_root.ms1.race._currentframe == 7) {
if (!bonus1) {
_root.ws1.charisma += 1;
_root.ws1.stamina += 1000;
bonus1 = true;
}
}
if (_root.ms1.race._currentframe == 5) {
if (!bonus1) {
_root.ws1.skill += 1;
_root.ws1.stamina += 1000;
bonus1 = true;
}
}
if (_root.ms1.race.build._currentframe == 1) {
if (!bonus1a) {
_root.ws1.charisma += 1;
bonus1a = true;
}
}
if (_root.ms1.race.build._currentframe == 2) {
if (!bonus1a) {
_root.ws1.skill += 1;
bonus1a = true;
}
}
if (_root.ms1.race.build._currentframe == 3) {
if (!bonus1a) {
_root.ws1.stamina += 1000;
bonus1a = true;
}
}
}
if (!_root.hw2 && _root.wp.roll2) {
if (_root.ms2.race._currentframe == 2) {
if (!bonus2) {
_root.ws2.charisma += 1;
bonus2 = true;
}
}
if (_root.ms2.race._currentframe == 3) {
if (!bonus2) {
_root.ws2.skill += 1;
bonus2 = true;
}
}
if (_root.ms2.race._currentframe == 4) {
if (!bonus2) {
_root.ws2.stamina += 1000;
bonus2 = true;
}
}
if (_root.ms2.race._currentframe == 6) {
if (!bonus2) {
_root.ws2.charisma += 1;
_root.ws2.skill += 1;
bonus2 = true;
}
}
if (_root.ms2.race._currentframe == 7) {
if (!bonus2) {
_root.ws2.charisma += 1;
_root.ws2.stamina += 1000;
bonus2 = true;
}
}
if (_root.ms2.race._currentframe == 5) {
if (!bonus2) {
_root.ws2.skill += 1;
_root.ws2.stamina += 1000;
bonus2 = true;
}
}
if (_root.ms2.race.build._currentframe == 1) {
if (!bonus2a) {
_root.ws2.charisma += 1;
bonus2a = true;
}
}
if (_root.ms2.race.build._currentframe == 2) {
if (!bonus2a) {
_root.ws2.skill += 1;
bonus2a = true;
}
}
if (_root.ms2.race.build._currentframe == 3) {
if (!bonus2a) {
_root.ws2.stamina += 1000;
bonus2a = true;
}
}
}
if (!_root.hw3 && _root.wp.roll3) {
if (_root.ms3.race._currentframe == 2) {
if (!bonus3) {
_root.ws3.charisma += 1;
bonus3 = true;
}
}
if (_root.ms3.race._currentframe == 3) {
if (!bonus3) {
_root.ws3.skill += 1;
bonus3 = true;
}
}
if (_root.ms3.race._currentframe == 4) {
if (!bonus3) {
_root.ws3.stamina += 1000;
bonus3 = true;
}
}
if (_root.ms3.race._currentframe == 6) {
if (!bonus3) {
_root.ws3.charisma += 1;
_root.ws3.skill += 1;
bonus3 = true;
}
}
if (_root.ms3.race._currentframe == 7) {
if (!bonus3) {
_root.ws3.charisma += 1;
_root.ws3.stamina += 1000;
bonus3 = true;
}
}
if (_root.ms3.race._currentframe == 5) {
if (!bonus3) {
_root.ws3.skill += 1;
_root.ws3.stamina += 1000;
bonus3 = true;
}
}
if (_root.ms3.race.build._currentframe == 1) {
if (!bonus3a) {
_root.ws3.charisma += 1;
bonus3a = true;
}
}
if (_root.ms3.race.build._currentframe == 2) {
if (!bonus3a) {
_root.ws3.skill += 1;
bonus3a = true;
}
}
if (_root.ms3.race.build._currentframe == 3) {
if (!bonus3a) {
_root.ws3.stamina += 1000;
bonus3a = true;
}
}
}
if (!_root.hw4 && _root.wp.roll4) {
if (_root.ms4.race._currentframe == 2) {
if (!bonus4) {
_root.ws4.charisma += 1;
bonus4 = true;
}
}
if (_root.ms4.race._currentframe == 3) {
if (!bonus4) {
_root.ws4.skill += 1;
bonus4 = true;
}
}
if (_root.ms4.race._currentframe == 4) {
if (!bonus4) {
_root.ws4.stamina += 1000;
bonus4 = true;
}
}
if (_root.ms4.race._currentframe == 6) {
if (!bonus4) {
_root.ws4.charisma += 1;
_root.ws4.skill += 1;
bonus4 = true;
}
}
if (_root.ms4.race._currentframe == 7) {
if (!bonus4) {
_root.ws4.charisma += 1;
_root.ws4.stamina += 1000;
bonus4 = true;
}
}
if (_root.ms4.race._currentframe == 5) {
if (!bonus4) {
_root.ws4.skill += 1;
_root.ws4.stamina += 1000;
bonus4 = true;
}
}
if (_root.ms4.race.build._currentframe == 1) {
if (!bonus4a) {
_root.ws4.charisma += 1;
bonus4a = true;
}
}
if (_root.ms4.race.build._currentframe == 2) {
if (!bonus4a) {
_root.ws4.skill += 1;
bonus4a = true;
}
}
if (_root.ms4.race.build._currentframe == 3) {
if (!bonus4a) {
_root.ws4.stamina += 1000;
bonus4a = true;
}
}
}
if (!_root.hw5 && _root.wp.roll5) {
if (_root.ms5.race._currentframe == 2) {
if (!bonus5) {
_root.ws5.charisma += 1;
bonus5 = true;
}
}
if (_root.ms5.race._currentframe == 3) {
if (!bonus5) {
_root.ws5.skill += 1;
bonus5 = true;
}
}
if (_root.ms5.race._currentframe == 4) {
if (!bonus5) {
_root.ws5.stamina += 1000;
bonus5 = true;
}
}
if (_root.ms5.race._currentframe == 6) {
if (!bonus5) {
_root.ws5.charisma += 1;
_root.ws5.skill += 1;
bonus5 = true;
}
}
if (_root.ms5.race._currentframe == 7) {
if (!bonus5) {
_root.ws5.charisma += 1;
_root.ws5.stamina += 1000;
bonus5 = true;
}
}
if (_root.ms5.race._currentframe == 5) {
if (!bonus5) {
_root.ws5.skill += 1;
_root.ws5.stamina += 1000;
bonus5 = true;
}
}
if (_root.ms5.race.build._currentframe == 1) {
if (!bonus5a) {
_root.ws5.charisma += 1;
bonus5a = true;
}
}
if (_root.ms5.race.build._currentframe == 2) {
if (!bonus5a) {
_root.ws5.skill += 1;
bonus5a = true;
}
}
if (_root.ms5.race.build._currentframe == 3) {
if (!bonus5a) {
_root.ws5.stamina += 1000;
bonus5a = true;
}
}
}
if (!_root.hw6 && _root.wp.roll6) {
if (_root.ms6.race._currentframe == 2) {
if (!bonus6) {
_root.ws6.charisma += 1;
bonus6 = true;
}
}
if (_root.ms6.race._currentframe == 3) {
if (!bonus6) {
_root.ws6.skill += 1;
bonus6 = true;
}
}
if (_root.ms6.race._currentframe == 4) {
if (!bonus6) {
_root.ws6.stamina += 1000;
bonus6 = true;
}
}
if (_root.ms6.race._currentframe == 6) {
if (!bonus6) {
_root.ws6.charisma += 1;
_root.ws6.skill += 1;
bonus6 = true;
}
}
if (_root.ms6.race._currentframe == 7) {
if (!bonus6) {
_root.ws6.charisma += 1;
_root.ws6.stamina += 1000;
bonus6 = true;
}
}
if (_root.ms6.race._currentframe == 5) {
if (!bonus6) {
_root.ws6.skill += 1;
_root.ws6.stamina += 1000;
bonus6 = true;
}
}
if (_root.ms6.race.build._currentframe == 1) {
if (!bonus6a) {
_root.ws6.charisma += 1;
bonus6a = true;
}
}
if (_root.ms6.race.build._currentframe == 2) {
if (!bonus6a) {
_root.ws6.skill += 1;
bonus6a = true;
}
}
if (_root.ms6.race.build._currentframe == 3) {
if (!bonus6a) {
_root.ws6.stamina += 1000;
bonus6a = true;
}
}
}
}
}
movieClip 2383 {
}
instance of movieClip 2383 {
onClipEvent (load) {
newday = false;
}
onClipEvent (enterFrame) {
if (_root.fame >= 600000) {
_root.Level = 6;
_root.etime = 100;
_root.levelbox.gotoAndStop('l6');
_root.levelboxa.gotoAndStop('l6');
} else {
if (_root.fame >= 480000 && _root.fame <= 599999) {
_root.Level = 5;
_root.etime = 200;
_root.levelbox.gotoAndStop('l5');
_root.levelboxa.gotoAndStop('l5');
} else {
if (_root.fame >= 240000 && _root.fame <= 479999) {
_root.Level = 4;
_root.etime = 300;
_root.levelbox.gotoAndStop('l4');
_root.levelboxa.gotoAndStop('l4');
} else {
if (_root.fame >= 120000 && _root.fame <= 239999) {
_root.Level = 3;
_root.etime = 400;
_root.levelbox.gotoAndStop('l3');
_root.levelboxa.gotoAndStop('l3');
} else {
if (_root.fame >= 60000 && _root.fame <= 119999) {
_root.Level = 2;
_root.etime = 500;
_root.levelbox.gotoAndStop('l2');
_root.levelboxa.gotoAndStop('l2');
} else {
if (_root.fame >= 30000 && _root.fame <= 59999) {
_root.Level = 1;
_root.etime = 600;
_root.levelbox.gotoAndStop('l1');
_root.levelboxa.gotoAndStop('l1');
} else {
if (_root.fame >= 1 && _root.fame <= 29999) {
_root.Level = 0;
_root.etime = 600;
_root.levelbox.gotoAndStop('zilch');
_root.levelboxa.gotoAndStop('zilch');
}
}
}
}
}
}
}
if (_root.fame <= 0) {
_root.fame = 0;
}
if (_root.Level == 0) {
_root.us1 = 0;
_root.us2 = 0;
_root.us3 = 1000;
} else {
if (_root.Level == 1) {
_root.us1 = 1;
_root.us2 = 1;
_root.us3 = 2000;
} else {
if (_root.Level >= 3) {
_root.us1 = 2;
_root.us2 = 2;
_root.us3 = 3000;
} else {
if (_root.Level >= 6) {
_root.us1 = 3;
_root.us2 = 3;
_root.us3 = 6000;
}
}
}
}
if (!newday) {
_root.days += 1;
newday = true;
}
if (_root.businesshours && !_root.hw1 && !_root.hw2 && !_root.hw3 && !_root.hw4 && !_root.hw5 && !_root.hw6) {
_root.Time = 8000;
_root.businesshours = false;
_root.gotoAndStop('daydone');
}
if (_root.Time <= 0 && !_root.pc1.pressed && !_root.pc2.pressed && !_root.pc3.pressed) {
_root.Time = 8000;
_root.businesshours = false;
_root.gotoAndStop('daydone');
_root.pc1.Reset();
_root.pc1._x = _root.pc1.pax;
_root.pc1._y = _root.pc1.pay;
_root.pc2.Reset();
_root.pc2._x = _root.pc2.pax;
_root.pc2._y = _root.pc2.pay;
_root.pc3.Reset();
_root.pc3._x = _root.pc3.pax;
_root.pc3._y = _root.pc3.pay;
}
if (_root.Time <= 0 && _root.pc1.pressed or _root.pc2.pressed or _root.pc3.pressed) {
_root.overtime.gotoAndStop('live');
}
}
}
movieClip 2385 {
}
instance of movieClip 2385 {
onClipEvent (enterFrame) {
if (_root.businesshours && _root.Time >= 1) {
--_root.time;
if (_root.boughtd1 && !_root.dock1.live) {
--_root.interval1;
}
if (_root.boughtd2 && !_root.dock2.live) {
--_root.interval2;
}
if (_root.boughtd3 && !_root.dock3.live) {
--_root.interval3;
}
if (_root.interval1 <= 0 && _root.boughtd1 && !_root.dock1.live) {
_root.interval1 = 0;
if (!_root.roll1) {
_root.chance(1);
_root.roll1 = true;
}
if (_root.vc1 >= 1) {
_root.dock1.gotoAndStop('live');
_root.pc1.gotoAndStop('live');
} else {
if (_root.vc1 <= 0) {
_root.interval1 = +_root.etime;
_root.roll1 = false;
}
}
}
if (_root.interval2 <= 0 && _root.boughtd2 && !_root.dock2.live) {
_root.interval2 = 0;
if (!_root.roll2) {
_root.chance(2);
_root.roll2 = true;
}
if (_root.vc2 >= 20) {
_root.dock2.gotoAndStop('live');
_root.pc2.gotoAndStop('live');
} else {
if (_root.vc2 <= 19) {
_root.interval2 = +_root.etime;
_root.roll2 = false;
}
}
}
if (_root.interval3 <= 0 && _root.boughtd3 && !_root.dock3.live) {
_root.interval3 = 0;
if (!_root.roll3) {
_root.chance(3);
_root.roll3 = true;
}
if (_root.vc3 >= 30) {
_root.dock3.gotoAndStop('live');
_root.pc3.gotoAndStop('live');
} else {
if (_root.vc3 <= 29) {
_root.interval3 = +_root.etime;
_root.roll3 = false;
}
}
}
}
}
}
movieClip 2387 {
}
instance of movieClip 2387 {
onClipEvent (load) {
choice1 = false;
choice2 = false;
choice3 = false;
choice4 = false;
choice5 = false;
choice6 = false;
}
onClipEvent (enterFrame) {
if (!_root.tmode && !_root.businesshours && !_root.pleasurefuckmode) {
if (_root.hb1.live) {
if (Key.isDown(49) && !_root.firing) {
_root.firing = true;
if (!choice1) {
_root.fh1.gotoAndStop('choice');
choice1 = true;
}
}
if (choice1) {
if (Key.isDown(37)) {
if (_root.hw1) {
_root.hw1 = false;
}
_root.hb1.gotoAndStop('idle');
_root.ms1.gotoAndStop('idle');
_root.wlbonus1a = 0;
_root.wlbonus1b = 0;
_root.wlbonus1c = 0;
_root.ms1priceinc = 0;
_root.ws1scoretotal = 0;
_root.hb1.live = false;
_root.ms1.live = false;
choice1 = false;
_root.firing = false;
_root.fh1.gotoAndStop('idle');
} else {
if (Key.isDown(39)) {
_root.fh1.gotoAndStop('idle');
choice1 = false;
_root.firing = false;
}
}
}
}
if (_root.hb2.live) {
if (Key.isDown(50) && !_root.firing) {
_root.firing = true;
if (!choice2) {
_root.fh2.gotoAndStop('choice');
choice2 = true;
}
}
if (choice2) {
if (Key.isDown(37)) {
if (_root.hw2) {
_root.hw2 = false;
}
_root.hb2.gotoAndStop('idle');
_root.ms2.gotoAndStop('idle');
_root.wlbonus2a = 0;
_root.wlbonus2b = 0;
_root.wlbonus2c = 0;
_root.ms2priceinc = 0;
_root.ws2scoretotal = 0;
_root.hb2.live = false;
_root.ms2.live = false;
choice2 = false;
_root.firing = false;
_root.fh2.gotoAndStop('idle');
} else {
if (Key.isDown(39)) {
_root.fh2.gotoAndStop('idle');
choice2 = false;
_root.firing = false;
}
}
}
}
if (_root.hb3.live) {
if (Key.isDown(51) && !_root.firing) {
_root.firing = true;
if (!choice3) {
_root.fh3.gotoAndStop('choice');
choice3 = true;
}
}
if (choice3) {
if (Key.isDown(37)) {
if (_root.hw3) {
_root.hw3 = false;
}
_root.hb3.gotoAndStop('idle');
_root.ms3.gotoAndStop('idle');
_root.wlbonus3a = 0;
_root.wlbonus3b = 0;
_root.wlbonus3c = 0;
_root.ms3priceinc = 0;
_root.ws3scoretotal = 0;
_root.hb3.live = false;
_root.ms3.live = false;
choice3 = false;
_root.firing = false;
_root.fh3.gotoAndStop('idle');
} else {
if (Key.isDown(39)) {
_root.fh3.gotoAndStop('idle');
choice3 = false;
_root.firing = false;
}
}
}
}
if (_root.hb4.live) {
if (Key.isDown(52) && !_root.firing) {
_root.firing = true;
if (!choice4) {
_root.fh4.gotoAndStop('choice');
choice4 = true;
}
}
if (choice4) {
if (Key.isDown(37)) {
if (_root.hw4) {
_root.hw4 = false;
}
_root.hb4.gotoAndStop('idle');
_root.ms4.gotoAndStop('idle');
_root.wlbonus4a = 0;
_root.wlbonus4b = 0;
_root.wlbonus4c = 0;
_root.ms4priceinc = 0;
_root.ws4scoretotal = 0;
_root.hb4.live = false;
_root.ms4.live = false;
choice4 = false;
_root.firing = false;
_root.fh4.gotoAndStop('idle');
} else {
if (Key.isDown(39)) {
_root.fh4.gotoAndStop('idle');
choice4 = false;
_root.firing = false;
}
}
}
}
if (_root.hb5.live) {
if (Key.isDown(53) && !_root.firing) {
_root.firing = true;
if (!choice5) {
_root.fh5.gotoAndStop('choice');
choice5 = true;
}
}
if (choice5) {
if (Key.isDown(37)) {
if (_root.hw5) {
_root.hw5 = false;
}
_root.hb5.gotoAndStop('idle');
_root.ms5.gotoAndStop('idle');
_root.wlbonus5a = 0;
_root.wlbonus5b = 0;
_root.wlbonus5c = 0;
_root.ms5priceinc = 0;
_root.ws5scoretotal = 0;
_root.hb5.live = false;
_root.ms5.live = false;
choice5 = false;
_root.firing = false;
_root.fh5.gotoAndStop('idle');
} else {
if (Key.isDown(39)) {
_root.fh5.gotoAndStop('idle');
choice5 = false;
_root.firing = false;
}
}
}
}
if (_root.hb6.live) {
if (Key.isDown(54) && !_root.firing) {
_root.firing = true;
if (!choice6) {
_root.fh6.gotoAndStop('choice');
choice6 = true;
}
}
if (choice6) {
if (Key.isDown(37)) {
if (_root.hw6) {
_root.hw6 = false;
}
_root.hb6.gotoAndStop('idle');
_root.ms6.gotoAndStop('idle');
_root.wlbonus6a = 0;
_root.wlbonus6b = 0;
_root.wlbonus6c = 0;
_root.ms6priceinc = 0;
_root.ws6scoretotal = 0;
_root.hb6.live = false;
_root.ms6.live = false;
choice6 = false;
_root.firing = false;
_root.fh6.gotoAndStop('idle');
} else {
if (Key.isDown(39)) {
_root.fh6.gotoAndStop('idle');
choice6 = false;
_root.firing = false;
}
}
}
}
}
}
}
movieClip 2389 {
}
instance of movieClip 2389 {
onClipEvent (load) {
testbonus = false;
choicemade = false;
paid = false;
bonus1a = false;
bonus2a = false;
bonus3a = false;
bonus4a = false;
bonus5a = false;
bonus6a = false;
bonus1b = false;
bonus2b = false;
bonus3b = false;
bonus4b = false;
bonus5b = false;
bonus6b = false;
bonus1c = false;
bonus2c = false;
bonus3c = false;
bonus4c = false;
bonus5c = false;
bonus6c = false;
choose1a = false;
choose2a = false;
choose3a = false;
choose4a = false;
choose5a = false;
choose6a = false;
choose1b = false;
choose2b = false;
choose3b = false;
choose4b = false;
choose5b = false;
choose6b = false;
choose1c = false;
choose2c = false;
choose3c = false;
choose4c = false;
choose5c = false;
choose6c = false;
inc1a = false;
inc1b = false;
inc1c = false;
inc2a = false;
inc2b = false;
inc2c = false;
inc3a = false;
inc3b = false;
inc3c = false;
inc4a = false;
inc4b = false;
inc4c = false;
inc5a = false;
inc5b = false;
inc6c = false;
inc6a = false;
inc6b = false;
inc6c = false;
}
onClipEvent (enterFrame) {
if (_root.businesshours) {
_root.tbox.gotoAndStop('live');
}
if (_root.businesshours) {
_root.fbox.gotoAndStop('live');
}
if (_root.businesshours) {
_root.bb.gotoAndStop('live');
}
if (_root.hb1.live) {
_root.trainbox1.gotoAndStop('live');
}
if (_root.hb2.live) {
_root.trainbox2.gotoAndStop('live');
}
if (_root.hb3.live) {
_root.trainbox3.gotoAndStop('live');
}
if (_root.hb4.live) {
_root.trainbox4.gotoAndStop('live');
}
if (_root.hb5.live) {
_root.trainbox5.gotoAndStop('live');
}
if (_root.hb6.live) {
_root.trainbox6.gotoAndStop('live');
}
if (_root.tmode && !_root.tmodebusy) {
if (Key.isDown(49) && _root.hb1.live && !_root.training1) {
_root.training1 = true;
}
if (_root.training1) {
if (!paid) {
if (_root.cash >= 6000) {
_root.cash -= 6000;
paid = true;
} else {
if (_root.cash <= 5999) {
_root.bboxa.gotoAndStop('insufficient');
_root.training1 = false;
}
}
}
if (paid) {
if (!choicemade) {
_root.bboxa.gotoAndStop('choice');
if (Key.isDown(81)) {
choose1a = true;
choicemade = true;
}
if (Key.isDown(65)) {
choose1b = true;
choicemade = true;
}
if (Key.isDown(90)) {
choose1c = true;
choicemade = true;
}
}
if (choose1a && !inc1a) {
_root.bboxa.gotoAndStop('active');
++_root.wlbonus1a;
_root.ms1priceinc += 600;
inc1a = true;
}
if (choose1b && !inc1b) {
_root.bboxb.gotoAndStop('active');
++_root.wlbonus1b;
_root.ms1priceinc += 600;
inc1b = true;
}
if (choose1c && !inc1c) {
_root.bboxc.gotoAndStop('active');
_root.wlbonus1c += 1000;
_root.ms1priceinc += 600;
inc1c = true;
}
}
}
}
if (_root.hw1 && !bonus1a) {
_root.ws1.charisma += _root.wlbonus1a;
bonus1a = true;
}
if (_root.hw1 && !bonus1b) {
_root.ws1.skill += _root.wlbonus1b;
bonus1b = true;
}
if (_root.hw1 && !bonus1c) {
_root.ws1.stamina += _root.wlbonus1c;
bonus1c = true;
}
if (_root.tmode) {
if (Key.isDown(50) && _root.hb2.live && !_root.training2) {
_root.training2 = true;
}
if (_root.training2) {
if (!paid) {
if (_root.cash >= 6000) {
_root.cash -= 6000;
paid = true;
} else {
if (_root.cash <= 5999) {
_root.bboxa.gotoAndStop('insufficient');
_root.training2 = false;
}
}
}
if (paid) {
if (!choicemade) {
_root.bboxa.gotoAndStop('choice');
if (Key.isDown(81)) {
choose2a = true;
choicemade = true;
}
if (Key.isDown(65)) {
choose2b = true;
choicemade = true;
}
if (Key.isDown(90)) {
choose2c = true;
choicemade = true;
}
}
if (choose2a && !inc2a) {
_root.bboxa.gotoAndStop('active');
++_root.wlbonus2a;
_root.ms2priceinc += 600;
inc2a = true;
}
if (choose2b && !inc2b) {
_root.bboxb.gotoAndStop('active');
++_root.wlbonus2b;
_root.ms2priceinc += 600;
inc2b = true;
}
if (choose2c && !inc2c) {
_root.bboxc.gotoAndStop('active');
_root.wlbonus2c += 1000;
_root.ms2priceinc += 600;
inc2c = true;
}
}
}
}
if (_root.hw2 && !bonus2a) {
_root.ws2.charisma += _root.wlbonus2a;
bonus2a = true;
}
if (_root.hw2 && !bonus2b) {
_root.ws2.skill += _root.wlbonus2b;
bonus2b = true;
}
if (_root.hw2 && !bonus2c) {
_root.ws2.stamina += _root.wlbonus2c;
bonus2c = true;
}
if (_root.tmode) {
if (Key.isDown(51) && _root.hb3.live && !_root.training3) {
_root.training3 = true;
}
if (_root.training3) {
if (!paid) {
if (_root.cash >= 6000) {
_root.cash -= 6000;
paid = true;
} else {
if (_root.cash <= 5999) {
_root.bboxa.gotoAndStop('insufficient');
_root.training3 = false;
}
}
}
if (paid) {
if (!choicemade) {
_root.bboxa.gotoAndStop('choice');
if (Key.isDown(81)) {
choose3a = true;
choicemade = true;
}
if (Key.isDown(65)) {
choose3b = true;
choicemade = true;
}
if (Key.isDown(90)) {
choose3c = true;
choicemade = true;
}
}
if (choose3a && !inc3a) {
_root.bboxa.gotoAndStop('active');
++_root.wlbonus3a;
_root.ms3priceinc += 600;
inc3a = true;
}
if (choose3b && !inc3b) {
_root.bboxb.gotoAndStop('active');
++_root.wlbonus3b;
_root.ms3priceinc += 600;
inc3b = true;
}
if (choose3c && !inc3c) {
_root.bboxc.gotoAndStop('active');
_root.wlbonus3c += 1000;
_root.ms3priceinc += 600;
inc3c = true;
}
}
}
}
if (_root.hw3 && !bonus3a) {
_root.ws3.charisma += _root.wlbonus3a;
bonus3a = true;
}
if (_root.hw3 && !bonus3b) {
_root.ws3.skill += _root.wlbonus3b;
bonus3b = true;
}
if (_root.hw3 && !bonus3c) {
_root.ws3.stamina += _root.wlbonus3c;
bonus3c = true;
}
if (_root.tmode) {
if (Key.isDown(52) && _root.hb4.live && !_root.training4) {
_root.training4 = true;
}
if (_root.training4) {
if (!paid) {
if (_root.cash >= 6000) {
_root.cash -= 6000;
paid = true;
} else {
if (_root.cash <= 5999) {
_root.bboxa.gotoAndStop('insufficient');
_root.training4 = false;
}
}
}
if (paid) {
if (!choicemade) {
_root.bboxa.gotoAndStop('choice');
if (Key.isDown(81)) {
choose4a = true;
choicemade = true;
}
if (Key.isDown(65)) {
choose4b = true;
choicemade = true;
}
if (Key.isDown(90)) {
choose4c = true;
choicemade = true;
}
}
if (choose4a && !inc4a) {
_root.bboxa.gotoAndStop('active');
++_root.wlbonus4a;
_root.ms4priceinc += 600;
inc4a = true;
}
if (choose4b && !inc4b) {
_root.bboxb.gotoAndStop('active');
++_root.wlbonus4b;
_root.ms4priceinc += 600;
inc4b = true;
}
if (choose4c && !inc4c) {
_root.bboxc.gotoAndStop('active');
_root.wlbonus4c += 1000;
_root.ms4priceinc += 600;
inc4c = true;
}
}
}
}
if (_root.hw4 && !bonus4a) {
_root.ws4.charisma += _root.wlbonus4a;
bonus4a = true;
}
if (_root.hw4 && !bonus4b) {
_root.ws4.skill += _root.wlbonus4b;
bonus4b = true;
}
if (_root.hw4 && !bonus4c) {
_root.ws4.stamina += _root.wlbonus4c;
bonus4c = true;
}
if (_root.tmode) {
if (Key.isDown(53) && _root.hb5.live && !_root.training5) {
_root.training5 = true;
}
if (_root.training5) {
if (!paid) {
if (_root.cash >= 6000) {
_root.cash -= 6000;
paid = true;
} else {
if (_root.cash <= 5999) {
_root.bboxa.gotoAndStop('insufficient');
_root.training5 = false;
}
}
}
if (paid) {
if (!choicemade) {
_root.bboxa.gotoAndStop('choice');
if (Key.isDown(81)) {
choose5a = true;
choicemade = true;
}
if (Key.isDown(65)) {
choose5b = true;
choicemade = true;
}
if (Key.isDown(90)) {
choose5c = true;
choicemade = true;
}
}
if (choose5a && !inc5a) {
_root.bboxa.gotoAndStop('active');
++_root.wlbonus5a;
_root.ms5priceinc += 600;
inc5a = true;
}
if (choose5b && !inc5b) {
_root.bboxb.gotoAndStop('active');
++_root.wlbonus5b;
_root.ms5priceinc += 600;
inc5b = true;
}
if (choose5c && !inc5c) {
_root.bboxc.gotoAndStop('active');
_root.wlbonus5c += 1000;
_root.ms5priceinc += 600;
inc5c = true;
}
}
}
}
if (_root.hw5 && !bonus5a) {
_root.ws5.charisma += _root.wlbonus5a;
bonus5a = true;
}
if (_root.hw5 && !bonus5b) {
_root.ws5.skill += _root.wlbonus5b;
bonus5b = true;
}
if (_root.hw5 && !bonus5c) {
_root.ws5.stamina += _root.wlbonus5c;
bonus5c = true;
}
if (_root.tmode) {
if (Key.isDown(54) && _root.hb6.live && !_root.training6) {
_root.training6 = true;
}
if (_root.training6) {
if (!paid) {
if (_root.cash >= 6000) {
_root.cash -= 6000;
paid = true;
} else {
if (_root.cash <= 6999) {
_root.bboxa.gotoAndStop('insufficient');
_root.training6 = false;
}
}
}
if (paid) {
if (!choicemade) {
_root.bboxa.gotoAndStop('choice');
if (Key.isDown(81)) {
choose6a = true;
choicemade = true;
}
if (Key.isDown(65)) {
choose6b = true;
choicemade = true;
}
if (Key.isDown(90)) {
choose6c = true;
choicemade = true;
}
}
if (choose6a && !inc6a) {
_root.bboxa.gotoAndStop('active');
++_root.wlbonus6a;
_root.ms6priceinc += 600;
inc6a = true;
}
if (choose6b && !inc6b) {
_root.bboxb.gotoAndStop('active');
++_root.wlbonus6b;
_root.ms6priceinc += 600;
inc6b = true;
}
if (choose6c && !inc6c) {
_root.bboxc.gotoAndStop('active');
_root.wlbonus6c += 1000;
_root.ms6priceinc += 600;
inc6c = true;
}
}
}
}
if (_root.hw6 && !bonus6a) {
_root.ws6.charisma += _root.wlbonus6a;
bonus6a = true;
}
if (_root.hw6 && !bonus6b) {
_root.ws6.skill += _root.wlbonus6b;
bonus6b = true;
}
if (_root.hw6 && !bonus6c) {
_root.ws6.stamina += _root.wlbonus6c;
bonus6c = true;
}
if (inc1a) {
_root.trainpic.gotoAndStop('cha');
}
if (inc1b) {
_root.trainpic.gotoAndStop('skl');
}
if (inc1c) {
_root.trainpic.gotoAndStop('sta');
}
if (inc2a) {
_root.trainpic.gotoAndStop('cha');
}
if (inc2b) {
_root.trainpic.gotoAndStop('skl');
}
if (inc2c) {
_root.trainpic.gotoAndStop('sta');
}
if (inc3a) {
_root.trainpic.gotoAndStop('cha');
}
if (inc3b) {
_root.trainpic.gotoAndStop('skl');
}
if (inc3c) {
_root.trainpic.gotoAndStop('sta');
}
if (inc4a) {
_root.trainpic.gotoAndStop('cha');
}
if (inc4b) {
_root.trainpic.gotoAndStop('skl');
}
if (inc4c) {
_root.trainpic.gotoAndStop('sta');
}
if (inc5a) {
_root.trainpic.gotoAndStop('cha');
}
if (inc5b) {
_root.trainpic.gotoAndStop('skl');
}
if (inc5c) {
_root.trainpic.gotoAndStop('sta');
}
if (inc6a) {
_root.trainpic.gotoAndStop('cha');
}
if (inc6b) {
_root.trainpic.gotoAndStop('skl');
}
if (inc6c) {
_root.trainpic.gotoAndStop('sta');
}
}
}
movieClip 2391 {
}
instance of movieClip 2391 {
onClipEvent (enterFrame) {
if (_root.stableslots >= 1) {
_root.bss1.gotoAndStop('live');
}
if (_root.stableslots >= 2) {
_root.bss2.gotoAndStop('live');
}
if (_root.stableslots >= 3) {
_root.bss3.gotoAndStop('live');
}
if (_root.stableslots >= 4) {
_root.bss4.gotoAndStop('live');
}
if (_root.stableslots >= 5) {
_root.bss5.gotoAndStop('live');
}
if (_root.stableslots >= 6) {
_root.bss6.gotoAndStop('live');
}
if (_root.enhancements_bar) {
_root.dockbarbox.gotoAndStop('live');
_root.dockbar.gotoAndStop('live');
_root.dockbarprice.gotoAndStop('live');
}
if (_root.enhancements_darts) {
_root.dockdartsbox.gotoAndStop('live');
_root.dockdarts.gotoAndStop('live');
_root.dockdartsprice.gotoAndStop('live');
}
if (_root.enhancements_mime) {
_root.dockmimebox.gotoAndStop('live');
_root.dockmime.gotoAndStop('live');
_root.dockmimeprice.gotoAndStop('live');
}
if (_root.stableslots >= 1) {
_root.wssa.gotoAndStop('live');
_root.bss2.price.gotoAndStop('live');
}
if (_root.stableslots >= 2) {
_root.wssb.gotoAndStop('live');
_root.bss3.price.gotoAndStop('live');
}
if (_root.stableslots >= 3) {
_root.wssc.gotoAndStop('live');
_root.bss4.price.gotoAndStop('live');
}
if (_root.stableslots >= 4) {
_root.wssd.gotoAndStop('live');
_root.bss5.price.gotoAndStop('live');
}
if (_root.stableslots >= 5) {
_root.wsse.gotoAndStop('live');
_root.bss6.price.gotoAndStop('live');
}
if (_root.stableslots >= 6) {
_root.wssf.gotoAndStop('live');
}
if (_root.hw1) {
_root.review1.gotoAndStop('active');
}
if (_root.hw2) {
_root.review2.gotoAndStop('active');
}
if (_root.hw3) {
_root.review3.gotoAndStop('active');
}
if (_root.hw4) {
_root.review4.gotoAndStop('active');
}
if (_root.hw5) {
_root.review5.gotoAndStop('active');
}
if (_root.hw6) {
_root.review6.gotoAndStop('active');
}
if (_root.boughtd1) {
_root.dockprice1.gotoAndStop('live');
}
if (_root.boughtd2) {
_root.dockprice2.gotoAndStop('live');
}
if (_root.boughtd3) {
_root.dockprice3.gotoAndStop('live');
}
if (!_root.introstuffdone) {
_root.bss2.idlestate.gotoAndStop('live');
_root.tbox.idlestate.gotoAndStop('live');
}
if (_root.contacts <= 0 && _root.stableslots <= 0) {
_root.b5.idlestate.gotoAndStop('live');
} else {
if (_root.contacts >= 1 && _root.stableslots >= 1) {
_root.b5.idlestate.gotoAndStop('idle');
_root.tuteboxb.pointers.gotoAndStop('live');
}
}
if (!_root.tutec) {
_root.bb.idlestate.gotoAndStop('live');
} else {
if (_root.tutec) {
_root.bb.idlestate.gotoAndStop('idle');
}
}
if (_root.contacts >= 1) {
_root.contactsa.gotoAndStop('live');
}
if (_root.contacts >= 2) {
_root.contactsb.gotoAndStop('live');
}
if (_root.contacts >= 3) {
_root.contactsc.gotoAndStop('live');
}
if (_root.contacts >= 4) {
_root.contactsd.gotoAndStop('live');
}
if (_root.contacts >= 5) {
_root.contactse.gotoAndStop('live');
}
if (_root.contacts >= 6) {
_root.contactsf.gotoAndStop('live');
}
if (_root.hw1 && !_root.ws1.fucking) {
_root.press1.gotoAndStop('live');
} else {
if (_root.ws1.fucking) {
_root.press1.gotoAndStop('idle');
}
}
if (_root.hw2 && !_root.ws2.fucking) {
_root.press2.gotoAndStop('live');
} else {
if (_root.ws2.fucking) {
_root.press2.gotoAndStop('idle');
}
}
if (_root.hw3 && !_root.ws3.fucking) {
_root.press3.gotoAndStop('live');
} else {
if (_root.ws3.fucking) {
_root.press3.gotoAndStop('idle');
}
}
if (_root.hw4 && !_root.ws4.fucking) {
_root.press4.gotoAndStop('live');
} else {
if (_root.ws4.fucking) {
_root.press4.gotoAndStop('idle');
}
}
if (_root.hw5 && !_root.ws5.fucking) {
_root.press5.gotoAndStop('live');
} else {
if (_root.ws5.fucking) {
_root.press5.gotoAndStop('idle');
}
}
if (_root.hw6 && !_root.ws6.fucking) {
_root.press6.gotoAndStop('live');
} else {
if (_root.ws6.fucking) {
_root.press6.gotoAndStop('idle');
}
}
if (_root.hw1) {
_root.pfpress1.gotoAndStop('live');
}
if (_root.hw2) {
_root.pfpress2.gotoAndStop('live');
}
if (_root.hw3) {
_root.pfpress3.gotoAndStop('live');
}
if (_root.hw4) {
_root.pfpress4.gotoAndStop('live');
}
if (_root.hw5) {
_root.pfpress5.gotoAndStop('live');
}
if (_root.hw6) {
_root.pfpress6.gotoAndStop('live');
}
if (_root.event4done) {
_root.dockmimebox.initialstate.gotoAndStop('live');
_root.dockmimeprice.initialstate.gotoAndStop('live');
}
if (_root.event9done) {
_root.dockmime.mimestate.gotoAndStop('live');
}
}
}
instance of movieClip 49 {
onClipEvent (enterFrame) {
if (_root.tuteb) {
_root.tuteboxa.unloadMovie();
if (_root.contacts >= 1 && _root.stableslots >= 1) {
_root.tuteboxb.unloadMovie();
}
if (!_root.tuteboxc.live) {
_root.tuteboxc.gotoAndStop('live');
}
}
if (_root.tutec) {
_root.tuteboxc.unloadMovie();
}
if (_root.tuted) {
_root.tuteboxd.unloadMovie();
}
}
}
movieClip 2393 {
}
instance ebcontroller of movieClip 2393 {
onClipEvent (load) {
_root.eventcheck = false;
}
onClipEvent (enterFrame) {
if (_root.introstuffdone) {
if (!_root.event1ok) {
_root.event1ok = true;
}
}
if (_root.event1done && _root.days >= 30) {
if (!_root.event2ok) {
_root.event2ok = true;
}
}
if (_root.event2done && _root.contacts == 3) {
if (!_root.event3ok) {
_root.cash += 10000;
_root.event3ok = true;
}
}
if (_root.event3done && _root.Level >= 2) {
if (!_root.event4ok) {
_root.cash += 12000;
_root.event4ok = true;
}
}
if (_root.event4done && _root.Level >= 3) {
if (!_root.event5ok) {
_root.event5ok = true;
}
}
if (_root.event5done && _root.cash >= 60000) {
if (!_root.event6ok) {
_root.event6ok = true;
}
}
if (_root.event6done && _root.Level >= 4) {
if (!_root.event7ok) {
_root.event7ok = true;
}
}
if (_root.event7done && _root.contacts >= 5) {
if (!_root.event8ok) {
_root.event8ok = true;
}
}
if (_root.event8done && _root.Level >= 5) {
if (!_root.event9ok) {
_root.contacts = 6;
_root.event9ok = true;
}
}
if (_root.event9done && _root.fame >= 6) {
if (!_root.event10ok) {
_root.event10ok = true;
}
}
if (_root.event10ok && !_root.event10done) {
_root.eventsbox.gotoAndStop('e10');
} else {
if (_root.event9ok && !_root.event9done) {
_root.eventsbox.gotoAndStop('e9');
} else {
if (_root.event8ok && !_root.event8done) {
_root.eventsbox.gotoAndStop('e8');
} else {
if (_root.event7ok && !_root.event7done) {
_root.eventsbox.gotoAndStop('e7');
} else {
if (_root.event6ok && !_root.event6done) {
_root.eventsbox.gotoAndStop('e6');
} else {
if (_root.event5ok && !_root.event5done) {
_root.eventsbox.gotoAndStop('e5');
} else {
if (_root.event4ok && !_root.event4done) {
_root.eventsbox.gotoAndStop('e4');
} else {
if (_root.event3ok && !_root.event3done) {
_root.eventsbox.gotoAndStop('e3');
} else {
if (_root.event2ok && !_root.event2done) {
_root.eventsbox.gotoAndStop('e2');
} else {
if (_root.event1ok && !_root.event1done) {
_root.eventsbox.gotoAndStop('e1');
} else {
_root.eventsbox.gotoAndStop('idle');
}
}
}
}
}
}
}
}
}
}
if (!_root.event10done) {
_root.eventsbox.list.gotoAndStop('e');
}
if (_root.event10done) {
_root.eventsbox.list.gotoAndStop('e11');
} else {
if (_root.event9done) {
_root.eventsbox.list.gotoAndStop('e10');
} else {
if (_root.event8done) {
_root.eventsbox.list.gotoAndStop('e9');
} else {
if (_root.event7done) {
_root.eventsbox.list.gotoAndStop('e8');
} else {
if (_root.event6done) {
_root.eventsbox.list.gotoAndStop('e7');
} else {
if (_root.event5done) {
_root.eventsbox.list.gotoAndStop('e6');
} else {
if (_root.event4done) {
_root.eventsbox.list.gotoAndStop('e5');
} else {
if (_root.event3done) {
_root.eventsbox.list.gotoAndStop('e4');
} else {
if (_root.event2done) {
_root.eventsbox.list.gotoAndStop('e3');
} else {
if (_root.event1done) {
_root.eventsbox.list.gotoAndStop('e2');
}
}
}
}
}
}
}
}
}
}
}
}
movieClip 2395 {
}
instance of movieClip 2395 {
onClipEvent (enterFrame) {
if (Key.isDown(69) && Key.isDown(32)) {
if (!_root.superrickrolla) {
_root.cash += 6000;
_root.superrickrolla = true;
}
}
if (Key.isDown(40) && Key.isDown(72) && Key.isDown(37)) {
if (!_root.superrickrollb) {
_root.fame += 30000;
_root.superrickrollb = true;
}
}
if (Key.isDown(38) && Key.isDown(72) && Key.isDown(39)) {
if (!_root.superrickrollc) {
_root.cash += 90000;
_root.fame += 60000;
_root.superrickrollc = true;
}
}
}
}
movieClip 2397 {
frame 1 {
function camControl() {
rp.x = _x;
rp.y = _y;
var v5 = camH * (_yscale * 0.01);
var v6 = camW * (_xscale * 0.01);
var v3 = sH / v5;
var v4 = sW / v6;
_x2 = (v6 / 2) * v4;
_y2 = (v5 / 2) * v3;
_xscale2 = v4 * 100;
_yscale2 = v3 * 100;
_rotation2 = -_rotation;
_parent.filters = this.filters;
_parent.transform.colorTransform = this.transform.colorTransform;
}
function reset() {
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
_parent._rotation = 0;
_parent._visible = true;
}
function set_x2(value) {
var v2 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v2);
_parent._x += value - v2.x;
}
function get_x2() {
var v2 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v2);
return v2.x;
}
function set_y2(value) {
var v2 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v2);
_parent._y += value - v2.y;
}
function get_y2() {
var v2 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v2);
return v2.y;
}
function get_xscale2() {
return _parent._xscale;
}
function set_xscale2(value) {
setProperty2('_xscale', value);
}
function get_yscale2() {
return _parent._yscale;
}
function set_yscale2(value) {
setProperty2('_yscale', value);
}
function get_rotation2() {
return parent.rotation;
}
function set_rotation2(value) {
setProperty2('_rotation', value);
}
function setProperty2(prop, n) {
var v3 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v3);
_parent[prop] = n;
var v2 = {'x': rp.x, 'y': rp.y};
_parent.localToGlobal(v2);
_parent._x -= v2.x - v3.x;
_parent._y -= v2.y - v3.y;
}
_visible = false;
addProperty('_x2', get_x2, set_x2);
addProperty('_y2', get_y2, set_y2);
addProperty('_xscale2', get_xscale2, set_xscale2);
addProperty('_yscale2', get_yscale2, set_yscale2);
addProperty('_rotation2', get_rotation2, set_rotation2);
var oldScaleMode = stage.scaleMode;
stage.scaleMode = 'exactFit';
var sW = Stage.width;
var sH = Stage.height;
stage.scaleMode = oldScaleMode;
var bounds_obj = this.getBounds(this);
var camH = Math.abs(bounds_obj.yMax - bounds_obj.yMin);
var camW = Math.abs(bounds_obj.xMax - bounds_obj.xMin);
var rp = {'x': this._x, 'y': this._y};
onEnterFrame = function () {
camControl();
};
this.onUnload = reset;
}
}
movieClip 2398 {
}
movieClip 2399 {
frame 20 {
stop();
}
}
movieClip 2401 {
}
movieClip 2402 {
frame 20 {
stop();
}
}
movieClip 2403 {
}
movieClip 2404 {
frame 10 {
stop();
}
}
frame 33 {
_root.bback.onPress = function () {
if (_root.event1ok && !_root.event1done) {
_root.event1done = true;
_root.sf.data.event1done = _root.event1done;
}
if (_root.event2ok && !_root.event2done) {
_root.event2done = true;
_root.sf.data.event2done = _root.event2done;
}
if (_root.event3ok && !_root.event3done) {
_root.event3done = true;
_root.sf.data.event3done = _root.event3done;
}
if (_root.event4ok && !_root.event4done) {
_root.event4done = true;
_root.sf.data.event4done = _root.event4done;
}
if (_root.event5ok && !_root.event5done) {
_root.event5done = true;
_root.sf.data.event5done = _root.event5done;
}
if (_root.event6ok && !_root.event6done) {
_root.event6done = true;
_root.sf.data.event6done = _root.event6done;
}
if (_root.event7ok && !_root.event7done) {
_root.event7done = true;
_root.sf.data.event7done = _root.event7done;
}
if (_root.event8ok && !_root.event8done) {
_root.event8done = true;
_root.sf.data.event8done = _root.event8done;
}
if (_root.event9ok && !_root.event9done) {
_root.event9done = true;
_root.sf.data.event9done = _root.event9done;
}
if (_root.event10ok && !_root.event10done) {
_root.event10done = true;
_root.sf.data.event10done = _root.event10done;
}
_root.gotoAndPlay('loader');
};
}
frame 33 {
stop();
eventsbox.gamelink.onPress = function () {
getURL('http://mysexgames.com/games/857/tales_of_the_city_cunters_01_mistress_ize', '_blank');
};
}
movieClip 2408 {
}
instance of movieClip 2408 {
onClipEvent (load) {
if (_root.hw1) {
_root.cash -= _root.ms1price;
_root.ws1scoretotal += _root.ws1score;
}
if (_root.hw2) {
_root.cash -= _root.ms2price;
_root.ws2scoretotal += _root.ws2score;
}
if (_root.hw3) {
_root.cash -= _root.ms3price;
_root.ws3scoretotal += _root.ws3score;
}
if (_root.hw4) {
_root.cash -= _root.ms4price;
_root.ws4scoretotal += _root.ws4score;
}
if (_root.hw5) {
_root.cash -= _root.ms5price;
_root.ws5scoretotal += _root.ws5score;
}
if (_root.hw6) {
_root.cash -= _root.ms6price;
_root.ws6scoretotal += _root.ws6score;
}
}
}
movieClip 2425 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
}
movieClip 2438 {
}
movieClip 2440 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
}
movieClip 2446 {
}
movieClip 2451 {
}
movieClip 2467 {
}
movieClip 2474 {
}
movieClip 2481 {
}
movieClip 2488 {
}
movieClip 2495 {
}
movieClip 2502 {
}
movieClip 2505 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 2508 {
}
instance bback of movieClip 2508 {
}