Combined Code
frame 1 {
energy = 100;
currentday = 1;
rings = 500;
alignment = 0;
rwc = 0;
exposure = 0;
happiness = 0;
peep = 0;
lust = 0;
jerkoff = 0;
touch = 0;
summonlevel = 0;
blowjob = 0;
cumon = 0;
fuck = 0;
vibrator = 0;
carrottoy = 0;
creamsleep = 0;
creamshower = 0;
grope = 0;
rain = 0;
videogames = 1;
cartoons = 1;
boardgames = 1;
racing = 1;
grownup = 1;
tickle = 1;
dolls = 1;
storytime = 1;
momanddad = 1;
dirtystory = 1;
hunger = 0;
shower = 0;
trip = 1;
tag = 1;
handstand = 1;
swimming = 1;
poolevent = 0;
inquire = 1;
bighug = 1;
potty = 1;
crmshower = 1;
playground = 1;
movies = 1;
mall = 1;
carrotitem = 0;
bikinitop = 0;
secretkey = 0;
specialpanties = 0;
creampictures = 0;
camera = 0;
bondagegear = 0;
sleepingaid = 0;
vanillasextoy = 0;
_global.carrotitem = carrotitem;
_global.bikinitop = bikinitop;
_global.secretkey = secretkey;
_global.specialpanties = specialpanties;
_global.creampictures = creampictures;
_global.camera = camera;
_global.bondagegear = bondagegear;
_global.sleepingaid = sleepingaid;
_global.vanillasextoy = vanillasextoy;
_global.evil = alignment;
introTune = new Sound();
introTune.attachSound('IntroTheme');
themeCurrent = new Sound();
themeCurrent.attachSound('Theme1');
ringFX = new Sound();
ringFX.attachSound('beeping');
getItem = new Sound();
getItem.attachSound('getitem');
overBeep = new Sound();
overBeep.attachSound('overbeep');
showerFX = new Sound();
showerFX.attachSound('shower');
pageTurn = new Sound();
pageTurn.attachSound('pageturn');
titleSelect = new Sound();
titleSelect.attachSound('titleselect');
warning = new Sound();
warning.attachSound('warning');
}
// unknown tag 88 length 217
frame 2 {
var player_type = System.capabilities.playerType;
if (player_type == 'External' || player_type == 'ActiveX') {
var cxmenu = new ContextMenu();
cxmenu.hideBuiltInItems();
}
if (player_type == 'external' || player_type == 'StandAlone') {
var cxmenu = new ContextMenu();
cxmenu.hideBuiltInItems();
fscommand('showmenu', 'false');
fscommand('trapallkeys', 'true');
}
this.menu = cxmenu;
Button.prototype.useHandCursor = false;
Button.prototype.tabEnabled = false;
}
frame 5 {
stop();
warning.start(0, 1);
Mouse.hide();
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
button 22 {
on (press) {
gotoAndStop('MOVIE');
warning.stop();
}
}
// unknown tag 88 length 140
// unknown tag 88 length 27
movieClip 28 {
}
frame 9 {
gotoAndPlay('Start');
}
frame 10 {
stop();
Mouse.hide();
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
movieClip 35 {
frame 274 {
_root.gotoAndPlay('Title');
}
}
button 37 {
on (press) {
gotoAndPlay('Title');
}
}
frame 14 {
introTune.start(0, 10);
}
frame 15 {
stop();
Mouse.hide();
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
btnSecret.onPress = function () {
gotoAndStop('NDS');
};
btnStart.onPress = function () {
_root.introSound.start(0, 10);
gotoAndStop('Intro');
};
btnInstructions.onPress = function () {
gotoAndStop('Inst');
};
}
button 45 {
on (rollOver) {
_root.overBeep.start(0, 1);
}
on (press) {
_root.titleSelect.start(0, 1);
}
}
button 47 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 51 {
on (rollOver) {
gotoAndStop('NDS');
}
}
// unknown tag 88 length 69
frame 16 {
stop();
btnSecret.onPress = function () {
gotoAndStop('Title');
};
}
button 58 {
on (rollOut) {
gotoAndStop('DS');
}
}
frame 20 {
stop();
btnBack.onPress = function () {
gotoAndStop('DS');
};
btnNext.onPress = function () {
nextFrame();
};
}
// unknown tag 88 length 92
// unknown tag 88 length 63
frame 25 {
stop();
introTune.stop();
themeCurrent.start(0, 99);
btnSkip.onPress = function () {
gotoAndStop('zero');
};
btnNext.onPress = function () {
nextFrame();
};
}
// unknown tag 88 length 61
button 80 {
on (press) {
overBeep.start(0, 1);
}
}
button 84 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 32 {
stop();
btnWhatFun.onPress = function () {
gotoAndStop('one');
rwc -= 10;
};
btnRunAlong.onPress = function () {
gotoAndStop('two');
rwc += 10;
};
}
button 103 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 106 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 33 {
btnNext.onPress = function () {
gotoAndStop('LivingRoom');
};
}
button 109 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 34 {
btnNext.onPress = function () {
gotoAndStop('LivingRoom');
};
}
frame 35 {
stop();
info_energy.text = energy;
btnHallway.onPress = function () {
gotoAndStop('Hallway');
energy -= 1;
};
btnKitchen.onPress = function () {
gotoAndStop('Kitchen');
energy -= 1;
};
btnOutside.onPress = function () {
gotoAndStop('Outside');
energy -= 1;
};
btnJournal.onPress = function () {
gotoAndStop('Journal');
};
summonLivingroom.onPress = function () {
if (summonlevel >= 1) {
gotoAndStop('LRran');
} else {
gotoAndStop('CrmLvRm');
}
};
scrtKey.onPress = function () {
if (secretkey <= 0) {
gotoAndStop('KeyFound');
++secretkey;
_global.secretkey = secretkey;
}
};
}
// unknown tag 88 length 64
// unknown tag 88 length 99
button 123 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 125 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 127 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
movieClip 131 {
}
// unknown tag 88 length 69
button 135 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
pageTurn.start(0, 1);
}
}
button 139 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 45 {
info_day.text = currentday;
info_rings.text = rings;
info_rwc.text = rwc;
info_alignment.text = alignment;
info_peep.text = peep;
info_lust.text = lust;
info_jerkoff.text = jerkoff;
info_exposure.text = exposure;
info_touch.text = touch;
info_happiness.text = happiness;
info_hunger.text = hunger;
btnBack.onPress = function () {
gotoAndStop('LivingRoom');
};
btnForward.onPress = function () {
gotoAndStop('Journal2');
};
}
button 146 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
pageTurn.start(0, 1);
}
}
button 159 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
pageTurn.start(0, 1);
}
}
movieClip 165 {
frame 1 {
stop();
if (_global.secretkey <= 0) {
gotoAndStop('NoItem');
} else {
gotoAndStop('Item');
}
}
frame 10 {
stop();
}
frame 20 {
stop();
}
}
movieClip 168 {
frame 1 {
stop();
if (_global.carrotitem <= 0) {
gotoAndStop('NoItem');
} else {
gotoAndStop('Item');
}
}
frame 10 {
stop();
}
frame 20 {
stop();
}
}
movieClip 171 {
frame 1 {
stop();
if (_global.bikinitop <= 0) {
gotoAndStop('NoItem');
} else {
gotoAndStop('Item');
}
}
frame 10 {
stop();
}
frame 20 {
stop();
}
}
movieClip 174 {
frame 1 {
stop();
if (_global.specialpanties <= 0) {
gotoAndStop('NoItem');
} else {
gotoAndStop('Item');
}
}
frame 10 {
stop();
}
frame 20 {
stop();
}
}
movieClip 177 {
frame 1 {
stop();
if (_global.creampictures <= 0) {
gotoAndStop('NoItem');
} else {
gotoAndStop('Item');
}
}
frame 10 {
stop();
}
frame 20 {
stop();
}
}
movieClip 179 {
frame 1 {
stop();
if (_global.camera <= 0) {
gotoAndStop('NoItem');
} else {
if (_global.camera >= 50) {
gotoAndStop('NewCamera');
} else {
gotoAndStop('OldCamera');
}
}
}
frame 10 {
stop();
}
frame 20 {
stop();
}
frame 30 {
stop();
}
}
movieClip 181 {
frame 1 {
stop();
if (_global.bondagegear <= 0) {
gotoAndStop('NoItem');
} else {
gotoAndStop('Item');
}
}
frame 10 {
stop();
}
frame 20 {
stop();
}
}
movieClip 183 {
frame 1 {
stop();
if (_global.sleepingaid <= 0) {
gotoAndStop('NoItem');
} else {
gotoAndStop('Item');
}
}
frame 10 {
stop();
}
frame 20 {
stop();
}
}
movieClip 186 {
frame 1 {
stop();
if (_global.icecream <= 0) {
gotoAndStop('NoItem');
} else {
gotoAndStop('Item');
}
}
frame 10 {
stop();
}
frame 20 {
stop();
}
}
movieClip 189 {
frame 1 {
stop();
if (_global.vanillasextoy <= 0) {
gotoAndStop('NoItem');
} else {
gotoAndStop('Item');
}
}
frame 10 {
stop();
}
frame 20 {
stop();
}
}
frame 55 {
stop();
btnBack.onPress = function () {
gotoAndStop('LivingRoom');
};
btnForward.onPress = function () {
gotoAndStop('Journal');
};
info_shower.text = creamshower;
info_slept.text = creamsleep;
info_grope.text = grope;
info_blowjob.text = blowjob;
info_jerked.text = cumon;
info_sex.text = fuck;
info_carrot.text = carrottoy;
info_toy.text = vibrator;
one = creamshower * 50;
two = creamsleep * 50;
three = grope * 100;
four = blowjob * 150;
five = cumon * 100;
six = fuck * 300;
seven = carrottoy * 200;
eight = vibrator * 200;
score = one + two + three + four + five + six + seven + eight;
info_score.text = score;
}
button 199 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
pageTurn.start(0, 1);
}
}
button 209 {
on (release) {
_root.themeCurrent.stop();
themeCurrent = new Sound();
themeCurrent.attachSound('Theme1');
_root.themeCurrent.start(0, 99);
}
}
button 212 {
on (release) {
_root.themeCurrent.stop();
themeCurrent = new Sound();
themeCurrent.attachSound('Theme2');
_root.themeCurrent.start(0, 99);
}
}
button 215 {
on (release) {
_root.themeCurrent.stop();
themeCurrent = new Sound();
themeCurrent.attachSound('ThemeX');
}
}
button 218 {
on (release) {
_root.themeCurrent.stop();
themeCurrent = new Sound();
themeCurrent.attachSound('Theme3');
_root.themeCurrent.start(0, 99);
}
}
frame 65 {
stop();
info_energy.text = energy;
btnVideogames.onRelease = function () {
if (energy >= 10 && videogames >= 1) {
gotoAndStop('VG1');
energy -= 10;
rwc += 10;
++happiness;
--hunger;
--videogames;
} else {
gotoAndStop('CLRnogo');
}
};
btnBoardgames.onPress = function () {
if (energy >= 10 && boardgames >= 1) {
gotoAndStop('BG1');
energy -= 10;
rwc += 10;
++happiness;
--hunger;
--boardgames;
} else {
gotoAndStop('CLRnogo');
}
};
btnCartoons.onPress = function () {
if (energy >= 10 && cartoons >= 1) {
gotoAndStop('CTN1');
energy -= 10;
rwc += 10;
++happiness;
--hunger;
--cartoons;
} else {
gotoAndStop('CLRnogo');
}
};
btnNevermind.onPress = function () {
gotoAndStop('LivingRoom');
};
}
button 223 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 227 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 230 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 233 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 75 {
stop();
info_energy.text = energy;
}
frame 85 {
stop();
info_energy.text = energy;
btnRacing.onRelease = function () {
if (energy >= 10 && racing >= 1) {
gotoAndStop('RG1');
energy -= 10;
rwc += 10;
++happiness;
--hunger;
--racing;
} else {
gotoAndStop('CLRnogo2');
}
};
btnGrownUp.onPress = function () {
if (energy >= 10 && grownup >= 1) {
gotoAndStop('LivingRoom');
energy -= 10;
rwc += 10;
++happiness;
--hunger;
--grownup;
} else {
gotoAndStop('CLRnogo2');
}
};
btnTickle.onPress = function () {
if (energy >= 10 && tickle >= 1) {
gotoAndStop('LivingRoom');
energy -= 10;
rwc += 10;
++happiness;
--hunger;
--tickle;
} else {
gotoAndStop('CLRnogo2');
}
};
btnPanties.onPress = function () {
if (rwc > 400) {
gotoAndStop('CrmLvRm3');
} else {
gotoAndStop('LRNo2');
}
};
btnNevermind.onPress = function () {
gotoAndStop('LivingRoom');
};
}
button 243 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 245 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 247 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 249 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 95 {
stop();
info_energy.text = energy;
}
frame 104 {
stop();
info_energy.text = energy;
btnContinue.onPress = function () {
gotoAndStop('LivingRoom');
};
}
frame 105 {
stop();
info_energy.text = energy;
btnPorno.onRelease = function () {
if (energy >= 5 && porno >= 1) {
gotoAndStop('LivingRoom');
energy -= 5;
--hunger;
--porno;
} else {
gotoAndStop('CLRnogo3');
}
};
btnCouch.onPress = function () {
if (energy >= 5 && couch >= 1) {
gotoAndStop('LivingRoom');
energy -= 5;
--hunger;
--couch;
} else {
gotoAndStop('CLRnogo3');
}
};
btnCockPlay.onPress = function () {
if (energy >= 5 && cockplay >= 1) {
gotoAndStop('LivingRoom');
energy -= 5;
--hunger;
--cockplay;
} else {
gotoAndStop('CLRnogo3');
}
};
btnNevermind.onPress = function () {
gotoAndStop('LivingRoom');
};
}
button 263 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 265 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 267 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 115 {
stop();
info_energy.text = energy;
}
frame 125 {
stop();
themeCurrent.stop();
getItem.start(0, 1);
btnContinue.onPress = function () {
gotoAndStop('LivingRoom');
themeCurrent.start(0, 99);
};
}
button 270 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 135 {
myRandom = random(100) + 1;
if (myRandom <= 50) {
gotoAndStop('CrmLvRm');
} else {
gotoAndStop('CrmLvRm2');
}
}
frame 155 {
stop();
info_energy.text = energy;
btnLiving.onPress = function () {
gotoAndStop('LivingRoom');
--energy;
};
btnVanilla.onPress = function () {
gotoAndStop('VanillaRoom');
--energy;
};
btnCream.onPress = function () {
gotoAndStop('CreamRoom');
--energy;
};
creamPeep.onPress = function () {
gotoAndStop('CreamPeep');
energy -= 5;
};
}
button 278 {
on (rollOver) {
overBeep.start(0, 1);
}
}
button 280 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 282 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 284 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 165 {
myRandom = random(50) + 1;
if (myRandom <= 39) {
gotoAndStop('PeepClean');
} else {
gotoAndStop('PeepN');
}
}
frame 170 {
myRandom = random(50) + 1;
if (myRandom <= 24) {
gotoAndStop('PE1');
} else {
gotoAndStop('PE1');
}
}
frame 175 {
stop();
info_energy.text = energy;
btnContinue.onPress = function () {
gotoAndStop('Hallway');
};
}
frame 180 {
stop();
info_energy.text = energy;
themeCurrent.stop();
getItem.start(0, 1);
btnContinue.onPress = function () {
gotoAndStop('Hallway');
exposure += 2;
peep += 2;
lust += 2;
themeCurrent.start(0, 99);
};
}
frame 195 {
stop();
info_energy.text = energy;
btnLiving.onPress = function () {
gotoAndStop('LivingRoom');
--energy;
};
btnBackyard.onPress = function () {
gotoAndStop('Backyard');
--energy;
};
summonKitchen.onPress = function () {
if (summonlevel >= 1) {
gotoAndStop('KITran');
} else {
gotoAndStop('CrmKit');
}
};
}
button 298 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 205 {
stop();
info_energy.text = energy;
btnHungry.onPress = function () {
if (hunger <= 0) {
gotoAndStop('Hungry');
energy -= 1;
} else {
gotoAndStop('NotHungry');
}
};
btnNevermind.onPress = function () {
gotoAndStop('Kitchen');
};
}
frame 215 {
stop();
info_energy.text = energy;
btnHungry.onPress = function () {
if (hunger <= 0) {
gotoAndStop('BadHungry');
energy -= 1;
} else {
gotoAndStop('BadNotHungry');
}
};
btnNevermind.onPress = function () {
gotoAndStop('Kitchen');
};
}
frame 225 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Kitchen');
};
}
frame 235 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Kitchen');
};
}
frame 245 {
stop();
info_energy.text = energy;
btnCook.onPress = function () {
if (jerkoff >= 5) {
gotoAndStop('BadCooking');
energy -= 5;
} else {
gotoAndStop('Cooking');
energy -= 5;
rwc += 10;
}
};
btnPizza.onPress = function () {
if (jerkoff >= 5 && rings >= 20) {
gotoAndStop('BadPizza');
rings -= 20;
} else {
if (rings >= 20) {
gotoAndStop('Pizza');
rings -= 20;
rwc += 20;
++happiness;
} else {
gotoAndStop('NoPizza');
}
}
};
}
button 315 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 319 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 255 {
stop();
info_energy.text = energy;
btnWelcome.onRelease = function () {
gotoAndStop('Kitchen');
hunger = 3;
};
}
button 323 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 265 {
stop();
info_energy.text = energy;
btnWelcome.onRelease = function () {
gotoAndStop('Kitchen');
hunger = 3;
};
}
frame 275 {
stop();
info_energy.text = energy;
btnCookInstead.onRelease = function () {
gotoAndStop('Cooking');
energy -= 5;
};
}
frame 285 {
stop();
info_energy.text = energy;
btnIceCream.onRelease = function () {
if (rwc >= 300 && 1) {
gotoAndStop('BadIceCream');
} else {
gotoAndStop('BadHungry');
}
};
btnTreat.onRelease = function () {
if (lust >= 5 && rwc >= 450) {
gotoAndStop('BadTreat');
energy -= 5;
} else {
gotoAndStop('NoTreat');
}
};
btnCook.onRelease = function () {
gotoAndStop('BadCooking');
energy -= 5;
};
btnPizza.onRelease = function () {
gotoAndStop('BadPizza');
rings -= 20;
};
}
button 331 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 333 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 295 {
stop();
info_energy.text = energy;
btnJOIF.onRelease = function () {
gotoAndStop('BadCooking2');
++lust;
--alignment;
rwc += 10;
energy -= 5;
};
btnNormally.onRelease = function () {
gotoAndStop('Cooking');
rwc += 10;
};
}
button 338 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 340 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 305 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Kitchen');
hunger += 4;
};
}
frame 315 {
stop();
info_energy.text = energy;
btnJOIP.onRelease = function () {
gotoAndStop('BadPizza2');
++lust;
rwc += 20;
energy -= 5;
};
btnNormally.onRelease = function () {
gotoAndStop('Pizza');
rwc += 20;
};
}
button 346 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 325 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Kitchen');
hunger = 4;
};
}
frame 335 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Kitchen');
hunger = 3;
};
}
frame 345 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 348 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Kitchen');
hunger = 4;
};
}
frame 355 {
myRandom = random(100) + 1;
if (myRandom <= 50) {
gotoAndStop('CrmKit');
} else {
gotoAndStop('CrmKit2');
}
}
frame 375 {
stop();
info_energy.text = energy;
btnKitchen.onPress = function () {
gotoAndStop('Kitchen');
energy -= 1;
};
summonBackyard.onPress = function () {
gotoAndStop('CrmByrd');
};
}
frame 385 {
stop();
info_energy.text = energy;
btnTag.onPress = function () {
if (energy >= 5 && tag >= 1) {
gotoAndStop('Backyard');
energy -= 5;
rwc += 5;
++happiness;
--hunger;
--tag;
} else {
gotoAndStop('CBnogo');
}
};
btnHandStand.onPress = function () {
if (energy >= 5 && handstand >= 1) {
gotoAndStop('Backyard');
energy -= 5;
rwc += 5;
++happiness;
--hunger;
--handstand;
} else {
gotoAndStop('CBnogo');
}
};
btnSwimming.onPress = function () {
if (energy >= 10 && swimming >= 1) {
gotoAndStop('SW0');
energy -= 10;
rwc += 10;
++happiness;
--swimming;
--hunger;
} else {
gotoAndStop('CBnogo');
}
};
btnNevermind.onPress = function () {
gotoAndStop('Backyard');
};
}
button 369 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 371 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 373 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 395 {
stop();
info_energy.text = energy;
}
frame 425 {
stop();
info_energy.text = energy;
Mouse.hide();
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
btnHallway.onPress = function () {
gotoAndStop('Hallway');
energy -= 1;
};
btnBathroom.onPress = function () {
if (shower >= 1) {
gotoAndStop('NoShower');
--energy;
} else {
gotoAndStop('Bathroom');
--energy;
}
};
btnSleep.onRelease = function () {
gotoAndPlay('Sleep');
energy += 100;
++currentday;
};
btnComputer.onPress = function () {
gotoAndPlay('COM1');
};
summonVanilla.onPress = function () {
if (summonlevel >= 1) {
gotoAndStop('VRran');
} else {
gotoAndStop('CrmVanilla');
}
};
}
button 381 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 383 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 435 {
stop();
info_energy.text = energy;
btnInquire.onPress = function () {
if (energy >= 5 && inquire >= 1) {
gotoAndStop('VanillaRoom');
energy -= 5;
rwc += 5;
--inquire;
} else {
gotoAndStop('CVRnogo');
}
};
btnSleepMe.onPress = function () {
if (rwc <= 300) {
gotoAndStop('NS');
energy -= 5;
} else {
gotoAndPlay('Sleep');
++currentday;
energy += 95;
}
};
btnNevermind.onPress = function () {
gotoAndStop('VanillaRoom');
};
}
button 391 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 393 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 445 {
stop();
info_energy.text = energy;
}
frame 455 {
stop();
info_energy.text = energy;
btnInquire.onPress = function () {
if (energy >= 5 && inquire >= 1) {
gotoAndStop('VanillaRoom');
energy -= 5;
rwc += 5;
--inquire;
} else {
gotoAndStop('CVRnogo2');
}
};
btnBigHug.onPress = function () {
if (energy >= 5 && bighug >= 1) {
gotoAndStop('VanillaRoom');
energy -= 5;
rwc += 5;
--bighug;
} else {
gotoAndStop('CVRnogo2');
}
};
btnSleepMe.onPress = function () {
if (rwc <= 300) {
gotoAndStop('NS2');
energy -= 5;
} else {
gotoAndPlay('Sleep');
++currentday;
energy += 95;
rwc += 10;
}
};
btnPanties.onPress = function () {
if (rwc > 400) {
gotoAndPlay('CrmVanilla3');
} else {
gotoAndStop('VRNo2');
}
};
btnNevermind.onPress = function () {
gotoAndStop('VanillaRoom');
};
}
frame 465 {
stop();
info_energy.text = energy;
}
frame 474 {
stop();
info_energy.text = energy;
btnContinue.onPress = function () {
gotoAndStop('VanillaRoom');
};
}
frame 475 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('VanillaRoom');
};
}
frame 480 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('VanillaRoom');
};
}
frame 485 {
stop();
info_energy.text = energy;
btnInquirePant.onPress = function () {
if (energy >= 1 && inquire >= 1) {
gotoAndStop('IP1');
energy -= 1;
} else {
gotoAndStop('CVRnogo');
}
};
btnSleepMe.onPress = function () {
if (sleeptogether >= 1) {
gotoAndStop('TO1');
energy -= 5;
} else {
gotoAndStop('NoSleep');
}
};
btnNevermind.onPress = function () {
gotoAndStop('VanillaRoom');
};
}
frame 495 {
stop();
info_energy.text = energy;
}
frame 505 {
myRandom = random(100) + 1;
if (myRandom <= 50) {
gotoAndStop('CrmVanilla');
} else {
gotoAndStop('CrmVanilla2');
}
}
frame 554 {
stop();
btnExit.onRelease = function () {
gotoAndStop('VanillaRoom');
};
}
// unknown tag 88 length 17
button 426 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 428 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 430 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 575 {
stop();
info_energy.text = energy;
btnVanilla.onPress = function () {
gotoAndStop('VanillaRoom');
energy -= 1;
};
btnTakeShower.onPress = function () {
if (exposure >= 5) {
gotoAndStop('BadShower');
energy += 30;
} else {
gotoAndStop('Shower');
energy += 30;
}
};
summonBathroom.onPress = function () {
if (summonlevel >= 1) {
gotoAndStop('BTHran');
} else {
gotoAndStop('CrmBath');
}
};
}
button 438 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
showerFX.start(0, 1);
}
}
frame 585 {
stop();
info_energy.text = energy;
btnVanilla.onPress = function () {
gotoAndStop('VanillaRoom');
energy -= 1;
};
summonBathroom.onPress = function () {
if (summonlevel >= 1) {
gotoAndStop('BTHran');
} else {
gotoAndStop('CrmBath');
}
};
}
button 442 {
on (rollOver) {
overBeep.start(0, 1);
}
}
frame 595 {
stop();
info_energy.text = energy;
btnFeeling.onPress = function () {
if (energy >= 5 && potty >= 1) {
gotoAndStop('Bathroom');
energy -= 5;
rwc += 5;
--hunger;
--potty;
} else {
gotoAndStop('CBRnogo');
}
};
btnShower.onPress = function () {
if (energy >= 10 && crmshower >= 1) {
gotoAndStop('Bathroom');
energy -= 10;
rwc += 10;
--hunger;
--crmshower;
} else {
gotoAndStop('CBRnogo');
}
};
btnDress.onPress = function () {
if (rwc > 200) {
gotoAndPlay('BTYes1');
++summonlevel;
} else {
gotoAndStop('BTNo1');
}
};
btnNevermind.onPress = function () {
if (shower >= 1) {
gotoAndStop('NoShower');
} else {
gotoAndStop('Bathroom');
}
};
}
frame 605 {
stop();
info_energy.text = energy;
}
frame 615 {
stop();
info_energy.text = energy;
btnPanties.onPress = function () {
if (rwc >= 400) {
gotoAndStop('CrmBath3');
energy -= 1;
} else {
gotoAndStop('BTNo2');
}
};
btnFeelingII.onPress = function () {
if (energy >= 5 && potty >= 1) {
gotoAndStop('Bathroom');
energy -= 5;
rwc += 5;
--potty;
--hunger;
} else {
gotoAndStop('CBRnogo2');
}
};
btnShowerTogether.onPress = function () {
if (energy >= 10 && crmshower >= 1) {
gotoAndStop('Bathroom');
energy -= 10;
rwc += 10;
--hunger;
--crmshower;
} else {
gotoAndStop('CBRnogo2');
}
};
btnNevermind.onPress = function () {
if (shower >= 1) {
gotoAndStop('NoShower');
} else {
gotoAndStop('Bathroom');
}
};
}
frame 625 {
stop();
info_energy.text = energy;
}
frame 634 {
stop();
info_energy.text = energy;
stop();
info_energy.text = energy;
btnContinue.onPress = function () {
if (shower >= 1) {
gotoAndStop('NoShower');
} else {
gotoAndStop('Bathroom');
}
};
}
frame 635 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Bathroom');
};
}
frame 645 {
stop();
info_energy.text = energy;
btnTounge.onPress = function () {
if (energy >= 5 && tounge >= 1) {
gotoAndStop('Bathroom');
energy -= 5;
--tounge;
--hunger;
} else {
gotoAndStop('CBRnogo');
}
};
btnShowerFun.onPress = function () {
if (energy >= 5 && showerfun >= 1) {
gotoAndStop('Bathroom');
energy -= 5;
--hunger;
--showerfun;
} else {
gotoAndStop('CBRnogo');
}
};
btnSpecial.onPress = function () {
if (energy >= 5 && goldshower >= 1) {
gotoAndStop('Bathroom');
energy -= 5;
--hunger;
--goldshower;
} else {
gotoAndStop('CBRnogo');
}
};
btnNevermind.onPress = function () {
if (shower >= 1) {
gotoAndStop('NoShower');
} else {
gotoAndStop('Bathroom');
}
};
}
frame 655 {
stop();
info_energy.text = energy;
}
frame 665 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('VanillaRoom');
++shower;
};
}
button 471 {
on (rollOver) {
overBeep.start(0, 1);
}
}
frame 675 {
stop();
info_energy.text = energy;
btnJOShower.onPress = function () {
gotoAndStop('JOShower');
++jerkoff;
};
btnAskJoin.onPress = function () {
if (rwc >= 300) {
gotoAndStop('CS1');
energy -= 5;
} else {
gotoAndStop('NoJoin');
}
};
btnIgnore.onPress = function () {
gotoAndStop('Shower');
};
}
frame 685 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('VanillaRoom');
++shower;
};
}
frame 695 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('VanillaRoom');
++shower;
};
}
frame 705 {
myRandom = random(100) + 1;
if (myRandom <= 50) {
gotoAndStop('CrmBath');
} else {
gotoAndStop('CrmBath2');
}
}
frame 725 {
stop();
info_energy.text = energy;
btnHallway.onPress = function () {
gotoAndStop('Hallway');
energy -= 1;
};
summonCream.onPress = function () {
if (summonlevel >= 1) {
gotoAndStop('CrmCream2');
} else {
gotoAndStop('CrmCream');
}
};
}
frame 735 {
stop();
info_energy.text = energy;
btnDolls.onPress = function () {
if (energy >= 10 && dolls >= 1) {
gotoAndStop('CreamRoom');
energy -= 10;
rwc += 10;
++happiness;
--hunger;
--dolls;
} else {
gotoAndStop('CCRnogo');
}
};
btnStory.onPress = function () {
if (energy >= 5 && storytime >= 1) {
gotoAndStop('CreamRoom');
energy -= 5;
++happiness;
--hunger;
--storytime;
} else {
gotoAndStop('CCRnogo');
}
};
btnDress.onPress = function () {
if (summonlevel >= 1) {
gotoAndPlay('CRYes1');
++summonlevel;
} else {
gotoAndStop('CRNo1');
}
};
btnNevermind.onPress = function () {
gotoAndStop('CreamRoom');
};
}
button 490 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 491 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 492 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 745 {
stop();
info_energy.text = energy;
}
frame 754 {
stop();
info_energy.text = energy;
btnContinue.onPress = function () {
gotoAndStop('CreamRoom');
};
}
frame 755 {
stop();
info_energy.text = energy;
btnContinue.onPress = function () {
nextFrame();
};
}
frame 756 {
stop();
info_energy.text = energy;
btnContinue.onPress = function () {
gotoAndStop('CrmCream2');
};
}
frame 765 {
stop();
info_energy.text = energy;
btnMomAndDad.onPress = function () {
if (energy >= 10 && momanddad >= 1) {
gotoAndStop('CreamRoom');
energy -= 10;
rwc += 5;
--hunger;
--momanddad;
} else {
gotoAndStop('CCRnogo2');
}
};
btnDirtyStory.onPress = function () {
if (energy >= 5 && dirtystory >= 1) {
gotoAndStop('CreamRoom');
energy -= 5;
rwc += 5;
--hunger;
--dirtystory;
} else {
gotoAndStop('CCRnogo2');
}
};
btnPanties.onPress = function () {
if (rwc >= 400) {
gotoAndStop('CrmCream3');
energy -= 1;
} else {
gotoAndStop('CRNo2');
}
};
btnDressOn.onPress = function () {
gotoAndStop('CrmCream');
};
btnNevermind.onPress = function () {
gotoAndStop('CreamRoom');
};
}
button 503 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 509 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 511 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 775 {
stop();
info_energy.text = energy;
}
frame 783 {
stop();
info_energy.text = energy;
btnContinue.onPress = function () {
gotoAndStop('CrmCream');
};
}
frame 784 {
stop();
info_energy.text = energy;
btnContinue.onPress = function () {
gotoAndStop('CreamRoom');
};
}
frame 785 {
stop();
info_energy.text = energy;
btnPanties.onPress = function () {
if (rwc >= 400) {
gotoAndStop('CrmCream3');
energy -= 1;
} else {
gotoAndStop('CrmCrmNo');
}
};
btnInquirePant.onPress = function () {
if (energy >= 1 && inquire >= 1) {
gotoAndStop('IP1');
energy -= 1;
} else {
gotoAndStop('CCRnogo');
}
};
btnSleepMe.onPress = function () {
if (sleeptogether >= 1) {
gotoAndStop('TO1');
energy -= 5;
} else {
gotoAndStop('NoSleep');
}
};
btnNevermind.onPress = function () {
gotoAndStop('CreamRoom');
};
}
button 520 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 523 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 527 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 795 {
stop();
info_energy.text = energy;
}
frame 825 {
stop();
info_energy.text = energy;
btnInside.onPress = function () {
gotoAndStop('LivingRoom');
--energy;
};
btnGarage.onPress = function () {
if (secretkey >= 1) {
gotoAndStop('Garage');
--energy;
}
};
summonOutside.onPress = function () {
if (trip >= 1) {
gotoAndStop('CrmOutside');
} else {
gotoAndStop('TripDone');
}
};
}
button 534 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 835 {
stop();
info_energy.text = energy;
btnCity.onRelease = function () {
if (rings >= 2) {
gotoAndStop('Street');
rings -= 2;
rwc += 5;
} else {
gotoAndStop('CityNoGo');
}
};
btnBeach.onPress = function () {
if (rings >= 10) {
gotoAndStop('Beach');
rings -= 10;
rwc += 10;
} else {
gotoAndStop('CityNoGo');
}
};
btnStretch.onPress = function () {
gotoAndStop('CityNoGo');
--rwc;
};
}
frame 845 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Outside');
};
}
frame 855 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Outside');
};
}
frame 865 {
stop();
info_energy.text = energy;
btnMall.onRelease = function () {
if (energy >= 5 && mall >= 1) {
gotoAndStop('StreetReturn');
energy -= 5;
rwc += 5;
++happiness;
--hunger;
--mall;
} else {
gotoAndStop('AlreadyWent');
}
};
btnMovies.onPress = function () {
if (energy >= 5 && movies >= 1) {
gotoAndStop('StreetReturn');
--movies;
} else {
gotoAndStop('AlreadyWent');
}
};
btnPark.onPress = function () {
if (energy >= 5 && playground >= 1) {
gotoAndStop('StreetReturn');
energy -= 5;
rwc += 10;
--hunger;
--playground;
} else {
gotoAndStop('AlreadyWent');
}
};
btnHome.onPress = function () {
gotoAndStop('CityNoGo');
--happiness;
--trip;
};
}
button 553 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 555 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 557 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 561 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 875 {
stop();
info_energy.text = energy;
btnMall.onRelease = function () {
if (energy >= 5 && mall >= 1) {
gotoAndStop('StreetReturn1');
energy -= 5;
rwc += 5;
++happiness;
--hunger;
--mall;
} else {
gotoAndStop('AlreadyWent');
}
};
btnMovies.onPress = function () {
if (energy >= 5 && movies >= 1) {
gotoAndStop('StreetReturn1');
energy -= 5;
--movies;
} else {
gotoAndStop('AlreadyWent');
}
};
btnPark.onPress = function () {
if (energy >= 5 && playground >= 1) {
gotoAndStop('StreetReturn1');
energy -= 5;
rwc += 10;
--hunger;
--playground;
} else {
gotoAndStop('AlreadyWent');
}
};
btnHome.onPress = function () {
gotoAndStop('Outside');
--trip;
};
}
frame 885 {
stop();
info_energy.text = energy;
}
frame 895 {
info_energy.text = energy;
gotoAndStop('StreetReturn');
}
frame 915 {
stop();
info_energy.text = energy;
btnOutside.onPress = function () {
gotoAndStop('Outside');
energy -= 1;
};
}
// unknown tag 88 length 68
button 573 {
on (rollOver) {
overBeep.start(0, 1);
}
}
frame 950 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 951 {
stop();
info_energy.text = energy;
btnTickle.onRelease = function () {
gotoAndStop('VG2');
energy -= 5;
touch += 2;
++happiness;
};
btnMasher.onRelease = function () {
gotoAndStop('VG5');
energy -= 5;
rwc -= 5;
alignment -= 2;
};
btnElse.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
button 580 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 582 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 584 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 955 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 956 {
stop();
info_energy.text = energy;
btnMercy.onRelease = function () {
gotoAndStop('VG3');
happiness += 2;
};
btnNoMercy.onRelease = function () {
gotoAndStop('VG4');
--energy;
--alignment;
++touch;
};
btnGrope.onRelease = function () {
if (touch >= 5 && rwc >= 100) {
gotoAndStop('VG7');
--energy;
++grope;
lust += 2;
} else {
gotoAndStop('VG6');
--energy;
rwc -= 5;
}
};
}
button 592 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 594 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 596 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 960 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 965 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 966 {
stop();
info_energy.text = energy;
btnCheck.onRelease = function () {
gotoAndStop('VG9');
--energy;
++peep;
++lust;
};
btnElse.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
button 606 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 970 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 973 {
stop();
info_energy.text = energy;
btnCheck.onRelease = function () {
gotoAndStop('VG8');
--energy;
++alignment;
++happiness;
};
btnElse.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
button 617 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 975 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 977 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 980 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 982 {
stop();
info_energy.text = energy;
btnKiss.onRelease = function () {
if (rwc >= 100) {
gotoAndStop('VG20');
++touch;
++lust;
--energy;
} else {
gotoAndStop('VG16');
--energy;
++lust;
}
};
btnDressOff.onRelease = function () {
if (rwc >= 200 && lust >= 5) {
gotoAndStop('VG18');
--energy;
exposure += 2;
} else {
gotoAndStop('VG17');
--energy;
++exposure;
}
};
}
button 633 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 635 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 985 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 987 {
stop();
info_energy.text = energy;
_global.evil = alignment;
btnContinue.onRelease = function () {
gotoAndStop('Hallway');
};
}
button 645 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
_root.ringFX.start(0, 1);
}
}
button 647 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
_root.gotoAndStop('VG19');
_root.ringFX.start(0, 1);
}
}
movieClip 648 {
frame 1 {
if (_global.evil <= -10) {
gotoAndStop('evil');
} else {
gotoAndStop('noevil');
}
}
}
frame 990 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 991 {
stop();
info_energy.text = energy;
btnGetOut.onRelease = function () {
gotoAndStop('VG10');
};
btnJerkOff.onRelease = function () {
gotoAndStop('VG13');
--energy;
++jerkoff;
++exposure;
};
btnKeep.onRelease = function () {
if (peep >= 5) {
gotoAndStop('VG15');
--energy;
exposure += 2;
} else {
gotoAndStop('VG14');
energy -= 5;
--alignment;
rwc -= 5;
}
};
}
button 655 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 657 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 659 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 995 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 997 {
stop();
info_energy.text = energy;
btnCheck.onRelease = function () {
gotoAndStop('VG11');
--energy;
happiness += 2;
};
btnNothing.onRelease = function () {
gotoAndStop('VG12');
--happiness;
--alignment;
};
}
button 668 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 670 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1000 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1001 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('VanillaRoom');
};
}
frame 1005 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1010 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1014 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('VanillaRoom');
};
}
frame 1015 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1016 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('VanillaRoom');
};
}
frame 1020 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('VG10');
};
}
frame 1025 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1027 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1030 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1035 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1037 {
stop();
info_energy.text = energy;
themeCurrent.stop();
getItem.start(0, 1);
btnContinue.onPress = function () {
gotoAndStop('LivingRoom');
themeCurrent.start(0, 99);
};
}
frame 1040 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1042 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Hallway');
++cumon;
};
}
button 722 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1045 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1046 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1055 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1059 {
stop();
info_energy.text = energy;
btnMovie.onRelease = function () {
if (hunger <= -1) {
gotoAndStop('CTN3');
energy -= 5;
} else {
gotoAndStop('CTN2');
energy -= 5;
}
};
btnElse.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
button 739 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1060 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1062 {
stop();
info_energy.text = energy;
btnPullUp.onRelease = function () {
gotoAndStop('CTN4');
++peep;
++jerkoff;
--energy;
};
btnWatching.onRelease = function () {
gotoAndStop('CTN5');
++touch;
--energy;
};
}
button 748 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 750 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1065 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1067 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1070 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1071 {
stop();
info_energy.text = energy;
btnBathroom.onRelease = function () {
if (rwc >= 450 && lust >= 10) {
gotoAndStop('CTN11');
--energy;
++blowjob;
} else {
gotoAndStop('CTN10');
--energy;
++exposure;
++lust;
}
};
btnBlow.onRelease = function () {
if (jerkoff >= 5 && peep >= 5) {
gotoAndStop('CTN7');
--energy;
++lust;
++cumon;
} else {
gotoAndStop('CTN6');
--energy;
happiness -= 2;
++cumon;
}
};
}
button 761 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 763 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1075 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1076 {
stop();
info_energy.text = energy;
btnInspect.onRelease = function () {
if (carrotitem >= 1) {
gotoAndStop('CTN12');
--energy;
++peep;
} else {
gotoAndStop('CTN13');
--energy;
++peep;
++lust;
}
};
btnElse.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
button 769 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1080 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1085 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1087 {
stop();
info_energy.text = energy;
btnSneeze.onRelease = function () {
gotoAndStop('CTN9');
--energy;
happiness -= 2;
};
btnNothing.onRelease = function () {
gotoAndStop('CTN8');
--energy;
--alignment;
--happiness;
};
}
button 782 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1090 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('VanillaRoom');
};
}
frame 1095 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1097 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1100 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1101 {
stop();
info_energy.text = energy;
btnContinue.onPress = function () {
if (shower >= 1) {
gotoAndStop('NoShower');
--energy;
} else {
gotoAndStop('Bathroom');
--energy;
}
};
}
frame 1106 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1111 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
energy -= 4;
};
}
frame 1112 {
stop();
info_energy.text = energy;
btnContinue.onPress = function () {
if (shower >= 1) {
gotoAndStop('NoShower');
--energy;
} else {
gotoAndStop('Bathroom');
--energy;
}
};
}
frame 1113 {
stop();
info_energy.text = energy;
btnContinue.onPress = function () {
if (shower >= 1) {
gotoAndStop('NoShower');
--energy;
} else {
gotoAndStop('Bathroom');
--energy;
}
};
}
frame 1119 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1120 {
stop();
info_energy.text = energy;
btnJOTH.onRelease = function () {
nextFrame();
jerkoff += 2;
--energy;
};
btnConfront.onRelease = function () {
if (rwc <= 299) {
gotoAndStop('CTN14');
--energy;
--happiness;
} else {
gotoAndStop('CTN15');
--energy;
--happiness;
--alignment;
carrotitem = 1;
}
};
btnElse.onRelease = function () {
gotoAndStop('Hallway');
};
}
button 823 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 825 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 827 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1121 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1122 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Hallway');
};
}
frame 1124 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1128 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
energy -= 4;
};
}
frame 1129 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('VanillaRoom');
};
}
frame 1130 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1134 {
stop();
info_energy.text = energy;
themeCurrent.stop();
getItem.start(0, 1);
btnContinue.onPress = function () {
gotoAndStop('VanillaRoom');
_global.carrotitem = carrotitem;
themeCurrent.start(0, 99);
};
}
frame 1140 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1141 {
stop();
info_energy.text = energy;
btnNewGame.onRelease = function () {
if (rwc <= 199) {
gotoAndStop('BG2');
energy -= 5;
rwc += 5;
} else {
gotoAndStop('BG3');
energy -= 5;
rwc += 5;
}
};
btnElse.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
button 864 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1145 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1146 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndPlay('LivingRoom');
};
}
frame 1150 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1152 {
stop();
info_energy.text = energy;
btnDraw.onRelease = function () {
gotoAndStop('BG4');
};
btnShuffle.onRelease = function () {
gotoAndStop('BG5');
};
}
button 876 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 878 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1155 {
stop();
info_energy.text = energy;
btnTakeOff.onRelease = function () {
if (rwc <= 200) {
gotoAndStop('BG6');
--happiness;
} else {
gotoAndStop('BG7');
peep += 2;
summonlevel = 1;
}
};
btnDont.onRelease = function () {
gotoAndStop('BG8');
++happiness;
++peep;
};
}
button 882 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 884 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1160 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1161 {
stop();
info_energy.text = energy;
btnShirt.onRelease = function () {
gotoAndStop('BG9');
++exposure;
};
btnBadIdea.onRelease = function () {
gotoAndStop('BG12');
alignment += 2;
};
}
button 890 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 892 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1165 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1168 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndPlay('LivingRoom');
};
}
frame 1170 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1174 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndPlay('LivingRoom');
};
}
frame 1175 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndPlay('LivingRoom');
};
}
frame 1180 {
stop();
info_energy.text = energy;
btnUnderwear.onRelease = function () {
if (rwc <= 399) {
gotoAndStop('BG10');
++exposure;
} else {
gotoAndStop('BG11');
++peep;
lust += 2;
}
};
btnBadIdea.onRelease = function () {
gotoAndStop('BG12');
alignment += 2;
};
}
button 917 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1185 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndPlay('LivingRoom');
};
}
frame 1190 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1192 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndPlay('LivingRoom');
};
}
frame 1195 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1197 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndPlay('LivingRoom');
};
}
frame 1205 {
stop();
info_energy.text = energy;
btnWin.onRelease = function () {
gotoAndStop('RG2');
energy -= 5;
rwc += 5;
};
btnDust.onRelease = function () {
gotoAndStop('RG3');
--energy;
};
}
button 937 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 939 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1210 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1212 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1215 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1217 {
stop();
info_energy.text = energy;
btnHug.onRelease = function () {
gotoAndStop('RG5');
--energy;
++touch;
++lust;
};
btnKiss.onRelease = function () {
gotoAndStop('RG4');
--energy;
++touch;
};
btnPanties.onRelease = function () {
if (rwc <= 399) {
gotoAndStop('RG6');
--energy;
++happiness;
} else {
gotoAndStop('RG7');
--energy;
++peep;
}
};
}
button 953 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 955 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 957 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1220 {
stop();
info_energy.text = energy;
btnDeeper.onRelease = function () {
if (rwc <= 450) {
gotoAndStop('RG8');
} else {
gotoAndStop('RG9');
}
};
btnEnough.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
button 961 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 963 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1225 {
stop();
info_energy.text = energy;
btnBathroom.onRelease = function () {
gotoAndStop('CTN10');
--energy;
};
btnEnough.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
button 967 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1230 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1232 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1235 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1237 {
stop();
info_energy.text = energy;
btnJerkOff.onRelease = function () {
if (rwc >= 450 && jerkoff >= 10) {
gotoAndStop('RG11');
--energy;
++jerkoff;
} else {
gotoAndStop('RG10');
--energy;
rwc -= 5;
}
};
btnEnough.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
button 981 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1240 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1242 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1245 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1246 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1250 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1251 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1255 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1256 {
stop();
info_energy.text = energy;
btnLayDown.onRelease = function () {
if (rwc <= 500) {
gotoAndStop('RG12');
--energy;
happiness -= 2;
} else {
gotoAndStop('RG13');
--energy;
peep += 2;
}
};
btnBlowYou.onRelease = function () {
if (rwc <= 550) {
gotoAndStop('RG12');
--energy;
happiness -= 2;
} else {
gotoAndStop('RG18');
--energy;
++blowjob;
}
};
btnClimax.onRelease = function () {
gotoAndStop('RG17');
};
}
button 1003 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 1005 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 1008 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1260 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1264 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1265 {
stop();
info_energy.text = energy;
btnHotLoad.onRelease = function () {
gotoAndStop('RG14');
--energy;
++lust;
++cumon;
};
btnBunnyhole.onRelease = function () {
if (rwc <= 600) {
gotoAndStop('RG12');
happiness -= 2;
--energy;
} else {
gotoAndStop('RG18');
--energy;
++fuck;
}
};
}
button 1023 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 1025 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1270 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1272 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1275 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1277 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
button 1040 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1280 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1284 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1285 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
if (jackoff >= 20) {
gotoAndStop('RGO');
++cumon;
} else {
nextFrame();
++cumon;
}
};
}
frame 1286 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1287 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1288 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1289 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1290 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1294 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('LivingRoom');
};
}
frame 1314 {
if (bikinitop >= 1 && poolevent >= 1) {
gotoAndStop('TL3');
} else {
if (bikinitop >= 1) {
gotoAndStop('TL1');
energy += 10;
rwc -= 10;
} else {
gotoAndStop('SW1');
}
}
}
frame 1315 {
stop();
info_energy.text = energy;
btnDontKnow.onRelease = function () {
gotoAndStop('SW2');
};
btnMarcoPolo.onRelease = function () {
gotoAndStop('SW3');
energy -= 5;
rwc += 5;
};
btnSplash.onRelease = function () {
gotoAndStop('SW4');
energy -= 5;
rwc += 5;
};
}
button 1078 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 1080 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 1082 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1320 {
stop();
info_energy.text = energy;
btnDeepend.onRelease = function () {
gotoAndStop('SW9');
--energy;
jerkoff += 2;
};
btnLeave.onRelease = function () {
gotoAndStop('SW8');
--energy;
++lust;
++exposure;
};
}
button 1087 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 1089 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1325 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1327 {
stop();
info_energy.text = energy;
btnLetGo.onRelease = function () {
gotoAndStop('SW2');
--energy;
};
btnCallDay.onRelease = function () {
gotoAndStop('SW10');
};
btnSlipHand.onRelease = function () {
if (rwc >= 100 && touch >= 5) {
gotoAndStop('SW13');
--energy;
++grope;
++lust;
++touch;
} else {
gotoAndStop('SW12');
--energy;
--alignment;
happiness -= 2;
}
};
}
button 1097 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 1099 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 1101 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1330 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1332 {
stop();
info_energy.text = energy;
btnGiveBack.onRelease = function () {
gotoAndStop('SW5');
++happiness;
--energy;
};
btnHideTop.onRelease = function () {
if (lust >= 10 && rwc >= 250) {
gotoAndStop('SW6');
--energy;
alignment -= 2;
} else {
gotoAndStop('SW7');
--energy;
rwc += 5;
--alignment;
}
};
}
button 1109 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 1111 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1335 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Backyard');
};
}
frame 1340 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1342 {
stop();
info_energy.text = energy;
themeCurrent.stop();
getItem.start(0, 1);
btnContinue.onPress = function () {
gotoAndStop('Backyard');
bikinitop = 1;
_global.bikinitop = bikinitop;
themeCurrent.start(0, 99);
};
}
frame 1345 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1347 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Backyard');
};
}
frame 1350 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1351 {
stop();
info_energy.text = energy;
btnOhNothing.onRelease = function () {
gotoAndStop('SW14');
--energy;
happiness -= 2;
};
btnLikeToSee.onRelease = function () {
gotoAndStop('SW15');
--energy;
exposure += 2;
};
}
button 1136 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 1138 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1355 {
stop();
info_energy.text = energy;
btnStopSee.onRelease = function () {
gotoAndStop('SW18');
++peep;
};
btnKeepGoing.onRelease = function () {
if (jerkoff >= 7) {
gotoAndStop('SW17');
energy -= 5;
lust += 2;
++peep;
} else {
gotoAndStop('SW16');
energy -= 5;
happiness -= 2;
}
};
}
button 1142 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 1144 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1360 {
stop();
info_energy.text = energy;
btnShower.onRelease = function () {
gotoAndStop('SW11');
--energy;
peep += 2;
};
btnElse.onRelease = function () {
gotoAndStop('VanillaRoom');
};
}
button 1148 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 1150 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1365 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('VanillaRoom');
};
}
frame 1370 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1372 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Backyard');
};
}
frame 1375 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1376 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Backyard');
};
}
frame 1380 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1382 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('VanillaRoom');
};
}
frame 1385 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1387 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Backyard');
};
}
frame 1390 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1392 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Backyard');
};
}
frame 1395 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1396 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Backyard');
};
}
frame 1400 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1401 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('VanillaRoom');
};
}
frame 1405 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1406 {
stop();
info_energy.text = energy;
btnGive.onRelease = function () {
gotoAndStop('TL2');
bikinitop = 0;
happiness += 5;
};
btnNaked.onRelease = function () {
if (rwc >= 450) {
nextFrame();
} else {
gotoAndStop('NoTop');
}
};
btnElse.onRelease = function () {
gotoAndStop('Backyard');
};
}
button 1198 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 1200 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
button 1202 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
}
}
frame 1407 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1408 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('TL3');
poolevent = 1;
};
}
frame 1409 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('Backyard');
};
}
frame 1410 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
nextFrame();
};
}
frame 1412 {
stop();
info_energy.text = energy;
btnContinue.onRelease = function () {
gotoAndStop('SW1');
energy -= 10;
rwc += 10;
};
}
frame 1415 {
gotoAndStop('Backyard');
energy -= 10;
rwc += 10;
}
frame 1483 {
themeCurrent.stop();
info_day.text = currentday;
}
frame 1660 {
rain = 0;
videogames = 1;
cartoons = 1;
boardgames = 1;
racing = 1;
grownup = 1;
tickle = 1;
dolls = 1;
storytime = 1;
momanddad = 1;
dirtystory = 1;
hunger = 0;
shower = 0;
trip = 1;
tag = 1;
handstand = 1;
swimming = 1;
inquire = 1;
bighug = 1;
potty = 1;
crmshower = 1;
playground = 1;
movies = 1;
mall = 1;
}
frame 1661 {
if (currentday >= 8) {
gotoAndStop('Ending1');
}
}
frame 1662 {
themeCurrent.start(0, 99);
if (energy >= 100) {
energy = 100;
gotoAndStop('VanillaRoom');
} else {
gotoAndStop('VanillaRoom');
}
}
frame 1705 {
stop();
btnNext.onPress = function () {
nextFrame();
};
Mouse.hide();
cursor_mc.onMouseMove = function () {
this._x = _xmouse;
this._y = _ymouse;
updateAfterEvent();
};
}
frame 1708 {
stop();
btnNext.onPress = function () {
gotoAndPlay('Start');
};
}