Combined Code
frame 1 {
energy = 100;
maxenergy = 100;
currentday = 1;
rwc = 0;
maxrwc = 1500;
hunger = 3;
}
frame 5 {
stop();
}
// unknown tag 88 length 27
// unknown tag 88 length 64
movieClip 21 {
frame 2 {
stop();
}
frame 10 {
rwcInfo.text = 'RWC: ' + _root.rwc;
if (hunger >= 1) {
hungerInfo.text = 'Not Hungry';
} else {
if (hunger <= 0 || hunger >= -2) {
hungerInfo.text = 'Hungry';
} else {
if (hunger <= -3) {
hungerInfo.text = 'Starving';
}
}
}
}
}
button 25 {
on (rollOver) {
textLocation.gotoAndStop('Summon');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
--energy;
gotoAndStop('LivingSum');
}
}
button 28 {
on (rollOver) {
textLocation.gotoAndStop('Foyer');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
gotoAndStop('Foyer');
}
}
button 29 {
on (rollOver) {
textLocation.gotoAndStop('Kitchen');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
gotoAndStop('Kitchen');
}
}
movieClip 33 {
frame 1 {
dayInfo.text = _root.currentday;
}
}
button 38 {
on (rollOver) {
textLocation.gotoAndStop('Journal');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
mcJournalMenu.gotoAndPlay('JournalOpen');
}
}
movieClip 41 {
}
movieClip 44 {
frame 1 {
energyInfo.text = 'Energy: ' + _root.energy;
mcEnergyBar._width = (_root.energy / _root.maxenergy) * 375.1;
}
}
button 48 {
on (rollOver) {
textLocation.gotoAndStop('Cell');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
}
button 53 {
on (release) {
gotoAndStop('JournalClose');
}
}
movieClip 55 {
frame 1 {
stop();
}
frame 20 {
stop();
}
}
button 59 {
on (release) {
gotoAndStop('Living');
}
}
// unknown tag 88 length 61
movieClip 66 {
}
movieClip 68 {
frame 1 {
energyInfo.text = 'RWC: ' + _root.rwc;
mcEnergyBar._width = (_root.rwc / _root.maxrwc) * 375.1;
}
}
button 77 {
on (rollOver) {
textLocation.gotoAndStop('Summon');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
}
button 78 {
on (rollOver) {
textLocation.gotoAndStop('CreamRoom');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
gotoAndStop('Cream');
}
}
button 79 {
on (rollOver) {
textLocation.gotoAndStop('LivingRoom');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
gotoAndStop('Living');
}
}
button 81 {
on (rollOver) {
textLocation.gotoAndStop('VanillaRoom');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
gotoAndStop('Vanilla');
}
}
button 83 {
on (rollOver) {
textLocation.gotoAndStop('Outside');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
gotoAndStop('Outside');
}
}
button 87 {
on (rollOver) {
textLocation.gotoAndStop('Summon');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
--energy;
gotoAndStop('CreamSum');
}
}
button 88 {
on (rollOver) {
textLocation.gotoAndStop('Foyer');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
gotoAndStop('Foyer');
}
}
button 90 {
on (release) {
gotoAndStop('Cream');
}
}
button 97 {
on (rollOver) {
textLocation.gotoAndStop('Summon');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
--energy;
gotoAndStop('VanillaSum');
}
}
button 98 {
on (rollOver) {
textLocation.gotoAndStop('Bathroom');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
gotoAndStop('Bathroom');
}
}
button 101 {
on (rollOver) {
textLocation.gotoAndStop('Sleep');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
gotoAndStop('VanillaSleep');
}
}
button 106 {
on (release) {
gotoAndStop('Vanilla');
}
}
button 109 {
on (rollOver) {
overBeep.start(0, 1);
}
on (press) {
ringFX.start(0, 1);
gotoAndPlay('Sleep');
}
}
button 111 {
on (release) {
gotoAndStop('Vanilla');
}
}
button 118 {
on (rollOver) {
textLocation.gotoAndStop('Summon');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
--energy;
gotoAndStop('BathroomSum');
}
}
button 119 {
on (rollOver) {
textLocation.gotoAndStop('VanillaRoom');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
gotoAndStop('Vanilla');
}
}
button 121 {
on (release) {
gotoAndStop('Bathroom');
}
}
button 128 {
on (rollOver) {
textLocation.gotoAndStop('Summon');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
--energy;
gotoAndStop('KitchenSum');
}
}
button 129 {
on (rollOver) {
textLocation.gotoAndStop('Backyard');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
gotoAndStop('Backyard');
}
}
button 133 {
on (release) {
gotoAndStop('Kitchen');
}
}
button 139 {
on (rollOver) {
textLocation.gotoAndStop('Summon');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
--energy;
gotoAndStop('BackyardSum');
}
}
button 140 {
on (rollOver) {
textLocation.gotoAndStop('Kitchen');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
gotoAndStop('Kitchen');
}
}
button 142 {
on (release) {
gotoAndStop('Backyard');
}
}
button 150 {
on (rollOver) {
textLocation.gotoAndStop('Foyer');
}
on (rollOut) {
textLocation.gotoAndStop('Placehold');
}
on (release) {
gotoAndStop('Foyer');
}
}
frame 145 {
energy += 100;
++currentday;
}
frame 146 {
themeCurrent.stop();
info_day.text = 'I t i s n o w d a y ' + currentday + ' a n d y o u r \re n e r g y i s r e c o v e r e d.';
}
frame 309 {
if (energy >= 100) {
energy = 100;
}
timevar = 0;
cumfeed = 0;
pizzaeat = true;
videogames = true;
cartoons = true;
boardgame = true;
racing = true;
grownup = true;
tickle = true;
porno = true;
explore = true;
cockplay = true;
dolls = true;
storytime = true;
momanddad = true;
dirtystory = true;
gamecont = true;
bedmassage = true;
ctevent = true;
hunger = 0;
shower = false;
trip = true;
pornowatch = 0;
tag = true;
handstand = true;
swimming = true;
poolevent = 0;
inquire = true;
bighug = true;
makelove = true;
bjevent = true;
passion = true;
potty = true;
creamshower = true;
funshower = true;
cumbath = true;
tongue = true;
}
frame 310 {
stop();
if (currentday == 8) {
gotoAndStop('Ending');
} else {
gotoAndStop('Vanilla');
themeCurrent.start(0, 99);
}
}