Frame 1
totalBytes = Math.round(getBytesTotal() / 1024);
loadedBytes = Math.round(getBytesLoaded() / 1024);
percentDone = Math.round((loadedBytes / totalBytes) * 100);
if (_root._framesloaded >= _root._totalframes) {
gotoAndStop ("start");
}
Frame 4
stopAllSounds();
gotoAndPlay (1);
Frame 5
gotoAndStop (6);
Frame 6
sclick = new Sound();
sclick.attachSound("S Click Soft");
sding = new Sound();
sding.attachSound("S Ding");
spop = new Sound();
spop.attachSound("S Pop");
sthud = new Sound();
sthud.attachSound("S Thud");
swoob = new Sound();
swoob.attachSound("S Woob");
shollow = new Sound();
shollow.attachSound("S Hollow");
stop();
Frame 7
if (_root.loadedexist == true) {
_root.man.eyes.gotoAndStop(_root.eyesnumber);
_root.man.eyebrows.gotoAndStop(_root.eyebrowsnumber);
_root.man.nose.gotoAndStop(_root.nosenumber);
_root.man.head.gotoAndStop(_root.headnumber);
_root.man.ears.gotoAndStop(_root.earsnumber);
_root.man.hair.gotoAndStop(_root.hairnumber);
_root.man.mouth.gotoAndStop(_root.mouthnumber);
_root.man.torso.gotoAndStop(_root.torsonumber);
_root.man.legs.gotoAndStop(_root.legsnumber);
if (thours <= 0) {
_root.cr = "Beginner";
}
if ((thours >= 1) and (thours <= 24)) {
_root.cr = "Babysitter";
}
if ((thours >= 25) and (thours <= 48)) {
_root.cr = "Nanny";
}
if ((thours >= 49) and (thours <= 72)) {
_root.cr = "Caretaker";
}
if ((thours >= 73) and (thours <= 96)) {
_root.cr = "Parent";
}
if ((thours >= 97) and (thours <= 120)) {
_root.cr = "Gaurdian";
}
if ((thours >= 121) and (thours <= 144)) {
_root.cr = "Angel";
}
if ((thours >= 145) and (thours <= 168)) {
_root.cr = "God";
}
if ((thours >= 169) and (thours <= 192)) {
_root.cr = "Super God";
}
if ((thours >= 193) and (thours <= 216)) {
_root.cr = "Tremendous";
}
if ((thours >= 217) and (thours <= 240)) {
_root.cr = "Ultimate";
}
if (thours >= 240) {
_root.cr = "Greatest Rank";
}
}
Instance of Symbol 66 MovieClip in Frame 7
onClipEvent (enterFrame) {
_root.elapsedTime = getTimer() - _root.startTime;
_root.elapsedHours = Math.floor(_root.elapsedTime / 3600000);
_root.remaining = _root.elapsedTime - (_root.elapsedHours * 3600000);
_root.elapsedM = Math.floor(_root.remaining / 60000);
_root.remaining = _root.remaining - (_root.elapsedM * 60000);
_root.elapsedS = Math.floor(_root.remaining / 1000);
_root.remaining = _root.remaining - (_root.elapsedS * 1000);
_root.elapsedH = Math.floor(_root.remaining / 10);
if (_root.justloaded == true) {
_root.lastminute = _root.elapsedM;
_root.lastsecond = _root.elapsedS;
_root.lasthundreth = _root.elapsedH;
_root.justloaded = false;
}
if (_root.elapsedM != _root.lastminute) {
if ((_root.elapsedM == 59) and (_root.elapsedS == 59)) {
_root.lastminute = 0;
}
if (_root.elapsedM >= _root.lastminute) {
_root.tminutes = _root.tminutes + 1;
_root.lastminute = _root.elapsedM;
}
}
if (_root.elapsedS != _root.lastsecond) {
if (_root.lastsecond == 59) {
_root.lastsecond = 0;
}
if (_root.elapsedS >= _root.lastsecond) {
_root.lastsecond = _root.elapsedS - 1;
if (_root.inprogress == true) {
_root.progressdone = _root.progressdone + 1;
}
}
}
if (_root.tminutes >= 60) {
_root.thours = _root.thours + 1;
_root.tminutes = 0;
}
if (_root.isegg == true) {
if (_root.tminutes >= 3) {
if (_root.inprogress == true) {
return(undefined);
}
if (_root.isdead == true) {
return(undefined);
}
if (_root.eggchangeonce == 0) {
_root.eggmenu._x = -500;
_root.eggmenu._y = -500;
_root.babyfoodmenu._x = -500;
_root.babyfoodmenu._y = -500;
_root.nomoneymenu._x = -500;
_root.nomoneymenu._y = -500;
_root.inprogressmenu._x = -500;
_root.inprogressmenu._y = -500;
_root.aseggmenu._x = -500;
_root.aseggmenu._y = -500;
_root.isman = true;
_root.isegg = false;
_root.eyesnumber = random(6);
_root.eyebrowsnumber = random(6);
_root.nosenumber = random(12);
_root.headnumber = random(6);
_root.earsnumber = random(9);
_root.hairnumber = random(15);
_root.mouthnumber = random(6);
_root.torsonumber = random(27);
_root.legsnumber = random(20);
_root.laziness = _root.modlaziness;
_root.motivation = _root.modmotivation;
_root.selfc = _root.modselfc;
_root.depression = _root.moddepression;
_root.intuition = _root.modintuition * 2;
_root.suaveness = _root.modsuaveness;
_root.greed = _root.modgreed * 10;
_root.gluttony = _root.modgluttony * 2;
if (_root.laziness >= 100) {
_root.laziness = 100;
} else if (_root.laziness <= 0) {
_root.laziness = 0;
}
if (_root.motivation >= 100) {
_root.motivation = 100;
} else if (_root.motivation <= 0) {
_root.motivation = 0;
}
if (_root.selfc >= 100) {
_root.selfc = 100;
} else if (_root.selfc <= 0) {
_root.selfc = 0;
}
if (_root.depression >= 100) {
_root.depression = 100;
} else if (_root.depression <= 0) {
_root.depression = 0;
}
if (_root.intuition >= 100) {
_root.intuition = 100;
} else if (_root.intuition <= 0) {
_root.intuition = 0;
}
if (_root.suaveness >= 100) {
_root.suaveness = 100;
} else if (_root.suaveness <= 0) {
_root.suaveness = 0;
}
if (_root.greed >= 100) {
_root.greed = 100;
} else if (_root.greed <= 0) {
_root.greed = 0;
}
if (_root.gluttony >= 100) {
_root.gluttony = 100;
} else if (_root.gluttony <= 0) {
_root.gluttony = 0;
}
_root.strength = random(10);
_root.speed = random(10);
_root.dexterity = random(10);
_root.intelligence = random(10);
_root.insanity = random(10);
_root.man.eyes.gotoAndStop(_root.eyesnumber);
_root.man.eyebrows.gotoAndStop(_root.eyebrowsnumber);
_root.man.nose.gotoAndStop(_root.nosenumber);
_root.man.head.gotoAndStop(_root.headnumber);
_root.man.ears.gotoAndStop(_root.earsnumber);
_root.man.hair.gotoAndStop(_root.hairnumber);
_root.man.mouth.gotoAndStop(_root.mouthnumber);
_root.man.torso.gotoAndStop(_root.torsonumber);
_root.man.legs.gotoAndStop(_root.legsnumber);
_root.eggmovie.gotoAndPlay("Start");
_root.eggchangeonce = 1;
}
}
}
if (_root.manmove == true) {
_root.man._x = -88;
_root.man._y = 18.8;
_root.manmove = false;
}
}
Instance of Symbol 66 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (_root.hunger <= 10) {
_root.hungerbar.gotoAndStop(1);
}
if ((_root.hunger > 10) and (_root.hunger <= 20)) {
_root.hungerbar.gotoAndStop(2);
}
if ((_root.hunger > 20) and (_root.hunger <= 30)) {
_root.hungerbar.gotoAndStop(3);
}
if ((_root.hunger > 30) and (_root.hunger <= 40)) {
_root.hungerbar.gotoAndStop(4);
}
if ((_root.hunger > 40) and (_root.hunger <= 50)) {
_root.hungerbar.gotoAndStop(5);
}
if ((_root.hunger > 50) and (_root.hunger <= 60)) {
_root.hungerbar.gotoAndStop(6);
}
if ((_root.hunger > 60) and (_root.hunger <= 70)) {
_root.hungerbar.gotoAndStop(7);
}
if ((_root.hunger > 70) and (_root.hunger <= 80)) {
_root.hungerbar.gotoAndStop(8);
}
if ((_root.hunger > 80) and (_root.hunger <= 90)) {
_root.hungerbar.gotoAndStop(9);
}
if (_root.hunger > 90) {
_root.hungerbar.gotoAndStop(10);
}
if (_root.energy <= 10) {
_root.energybar.gotoAndStop(1);
}
if ((_root.energy > 10) and (_root.energy <= 20)) {
_root.energybar.gotoAndStop(2);
}
if ((_root.energy > 20) and (_root.energy <= 30)) {
_root.energybar.gotoAndStop(3);
}
if ((_root.energy > 30) and (_root.energy <= 40)) {
_root.energybar.gotoAndStop(4);
}
if ((_root.energy > 40) and (_root.energy <= 50)) {
_root.energybar.gotoAndStop(5);
}
if ((_root.energy > 50) and (_root.energy <= 60)) {
_root.energybar.gotoAndStop(6);
}
if ((_root.energy > 60) and (_root.energy <= 70)) {
_root.energybar.gotoAndStop(7);
}
if ((_root.energy > 70) and (_root.energy <= 80)) {
_root.energybar.gotoAndStop(8);
}
if ((_root.energy > 80) and (_root.energy <= 90)) {
_root.energybar.gotoAndStop(9);
}
if (_root.energy > 90) {
_root.energybar.gotoAndStop(10);
}
if (_root.hygiene <= 10) {
_root.hygienebar.gotoAndStop(1);
}
if ((_root.hygiene > 10) and (_root.hygiene <= 20)) {
_root.hygienebar.gotoAndStop(2);
}
if ((_root.hygiene > 20) and (_root.hygiene <= 30)) {
_root.hygienebar.gotoAndStop(3);
}
if ((_root.hygiene > 30) and (_root.hygiene <= 40)) {
_root.hygienebar.gotoAndStop(4);
}
if ((_root.hygiene > 40) and (_root.hygiene <= 50)) {
_root.hygienebar.gotoAndStop(5);
}
if ((_root.hygiene > 50) and (_root.hygiene <= 60)) {
_root.hygienebar.gotoAndStop(6);
}
if ((_root.hygiene > 60) and (_root.hygiene <= 70)) {
_root.hygienebar.gotoAndStop(7);
}
if ((_root.hygiene > 70) and (_root.hygiene <= 80)) {
_root.hygienebar.gotoAndStop(8);
}
if ((_root.hygiene > 80) and (_root.hygiene <= 90)) {
_root.hygienebar.gotoAndStop(9);
}
if (_root.hygiene > 90) {
_root.hygienebar.gotoAndStop(10);
}
if (_root.bladder <= 10) {
_root.bladderbar.gotoAndStop(1);
}
if ((_root.bladder > 10) and (_root.bladder <= 20)) {
_root.bladderbar.gotoAndStop(2);
}
if ((_root.bladder > 20) and (_root.bladder <= 30)) {
_root.bladderbar.gotoAndStop(3);
}
if ((_root.bladder > 30) and (_root.bladder <= 40)) {
_root.bladderbar.gotoAndStop(4);
}
if ((_root.bladder > 40) and (_root.bladder <= 50)) {
_root.bladderbar.gotoAndStop(5);
}
if ((_root.bladder > 50) and (_root.bladder <= 60)) {
_root.bladderbar.gotoAndStop(6);
}
if ((_root.bladder > 60) and (_root.bladder <= 70)) {
_root.bladderbar.gotoAndStop(7);
}
if ((_root.bladder > 70) and (_root.bladder <= 80)) {
_root.bladderbar.gotoAndStop(8);
}
if ((_root.bladder > 80) and (_root.bladder <= 90)) {
_root.bladderbar.gotoAndStop(9);
}
if (_root.bladder > 90) {
_root.bladderbar.gotoAndStop(10);
}
if (_root.happiness <= 10) {
_root.happinessbar.gotoAndStop(1);
}
if ((_root.happiness > 10) and (_root.happiness <= 20)) {
_root.happinessbar.gotoAndStop(2);
}
if ((_root.happiness > 20) and (_root.happiness <= 30)) {
_root.happinessbar.gotoAndStop(3);
}
if ((_root.happiness > 30) and (_root.happiness <= 40)) {
_root.happinessbar.gotoAndStop(4);
}
if ((_root.happiness > 40) and (_root.happiness <= 50)) {
_root.happinessbar.gotoAndStop(5);
}
if ((_root.happiness > 50) and (_root.happiness <= 60)) {
_root.happinessbar.gotoAndStop(6);
}
if ((_root.happiness > 60) and (_root.happiness <= 70)) {
_root.happinessbar.gotoAndStop(7);
}
if ((_root.happiness > 70) and (_root.happiness <= 80)) {
_root.happinessbar.gotoAndStop(8);
}
if ((_root.happiness > 80) and (_root.happiness <= 90)) {
_root.happinessbar.gotoAndStop(9);
}
if (_root.happiness > 90) {
_root.happinessbar.gotoAndStop(10);
}
if (_root.love <= 10) {
_root.lovebar.gotoAndStop(1);
}
if ((_root.love > 10) and (_root.love <= 20)) {
_root.lovebar.gotoAndStop(2);
}
if ((_root.love > 20) and (_root.love <= 30)) {
_root.lovebar.gotoAndStop(3);
}
if ((_root.love > 30) and (_root.love <= 40)) {
_root.lovebar.gotoAndStop(4);
}
if ((_root.love > 40) and (_root.love <= 50)) {
_root.lovebar.gotoAndStop(5);
}
if ((_root.love > 50) and (_root.love <= 60)) {
_root.lovebar.gotoAndStop(6);
}
if ((_root.love > 60) and (_root.love <= 70)) {
_root.lovebar.gotoAndStop(7);
}
if ((_root.love > 70) and (_root.love <= 80)) {
_root.lovebar.gotoAndStop(8);
}
if ((_root.love > 80) and (_root.love <= 90)) {
_root.lovebar.gotoAndStop(9);
}
if (_root.love > 90) {
_root.lovebar.gotoAndStop(10);
}
if (_root.selfesteem <= 10) {
_root.selfesteembar.gotoAndStop(1);
}
if ((_root.selfesteem > 10) and (_root.selfesteem <= 20)) {
_root.selfesteembar.gotoAndStop(2);
}
if ((_root.selfesteem > 20) and (_root.selfesteem <= 30)) {
_root.selfesteembar.gotoAndStop(3);
}
if ((_root.selfesteem > 30) and (_root.selfesteem <= 40)) {
_root.selfesteembar.gotoAndStop(4);
}
if ((_root.selfesteem > 40) and (_root.selfesteem <= 50)) {
_root.selfesteembar.gotoAndStop(5);
}
if ((_root.selfesteem > 50) and (_root.selfesteem <= 60)) {
_root.selfesteembar.gotoAndStop(6);
}
if ((_root.selfesteem > 60) and (_root.selfesteem <= 70)) {
_root.selfesteembar.gotoAndStop(7);
}
if ((_root.selfesteem > 70) and (_root.selfesteem <= 80)) {
_root.selfesteembar.gotoAndStop(8);
}
if ((_root.selfesteem > 80) and (_root.selfesteem <= 90)) {
_root.selfesteembar.gotoAndStop(9);
}
if (_root.selfesteem > 90) {
_root.selfesteembar.gotoAndStop(10);
}
if (_root.selfactualization <= 10) {
_root.selfactualizationbar.gotoAndStop(1);
}
if ((_root.selfactualization > 10) and (_root.selfactualization <= 20)) {
_root.selfactualizationbar.gotoAndStop(2);
}
if ((_root.selfactualization > 20) and (_root.selfactualization <= 30)) {
_root.selfactualizationbar.gotoAndStop(3);
}
if ((_root.selfactualization > 30) and (_root.selfactualization <= 40)) {
_root.selfactualizationbar.gotoAndStop(4);
}
if ((_root.selfactualization > 40) and (_root.selfactualization <= 50)) {
_root.selfactualizationbar.gotoAndStop(5);
}
if ((_root.selfactualization > 50) and (_root.selfactualization <= 60)) {
_root.selfactualizationbar.gotoAndStop(6);
}
if ((_root.selfactualization > 60) and (_root.selfactualization <= 70)) {
_root.selfactualizationbar.gotoAndStop(7);
}
if ((_root.selfactualization > 70) and (_root.selfactualization <= 80)) {
_root.selfactualizationbar.gotoAndStop(8);
}
if ((_root.selfactualization > 80) and (_root.selfactualization <= 90)) {
_root.selfactualizationbar.gotoAndStop(9);
}
if (_root.selfactualization > 90) {
_root.selfactualizationbar.gotoAndStop(10);
}
if (_root.hunger >= 90) {
_root.hungersymbol.gotoAndStop(1);
} else {
_root.hungersymbol.gotoAndStop(2);
}
if (_root.energy <= 10) {
_root.energysymbol.gotoAndStop(1);
} else {
_root.energysymbol.gotoAndStop(2);
}
if (_root.hygiene <= 10) {
_root.hygienesymbol.gotoAndStop(1);
} else {
_root.hygienesymbol.gotoAndStop(2);
}
if (_root.bladder >= 90) {
_root.bladdersymbol.gotoAndStop(1);
} else {
_root.bladdersymbol.gotoAndStop(2);
}
if (_root.happiness <= 10) {
_root.happinesssymbol.gotoAndStop(1);
} else {
_root.happinesssymbol.gotoAndStop(2);
}
if (_root.love <= 10) {
_root.lovesymbol.gotoAndStop(1);
} else {
_root.lovesymbol.gotoAndStop(2);
}
if (_root.selfesteem <= 10) {
_root.selfesteemsymbol.gotoAndStop(1);
} else {
_root.selfesteemsymbol.gotoAndStop(2);
}
if (_root.progresstime >= 1) {
_root.progresspercent = (_root.progressdone / _root.progresstime) * 100;
}
if (_root.progresspercent <= 0) {
_root.progressbar.gotoAndStop(1);
}
if ((_root.progresspercent >= 1) and (_root.progresspercent <= 10)) {
_root.progressbar.gotoAndStop(2);
}
if ((_root.progresspercent >= 11) and (_root.progresspercent <= 20)) {
_root.progressbar.gotoAndStop(3);
}
if ((_root.progresspercent >= 21) and (_root.progresspercent <= 30)) {
_root.progressbar.gotoAndStop(4);
}
if ((_root.progresspercent >= 31) and (_root.progresspercent <= 40)) {
_root.progressbar.gotoAndStop(5);
}
if ((_root.progresspercent >= 41) and (_root.progresspercent <= 50)) {
_root.progressbar.gotoAndStop(6);
}
if ((_root.progresspercent >= 51) and (_root.progresspercent <= 60)) {
_root.progressbar.gotoAndStop(7);
}
if ((_root.progresspercent >= 61) and (_root.progresspercent <= 70)) {
_root.progressbar.gotoAndStop(8);
}
if ((_root.progresspercent >= 71) and (_root.progresspercent <= 80)) {
_root.progressbar.gotoAndStop(9);
}
if ((_root.progresspercent >= 81) and (_root.progresspercent <= 90)) {
_root.progressbar.gotoAndStop(10);
}
if ((_root.progresspercent >= 91) and (_root.progresspercent <= 100)) {
_root.progressbar.gotoAndStop(11);
}
if (_root.progresspercent >= 100) {
_root.shollow.start();
_root.progresstime = 0;
_root.progressdone = 0;
_root.progresspercent = 0;
_root.progressbar.gotoAndStop(1);
_root.actiongraph.gotoAndStop(1);
_root.inprogress = false;
}
}
Instance of Symbol 66 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (_root.loadedgame == true) {
_root.eggmovie._x = -500;
_root.eggmovie._y = -500;
_root.manmove = true;
}
if (_root.isegg == true) {
if (_root.elapsedS != _root.lastsecond) {
_root.hunger = _root.hunger + 1;
_root.energy = _root.energy - 0.5;
_root.hygiene = _root.hygiene - 1;
_root.bladder = _root.bladder + 1;
_root.happiness = _root.happiness - 0.25;
_root.love = _root.love - 0.25;
_root.selfesteem = _root.selfesteem - 0.25;
_root.lastsecond = _root.elapsedS;
}
}
if (_root.isbaby == true) {
if (_root.elapsedS != _root.lastsecond) {
_root.hunger = _root.hunger + 0.5;
_root.energy = _root.energy - 0.25;
_root.hygiene = _root.hygiene - 0.5;
_root.bladder = _root.bladder + 0.5;
_root.happiness = _root.happiness - 0.25;
_root.love = _root.love - 0.25;
_root.selfesteem = _root.selfesteem - 0.25;
_root.lastsecond = _root.elapsedS;
}
}
if (_root.isman == true) {
if (_root.elapsedS != _root.lastsecond) {
_root.hunger = _root.hunger + 0.0023;
_root.energy = _root.energy - 0.0011;
_root.hygiene = _root.hygiene - 0.0011;
_root.bladder = _root.bladder + 0.0023;
_root.happiness = _root.happiness - 0.0011;
_root.love = _root.love - 0.0011;
_root.selfesteem = _root.selfesteem - 0.0011;
_root.lastsecond = _root.elapsedS;
}
}
if (_root.hunger >= 100) {
_root.hunger = 100;
}
if (_root.hunger <= 0) {
_root.hunger = 0;
}
if (_root.energy <= 0) {
_root.energy = 0;
}
if (_root.energy >= 100) {
_root.energy = 100;
}
if (_root.hygiene <= 0) {
_root.hygiene = 0;
}
if (_root.hygiene >= 100) {
_root.hygiene = 100;
}
if (_root.bladder >= 100) {
_root.bladder = 100;
}
if (_root.bladder <= 0) {
_root.bladder = 0;
}
if (_root.happiness <= 0) {
_root.happiness = 0;
}
if (_root.happiness >= 100) {
_root.happiness = 100;
}
if (_root.love <= 0) {
_root.love = 0;
}
if (_root.love >= 100) {
_root.love = 100;
}
if (_root.selfesteem <= 0) {
_root.selfesteem = 0;
}
if (_root.selfesteem >= 100) {
_root.selfesteem = 100;
}
_root.selfactualization = (((((((100 - _root.hunger) + _root.energy) + _root.hygiene) + (100 - _root.bladder)) + _root.happiness) + _root.love) + _root.selfesteem) / 7;
}
Instance of Symbol 66 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (((((((_root.hunger >= 100) and (_root.energy <= 1)) and (_root.hygiene <= 1)) and (_root.bladder >= 100)) and (_root.happiness <= 1)) and (_root.love <= 1)) and (_root.selfesteem <= 1)) {
_root.eggmovie._x = -500;
_root.eggmovie._y = -500;
_root.man._x = -500;
_root.man._y = -500;
_root.gravestone._x = 16;
_root.gravestone._y = 86;
_root.isdead = true;
}
if (_root.isegg == true) {
if (_root.elapsedS != _root.lastsecond) {
if (_root.energy <= 10) {
_root.modmotivation = _root.modmotivation + 1;
}
if (_root.energy >= 90) {
_root.modlaziness = _root.modlaziness + 1;
}
if (_root.hunger <= 10) {
_root.modgluttony = _root.modgluttony + 1;
}
if (_root.hygiene <= 10) {
_root.modmotivation = _root.modmotivation + 1;
}
if (_root.hygiene >= 90) {
_root.modsuaveness = _root.modsuaveness + 1;
}
if (_root.happiness <= 10) {
_root.moddepression = _root.moddepression + 1;
}
if (_root.selfesteem >= 90) {
_root.modselfc = _root.modselfc + 1;
}
if (_root.selfactualization >= 75) {
_root.modintuition = _root.modintuition + 1;
}
}
}
}
Instance of Symbol 475 MovieClip "eggmenu" in Frame 7
/* no clip actions */
Symbol 31 Button
on (rollOver) {
_root.sclick.start();
}
on (press) {
_root.spop.start();
_root.loadedgame = true;
_root.justloaded = true;
_root.isegg = false;
_root.isman = true;
var remaining;
var elapsedTime;
var elapsedHours;
var elapsedM;
var elapsedS;
var elapsedH;
var startTime;
_root.startTime = getTimer();
so = SharedObject.getLocal("savemat");
if (so.data.lyear == null) {
return(undefined);
}
_root.money = so.data.money;
_root.pname = so.data.pname;
_root.tminutes = so.data.tminutes;
_root.thours = so.data.thours;
_root.laziness = so.data.laziness;
_root.motivation = so.data.motivation;
_root.selfc = so.data.selfc;
_root.depression = so.data.depression;
_root.intuition = so.data.intuition;
_root.suaveness = so.data.suaveness;
_root.greed = so.data.greed;
_root.gluttony = so.data.gluttony;
_root.hunger = so.data.hunger;
_root.energy = so.data.energy;
_root.hygiene = so.data.hygiene;
_root.bladder = so.data.bladder;
_root.happiness = so.data.happiness;
_root.love = so.data.love;
_root.selfesteem = so.data.selfesteem;
_root.lyear = so.data.lyear;
_root.lmonth = so.data.lmonth;
_root.lday = so.data.lday;
_root.lhour = so.data.lhour;
_root.lminutes = so.data.lminutes;
_root.eyesnumber = so.data.eyesnumber;
_root.eyebrowsnumber = so.data.eyebrowsnumber;
_root.nosenumber = so.data.nosenumber;
_root.headnumber = so.data.headnumber;
_root.earsnumber = so.data.headnumber;
_root.hairnumber = so.data.hairnumber;
_root.mouthnumber = so.data.mouthnumber;
_root.torsonumber = so.data.torsonumber;
_root.legsnumber = so.data.legsnumber;
now = new Date();
_root.cyear = now.getFullYear();
_root.cmonth = now.getMonth();
_root.cday = now.getDate();
_root.chour = now.getHours();
_root.cminutes = now.getMinutes();
if (_root.cyear >= (_root.lyear + 1)) {
_root.pyear = _root.cyear - _root.lyear;
} else {
_root.pyear = 0;
}
if (_root.cmonth >= (_root.lmonth - 1)) {
_root.pmonth = _root.cmonth - _root.lmonth;
}
if ((_root.cmonth <= _root.lmonth) and (_root.pyear >= 1)) {
_root.pmonth = (12 * _root.pyear) + _root.cmonth;
}
if (_root.cmonth == _root.lmonth) {
_root.pmonth = 0;
}
if (_root.cday >= (_root.lday + 1)) {
_root.pday = _root.cday - _root.lday;
}
if ((_root.cday <= (_root.lday - 1)) and (_root.pmonth >= 1)) {
_root.pday = (_root.pmonth * 30) + _root.cday;
}
if (_root.cday == _root.lday) {
_root.pday = 0;
}
if (_root.chour >= (_root.lhour + 1)) {
_root.phour = _root.chour - _root.lhour;
}
if ((_root.chour <= (_root.lhour - 1)) and (_root.pday >= 1)) {
_root.phour = ((_root.pday - 24) + _root.chour) + (12 - _root.lhour);
}
if (_root.chour == _root.lhour) {
_root.phour = 0;
}
if (_root.cminutes >= _root.lminutes) {
_root.pminutes = _root.cminutes - _root.lminutes;
}
if ((_root.cminutes <= (_root.lhour - 1)) and (_root.phour >= 1)) {
_root.pminutes = (_root.phour * 60) + _root.cminutes;
}
if (_root.cminutes == _root.lminutes) {
_root.pminutes = 0;
}
_root.thours = _root.thours + _root.phour;
_root.tminutes = _root.tminutes + _root.pminutes;
if (_root.tminutes >= 60) {
_root.thours = _root.thours + 1;
_root.tminutes = _root.pminutes - 60;
}
_root.hunger = _root.hunger + (_root.phour * 8.28);
_root.bladder = _root.bladder + (_root.phour * 8.28);
_root.energy = _root.energy - (_root.phour * 3.96);
_root.happiness = _root.happiness - (_root.phour * 3.96);
_root.love = _root.love - (_root.phour * 3.96);
_root.selfesteem = _root.selfesteem - (_root.phour * 3.96);
_root.hygiene = _root.hygiene - (_root.phour * 3.96);
_root.loadedexist = true;
nextFrame();
}
Symbol 35 Button
on (rollOver) {
_root.sclick.start();
}
on (press) {
_root.spop.start();
_root.instructionsmenu._x = 50;
_root.instructionsmenu._y = 32;
}
Symbol 43 Button
on (rollOver) {
_root.sclick.start();
}
on (press) {
_root.spop.start();
if (_root.pname.length == 0) {
return(undefined);
}
_root.loadedgame = false;
_root.isman = false;
_root.isegg = true;
_parent.nextFrame();
}
Symbol 49 Button
on (rollOver) {
_root.sclick.start();
}
on (press) {
_root.spop.start();
_root.thours = 0;
_root.tminutes = 0;
_root.money = 500;
_root.description = "";
_root.isegg = true;
_root.isbaby = false;
_root.isman = false;
_root.isdead = false;
_root.namemenu.pname = "";
_root.inprogress = false;
_root.eggchangeonce = 0;
_root.manmove = false;
_root.progresstime = 0;
_root.progressdone = 0;
_root.progresspercent = 0;
_root.modlaziness = 0;
_root.modmotivation = 0;
_root.modselfc = 0;
_root.moddepression = 0;
_root.modintuition = 0;
_root.modsuaveness = 0;
_root.modgreed = 0;
_root.modgluttony = 0;
_root.laziness = 0;
_root.motivation = 0;
_root.selfc = 0;
_root.depression = 0;
_root.intuition = 0;
_root.suaveness = 0;
_root.greed = 0;
_root.gluttony = 0;
_root.strength = 0;
_root.speed = 0;
_root.dexterity = 0;
_root.intelligence = 0;
_root.insanity = 0;
_root.experience = 0;
_root.untilnextlevel = 100;
_root.level = 1;
_root.cr = "Beginner";
_root.pname = "";
_root.hunger = 50;
_root.energy = 90;
_root.hygiene = 90;
_root.bladder = 10;
_root.happiness = 50;
_root.love = 10;
_root.selfesteem = 10;
_root.selfactualization = (((((((100 - _root.hunger) + _root.energy) + _root.hygiene) + (100 - _root.bladder)) + _root.happiness) + _root.love) + _root.selfesteem) / 7;
_root.justloaded = true;
_root.loadedgame = false;
var remaining;
var elapsedTime;
var elapsedHours;
var elapsedM;
var elapsedS;
var elapsedH;
var startTime;
_root.startTime = getTimer();
_root.loadedexist = false;
_root.namemenu._x = 223;
_root.namemenu._y = 333;
}
Symbol 61 Button
on (rollOver) {
_root.sclick.start();
}
on (press) {
_root.spop.start();
_root.instructionsmenu._x = -500;
_root.instructionsmenu._y = -500;
}
Symbol 132 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 1
stop();
Symbol 167 MovieClip Frame 1
stop();
Symbol 177 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 1
stop();
Symbol 227 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 1
stop();
Symbol 272 MovieClip Frame 1
stop();
Symbol 272 MovieClip Frame 51
_root.manmove = true;
Symbol 272 MovieClip Frame 60
stop();
Symbol 275 Button
on (rollOver) {
_root.description = "You are currently feeding your egg.";
}
on (rollOut) {
_root.description = "";
}
Symbol 277 Button
on (rollOver) {
_root.description = "Your egg is resting now.";
}
on (rollOut) {
_root.description = "";
}
Symbol 279 Button
on (rollOver) {
_root.description = "You are washing your egg.";
}
on (rollOut) {
_root.description = "";
}
Symbol 281 Button
on (rollOver) {
_root.description = "You are draining fluids from your egg.";
}
on (rollOut) {
_root.description = "";
}
Symbol 283 Button
on (rollOver) {
_root.description = "You are rocking your egg.";
}
on (rollOut) {
_root.description = "";
}
Symbol 285 Button
on (rollOver) {
_root.description = "You are hugging your egg.";
}
on (rollOut) {
_root.description = "";
}
Symbol 287 Button
on (rollOver) {
_root.description = "You are complimenting your egg.";
}
on (rollOut) {
_root.description = "";
}
Symbol 289 Button
on (rollOver) {
_root.description = "You are kicking your egg.";
}
on (rollOut) {
_root.description = "";
}
Symbol 291 Button
on (rollOver) {
_root.description = "You are insulting your egg.";
}
on (rollOut) {
_root.description = "";
}
Symbol 293 Button
on (rollOver) {
_root.description = "You are feeding your man.";
}
on (rollOut) {
_root.description = "";
}
Symbol 295 Button
on (rollOver) {
_root.description = "Your man is napping.";
}
on (rollOut) {
_root.description = "";
}
Symbol 297 Button
on (rollOver) {
_root.description = "Your man is hardcore sleeping.";
}
on (rollOut) {
_root.description = "";
}
Symbol 299 Button
on (rollOver) {
_root.description = "Your man is taking a shower.";
}
on (rollOut) {
_root.description = "";
}
Symbol 301 Button
on (rollOver) {
_root.description = "Your man is in the jacuzzi.";
}
on (rollOut) {
_root.description = "";
}
Symbol 303 Button
on (rollOver) {
_root.description = "Your man is spraying himself.";
}
on (rollOut) {
_root.description = "";
}
Symbol 305 Button
on (rollOver) {
_root.description = "Your man is using the bathroom.";
}
on (rollOut) {
_root.description = "";
}
Symbol 308 Button
on (rollOver) {
_root.description = "Your man is playing the slots.";
}
on (rollOut) {
_root.description = "";
}
Symbol 310 Button
on (rollOver) {
_root.description = "Your man is playing baseball.";
}
on (rollOut) {
_root.description = "";
}
Symbol 312 Button
on (rollOver) {
_root.description = "Your man is playing soccer.";
}
on (rollOut) {
_root.description = "";
}
Symbol 314 Button
on (rollOver) {
_root.description = "Your man is playing football.";
}
on (rollOut) {
_root.description = "";
}
Symbol 316 Button
on (rollOver) {
_root.description = "Your man is playing basketball.";
}
on (rollOut) {
_root.description = "";
}
Symbol 318 Button
on (rollOver) {
_root.description = "Your man is playing hockey.";
}
on (rollOut) {
_root.description = "";
}
Symbol 320 Button
on (rollOver) {
_root.description = "Your man is playing volleyball.";
}
on (rollOut) {
_root.description = "";
}
Symbol 322 Button
on (rollOver) {
_root.description = "Your man is out on a hot date.";
}
on (rollOut) {
_root.description = "";
}
Symbol 324 Button
on (rollOver) {
_root.description = "Your man is making a phone call.";
}
on (rollOut) {
_root.description = "";
}
Symbol 326 Button
on (rollOver) {
_root.description = "Your man is trespassing.";
}
on (rollOut) {
_root.description = "";
}
Symbol 328 Button
on (rollOver) {
_root.description = "Your man is stealing a bike.";
}
on (rollOut) {
_root.description = "";
}
Symbol 330 Button
on (rollOver) {
_root.description = "Your man is stealing a car.";
}
on (rollOut) {
_root.description = "";
}
Symbol 332 Button
on (rollOver) {
_root.description = "Your man is robbing a bank.";
}
on (rollOut) {
_root.description = "";
}
Symbol 334 Button
on (rollOver) {
_root.description = "Your man is counterfeiting money.";
}
on (rollOut) {
_root.description = "";
}
Symbol 336 Button
on (rollOver) {
_root.description = "Your man is doing insider trades.";
}
on (rollOut) {
_root.description = "";
}
Symbol 338 Button
on (rollOver) {
_root.description = "Your man is drowning his sorrows.";
}
on (rollOut) {
_root.description = "";
}
Symbol 340 Button
on (rollOver) {
_root.description = "Your man is buying a lottery ticket.";
}
on (rollOut) {
_root.description = "";
}
Symbol 342 Button
on (rollOver) {
_root.description = "Your man is working at his computer.";
}
on (rollOut) {
_root.description = "";
}
Symbol 344 Button
on (rollOver) {
_root.description = "Your man is going to work.";
}
on (rollOut) {
_root.description = "";
}
Symbol 345 MovieClip Frame 1
stop();
Symbol 347 Button
on (rollOver) {
_root.description = "Your man is extremely hungry.";
}
on (rollOut) {
_root.description = "";
}
Symbol 348 MovieClip Frame 1
stop();
Symbol 350 Button
on (rollOver) {
_root.description = "Your man is very tired.";
}
on (rollOut) {
_root.description = "";
}
Symbol 351 MovieClip Frame 1
stop();
Symbol 353 Button
on (rollOver) {
_root.description = "Your man's hygiene is terrible.";
}
on (rollOut) {
_root.description = "";
}
Symbol 354 MovieClip Frame 1
stop();
Symbol 356 Button
on (rollOver) {
_root.description = "Your man needs to use the bathroom.";
}
on (rollOut) {
_root.description = "";
}
Symbol 357 MovieClip Frame 1
stop();
Symbol 359 Button
on (rollOver) {
_root.description = "Your man is terribly unhappy.";
}
on (rollOut) {
_root.description = "";
}
Symbol 360 MovieClip Frame 1
stop();
Symbol 362 Button
on (rollOver) {
_root.description = "Your man does not feel loved at all.";
}
on (rollOut) {
_root.description = "";
}
Symbol 363 MovieClip Frame 1
stop();
Symbol 365 Button
on (rollOver) {
_root.description = "Your man's self-esteem is very low.";
}
on (rollOut) {
_root.description = "";
}
Symbol 366 MovieClip Frame 1
stop();
Symbol 388 MovieClip Frame 1
stop();
Symbol 388 MovieClip Frame 10
stop();
Symbol 402 Button
on (rollOver) {
_root.description = "The current need for food. Lower is better.";
}
on (rollOut) {
_root.description = "";
}
Symbol 403 Button
on (rollOver) {
_root.description = "The current need for sleep and rest.";
}
on (rollOut) {
_root.description = "";
}
Symbol 404 Button
on (rollOver) {
_root.description = "The current need for self-grooming.";
}
on (rollOut) {
_root.description = "";
}
Symbol 405 Button
on (rollOver) {
_root.description = "The current need for bathroom. Lower is better.";
}
on (rollOut) {
_root.description = "";
}
Symbol 406 Button
on (rollOver) {
_root.description = "The current feeling of happiness.";
}
on (rollOut) {
_root.description = "";
}
Symbol 407 Button
on (rollOver) {
_root.description = "The current feeling of love.";
}
on (rollOut) {
_root.description = "";
}
Symbol 408 Button
on (rollOver) {
_root.description = "The current self-worth of your man.";
}
on (rollOut) {
_root.description = "";
}
Symbol 409 Button
on (rollOver) {
_root.description = "The average of the other needs.";
}
on (rollOut) {
_root.description = "";
}
Symbol 410 Button
on (rollOver) {
_root.description = "The amount of money you have.";
}
on (rollOut) {
_root.description = "";
}
Symbol 411 Button
on (rollOver) {
_root.description = "The hours and minutes of your man's life.";
}
on (rollOut) {
_root.description = "";
}
Symbol 415 Button
on (rollOver) {
_root.description = "Available actions.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.isdead == true) {
_root.deadmanmenu._x = 11;
_root.deadmanmenu._y = 9.3;
_root.sthud.start();
return(undefined);
}
if (_root.isegg == true) {
_root.eggmenu._x = 11;
_root.eggmenu._y = 9.3;
_root.swoob.start();
}
if (_root.isman == true) {
_root.manmenu._x = -9;
_root.manmenu._y = 1;
_root.swoob.start();
}
}
Symbol 419 Button
on (rollOver) {
_root.description = "View your stats.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.isdead == true) {
_root.deadmanmenu._x = 11;
_root.deadmanmenu._y = 9.3;
_root.sthud.start();
return(undefined);
}
if (_root.isegg == true) {
_root.aseggmenu._x = 11;
_root.aseggmenu._y = 9.3;
_root.sthud.start();
return(undefined);
}
if (_root.isman == true) {
_root.statsmenu._x = 11;
_root.statsmenu._y = 7.3;
_root.swoob.start();
}
}
Symbol 422 Button
on (rollOver) {
_root.description = "Save the game.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.isdead == true) {
_root.deadmanmenu._x = 11;
_root.deadmanmenu._y = 9.3;
_root.sthud.start();
return(undefined);
}
if (_root.isegg == true) {
_root.aseggmenu._x = 11;
_root.aseggmenu._y = 9.3;
_root.sthud.start();
return(undefined);
}
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.sding.start();
now = new Date();
_root.lyear = now.getFullYear();
_root.lmonth = now.getMonth();
_root.lday = now.getDate();
_root.lhour = now.getHours();
_root.lminutes = now.getMinutes();
so = SharedObject.getLocal("savemat");
so.clear();
so.data.lyear = _root.lyear;
so.data.lmonth = _root.lmonth;
so.data.lday = _root.lday;
so.data.lhour = _root.lhour;
so.data.lminutes = _root.lminutes;
so.data.money = _root.money;
so.data.pname = _root.pname;
so.data.tminutes = _root.tminutes;
so.data.thours = _root.thours;
so.data.laziness = _root.laziness;
so.data.motivation = _root.motivation;
so.data.selfc = _root.selfc;
so.data.depression = _root.depression;
so.data.intuition = _root.intuition;
so.data.suaveness = _root.suaveness;
so.data.greed = _root.greed;
so.data.gluttony = _root.gluttony;
so.data.hunger = _root.hunger;
so.data.energy = _root.energy;
so.data.hygiene = _root.hygiene;
so.data.bladder = _root.bladder;
so.data.happiness = _root.happiness;
so.data.love = _root.love;
so.data.selfesteem = _root.selfesteem;
so.data.eyesnumber = _root.eyesnumber;
so.data.eyebrowsnumber = _root.eyebrowsnumber;
so.data.nosenumber = _root.nosenumber;
so.data.headnumber = _root.headnumber;
so.data.headnumber = _root.earsnumber;
so.data.hairnumber = _root.hairnumber;
so.data.mouthnumber = _root.mouthnumber;
so.data.torsonumber = _root.torsonumber;
so.data.legsnumber = _root.legsnumber;
so.flush();
_root.savemenu._x = 37;
_root.savemenu._y = 229;
stop();
}
Symbol 423 Button
on (rollOver) {
_root.description = "This is the progress of a current action.";
}
on (rollOut) {
_root.description = "";
}
Symbol 434 MovieClip Frame 1
stop();
Symbol 435 Button
on (rollOver) {
_root.description = "Available actions.";
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.isegg == true) {
_root.eggmenu._x = 11;
_root.eggmenu._y = 9.3;
}
if (_root.isman == true) {
_root.manmenu._x = -9;
_root.manmenu._y = 1;
}
}
Symbol 439 Button
on (rollOver) {
_root.description = "Buy goods.";
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.isegg == true) {
_root.aseggmenu._x = 11;
_root.aseggmenu._y = 9.3;
return(undefined);
}
}
Symbol 440 Button
on (rollOver) {
_root.description = "View your stats.";
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.isegg == true) {
_root.aseggmenu._x = 11;
_root.aseggmenu._y = 9.3;
return(undefined);
}
if (_root.isman == true) {
_root.statsmenu._x = 11;
_root.statsmenu._y = 7.3;
}
}
Symbol 444 Button
on (rollOver) {
_root.description = "View your inventory.";
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.isegg == true) {
_root.aseggmenu._x = 11;
_root.aseggmenu._y = 9.3;
return(undefined);
}
}
Symbol 445 Button
on (rollOver) {
_root.description = "Save the game.";
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.isegg == true) {
_root.aseggmenu._x = 11;
_root.aseggmenu._y = 9.3;
return(undefined);
}
}
Symbol 449 Button
on (rollOver) {
_root.description = "Feed your egg.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.babyfoodmenu._x = 90.2;
_root.babyfoodmenu._y = 208.2;
_root.swoob.start();
}
Symbol 452 Button
on (rollOver) {
_root.description = "Give your egg rest.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(3);
_root.energy = _root.energy + 100;
_root.modlaziness = _root.modlaziness + 2;
_root.progresstime = 30;
_root.inprogress = true;
_root.sding.start();
}
Symbol 455 Button
on (rollOver) {
_root.description = "Wash your egg.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(4);
_root.hygiene = _root.hygiene + 75;
_root.modsuaveness = _root.modsuaveness + 2;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 458 Button
on (rollOver) {
_root.description = "Drain your egg of fluids.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(5);
_root.bladder = _root.bladder - 75;
_root.progresstime = 15;
_root.inprogress = true;
_root.sding.start();
}
Symbol 461 Button
on (rollOver) {
_root.description = "Rock your egg.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(6);
_root.happiness = _root.happiness + 80;
_root.love = _root.love + 10;
_root.progresstime = 25;
_root.inprogress = true;
_root.sding.start();
}
Symbol 464 Button
on (rollOver) {
_root.description = "Hug your egg.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(7);
_root.love = _root.love + 75;
_root.happiness = _root.happiness + 25;
_root.progresstime = 15;
_root.inprogress = true;
_root.sding.start();
}
Symbol 467 Button
on (rollOver) {
_root.description = "Compliment your egg.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(8);
_root.selfesteem = _root.selfesteem + 75;
_root.happiness = _root.happiness + 5;
_root.love = _root.love + 5;
_root.modselfc = _root.modselfc + 2;
_root.progresstime = 10;
_root.inprogress = true;
_root.sding.start();
}
Symbol 470 Button
on (rollOver) {
_root.description = "Kick your egg.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(9);
_root.selfesteem = _root.selfesteem - 15;
_root.love = _root.love - 35;
_root.happiness = _root.happiness - 50;
_root.moddepression = _root.moddepression + 3;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 473 Button
on (rollOver) {
_root.description = "Insult your egg.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(10);
_root.selfesteem = _root.selfesteem - 65;
_root.love = _root.love - 45;
_root.happiness = _root.happiness - 25;
_root.moddepression = _root.moddepression + 3;
_root.modselfc = _root.modselfc - 1;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 474 Button
on (rollOver) {
_root.description = "Close this menu.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.spop.start();
_root.eggmenu._x = -500;
_root.eggmenu._y = -500;
}
Symbol 479 Button
on (rollOver) {
_root.description = "Banana baby food. $75.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 74) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(2);
_root.bladder = _root.bladder + 20;
_root.hunger = _root.hunger - 50;
_root.money = _root.money - 75;
_root.progresstime = 10;
_root.inprogress = true;
_root.sding.start();
}
Symbol 482 Button
on (rollOver) {
_root.description = "Strawberry baby food. $100.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 99) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(2);
_root.bladder = _root.bladder + 20;
_root.hunger = _root.hunger - 60;
_root.money = _root.money - 100;
_root.inprogress = true;
_root.progresstime = 10;
_root.sding.start();
}
Symbol 485 Button
on (rollOver) {
_root.description = "Blueberry baby food. $150.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 149) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(2);
_root.bladder = _root.bladder + 20;
_root.hunger = _root.hunger - 70;
_root.money = _root.money - 150;
_root.inprogress = true;
_root.progresstime = 10;
_root.sding.start();
}
Symbol 488 Button
on (rollOver) {
_root.description = "Orange baby food. $175.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 174) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(2);
_root.bladder = _root.bladder + 20;
_root.hunger = _root.hunger - 80;
_root.money = _root.money - 175;
_root.modgluttony = _root.modgluttony + 1;
_root.modgreed = _root.modgreed + 1;
_root.inprogress = true;
_root.progresstime = 10;
_root.sding.start();
}
Symbol 491 Button
on (rollOver) {
_root.description = "Broccoli baby food. $200.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 199) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(2);
_root.bladder = _root.bladder + 20;
_root.hunger = _root.hunger - 90;
_root.money = _root.money - 200;
_root.modgluttony = _root.modgluttony + 2;
_root.modgreed = _root.modgreed + 2;
_root.inprogress = true;
_root.progresstime = 10;
_root.sding.start();
}
Symbol 494 Button
on (rollOver) {
_root.description = "Peach baby food. $225.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 224) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(2);
_root.bladder = _root.bladder + 20;
_root.hunger = _root.hunger - 100;
_root.money = _root.money - 225;
_root.modgluttony = _root.modgluttony + 3;
_root.modgreed = _root.modgreed + 3;
_root.inprogress = true;
_root.progresstime = 10;
_root.sding.start();
}
Symbol 495 Button
on (rollOver) {
_root.description = "Close this menu.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.babyfoodmenu._x = -500;
_root.babyfoodmenu._y = -500;
_root.spop.start();
}
Symbol 500 Button
on (rollOver) {
_root.description = "Buy some food.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.foodmenu._x = 4;
_root.foodmenu._y = 24;
_root.swoob.start();
}
Symbol 503 Button
on (rollOver) {
_root.description = "Let your man take a nap.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(12);
_root.energy = _root.energy + 70;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 506 Button
on (rollOver) {
_root.description = "Let your man go to bed.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(13);
_root.energy = _root.energy + 100;
_root.progresstime = 15;
_root.inprogress = true;
_root.sding.start();
}
Symbol 509 Button
on (rollOver) {
_root.description = "Have your man take a shower.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(14);
_root.hygiene = _root.hygiene + 65;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 512 Button
on (rollOver) {
_root.description = "Have your man get in the jacuzzi.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(15);
_root.hygiene = _root.hygiene + 100;
_root.progresstime = 10;
_root.inprogress = true;
_root.sding.start();
}
Symbol 515 Button
on (rollOver) {
_root.description = "Have your man put on cologne.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(16);
_root.hygiene = _root.hygiene + 15;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 517 Button
on (rollOver) {
_root.description = "Have your man quickly use the toilet.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(17);
_root.hygiene = _root.hygiene - 15;
_root.bladder = _root.bladder - 25;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 519 Button
on (rollOver) {
_root.description = "Have your man stay on the toilet.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(18);
_root.hygiene = _root.hygiene - 15;
_root.bladder = _root.bladder - 45;
_root.progresstime = 10;
_root.inprogress = true;
_root.sding.start();
}
Symbol 522 Button
on (rollOver) {
_root.description = "Go gamble at the slots.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 0) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(19);
_root.energy = _root.energy - 20;
_root.happiness = _root.happiness + 45;
_root.hygiene = _root.hygiene - 15;
_root.progresstime = 5;
_root.wonorlost = random(100) + (_root.intuition / 3);
if (_root.wonorlost >= 70) {
_root.wonmoney = random(_root.money);
_root.moneywonmenu._x = 29;
_root.moneywonmenu._y = 238.5;
_root.money = _root.money + _root.wonmoney;
}
if (_root.wonorlost <= 69) {
_root.lostmoney = random(_root.money);
_root.moneylostmenu._x = 29;
_root.moneylostmenu._y = 238.5;
_root.money = _root.money - _root.lostmoney;
}
_root.inprogress = true;
_root.sding.start();
}
Symbol 525 Button
on (rollOver) {
_root.description = "Have your man play a sport.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.sportsmenu._x = 54;
_root.sportsmenu._y = 132;
_root.swoob.start();
}
Symbol 528 Button
on (rollOver) {
_root.description = "Go on a hot date.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(26);
_root.wonorlost = random(100) + _root.suaveness;
if (_root.wonorlost >= 50) {
_root.energy = _root.energy - 20;
_root.happiness = _root.happiness + 65;
_root.love = _root.love + 40;
_root.selfesteem = _root.selfesteem + 60;
_root.hygiene = _root.hygiene - 5;
_root.datesuccessmenu._x = 40;
_root.datesuccessmenu._y = 279;
}
if (_root.wonorlost <= 49) {
_root.energy = _root.energy - 20;
_root.happiness = _root.happiness - 15;
_root.love = _root.love - 10;
_root.selfesteem = _root.selfesteem - 15;
_root.hygiene = _root.hygiene - 5;
_root.datefailuremenu._x = 40;
_root.datefailuremenu._y = 279;
}
_root.progresstime = 10;
_root.inprogress = true;
_root.sding.start();
}
Symbol 530 Button
on (rollOver) {
_root.description = "Make a phone call.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.phonemenu._x = 63;
_root.phonemenu._y = 195;
_root.swoob.start();
}
Symbol 533 Button
on (rollOver) {
_root.description = "Commit a crime.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.crimemenu._x = 63;
_root.crimemenu._y = 195;
_root.swoob.start();
}
Symbol 535 Button
on (rollOver) {
_root.description = "Go to the local bar.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(34);
_root.hygiene = _root.hygiene - 20;
_root.bladder = _root.bladder + 40;
_root.love = _root.love + 5;
_root.happiness = _root.happiness + 35;
_root.selfc = _root.selfc + 20;
_root.energy = _root.energy - 50;
_root.progresstime = 10;
_root.inprogress = true;
_root.sding.start();
}
Symbol 537 Button
on (rollOver) {
_root.description = "Buy a lotto ticket. $10.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 9) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(35);
_root.happiness = _root.happiness + 25;
_root.progresstime = 5;
_root.wonorlost = random(500);
if (_root.wonorlost >= 499) {
_root.wonmoney = random(2500000);
_root.moneywonmenu._x = 29;
_root.moneywonmenu._y = 238.5;
_root.money = _root.money + _root.wonmoney;
}
if (_root.wonorlost <= 498) {
_root.lottolostmenu._x = 29;
_root.lottolostmenu._y = 238.5;
}
_root.money = _root.money - 10;
_root.inprogress = true;
_root.sding.start();
}
Symbol 539 Button
on (rollOver) {
_root.description = "Use the computer.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.computermenu._x = 63;
_root.computermenu._y = 195;
_root.swoob.start();
}
Symbol 541 Button
on (rollOver) {
_root.description = "Go to work and make some money.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(37);
_root.energy = _root.energy - 65;
_root.happiness = _root.happiness - 35;
_root.hygiene = _root.hygiene - 25;
_root.selfesteem = _root.selfesteem - 10;
_root.love = _root.love - 10;
_root.bladder = _root.bladder + 20;
_root.hunger = _root.hunger + 20;
_root.progresstime = 25;
_root.wonmoney = (((_root.thours * 4) + 100) + _root.motivation) + _root.greed;
_root.workingmenu._x = 29;
_root.workingmenu._y = 238.5;
_root.money = _root.money + _root.wonmoney;
_root.inprogress = true;
_root.sding.start();
}
Symbol 542 Button
on (rollOver) {
_root.description = "Close this menu.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.spop.start();
_root.manmenu._x = -500;
_root.manmenu._y = -500;
}
Symbol 544 Button
on (rollOver) {
_root.description = "Close this menu.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.sportsmenu._x = -500;
_root.sportsmenu._y = -500;
_root.spop.start();
}
Symbol 547 Button
on (rollOver) {
_root.description = "Play a little baseball.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(20);
_root.hygiene = _root.hygiene - 25;
_root.happiness = _root.happiness + 45;
_root.energy = _root.energy - 20;
_root.hunger = _root.hunger + 15;
_root.love = _root.love + 10;
_root.selfesteem = _root.selfesteem + 20;
_root.progresstime = 10;
_root.inprogress = true;
_root.sding.start();
}
Symbol 549 Button
on (rollOver) {
_root.description = "Play soccer.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(21);
_root.hygiene = _root.hygiene - 30;
_root.happiness = _root.happiness + 50;
_root.energy = _root.energy - 25;
_root.hunger = _root.hunger + 20;
_root.love = _root.love + 15;
_root.selfesteem = _root.selfesteem + 20;
_root.progresstime = 10;
_root.inprogress = true;
_root.sding.start();
}
Symbol 551 Button
on (rollOver) {
_root.description = "Play a game of football.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(22);
_root.hygiene = _root.hygiene - 35;
_root.happiness = _root.happiness + 55;
_root.energy = _root.energy - 30;
_root.hunger = _root.hunger + 25;
_root.love = _root.love + 20;
_root.selfesteem = _root.selfesteem + 20;
_root.progresstime = 10;
_root.inprogress = true;
_root.sding.start();
}
Symbol 553 Button
on (rollOver) {
_root.description = "Play basketball.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(23);
_root.hygiene = _root.hygiene - 40;
_root.happiness = _root.happiness + 60;
_root.energy = _root.energy - 35;
_root.hunger = _root.hunger + 30;
_root.love = _root.love + 25;
_root.selfesteem = _root.selfesteem + 20;
_root.progresstime = 10;
_root.inprogress = true;
_root.sding.start();
}
Symbol 555 Button
on (rollOver) {
_root.description = "Play hockey.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(24);
_root.hygiene = _root.hygiene - 45;
_root.happiness = _root.happiness + 65;
_root.energy = _root.energy - 40;
_root.hunger = _root.hunger + 35;
_root.love = _root.love + 30;
_root.selfesteem = _root.selfesteem + 20;
_root.progresstime = 10;
_root.inprogress = true;
_root.sding.start();
}
Symbol 557 Button
on (rollOver) {
_root.description = "Play volleyball.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(25);
_root.hygiene = _root.hygiene - 50;
_root.happiness = _root.happiness + 70;
_root.energy = _root.energy - 45;
_root.hunger = _root.hunger + 40;
_root.love = _root.love + 35;
_root.selfesteem = _root.selfesteem + 20;
_root.progresstime = 10;
_root.inprogress = true;
_root.sding.start();
}
Symbol 562 Button
on (rollOver) {
_root.description = "Make a random phone call.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(27);
_root.randomcallmenu._x = 37;
_root.randomcallmenu._y = 229;
_root.happiness = _root.happiness + 20;
_root.selfesteem = _root.selfesteem + 30;
_root.love = _root.love + 15;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 565 Button
on (rollOver) {
_root.description = "Call your ex-wife.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(27);
_root.wonorlost = random(100) + _root.selfc;
if (_root.wonorlost >= 60) {
_root.energy = _root.energy - 5;
_root.happiness = _root.happiness + 50;
_root.love = _root.love + 20;
_root.selfesteem = _root.selfesteem + 30;
_root.hygiene = _root.hygiene - 5;
_root.exsuccessmenu._x = 40;
_root.exsuccessmenu._y = 279;
}
if (_root.wonorlost <= 59) {
_root.energy = _root.energy - 5;
_root.happiness = _root.happiness - 15;
_root.love = _root.love - 10;
_root.selfesteem = _root.selfesteem - 15;
_root.hygiene = _root.hygiene - 5;
_root.exfailuremenu._x = 40;
_root.exfailuremenu._y = 279;
}
_root.progresstime = 10;
_root.inprogress = true;
_root.sding.start();
}
Symbol 568 Button
on (rollOver) {
_root.description = "Call your kids.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(27);
_root.wonorlost = random(100) + _root.selfc;
if (_root.wonorlost >= 70) {
_root.energy = _root.energy - 5;
_root.happiness = _root.happiness + 70;
_root.love = _root.love + 40;
_root.selfesteem = _root.selfesteem + 40;
_root.hygiene = _root.hygiene - 5;
_root.kidssuccessmenu._x = 40;
_root.kidssuccessmenu._y = 279;
}
if (_root.wonorlost <= 69) {
_root.energy = _root.energy - 5;
_root.happiness = _root.happiness - 20;
_root.love = _root.love - 15;
_root.selfesteem = _root.selfesteem - 10;
_root.hygiene = _root.hygiene - 5;
_root.kidsfailuremenu._x = 40;
_root.kidsfailuremenu._y = 279;
}
_root.progresstime = 10;
_root.inprogress = true;
_root.sding.start();
}
Symbol 569 Button
on (rollOver) {
_root.description = "Close this menu.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.phonemenu._x = -500;
_root.phonemenu._y = -500;
_root.spop.start();
}
Symbol 573 Button
on (rollOver) {
_root.description = "Trespass on some property.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(28);
_root.energy = _root.energy - 10;
_root.happiness = _root.happiness + 25;
_root.hygiene = _root.hygiene - 5;
_root.wonorlost = (random(100) + (_root.intuition / 3)) + (_root.motivation / 3);
if (_root.wonorlost >= 40) {
_root.wonmoney = random(100);
_root.crimesuccessmenu._x = 29;
_root.crimesuccessmenu._y = 238.5;
_root.money = _root.money + _root.wonmoney;
_root.selfesteem = _root.selfesteem + 35;
_root.progresstime = 10;
}
if (_root.wonorlost <= 39) {
_root.lostmoney = random(100);
_root.crimefailuremenu._x = 29;
_root.crimefailuremenu._y = 238.5;
_root.money = _root.money - _root.lostmoney;
_root.selfesteem = _root.selfesteem - 5;
_root.progresstime = 5;
}
if (_root.money <= 0) {
_root.money = 0;
}
_root.inprogress = true;
_root.sding.start();
}
Symbol 575 Button
on (rollOver) {
_root.description = "Steal a kid's bike.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(29);
_root.energy = _root.energy - 15;
_root.happiness = _root.happiness + 30;
_root.hygiene = _root.hygiene - 10;
_root.wonorlost = (random(100) + (_root.intuition / 3)) + (_root.motivation / 3);
if (_root.wonorlost >= 50) {
_root.wonmoney = random(200);
_root.crimesuccessmenu._x = 29;
_root.crimesuccessmenu._y = 238.5;
_root.money = _root.money + _root.wonmoney;
_root.selfesteem = _root.selfesteem + 45;
_root.progresstime = 10;
}
if (_root.wonorlost <= 49) {
_root.lostmoney = random(200);
_root.crimefailuremenu._x = 29;
_root.crimefailuremenu._y = 238.5;
_root.money = _root.money - _root.lostmoney;
_root.selfesteem = _root.selfesteem - 5;
_root.progresstime = 15;
}
if (_root.money <= 0) {
_root.money = 0;
}
_root.inprogress = true;
_root.sding.start();
}
Symbol 577 Button
on (rollOver) {
_root.description = "Steal a car.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(30);
_root.energy = _root.energy - 20;
_root.happiness = _root.happiness + 35;
_root.hygiene = _root.hygiene - 15;
_root.wonorlost = (random(100) + (_root.intuition / 3)) + (_root.motivation / 3);
if (_root.wonorlost >= 60) {
_root.wonmoney = random(1000);
_root.crimesuccessmenu._x = 29;
_root.crimesuccessmenu._y = 238.5;
_root.money = _root.money + _root.wonmoney;
_root.selfesteem = _root.selfesteem + 50;
_root.progresstime = 10;
}
if (_root.wonorlost <= 59) {
_root.lostmoney = random(1000);
_root.crimefailuremenu._x = 29;
_root.crimefailuremenu._y = 238.5;
_root.money = _root.money - _root.lostmoney;
_root.selfesteem = _root.selfesteem - 5;
_root.progresstime = 15;
}
if (_root.money <= 0) {
_root.money = 0;
}
_root.inprogress = true;
_root.sding.start();
}
Symbol 579 Button
on (rollOver) {
_root.description = "Rob a bank.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(31);
_root.energy = _root.energy - 25;
_root.happiness = _root.happiness + 40;
_root.hygiene = _root.hygiene - 20;
_root.wonorlost = (random(100) + (_root.intuition / 3)) + (_root.motivation / 3);
if (_root.wonorlost >= 70) {
_root.wonmoney = random(10000);
_root.crimesuccessmenu._x = 29;
_root.crimesuccessmenu._y = 238.5;
_root.money = _root.money + _root.wonmoney;
_root.selfesteem = _root.selfesteem + 55;
_root.progresstime = 10;
}
if (_root.wonorlost <= 69) {
_root.lostmoney = random(10000);
_root.crimefailuremenu._x = 29;
_root.crimefailuremenu._y = 238.5;
_root.money = _root.money - _root.lostmoney;
_root.selfesteem = _root.selfesteem - 5;
_root.progresstime = 20;
}
if (_root.money <= 0) {
_root.money = 0;
}
_root.inprogress = true;
_root.sding.start();
}
Symbol 581 Button
on (rollOver) {
_root.description = "Do some insider trading.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(33);
_root.energy = _root.energy - 20;
_root.happiness = _root.happiness + 55;
_root.hygiene = _root.hygiene - 20;
_root.wonorlost = (random(100) + (_root.intuition / 3)) + (_root.motivation / 3);
if (_root.wonorlost >= 95) {
_root.wonmoney = random(500000);
_root.crimesuccessmenu._x = 29;
_root.crimesuccessmenu._y = 238.5;
_root.money = _root.money + _root.wonmoney;
_root.selfesteem = _root.selfesteem + 60;
_root.progresstime = 10;
}
if (_root.wonorlost <= 94) {
_root.lostmoney = random(500000);
_root.crimefailuremenu._x = 29;
_root.crimefailuremenu._y = 238.5;
_root.money = _root.money - _root.lostmoney;
_root.selfesteem = _root.selfesteem - 5;
_root.progresstime = 25;
}
if (_root.money <= 0) {
_root.money = 0;
}
_root.inprogress = true;
_root.sding.start();
}
Symbol 582 Button
on (rollOver) {
_root.description = "Close this menu.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.crimemenu._x = -500;
_root.crimemenu._y = -500;
_root.spop.start();
}
Symbol 584 Button
on (rollOver) {
_root.description = "Counterfeit money.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(32);
_root.energy = _root.energy - 35;
_root.happiness = _root.happiness + 45;
_root.hygiene = _root.hygiene - 25;
_root.wonorlost = (random(100) + (_root.intuition / 3)) + (_root.motivation / 3);
if (_root.wonorlost >= 90) {
_root.wonmoney = random(100000);
_root.crimesuccessmenu._x = 29;
_root.crimesuccessmenu._y = 238.5;
_root.money = _root.money + _root.wonmoney;
_root.selfesteem = _root.selfesteem + 60;
_root.progresstime = 10;
}
if (_root.wonorlost <= 89) {
_root.lostmoney = random(100000);
_root.crimefailuremenu._x = 29;
_root.crimefailuremenu._y = 238.5;
_root.money = _root.money - _root.lostmoney;
_root.selfesteem = _root.selfesteem - 5;
_root.progresstime = 25;
}
if (_root.money <= 0) {
_root.money = 0;
}
_root.inprogress = true;
_root.sding.start();
}
Symbol 589 Button
on (rollOver) {
_root.description = "Surf the web.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(36);
_root.hygiene = _root.hygiene - 20;
_root.bladder = _root.bladder - 10;
_root.happiness = _root.happiness + 25;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 592 Button
on (rollOver) {
_root.description = "Oogle hotties in swimsuits.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(36);
_root.hygiene = _root.hygiene - 25;
_root.bladder = _root.bladder - 15;
_root.happiness = _root.happiness + 30;
_root.love = _root.love + 20;
_root.progresstime = 10;
_root.inprogress = true;
_root.sding.start();
}
Symbol 594 Button
on (rollOver) {
_root.description = "Go on ebay and look but don't buy.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(36);
_root.hygiene = _root.hygiene - 20;
_root.bladder = _root.bladder - 10;
_root.happiness = _root.happiness + 35;
_root.progresstime = 15;
_root.inprogress = true;
_root.sding.start();
}
Symbol 597 Button
on (rollOver) {
_root.description = "Play solitaire.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(36);
_root.hygiene = _root.hygiene - 20;
_root.bladder = _root.bladder - 10;
_root.happiness = _root.happiness + 20;
_root.selfesteem = _root.selfesteem + 15;
_root.progresstime = 20;
_root.inprogress = true;
_root.sding.start();
}
Symbol 598 Button
on (rollOver) {
_root.description = "Close this menu.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.computermenu._x = -500;
_root.computermenu._y = -500;
_root.spop.start();
}
Symbol 603 Button
on (rollOver) {
_root.description = "Green apple. $15.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 14) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(11);
_root.bladder = _root.bladder + 15;
_root.hunger = _root.hunger - 20;
_root.money = _root.money - 15;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 606 Button
on (rollOver) {
_root.description = "Muffin. $25.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 24) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(11);
_root.bladder = _root.bladder + 20;
_root.hunger = _root.hunger - 25;
_root.money = _root.money - 25;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 609 Button
on (rollOver) {
_root.description = "Watermelon. $50.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 49) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(11);
_root.bladder = _root.bladder + 20;
_root.hunger = _root.hunger - 35;
_root.money = _root.money - 49;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 612 Button
on (rollOver) {
_root.description = "Orange. $20.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 19) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(11);
_root.bladder = _root.bladder + 10;
_root.hunger = _root.hunger - 25;
_root.money = _root.money - 20;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 615 Button
on (rollOver) {
_root.description = "Banana. $10.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 9) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(11);
_root.bladder = _root.bladder + 5;
_root.hunger = _root.hunger - 15;
_root.money = _root.money - 10;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 618 Button
on (rollOver) {
_root.description = "French fries. $35.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 34) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(11);
_root.bladder = _root.bladder + 35;
_root.hunger = _root.hunger - 40;
_root.money = _root.money - 35;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 621 Button
on (rollOver) {
_root.description = "Pizza. $45.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 44) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(11);
_root.bladder = _root.bladder + 45;
_root.hunger = _root.hunger - 55;
_root.money = _root.money - 45;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 624 Button
on (rollOver) {
_root.description = "Sub-sandwich. $55.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 54) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(11);
_root.bladder = _root.bladder + 50;
_root.hunger = _root.hunger - 60;
_root.money = _root.money - 55;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 627 Button
on (rollOver) {
_root.description = "Ice cream. $35.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 34) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(11);
_root.bladder = _root.bladder + 20;
_root.hunger = _root.hunger - 30;
_root.money = _root.money - 35;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 630 Button
on (rollOver) {
_root.description = "Hamburger. $60.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 59) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(11);
_root.bladder = _root.bladder + 55;
_root.hunger = _root.hunger - 65;
_root.money = _root.money - 60;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 633 Button
on (rollOver) {
_root.description = "Pancakes. $75.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 74) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(11);
_root.bladder = _root.bladder + 60;
_root.hunger = _root.hunger - 75;
_root.money = _root.money - 75;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 636 Button
on (rollOver) {
_root.description = "Candy bar. $15.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 14) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(11);
_root.bladder = _root.bladder + 20;
_root.hunger = _root.hunger - 20;
_root.money = _root.money - 15;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 639 Button
on (rollOver) {
_root.description = "Steak. $125.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 124) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(11);
_root.bladder = _root.bladder + 30;
_root.hunger = _root.hunger - 85;
_root.money = _root.money - 125;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 642 Button
on (rollOver) {
_root.description = "Hotdog. $100.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 99) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(11);
_root.bladder = _root.bladder + 40;
_root.hunger = _root.hunger - 75;
_root.money = _root.money - 100;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 645 Button
on (rollOver) {
_root.description = "Chicken leg. $110.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 109) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(11);
_root.bladder = _root.bladder + 50;
_root.hunger = _root.hunger - 80;
_root.money = _root.money - 110;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 648 Button
on (rollOver) {
_root.description = "Pepsi cola. $200.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
if (_root.inprogress == true) {
_root.inprogressmenu._x = 34.3;
_root.inprogressmenu._y = 169.1;
_root.sthud.start();
return(undefined);
}
if (_root.money <= 199) {
_root.nomoneymenu._x = 47.6;
_root.nomoneymenu._y = 216.1;
_root.sthud.start();
return(undefined);
}
_root.actiongraph.gotoAndStop(11);
_root.bladder = _root.bladder + 65;
_root.hunger = _root.hunger - 100;
_root.energy = _root.energy + 30;
_root.money = _root.money - 200;
_root.progresstime = 5;
_root.inprogress = true;
_root.sding.start();
}
Symbol 649 Button
on (rollOver) {
_root.description = "Close this menu.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.foodmenu._x = -500;
_root.foodmenu._y = -500;
_root.spop.start();
}
Symbol 652 Button
on (rollOver) {
_root.description = "Your man buried in a shallow grave.";
}
on (rollOut) {
_root.description = "";
}
Symbol 657 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.nomoneymenu._x = -500;
_root.nomoneymenu._y = -500;
_root.spop.start();
}
Symbol 664 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.inprogressmenu._x = -500;
_root.inprogressmenu._y = -500;
_root.spop.start();
}
Symbol 667 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.aseggmenu._x = -500;
_root.aseggmenu._y = -500;
_root.spop.start();
}
Symbol 670 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.moneylostmenu._x = -500;
_root.moneylostmenu._y = -500;
_root.spop.start();
}
Symbol 675 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.moneywonmenu._x = -500;
_root.moneywonmenu._y = -500;
_root.spop.start();
}
Symbol 681 Button
on (rollOver) {
_root.description = "Close this menu.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.spop.start();
_root.statsmenu._x = -500;
_root.statsmenu._y = -500;
}
Symbol 699 Button
on (rollOver) {
_root.description = "Your man's laziness.";
}
on (rollOut) {
_root.description = "";
}
Symbol 700 Button
on (rollOver) {
_root.description = "Your man's motivation.";
}
on (rollOut) {
_root.description = "";
}
Symbol 701 Button
on (rollOver) {
_root.description = "Your man's self-confidence.";
}
on (rollOut) {
_root.description = "";
}
Symbol 702 Button
on (rollOver) {
_root.description = "Your man's depression.";
}
on (rollOut) {
_root.description = "";
}
Symbol 703 Button
on (rollOver) {
_root.description = "Your man's intuition.";
}
on (rollOut) {
_root.description = "";
}
Symbol 704 Button
on (rollOver) {
_root.description = "Your man's suaveness.";
}
on (rollOut) {
_root.description = "";
}
Symbol 705 Button
on (rollOver) {
_root.description = "Your man's greed.";
}
on (rollOut) {
_root.description = "";
}
Symbol 706 Button
on (rollOver) {
_root.description = "Your man's gluttony.";
}
on (rollOut) {
_root.description = "";
}
Symbol 709 Button
on (rollOver) {
_root.description = "Care rating of your middle age man.";
}
on (rollOut) {
_root.description = "";
}
Symbol 712 Button
on (rollOver) {
_root.description = "The name of your Tamagotchi.";
}
on (rollOut) {
_root.description = "";
}
Symbol 714 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.datesuccessmenu._x = -500;
_root.datesuccessmenu._y = -500;
_root.spop.start();
}
Symbol 717 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.datefailuremenu._x = -500;
_root.datefailuremenu._y = -500;
_root.spop.start();
}
Symbol 722 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.exfailuremenu._x = -500;
_root.exfailuremenu._y = -500;
_root.spop.start();
}
Symbol 725 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.exsuccessmenu._x = -500;
_root.exsuccessmenu._y = -500;
_root.spop.start();
}
Symbol 728 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.kidsfailuremenu._x = -500;
_root.kidsfailuremenu._y = -500;
_root.spop.start();
}
Symbol 731 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.kidssuccessmenu._x = -500;
_root.kidssuccessmenu._y = -500;
_root.spop.start();
}
Symbol 734 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.randomcallmenu._x = -500;
_root.randomcallmenu._y = -500;
_root.spop.start();
}
Symbol 738 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.crimefailuremenu._x = -500;
_root.crimefailuremenu._y = -500;
_root.spop.start();
}
Symbol 742 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.crimesuccessmenu._x = -500;
_root.crimesuccessmenu._y = -500;
_root.spop.start();
}
Symbol 747 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.lottowonmenu._x = -500;
_root.lottowonmenu._y = -500;
_root.spop.start();
}
Symbol 751 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.lottolostmenu._x = -500;
_root.lottolostmenu._y = -500;
_root.spop.start();
}
Symbol 755 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.workingmenu._x = -500;
_root.workingmenu._y = -500;
_root.spop.start();
}
Symbol 760 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.savemenu._x = -500;
_root.savemenu._y = -500;
_root.spop.start();
}
Symbol 764 Button
on (rollOver) {
_root.description = "Close this box.";
_root.sclick.start();
}
on (rollOut) {
_root.description = "";
}
on (press) {
_root.deadmanmenu._x = -500;
_root.deadmanmenu._y = -500;
_root.spop.start();
}