Frame 1
stop();
Instance of Symbol 20 MovieClip in Frame 1
onClipEvent (load) {
intTotal = _parent.getBytesTotal();
}
onClipEvent (enterFrame) {
intLoad = _parent.getBytesLoaded();
loadingVar = intLoad / intTotal;
intHave = loadingVar * 100;
_parent.loadingVar = Math.round(intHave);
if (_parent.loadingVar == 100) {
ifFrameLoaded (2) {
_parent.nextFrame();
}
}
}
Instance of Symbol 916 MovieClip "wholeMovie" in Frame 2
onClipEvent (load) {
trace(((("im here, [" + _x) + ", ") + _y) + "]...");
}
Symbol 29 Button
on (press) {
play();
}
Symbol 37 Button
on (press) {
nextFrame();
}
Symbol 39 Button
on (press) {
gotoAndStop (75);
}
Symbol 41 Button
on (press) {
fscommand ("messagebox", "Thank you for tring this game");
fscommand ("quit", true);
unloadMovie (_root);
}
Symbol 43 Button
on (press) {
gotoAndStop (91);
}
Symbol 48 Button
on (press) {
charStr = 33;
charChm = 20;
charInt = 7;
intFns = 99;
intPlr = 60;
intKge = 21;
}
Symbol 49 Button
on (press) {
charStr = 19;
charChm = 32;
charInt = 9;
intFns = 57;
intPlr = 96;
intKge = 36;
}
Symbol 50 Button
on (press) {
charStr = 5;
charChm = 15;
charInt = 40;
intFns = 15;
intPlr = 45;
intKge = 120;
}
Symbol 51 Button
on (press) {
charStr = 20;
charChm = 20;
charInt = 20;
intFns = 60;
intPlr = 60;
intKge = 60;
}
Symbol 52 Button
on (press) {
charName = txtName.text;
nextFrame();
}
Symbol 58 Button
on (press, keyPress "<Enter>") {
if (myPass == "jiozkociemj") {
charStr = 999;
charChm = 999;
charInt = 999;
charM = 999999999 /* 0x3B9AC9FF */;
boolCheated = true;
}
if (myPass == "whuzduhman?") {
charChm = 300;
boolCheated = true;
}
if (myPass == "darnaaaa!!!") {
charStr = 300;
boolCheated = true;
}
if (myPass == "40gigofmemo") {
charInt = 300;
boolCheated = true;
}
if (myPass == "$cha-ching$") {
charM = 99999 /* 0x01869F */;
boolCheated = true;
}
trace(myPass);
if (myPass == "creek23isMJ") {
gotoAndStop (88);
}
if (myPass == "dirtytricks") {
boolCheated = false;
}
if (boolCheated == false) {
sndCannot.start(0, 0);
}
if (boolCheated == true) {
soundRes.start(0, 0);
}
myPass = "";
}
Symbol 61 Button
on (press) {
charName = txtName.text;
charAGE = txtAge.text;
charZodiac = txtZodiac.text;
prevFrame();
}
Symbol 63 Button
on (press) {
gotoAndStop (73);
}
Symbol 65 Button
on (press, keyPress "<Enter>") {
nextFrame();
}
Symbol 124 Button
on (press, keyPress "1") {
if (intAdd > 0) {
charStr++;
intAdd--;
}
}
Symbol 125 Button
on (press, keyPress "<Enter>") {
if (intAdd == 0) {
nextFrame();
}
}
Symbol 127 Button
on (press, keyPress "2") {
if (intAdd > 0) {
charChm++;
intAdd--;
}
}
Symbol 128 Button
on (press, keyPress "3") {
if (intAdd > 0) {
charInt++;
intAdd--;
}
}
Symbol 135 Button
on (press) {
if (_currentframe != 27) {
nextFrame();
}
if (((_currentframe == 27) and (txtName.text != "")) and (txtName.length > 5)) {
verificationPassword = txtName.text;
nextFrame();
}
}
Symbol 138 Button
on (press) {
gotoAndStop (73);
}
Symbol 140 Button
on (press) {
gotoAndStop (92);
}
on (dragOut) {
if (Key.getCode() == 77) {
_root.wholeMovie._visible = false;
}
}
Symbol 142 Button
on (press) {
gotoAndStop (12);
}
Symbol 144 Button
on (press) {
fscommand ("fullscreen", false);
Stage.scaleMode = "noScale";
fscommand ("allowscale", false);
}
Symbol 146 Button
on (press) {
fscommand ("fullscreen", true);
Stage.scaleMode = "noScale";
fscommand ("allowscale", true);
}
Symbol 149 Button
on (press) {
if (intHr > 5) {
gotoAndStop (36);
}
if (intHr <= 5) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "TIME (6:00 TO 24:00)";
}
Symbol 150 Button
on (press) {
if (((intHr > 5) and (intHr < 20)) and ((intDay % 7) != 0)) {
gotoAndStop (30);
}
if (((intHr <= 5) or (intHr >= 20)) or ((intDay % 7) == 0)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "TIME (6:00 TO 19:00)";
txtReq.text = (txtReq.text + newline) + "DAY (MONDAY TO SATURDAY)";
}
Symbol 151 Button
on (press) {
gotoAndStop (32);
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "NOTHING";
}
Symbol 152 Button
on (press) {
if ((intHr > 7) and (intHr < 16)) {
gotoAndStop (38);
}
if ((intHr <= 7) or (intHr >= 16)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "TIME 8:00 TO 15:00";
}
Symbol 153 Button
on (press) {
if ((intHr > 9) and (intHr < 24)) {
gotoAndStop (34);
}
if (intHr <= 9) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "TIME (10:00 TO 24:00)";
}
Symbol 154 Button
on (press) {
gotoAndStop (40);
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "NOTHING";
}
Symbol 155 Button
on (press) {
if ((intHr < 3) or (intHr > 14)) {
gotoAndStop (42);
}
if ((intHr >= 3) and (intHr <= 14)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "TIME (15:00 TO 3:00)";
}
Symbol 156 Button
on (press) {
if ((intHr > 8) and (intHr < 15)) {
gotoAndStop (44);
}
if ((intHr <= 8) or (intHr >= 15)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "TIME (9:00 TO 15:00)";
}
Symbol 166 MovieClip Frame 3
_parent.intMin = _parent.intMin + 10;
if (_parent.petKge > 0) {
_parent.petKge--;
}
if (_parent.petHP > 25) {
_parent.petEN--;
}
_parent.updateTime();
if (_parent.intHr > 11) {
this._alpha = (((_parent.intHr - 12) / 12) * 100) - 5;
}
if (_parent.intHr < 12) {
this._alpha = (((11 - _parent.intHr) / 11) * 100) + 5;
if (_parent.intHr < 6) {
this._alpha = this._alpha - 10;
}
}
gotoAndPlay (1);
Symbol 168 Button
on (press) {
displayBar.intShowWhat = 1;
displayBar.gotoAndPlay(2);
}
Symbol 169 Button
on (press) {
displayBar.intShowWhat = 2;
displayBar.gotoAndPlay(2);
}
Symbol 170 Button
on (press) {
displayBar.intShowWhat = 3;
displayBar.gotoAndPlay(2);
}
Symbol 171 Button
on (press) {
displayBar.intShowWhat = 4;
displayBar.gotoAndPlay(2);
}
Symbol 172 Button
on (press) {
displayBar.intShowWhat = 5;
displayBar.gotoAndPlay(2);
}
Symbol 173 Button
on (press) {
gotoAndStop (28);
}
Symbol 175 Button
on (press) {
displayBar.intShowWhat = 6;
displayBar.gotoAndPlay(2);
}
Symbol 181 Button
on (press) {
gotoAndPlay (18);
}
Symbol 215 MovieClip Frame 1
stop();
Symbol 215 MovieClip Frame 7
switch (intShowWhat) {
case 1 :
gotoAndStop (13);
break;
case 2 :
gotoAndStop (14);
break;
case 3 :
gotoAndStop (15);
break;
case 4 :
gotoAndStop (16);
break;
case 5 :
gotoAndStop (17);
break;
case 6 :
gotoAndStop (18);
break;
default :
gotoAndPlay (8);
}
Symbol 215 MovieClip Frame 12
stop();
Symbol 215 MovieClip Frame 22
gotoAndPlay (8);
Symbol 222 Button
on (press) {
gotoAndStop (29);
}
Symbol 224 Button
on (press) {
if (((charEN > 4) and (intHr < 17)) and (intKge < 9984)) {
gotoAndStop (46);
}
if (((charEN <= 4) or (intHr >= 17)) or (intKge >= 9984)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "TIME (6:00 TO 17:00)";
txtReq.text = (txtReq.text + newline) + "ENERGY (5 PTS)";
}
Symbol 225 Button
on (press) {
if (((((charEN > 29) and (intHr < 17)) and (charHP > 9)) and (intKge > 29)) and (charInt < 9989)) {
gotoAndStop (47);
}
if (((((charEN <= 29) or (intHr >= 17)) or (charHP <= 9)) or (intKge <= 29)) or (charInt >= 9989)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "TIME (6:00 TO 17:00)";
txtReq.text = (txtReq.text + newline) + "ENERGY (30 PTS)";
txtReq.text = (txtReq.text + newline) + "HEALTH (10 PTS)";
txtReq.text = (txtReq.text + newline) + "KNOWLEDGE (30 PTS)";
}
Symbol 228 Button
on (press) {
gotoAndStop (48);
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "ENERGY (20 PTS)";
txtReq.text = (txtReq.text + newline) + "HEALTH (10 PTS)";
txtReq.text = (txtReq.text + newline) + "POPULARITY (30 PTS)";
}
Symbol 235 Button
on (press) {
if (((charHP < 100) and (intDay < 100)) or ((charEN < 100) and (intDay < 100))) {
gotoAndStop (50);
}
if (((charHP == 100) or (charEN == 100)) or (intDay == 100)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "DAY LESS THAN 100";
txtReq.text = (txtReq.text + newline) + "ENERGY (LESS THAN 100 PTS)";
txtReq.text = (txtReq.text + newline) + "HEALTH (LESS THAN 100 PTS)";
}
Symbol 236 Button
on (press) {
if ((charEN > 9) and (intPlr < 9979)) {
gotoAndStop (51);
}
if ((charEN <= 9) or (intPlr >= 9979)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "ENERGY (10 PTS)";
}
Symbol 239 Button
on (press) {
if (((charEN > 9) and (charRel > 98)) and (charRel < 99989)) {
gotoAndStop (52);
}
if (((charEN <= 9) or (charRel <= 98)) or (charRel >= 99989)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "ENERGY (10 PTS)";
txtReq.text = (txtReq.text + newline) + "RELATIONSHIP (AT LEAST NEW FRIEND)";
}
Symbol 241 Button
on (press) {
if (petHP > 0) {
gotoAndStop (53);
}
if (petHP == 0) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "PET";
}
Symbol 247 Button
on (press) {
if (((charM > 74) and (charEN < 100)) or ((charM > 74) and (charHP < 100))) {
gotoAndStop (59);
}
if (((charM <= 74) or (charEN == 100)) or (charHP == 100)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "TIME (10:00 TO 24:00)";
}
Symbol 249 Button
on (press) {
gotoAndStop (58);
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "NOTHING";
}
Symbol 250 Button
on (press) {
gotoAndStop (57);
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "NOTHING";
}
Symbol 254 Button
on (press) {
if ((((charEN > 24) and (intKge > 10)) and (charHP > 6)) and (charM < 9979000)) {
gotoAndStop (63);
}
if ((((charEN <= 24) or (intKge <= 10)) or (charHP <= 6)) or (charM >= 9979000)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "ENERGY (25 PTS)";
txtReq.text = (txtReq.text + newline) + "HEALTH (7 PTS)";
txtReq.text = (txtReq.text + newline) + "KNOWLEDGE (10 PTS)";
}
Symbol 256 Button
on (press) {
if ((((charEN > 19) and (intPlr > 19)) and (charHP > 4)) and (charM < 983799)) {
gotoAndStop (62);
}
if ((((charEN <= 19) or (intPlr <= 19)) or (charHP <= 4)) or (charM >= 983799)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "ENERGY (20 PTS)";
txtReq.text = (txtReq.text + newline) + "HEALTH (5 PTS)";
txtReq.text = (txtReq.text + newline) + "POPULARITY (20 PTS)";
}
Symbol 259 Button
on (press) {
if ((((intHr > 5) and (intHr < 18)) and (charEN > 9)) and (intFns < 9984)) {
gotoAndStop (64);
}
if ((((intHr <= 5) or (intHr >= 18)) or (charEN <= 9)) or (intFns >= 9984)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "TIME (6:00 TO 17:00)";
txtReq.text = (txtReq.text + newline) + "ENERGY (10 PTS)";
}
Symbol 262 Button
on (press) {
if ((charEN > 14) and (intDay < 93)) {
boolSuccess = false;
intAdd = int(random(charStr / 5) + 3);
intAdd = intAdd - int(random(charChm / 5) + 3);
intAdd = intAdd + int(random(charInt / 5) + 3);
if ((intAdd > 15) and (charM < 992999)) {
boolSuccess = true;
}
gotoAndStop (61);
}
if ((charEN <= 14) or (intDay >= 93)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "ENERGY (15 PTS)";
txtReq.text = (txtReq.text + newline) + "DAYS (MORE THAN A WEEK)";
}
Symbol 264 Button
on (press) {
if (((intHr > 9) and (intHr < 16)) and (intDay < 90)) {
boolTakeMoney = true;
intMin = intMin + 5;
updateTime();
gotoAndStop (60);
}
if (((intHr <= 9) or (intHr >= 16)) or (intDay >= 90)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "NOTHING";
}
Symbol 266 Button
on (press) {
if ((((intHr > 7) and (intHr < 16)) and (charDepM < 999999)) and (intDay < 90)) {
boolTakeMoney = false;
intMin = intMin + 5;
updateTime();
gotoAndStop (60);
}
if ((((intHr <= 7) or (intHr >= 16)) or (charDepM >= 999999)) or (intDay >= 90)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "NOTHING";
}
Symbol 270 Button
on (press) {
if ((charEN > 19) and (intDay < 93)) {
boolSuccess = false;
charEN = charEN - 5;
intAdd = int(random(charStr / 7) + 3);
intAdd = intAdd - int(random(charChm / 7) + 3);
intAdd = intAdd + int(random(charInt / 7) + 3);
if ((intAdd > 20) and (charM < 992999)) {
boolSuccess = true;
}
gotoAndStop (68);
}
if ((charEN <= 19) or (intDay >= 93)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "DAYS (MORE THAN A WEEK)";
txtReq.text = (txtReq.text + newline) + "ENERGY (20 PTS)";
}
Symbol 272 Button
on (press) {
if ((charM > 4) and (charM < 99999)) {
gotoAndStop (69);
}
if ((charM <= 4) or (charM >= 99999)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "MONEY ($5)";
txtReq.text = (txtReq.text + newline) + "ENERGY (5 PTS)";
}
Symbol 274 Button
on (press) {
if ((charM > 499) and (charM < 9999999)) {
gotoAndStop (70);
}
if ((charM <= 499) or (charM >= 9999999)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "MONEY ($ 500)";
txtReq.text = (txtReq.text + newline) + "ENERGY (10 PTS)";
}
Symbol 278 Button
on (press) {
if ((((intPlr > 24) and (charHP > 14)) and (charEN > 19)) and (charChm < 9975)) {
gotoAndStop (65);
}
if ((((intPlr <= 24) or (charHP <= 14)) or (charEN <= 19)) or (charChm >= 9975)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "MONEY ($ 150)";
txtReq.text = (txtReq.text + newline) + "ENERGY (20 PTS)";
txtReq.text = (txtReq.text + newline) + "HEALTH (15 PTS)";
txtReq.text = (txtReq.text + newline) + "POPULARITY (25 PTS)";
}
Symbol 280 Button
on (press) {
if (((charM > 249) and (charEN > 9)) and (charRel < 50000)) {
charM = charM - 250;
charEN = charEN - 10;
intMin = intMin + 20;
updateTime();
gotoAndStop (67);
}
if (((charM <= 249) or (charEN <= 9)) or (charRel >= 50000)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "MONEY ($ 300)";
txtReq.text = (txtReq.text + newline) + "ENERGY (10 PTS)";
}
Symbol 282 Button
on (press) {
if ((((intFns > 29) and (charHP > 19)) and (charEN > 19)) and (charStr < 9970)) {
gotoAndStop (66);
}
if ((((intFns <= 29) or (charHP <= 19)) or (charEN <= 19)) or (charStr >= 9970)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "ENERGY (20 PTS)";
txtReq.text = (txtReq.text + newline) + "HEALTH (20 PTS)";
txtReq.text = (txtReq.text + newline) + "FITNESS (30 PTS)";
}
Symbol 286 Button
on (press) {
if ((charM >= 2400000) and (petHP < 1)) {
intMin = intMin + 20;
charM = charM - 2000000;
mySound.start(0, 0);
gotoAndStop (71);
}
if ((charM < 2400000) or (petHP > 0)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "MONEY (AT LEAST $ 2400000)";
}
Symbol 288 Button
on (press) {
if (((((charM > 4999) and (petHP > 0)) and (petEN > 14)) and (charEN > 9)) and (petKge < 500)) {
updateTime();
gotoAndStop (72);
}
if (((((charM <= 4999) or (petHP == 0)) or (petEN <= 14)) or (charEN <= 9)) or (petKge >= 500)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "TIME ($ 5000)";
}
Symbol 295 MovieClip Frame 1
_parent.soundRes.start(0, 0);
with (_parent) {
intAdd = int(random(10)) + 6;
intKge = intKge + intAdd;
charEN = charEN - int(intAdd / 3);
intMin = intMin + 30;
updateTime();
}
Symbol 295 MovieClip Frame 17
_parent.gotoAndStop("school");
Symbol 307 MovieClip Frame 1
_parent.soundRes.start(0, 0);
with (_parent) {
intAdd = int(random(5)) + 6;
charInt = charInt + intAdd;
intKge = intKge - int(intAdd * 3);
charHP = charHP - int(intAdd);
charEN = charEN - (int(intAdd * 2) + 10);
intHr = intHr + 2;
updateTime();
}
Symbol 307 MovieClip Frame 5
_parent.soundRes.start(0, 0);
Symbol 307 MovieClip Frame 9
_parent.soundRes.start(0, 0);
Symbol 307 MovieClip Frame 13
_parent.soundRes.start(0, 0);
Symbol 307 MovieClip Frame 17
_parent.gotoAndStop("school");
Symbol 309 Button
on (press) {
gotoAndStop (30);
}
Symbol 311 Button
on (press) {
if (((intPlr > 29) and (charHP > 9)) and (charEN > 19)) {
charEN = charEN - 20;
charHP = charHP - 10;
intPlr = intPlr - 29;
charRel = charRel + int(random(4) + 2);
nextFrame();
}
if (((intPlr <= 29) and (charHP <= 9)) and (charEN <= 19)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
Symbol 313 Button
on (press) {
sndCannot.start();
}
Symbol 320 Button
on (press) {
Ellen.gotoAndStop("reject");
if (charRel > 245) {
Ellen.gotoAndStop("GivenGift");
option.intShowWhat = 7;
option.gotoAndPlay(2);
}
}
Symbol 324 Button
on (press) {
if (intAsk < 4) {
option.intShowWhat = int(random(3)) + 12;
}
if (intAsk < 3) {
option.intShowWhat = 11;
}
if (intAsk < 2) {
option.intShowWhat = 10;
}
if (intAsk < 1) {
option.intShowWhat = 9;
}
Ellen.gotoAndStop("Asked");
option.gotoAndPlay(2);
}
Symbol 326 Button
on (press) {
Ellen.gotoAndStop("reject");
if (charRel > 614) {
Ellen.gotoAndStop("GivenGift");
option.intShowWhat = 9;
option.gotoAndPlay(2);
}
}
Symbol 328 Button
on (press) {
gotoAndStop (48);
}
Symbol 339 Button
on (press) {
_parent.howYouDo();
_parent.gotoAndStop("levelUP");
}
Symbol 351 MovieClip Frame 7
_parent.intAsk++;
_parent.charRel = _parent.charRel + int(random(5) + 10);
_parent.soundRes.start(0, 0);
Symbol 358 Button
on (press) {
if (_parent.charRel > 30) {
}
}
Symbol 366 Button
on (press, keyPress "1") {
EllenSnobs1();
if ((((_parent.charStr > 32) and (_parent.charChm > 19)) and (_parent.charInt > 6)) and (_parent.charRel > 30)) {
EllenTalk1();
}
gotoAndPlay (20);
}
Symbol 367 Button
on (press, keyPress "2") {
EllenSnobs1();
if ((((_parent.charStr > 18) and (_parent.charChm > 31)) and (_parent.charInt > 8)) and (_parent.charRel > 30)) {
EllenTalk1();
}
gotoAndPlay (20);
}
Symbol 368 Button
on (press, keyPress "3") {
EllenSnobs1();
if ((((_parent.charStr > 4) and (_parent.charChm > 14)) and (_parent.charInt > 39)) and (_parent.charRel > 30)) {
EllenTalk1();
}
gotoAndPlay (20);
}
Symbol 369 Button
on (press, keyPress "4") {
EllenSnobs1();
if ((((_parent.charStr > 19) and (_parent.charChm > 19)) and (_parent.charInt > 19)) and (_parent.charRel > 30)) {
EllenTalk1();
}
gotoAndPlay (20);
}
Symbol 375 Button
on (press, keyPress "1") {
EllenSnobs2();
if ((((_parent.charStr > 40) and (_parent.charChm > 24)) and (_parent.charInt > 7)) and (_parent.charRel > 90)) {
EllenTalk2();
}
gotoAndPlay (20);
}
Symbol 376 Button
on (press, keyPress "2") {
EllenSnobs2();
if ((((_parent.charStr > 22) and (_parent.charChm > 39)) and (_parent.charInt > 10)) and (_parent.charRel > 90)) {
EllenTalk2();
}
gotoAndPlay (20);
}
Symbol 377 Button
on (press, keyPress "3") {
EllenSnobs2();
if ((((_parent.charStr > 5) and (_parent.charChm > 17)) and (_parent.charInt > 49)) and (_parent.charRel > 90)) {
EllenTalk2();
}
gotoAndPlay (20);
}
Symbol 378 Button
on (press, keyPress "4") {
EllenSnobs2();
if ((((_parent.charStr > 24) and (_parent.charChm > 24)) and (_parent.charInt > 24)) and (_parent.charRel > 90)) {
EllenTalk2();
}
gotoAndPlay (20);
}
Symbol 383 Button
on (press, keyPress "1") {
EllenSnobs3();
if ((((_parent.charStr > 50) and (_parent.charChm > 30)) and (_parent.charInt > 9)) and (_parent.charRel > 240)) {
EllenTalk3();
}
gotoAndPlay (20);
}
Symbol 384 Button
on (press, keyPress "2") {
EllenSnobs3();
if ((((_parent.charStr > 27) and (_parent.charChm > 49)) and (_parent.charInt > 12)) and (_parent.charRel > 240)) {
EllenTalk3();
}
gotoAndPlay (20);
}
Symbol 385 Button
on (press, keyPress "3") {
EllenSnobs3();
if ((((_parent.charStr > 6) and (_parent.charChm > 21)) and (_parent.charInt > 61)) and (_parent.charRel > 240)) {
EllenTalk3();
}
gotoAndPlay (20);
}
Symbol 386 Button
on (press, keyPress "4") {
EllenSnobs3();
if ((((_parent.charStr > 30) and (_parent.charChm > 30)) and (_parent.charInt > 30)) and (_parent.charRel > 240)) {
EllenTalk3();
}
gotoAndPlay (20);
}
Symbol 391 Button
on (press, keyPress "1") {
EllenSnobs4();
if ((((_parent.charStr > 62) and (_parent.charChm > 37)) and (_parent.charInt > 11)) and (_parent.charRel > 610)) {
EllenTalk4();
}
gotoAndPlay (20);
}
Symbol 392 Button
on (press, keyPress "2") {
EllenSnobs4();
if ((((_parent.charStr > 34) and (_parent.charChm > 61)) and (_parent.charInt > 15)) and (_parent.charRel > 610)) {
EllenTalk4();
}
gotoAndPlay (20);
}
Symbol 393 Button
on (press, keyPress "3") {
EllenSnobs4();
if ((((_parent.charStr > 7) and (_parent.charChm > 26)) and (_parent.charInt > 76)) and (_parent.charRel > 610)) {
EllenTalk4();
}
gotoAndPlay (20);
}
Symbol 394 Button
on (press, keyPress "4") {
EllenSnobs4();
if ((((_parent.charStr > 37) and (_parent.charChm > 37)) and (_parent.charInt > 37)) and (_parent.charRel > 610)) {
EllenTalk4();
}
gotoAndPlay (20);
}
Symbol 399 Button
on (press, keyPress "1") {
EllenSnobs4();
if ((((_parent.charStr > 77) and (_parent.charChm > 46)) and (_parent.charInt > 14)) and (_parent.charRel > 1530)) {
EllenTalk4();
}
gotoAndPlay (20);
}
Symbol 400 Button
on (press, keyPress "2") {
EllenSnobs4();
if ((((_parent.charStr > 42) and (_parent.charChm > 76)) and (_parent.charInt > 19)) and (_parent.charRel > 1530)) {
EllenTalk4();
}
gotoAndPlay (20);
}
Symbol 401 Button
on (press, keyPress "3") {
EllenSnobs4();
if ((((_parent.charStr > 9) and (_parent.charChm > 32)) and (_parent.charInt > 95)) and (_parent.charRel > 1530)) {
EllenTalk4();
}
gotoAndPlay (20);
}
Symbol 402 Button
on (press, keyPress "4") {
EllenSnobs4();
if ((((_parent.charStr > 46) and (_parent.charChm > 46)) and (_parent.charInt > 46)) and (_parent.charRel > 1530)) {
EllenTalk4();
}
gotoAndPlay (20);
}
Symbol 416 MovieClip Frame 1
function EllenTalk5() {
if (_currentframe == 13) {
strTalk = "SILLY YOU...";
strThink = "...HE IS CUTE.";
}
if (_currentframe == 14) {
strTalk = "SILLY YOU...";
strThink = "...HE IS CUTE.";
}
if (_currentframe == 15) {
strTalk = "SILLY YOU...";
strThink = "...HE IS CUTE.";
}
if (_currentframe == 16) {
strTalk = "SILLY YOU...";
strThink = "...HE IS CUTE.";
}
if (_currentframe == 17) {
strTalk = "SILLY YOU...";
strThink = "...HE IS CUTE.";
}
with (_parent.Ellen) {
gotoAndStop("Talks");
strTalks.text = strTalk;
strThinks.text = strThink;
}
}
function EllenSnobs5() {
with (_parent.Ellen) {
gotoAndStop("Snobs");
strTalks.text = "...";
strThinks.text = "SILLY.";
}
}
stop();
Symbol 416 MovieClip Frame 5
gotoAndStop(intShowWhat);
Symbol 416 MovieClip Frame 9
function EllenTalk1() {
with (_parent.Ellen) {
gotoAndStop("Talks");
strTalks.text = "HI THERE! I'M ELLEN.";
strThinks.text = "HE'S FINE, I GUESS...";
}
}
function EllenSnobs1() {
with (_parent.Ellen) {
gotoAndStop("Snobs");
strTalks.text = "AS IF?";
strThinks.text = "...huh...";
}
}
Symbol 416 MovieClip Frame 10
function EllenTalk2() {
with (_parent.Ellen) {
gotoAndStop("Talks");
strTalks.text = "IT'S 805-36-65.";
strThinks.text = "ohmigod...";
}
}
function EllenSnobs2() {
with (_parent.Ellen) {
gotoAndStop("Snobs");
strTalks.text = "N! O!";
strThinks.text = "LIKE WE'RE CLOSE...";
}
}
Symbol 416 MovieClip Frame 11
function EllenTalk3() {
with (_parent.Ellen) {
gotoAndStop("Talks");
strTalks.text = "I WAS BORN ON JULY 23, 1989";
strThinks.text = "WHY IS HE ASKING?";
}
}
function EllenSnobs3() {
with (_parent.Ellen) {
gotoAndStop("Snobs");
strTalks.text = "WHY ASK?";
strThinks.text = "SORRY, I'M BUSY.";
}
}
Symbol 416 MovieClip Frame 12
function EllenTalk4() {
with (_parent.Ellen) {
gotoAndStop("Talks");
strTalks.text = "I'M INTO SOCCER";
strThinks.text = "YOU WANNA PLAY?";
}
}
function EllenSnobs4() {
with (_parent.Ellen) {
gotoAndStop("Snobs");
strTalks.text = "REALLY INTERESTED?";
strThinks.text = "I'M FEEL TIRED.";
}
}
Symbol 428 MovieClip Frame 1
_parent.soundRes.start(0, 0);
with (_parent) {
intAdd = 100;
charHP = 100;
charEN = 100;
if ((intHr > 5) and (intHr < 24)) {
intDay++;
}
if (intHr < 6) {
charHP = charHP - int(random(intHr) * 5);
intAdd = intHP;
}
inthR = 6;
intMin = 0;
}
Symbol 428 MovieClip Frame 5
_parent.soundRes.start(0, 0);
Symbol 428 MovieClip Frame 9
_parent.soundRes.start(0, 0);
Symbol 428 MovieClip Frame 13
_parent.soundRes.start(0, 0);
Symbol 428 MovieClip Frame 17
_parent.gotoAndStop("home");
Symbol 432 MovieClip Frame 1
_parent.soundRes.start(0, 0);
with (_parent) {
intAdd = int(random(15)) + 6;
charEN = charEN - int(intAdd / 2);
if (item2 > 0) {
intAdd = intAdd + 50;
item2--;
}
intPlr = intPlr + intAdd;
intMin = intMin + 45;
updateTime();
}
Symbol 432 MovieClip Frame 17
_parent.gotoAndStop("home");
Symbol 451 MovieClip Frame 1
_parent.soundRes.start(0, 0);
with (_parent) {
intAdd = int(random(7)) + 4;
charRel = charRel + intAdd;
charEN = charEN - int(intAdd * 2);
intMin = intMin + 20;
updateTime();
}
Symbol 451 MovieClip Frame 17
_parent.gotoAndStop("home");
howYouDo();
Symbol 453 Button
on (press) {
if (((item3 > 0) and (charEN > 9)) and (petHP < 100)) {
gotoAndStop (55);
}
if (((item3 == 0) and (charEN <= 9)) and (petHP == 100)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "ITEM#3 (1 PT)";
}
Symbol 455 Button
on (press) {
if (((item1 > 0) and (charEN > 4)) and (petEN < 100)) {
gotoAndStop (54);
}
if (((item1 == 0) and (charEN <= 4)) and (petEN == 100)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "ITEM#1 (1 PT)";
txtReq.text = (txtReq.text + newline) + "ENERGY (5 PTS)";
}
Symbol 456 Button
on (press) {
gotoAndStop (32);
}
Symbol 531 MovieClip Frame 1
_parent.soundRes.start(0, 0);
with (_parent) {
item1--;
intAdd = int(random(21) + 10);
petHP = petHP + int(intAdd / 3);
if (petHP > 99) {
petHP = 100;
}
petEN = petEN + intAdd;
if (petEN > 99) {
petEN = 100;
}
charEN = charEN - int(intAdd / 6);
intMin = intMin + 15;
updateTime();
}
Symbol 531 MovieClip Frame 17
_parent.gotoAndStop("playPet");
Symbol 531 MovieClip Frame 18
_parent.soundRes.start(0, 0);
with (_parent) {
item3--;
intAdd = int(random(21) + 30);
petHP = petHP + intAdd;
if (petHP > 99) {
petHP = 100;
}
petEN = petEN + int(intAdd / 5);
if (petEN > 99) {
petEN = 100;
}
charEN = charEN - int(intAdd / 5);
intMin = intMin + 20;
updateTime();
}
Symbol 531 MovieClip Frame 22
_parent.soundRes.start(0, 0);
Symbol 531 MovieClip Frame 26
_parent.soundRes.start(0, 0);
Symbol 531 MovieClip Frame 30
_parent.soundRes.start(0, 0);
Symbol 531 MovieClip Frame 34
_parent.gotoAndStop("playPet");
Symbol 533 Button
on (press) {
prevFrame();
}
Symbol 537 Button
on (press) {
if (charRel < 1000) {
option.gotoAndStop(int(random(3)) + 8);
}
if (charRel < 100) {
option.gotoAndStop(7);
}
if (charRel < 75) {
option.gotoAndStop(6);
}
if (charRel < 30) {
option.gotoAndStop(5);
}
}
Symbol 543 Button
on (press) {
if ((charM >= 350) and (item2 < 99)) {
item2++;
charM = charM - 350;
intMin = intMin + 10;
updateTime();
mySound.start(0, 0);
}
if ((charM < 350) or (item2 == 99)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "MONEY ($ 350)";
}
Symbol 545 Button
on (press) {
if ((charM >= 750) and (item3 < 99)) {
item3++;
charM = charM - 750;
intMin = intMin + 10;
updateTime();
mySound.start(0, 0);
}
if ((charM < 750) or (item3 == 99)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "MONEY ($ 750)";
}
Symbol 547 Button
on (press) {
if ((charM >= 120) and (item1 < 99)) {
item1++;
charM = charM - 120;
intMin = intMin + 10;
updateTime();
mySound.start(0, 0);
}
if ((charM < 120) or (item1 == 99)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "MONEY ($ 120)";
}
Symbol 548 Button
on (press) {
gotoAndStop (34);
}
Symbol 553 Button
on (press) {
if ((charM > 499) and (gift2 < 99)) {
gift2++;
charM = charM - 500;
intMin = intMin + 15;
updateTime();
mySound.start(0, 0);
}
if ((charM <= 499) or (gift2 == 99)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "MONEY ($ 500)";
}
Symbol 555 Button
on (press) {
if ((charM >= 3200) and (gift3 < 99)) {
gift3++;
charM = charM - 3200;
intMin = intMin + 15;
updateTime();
mySound.start(0, 0);
}
if ((charM < 3200) or (gift3 == 99)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "MONEY ($ 3200)";
}
Symbol 557 Button
on (press) {
if ((charM > 74) and (gift1 < 99)) {
gift1++;
charM = charM - 75;
intMin = intMin + 15;
updateTime();
mySound.start(0, 0);
}
if ((charM <= 74) or (gift1 == 99)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
on (rollOver) {
txtReq.text = "REQUIRES:";
txtReq.text = (txtReq.text + newline) + "MONEY ($ 75)";
}
Symbol 563 MovieClip Frame 1
_parent.soundRes.start(0, 0);
with (_parent) {
intAdd = int(random(10)) + 11;
charEN = charEN + int(intAdd / 2);
charHP = charHP + int(intAdd / 3);
if (charEN > 100) {
charEN = 100;
}
if (charHP > 100) {
charHP = 100;
}
charM = charM - 75;
intMin = intMin + 30;
updateTime();
}
Symbol 563 MovieClip Frame 17
_parent.gotoAndStop("mall");
Symbol 569 Button
on (press) {
gotoAndStop (38);
}
Symbol 571 Button
on (press, keyPress "<Enter>") {
if (int(transactionMade.text) == 0) {
crntFrame = _currentframe;
gotoAndStop (90);
}
if ((boolTakeMoney == true) and (int(transactionMade.text) > 0)) {
if (transactionMade.text > charDepM) {
transactionMade.text = charDepM;
}
charM = charM + int(transactionMade.text);
charDepM = charDepM - int(transactionMade.text);
madeTransact();
}
if (((boolTakeMoney == false) and (int(transactionMade.text) > 0)) and ((int(transactionMade.text) + charDepM) < 999999)) {
if (transactionMade.text > charM) {
transactionMade.text = charM;
}
charM = charM - int(transactionMade.text);
charDepM = charDepM + int(transactionMade.text);
madeTransact();
}
}
Symbol 592 MovieClip Frame 1
if (_parent.boolSuccess == true) {
play();
}
if (_parent.boolSuccess == false) {
gotoAndPlay (19);
}
Symbol 592 MovieClip Frame 2
_parent.mySound.start(0, 0);
with (_parent) {
intAdd = charStr * 7;
charEN = charEN - 15;
charHP = charHP - (int(charStr / 20000) + 11);
charM = charM + intAdd;
intHr++;
updateTime();
}
Symbol 592 MovieClip Frame 4
_parent.mySound.start(0, 0);
Symbol 592 MovieClip Frame 6
_parent.mySound.start(0, 0);
Symbol 592 MovieClip Frame 8
_parent.mySound.start(0, 0);
Symbol 592 MovieClip Frame 10
_parent.mySound.start(0, 0);
Symbol 592 MovieClip Frame 12
_parent.mySound.start(0, 0);
Symbol 592 MovieClip Frame 14
_parent.mySound.start(0, 0);
Symbol 592 MovieClip Frame 16
_parent.mySound.start(0, 0);
Symbol 592 MovieClip Frame 18
_parent.gotoAndStop("map");
Symbol 592 MovieClip Frame 19
_parent.sndBusted.start(0, 0);
_parent.sndBusted.setVolume(50);
_parent.intAdd = 7;
_parent.charHP = 100;
_parent.charEN = 100;
_parent.inthR = 6;
_parent.intMin = 0;
_parent.intDay = _parent.intDay + 7;
Symbol 592 MovieClip Frame 24
_parent.sndBusted.setVolume(40);
Symbol 592 MovieClip Frame 28
_parent.sndBusted.setVolume(30);
Symbol 592 MovieClip Frame 31
_parent.sndBusted.setVolume(20);
Symbol 592 MovieClip Frame 33
_parent.sndBusted.setVolume(10);
Symbol 592 MovieClip Frame 34
_parent.sndBusted.setVolume(5);
Symbol 592 MovieClip Frame 35
_parent.sndBusted.stop("busted");
_parent.sndBusted.setVolume(100);
_parent.gotoAndStop("map");
Symbol 604 MovieClip Frame 1
_parent.mySound.start(0, 0);
with (_parent) {
intAdd = (int(random(int(intPlr / 10))) + (charChm * 1.5)) + 200;
intPlr = intPlr - int(intAdd / 20);
if (intPlr < 0) {
intPlr = 0;
}
charHP = charHP - 5;
charM = charM + intAdd;
charEN = charEN - 20;
intHr++;
updateTime();
}
Symbol 604 MovieClip Frame 3
_parent.mySound.start(0, 0);
Symbol 604 MovieClip Frame 5
_parent.mySound.start(0, 0);
Symbol 604 MovieClip Frame 7
_parent.mySound.start(0, 0);
Symbol 604 MovieClip Frame 9
_parent.mySound.start(0, 0);
Symbol 604 MovieClip Frame 11
_parent.mySound.start(0, 0);
Symbol 604 MovieClip Frame 13
_parent.mySound.start(0, 0);
Symbol 604 MovieClip Frame 15
_parent.mySound.start(0, 0);
Symbol 604 MovieClip Frame 17
_parent.gotoAndStop("jobCenter");
Symbol 609 MovieClip Frame 1
_parent.mySound.start(0, 0);
with (_parent) {
intAdd = int(random(int(intKge / 10))) + (charInt * 2);
intKge = intKge - int(intAdd / 20);
charHP = charHP - 7;
if (intKge < 0) {
intKge = 0;
}
charM = charM + intAdd;
charEN = charEN - 25;
intHr++;
updateTime();
}
Symbol 609 MovieClip Frame 3
_parent.mySound.start(0, 0);
Symbol 609 MovieClip Frame 5
_parent.mySound.start(0, 0);
Symbol 609 MovieClip Frame 7
_parent.mySound.start(0, 0);
Symbol 609 MovieClip Frame 9
_parent.mySound.start(0, 0);
Symbol 609 MovieClip Frame 11
_parent.mySound.start(0, 0);
Symbol 609 MovieClip Frame 13
_parent.mySound.start(0, 0);
Symbol 609 MovieClip Frame 15
_parent.mySound.start(0, 0);
Symbol 609 MovieClip Frame 17
_parent.gotoAndStop("jobCenter");
Symbol 614 MovieClip Frame 1
_parent.soundRes.start(0, 0);
with (_parent) {
intAdd = int(random(10)) + 6;
charEN = charEN - 10;
intFns = intFns + intAdd;
intMin = intMin + 25;
updateTime();
}
Symbol 614 MovieClip Frame 17
_parent.gotoAndStop("jobCenter");
Symbol 623 MovieClip Frame 1
_parent.soundRes.start(0, 0);
with (_parent) {
intAdd = int(random(11)) + 5;
charChm = charChm + intAdd;
charM = charM - 150;
intPlr = intPlr - (int(intAdd * 2) - 5);
charHP = charHP - intAdd;
charEN = charEN - (intAdd + 5);
intMin = intMin + 40;
updateTime();
}
Symbol 623 MovieClip Frame 5
_parent.soundRes.start(0, 0);
Symbol 623 MovieClip Frame 9
_parent.soundRes.start(0, 0);
Symbol 623 MovieClip Frame 13
_parent.soundRes.start(0, 0);
Symbol 623 MovieClip Frame 18
_parent.gotoAndStop("hangOut");
Symbol 642 MovieClip Frame 1
_parent.soundRes.start(0, 0);
with (_parent) {
intAdd = int(random(11)) + 10;
charStr = charStr + intAdd;
intFns = intFns - int(intAdd * 1.5);
charHP = charHP - intAdd;
charEN = charEN - 20;
intHr++;
}
Symbol 642 MovieClip Frame 5
_parent.soundRes.start(0, 0);
Symbol 642 MovieClip Frame 9
_parent.soundRes.start(0, 0);
Symbol 642 MovieClip Frame 13
_parent.soundRes.start(0, 0);
Symbol 642 MovieClip Frame 17
_parent.gotoAndStop("hangOut");
Symbol 647 MovieClip Frame 4
i = int(random(5));
gotoAndPlay (1);
Symbol 647 MovieClip Frame 5
_parent.sndHit.start(0, 0);
Symbol 652 MovieClip Frame 1
value = 0;
Symbol 652 MovieClip Frame 19
removeMovieClip(this);
Symbol 652 MovieClip Frame 20
value = 1;
Symbol 652 MovieClip Frame 39
removeMovieClip(this);
Symbol 652 MovieClip Frame 40
value = 2;
Symbol 652 MovieClip Frame 59
removeMovieClip(this);
Symbol 652 MovieClip Frame 63
removeMovieClip(this);
Symbol 660 Button
on (press) {
gotoAndStop (40);
}
Symbol 662 Button
on (press) {
if ((((((int(transactionMade.text) != 0) and (int(transactionMade.text) <= 99999)) and (int(guessNum.text) < 7)) and (int(guessNum.text) > 0)) and (charEN > 4)) and (charM < 99999)) {
if (int(transactionMade.text) > charM) {
transactionMade.text = charM;
}
intAdd = int(random(6) + 1);
if ((intAdd < guessNum.text) and (intPlr > 500)) {
intAdd++;
intPlr = intPlr - 5;
}
if ((intAdd > guessNum.text) and (intPlr > 500)) {
intAdd--;
intPlr = intPlr - 5;
}
if (intAdd == guessNum.text) {
intResult.text = intAdd + " - You Win!!!";
charM = charM + (transactionMade.text * 10);
mySound.start(0, 0);
} else {
intResult.text = intAdd + " - You Lose!!!";
charM = charM - transactionMade.text;
}
transactionMade.text = 5;
intMin = intMin + 3;
charEN = charEN - 5;
updateTime();
}
if (((((int(transactionMade.text) == 0) or (int(guessNum.text) > 6)) or (int(guessNum.text) < 1)) or (charEN <= 4)) or (charM >= 99999)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
Symbol 678 Button
on (press) {
if (item1 > 0) {
item1--;
intMin = intMin + 10;
charEN = charEN + int(random(20) + 10);
charHP = charHP + int(random(20) + 10);
if (charHP > 99) {
charHP = 100;
}
if (charEN > 99) {
charEN = 100;
}
updateTime();
}
if (item1 == 0) {
crntFrame = _currentframe;
gotoAndStop (90);
}
}
Symbol 684 Button
on (press) {
if (((int(transactionMade.text) > 499) and (charEN > 9)) and (charM < 9999999)) {
i = 1;
while (i < 7) {
setProperty("btn" + i, _y , -100);
setProperty("btn" + i, _visible , true);
["intNum" + i].text = 0;
i++;
}
if (int(transactionMade.text) > charM) {
transactionMade.text = charM;
}
charM = charM - int(transactionMade.text);
transactionMade.type = "dynamic";
setProperty(btnPlus, _visible , true);
intAll = 0;
intCtr = 0;
}
if (((int(transactionMade.text) < 500) or (charEN <= 9)) or (charM >= 9999999)) {
crntFrame = _currentframe;
gotoAndStop (90);
}
updateTime();
}
Symbol 691 Button
on (press) {
if ((btn1._visible == true) and (btn1._y == -100)) {
if (intCtr < 3) {
intCtr++;
intAdd = int(random(10));
intNum1.text = intAdd;
intAll = intAll + intAdd;
btn1._visible = false;
if (intCtr == 3) {
endGame();
}
}
intMin = intMin + 2;
charEN = charEN - 3;
updateTime();
}
}
Symbol 692 Button
on (press) {
if ((btn2._visible == true) and (btn2._y == -100)) {
if (intCtr < 3) {
intCtr++;
intAdd = int(random(10));
intNum2.text = intAdd;
intAll = intAll + intAdd;
btn2._visible = false;
if (intCtr == 3) {
endGame();
}
}
intMin = intMin + 2;
charEN = charEN - 3;
updateTime();
}
}
Symbol 693 Button
on (press) {
if ((btn3._visible == true) and (btn3._y == -100)) {
if (intCtr < 3) {
intCtr++;
intAdd = int(random(10));
intNum3.text = intAdd;
intAll = intAll + intAdd;
btn3._visible = false;
if (intCtr == 3) {
endGame();
}
}
intMin = intMin + 2;
charEN = charEN - 3;
updateTime();
}
}
Symbol 694 Button
on (press) {
if ((btn4._visible == true) and (btn4._y == -100)) {
if (intCtr < 3) {
intCtr++;
intAdd = int(random(10));
intNum4.text = intAdd;
intAll = intAll + intAdd;
btn4._visible = false;
if (intCtr == 3) {
endGame();
}
}
intMin = intMin + 2;
charEN = charEN - 3;
updateTime();
}
}
Symbol 695 Button
on (press) {
if ((btn5._visible == true) and (btn5._y == -100)) {
if (intCtr < 3) {
intCtr++;
intAdd = int(random(10));
intNum5.text = intAdd;
intAll = intAll + intAdd;
btn5._visible = false;
if (intCtr == 3) {
endGame();
}
}
intMin = intMin + 2;
charEN = charEN - 3;
updateTime();
}
}
Symbol 696 Button
on (press) {
if ((btn6._visible == true) and (btn6._y == -100)) {
if (intCtr < 3) {
intCtr++;
intAdd = int(random(10));
intNum6.text = intAdd;
intAll = intAll + intAdd;
btn6._visible = false;
if (intCtr == 3) {
endGame();
}
}
intMin = intMin + 2;
charEN = charEN - 3;
updateTime();
}
}
Symbol 697 Button
on (press) {
if (((btnPlus._visible == true) and (charEN > 0)) and (int(txtName.text) <= charM)) {
transactionMade.text = int(transactionMade.text) + int(txtName.text);
charM = charM - int(txtName.text);
charEN--;
intMin++;
updateTime();
}
}
Symbol 702 Button
on (press) {
perType = 3;
petName = "TOOTHSEY";
petHP = 100;
petEN = 100;
petKge = 824;
charM = charM - 400000;
updateTime();
mySound.start(0, 0);
gotoAndStop (44);
}
Symbol 704 Button
on (press) {
petType = 1;
petName = "SHAQUILLE";
petHP = 100;
petEN = 100;
petKge = 206;
charM = charM - 100000;
updateTime();
mySound.start(0, 0);
gotoAndStop (44);
}
Symbol 708 Button
on (press) {
perType = 2;
petName = "HASTY";
petHP = 100;
petEN = 100;
petKge = 412;
charM = charM - 250000;
updateTime();
mySound.start(0, 0);
gotoAndStop (44);
}
Symbol 711 Button
on (press) {
gotoAndStop (44);
}
Symbol 721 MovieClip Frame 1
_parent.soundRes.start(0, 0);
with (_parent) {
intAdd = int(random(50)) + 50;
petKge = petKge + intAdd;
charEN = charEN - 10;
petEN = petEN - 15;
intMin = intMin + 30;
charM = charM - 5000;
updateTime();
}
Symbol 721 MovieClip Frame 5
_parent.soundRes.start(0, 0);
Symbol 721 MovieClip Frame 9
_parent.soundRes.start(0, 0);
Symbol 721 MovieClip Frame 13
_parent.soundRes.start(0, 0);
Symbol 721 MovieClip Frame 17
_parent.gotoAndStop("petShop");
Symbol 724 Button
on (press) {
if (txtCodec.length != 415) {
sndCannot.start();
txtCodec.text = "There is a problem with your saved file...";
txtCodec.type = "dynamic";
}
if (txtCodec.length == 415) {
txtCodec.type = "dynamic";
tmpString = txtCodec.text;
clearAndCut(50, 15);
i = 0;
while (i < 15) {
chrDecode(dsString.substr(i, 1));
i++;
}
charName = txtCodec.text;
clearAndCut(50, 15);
i = 0;
while (i < 15) {
chrDecode(dsString.substr(i, 1));
i++;
}
verificationPassword = txtCodec.text;
clearAndCut(16, 18);
i = 0;
while (i < 18) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
charM = parseInt(txtCodec.text, 10);
clearAndCut(19, 6);
i = 0;
while (i < 6) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
charHP = parseInt(txtCodec.text, 10);
clearAndCut(7, 6);
i = 0;
while (i < 6) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
charEN = parseInt(txtCodec.text, 10);
clearAndCut(7, 2);
i = 0;
while (i < 2) {
numDecode(dsString);
i = i + 2;
}
petType = parseInt(txtCodec.text, 10);
clearAndCut(3, 10);
i = 0;
while (i < 10) {
chrDecode(dsString.substr(i, 1));
i++;
}
petName = txtCodec.text;
clearAndCut(11, 6);
i = 0;
while (i < 6) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
petHP = parseInt(txtCodec.text, 10);
clearAndCut(7, 6);
i = 0;
while (i < 6) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
petEN = parseInt(txtCodec.text, 10);
clearAndCut(7, 6);
i = 0;
while (i < 6) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
petKge = parseInt(txtCodec.text, 10);
clearAndCut(7, 14);
i = 0;
while (i < 14) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
charDepM = parseInt(txtCodec.text, 10);
clearAndCut(15, 10);
i = 0;
while (i < 10) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
charRel = parseInt(txtCodec.text, 10);
clearAndCut(11, 8);
i = 0;
while (i < 8) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
charStr = parseInt(txtCodec.text, 10);
clearAndCut(9, 8);
i = 0;
while (i < 8) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
charChm = parseInt(txtCodec.text, 10);
clearAndCut(9, 8);
i = 0;
while (i < 8) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
charInt = parseInt(txtCodec.text, 10);
clearAndCut(9, 8);
i = 0;
while (i < 8) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
intFns = parseInt(txtCodec.text, 10);
clearAndCut(9, 8);
i = 0;
while (i < 8) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
intPlr = parseInt(txtCodec.text, 10);
clearAndCut(9, 8);
i = 0;
while (i < 8) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
intKge = parseInt(txtCodec.text, 10);
clearAndCut(9, 6);
i = 0;
while (i < 6) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
intDay = parseInt(txtCodec.text, 10);
clearAndCut(7, 4);
i = 0;
while (i < 4) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
intHr = parseInt(txtCodec.text, 10);
clearAndCut(5, 4);
i = 0;
while (i < 4) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
intMin = parseInt(txtCodec.text, 10);
clearAndCut(5, 4);
i = 0;
while (i < 4) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
intTD = parseInt(txtCodec.text, 10);
clearAndCut(5, 4);
i = 0;
while (i < 4) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
item1 = parseInt(txtCodec.text, 10);
clearAndCut(5, 4);
i = 0;
while (i < 4) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
item2 = parseInt(txtCodec.text, 10);
clearAndCut(5, 4);
i = 0;
while (i < 4) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
item3 = parseInt(txtCodec.text, 10);
clearAndCut(5, 4);
i = 0;
while (i < 4) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
gift1 = parseInt(txtCodec.text, 10);
clearAndCut(5, 4);
i = 0;
while (i < 4) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
gift2 = parseInt(txtCodec.text, 10);
clearAndCut(5, 4);
i = 0;
while (i < 4) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
gift3 = parseInt(txtCodec.text, 10);
clearAndCut(5, 1);
txtCodec.text = tmpString;
if (txtCodec.text == "\u00AE") {
boolCheated = true;
}
if (txtCodec.text == "\u00A9") {
boolCheated = false;
}
clearAndCut(2, 2);
i = 0;
while (i < 2) {
numDecode(dsString.substr(i, 2));
i = i + 2;
}
intAsk = parseInt(txtCodec.text, 10);
txtCodec.text = "";
if (verificationPassword == " ") {
gotoAndStop (12);
} else {
nextFrame();
}
}
}
Symbol 727 Button
on (press) {
if (boolSuccess == false) {
txtCodec.type = "dynamic";
txtCodec.text = "";
i = 0;
while (i < 50) {
i++;
typeAny();
}
dsString = charName;
i = 0;
while (i < 15) {
chrCodec(dsString.substr(i, 1));
i++;
}
i = 15;
while (i < 50) {
i++;
typeAny();
}
dsString = verificationPassword;
i = 0;
while (i < 15) {
chrCodec(dsString.substr(i, 1));
i++;
}
typeAny();
numCodec(int(charM / 10000000));
numCodec(int(((charM % 100000000) - (charM % 10000000)) / 10000000));
numCodec(int(((charM % 10000000) - (charM % 1000000)) / 1000000));
numCodec(int(((charM % 1000000) - (charM % 100000)) / 100000));
numCodec(int(((charM % 100000) - (charM % 10000)) / 10000));
numCodec(int(((charM % 10000) - (charM % 1000)) / 1000));
numCodec(int(((charM % 1000) - (charM % 100)) / 100));
numCodec(int(((charM % 100) - (charM % 10)) / 10));
numCodec(int((charM % 10) / 1));
typeAny();
numCodec(int(charHP / 100));
numCodec(int(((charHP % 100) - (charHP % 10)) / 10));
numCodec(int((charHP % 10) / 1));
typeAny();
numCodec(int(charEN / 100));
numCodec(int(((charEN % 100) - (charEN % 10)) / 10));
numCodec(int((charEN % 10) / 1));
typeAny();
numCodec(petType);
typeAny();
dsString = petName;
i = 0;
while (i < 10) {
chrCodec(dsString.substr(i, 1));
i++;
}
typeAny();
numCodec(int(petHP / 100));
numCodec(int(((petHP % 100) - (petHP % 10)) / 10));
numCodec(int((petHP % 10) / 1));
typeAny();
numCodec(int(petEN / 100));
numCodec(int(((petEN % 100) - (petEN % 10)) / 10));
numCodec(int((petEN % 10) / 1));
typeAny();
numCodec(int(petKge / 100));
numCodec(int(((petKge % 100) - (petKge % 10)) / 10));
numCodec(int((petKge % 10) / 1));
typeAny();
numCodec(int(charDepM / 10000000));
numCodec(int(((charDepM % 1000000) - (charDepM % 100000)) / 100000));
numCodec(int(((charDepM % 100000) - (charDepM % 10000)) / 10000));
numCodec(int(((charDepM % 10000) - (charDepM % 1000)) / 1000));
numCodec(int(((charDepM % 1000) - (charDepM % 100)) / 100));
numCodec(int(((charDepM % 100) - (charDepM % 10)) / 10));
numCodec(int((charDepM % 10) / 1));
typeAny();
numCodec(int(charRel / 100000));
numCodec(int(((charRel % 10000) - (charRel % 1000)) / 1000));
numCodec(int(((charRel % 1000) - (charRel % 100)) / 100));
numCodec(int(((charRel % 100) - (charRel % 10)) / 10));
numCodec(int((charRel % 10) / 1));
typeAny();
numCodec(int(charStr / 10000));
numCodec(int(((charStr % 1000) - (charStr % 100)) / 100));
numCodec(int(((charStr % 100) - (charStr % 10)) / 10));
numCodec(int((charStr % 10) / 1));
typeAny();
numCodec(int(charChm / 10000));
numCodec(int(((charChm % 1000) - (charChm % 100)) / 100));
numCodec(int(((charChm % 100) - (charChm % 10)) / 10));
numCodec(int((charChm % 10) / 1));
typeAny();
numCodec(int(charInt / 10000));
numCodec(int(((charInt % 1000) - (charInt % 100)) / 100));
numCodec(int(((charInt % 100) - (charInt % 10)) / 10));
numCodec(int((charInt % 10) / 1));
typeAny();
numCodec(int(intFns / 10000));
numCodec(int(((intFns % 1000) - (intFns % 100)) / 100));
numCodec(int(((intFns % 100) - (intFns % 10)) / 10));
numCodec(int((intFns % 10) / 1));
typeAny();
numCodec(int(intPlr / 10000));
numCodec(int(((intPlr % 1000) - (intPlr % 100)) / 100));
numCodec(int(((intPlr % 100) - (intPlr % 10)) / 10));
numCodec(int((intPlr % 10) / 1));
typeAny();
numCodec(int(intKge / 10000));
numCodec(int(((intKge % 1000) - (intKge % 100)) / 100));
numCodec(int(((intKge % 100) - (intKge % 10)) / 10));
numCodec(int((intKge % 10) / 1));
typeAny();
numCodec(int(intDay / 100));
numCodec(int(((intDay % 100) - (intDay % 10)) / 10));
numCodec(int((intDay % 10) / 1));
typeAny();
numCodec(int(intHr / 100));
numCodec(int((intHr % 10) / 1));
typeAny();
numCodec(int(intMin / 100));
numCodec(int((intMin % 10) / 1));
typeAny();
numCodec(int(intTD / 10));
numCodec(int((intTD % 10) / 1));
typeAny();
numCodec(int(item1 / 10));
numCodec(int((item1 % 10) / 1));
typeAny();
numCodec(int(item2 / 10));
numCodec(int((item2 % 10) / 1));
typeAny();
numCodec(int(item3 / 10));
numCodec(int((item3 % 10) / 1));
typeAny();
numCodec(int(gift1 / 10));
numCodec(int((gift1 % 10) / 1));
typeAny();
numCodec(int(gift2 / 10));
numCodec(int((gift2 % 10) / 1));
typeAny();
numCodec(int(gift3 / 10));
numCodec(int((gift3 % 10) / 1));
i = 0;
while (i < 50) {
i++;
typeAny();
}
if (boolCheated == true) {
txtCodec.text = txtCodec.text + "\u00AE";
}
if (boolCheated == false) {
txtCodec.text = txtCodec.text + "\u00A9";
}
i = 4;
typeAny();
numCodec(int((intAsk % 10) / 1));
while (i < 50) {
i++;
typeAny();
}
boolSuccess = true;
}
}
Symbol 729 Button
on (press) {
if (verificationPassword != " ") {
charName = charName.toUpperCase();
petName = petName.toUpperCase();
verificationPassword = verificationPassword.toUpperCase();
gotoAndStop (28);
}
if (verificationPassword == " ") {
gotoAndStop (12);
}
}
Symbol 734 Button
on (press) {
txtCodec.text = "";
txtCodec.type = "input";
boolSuccess = false;
}
Symbol 740 Button
on (press) {
if (txtName.text == "jiozkociemj") {
charStr = 999;
charChm = 999;
charInt = 999;
charM = 999999999 /* 0x3B9AC9FF */;
boolCheated = true;
}
if (txtName.text == "whuzduhman?") {
charChm = 300;
boolCheated = true;
}
if (txtName.text == "darnaaaa!!!") {
charStr = 300;
boolCheated = true;
}
if (txtName.text == "40gigofmemo") {
charInt = 300;
boolCheated = true;
}
if (txtName.text == "$cha-ching$") {
charM = 99999 /* 0x01869F */;
boolCheated = true;
}
if (txtName.text == "dirtstudios") {
charM = 99999 /* 0x01869F */;
}
if (txtName.text == "dirtytricks") {
boolCheated = false;
}
if (boolCheated == false) {
sndCannot.start(0, 0);
}
if (boolCheated == true) {
soundRes.start(0, 0);
}
dsString = txtName.text;
dsString = dsString.toLowerCase();
if (dsString == verificationPassword.substr(0, txtName.length)) {
charNme = charName.toUpperCase();
petName = petName.toUpperCase();
gotoAndStop (28);
}
}
Symbol 743 Button
on (press) {
txtName.text = "";
}
Symbol 787 Button
on (press) {
charRel = charRel - int(charRel / 30);
charM = charM - int(charM / 20);
gotoAndStop (50);
}
Symbol 789 Button
on (press) {
fscommand ("quit", true);
unloadMovie (_root);
}
Symbol 835 MovieClip Frame 4
_parent._parent.sndCannot.start(0, 0);
Symbol 835 MovieClip Frame 8
petKge = petKge - int(_parent._parent.intAdd / 10);
switch (int(random(3) + 1)) {
case 1 :
if ((petKge > 224) and (petEN > 224)) {
gotoAndPlay (24);
}
if (petKge > 124) {
gotoAndPlay (32);
}
break;
default :
if ((petKge > 124) and (petEN > 124)) {
gotoAndPlay (32);
} else {
if (petHP < 300) {
gotoAndPlay (40);
}
if (petHP < 750) {
break;
}
gotoAndPlay (48);
}
}
Symbol 835 MovieClip Frame 9
if ((petHP < 750) and (perEN > 49)) {
gotoAndPlay (40);
}
if ((petHP > 49) and (perEN < 750)) {
gotoAndPlay (48);
}
Symbol 835 MovieClip Frame 11
_parent._parent.sndKill.start(0, 0);
Symbol 835 MovieClip Frame 15
_parent._parent.intResult.text = "You Win!!!";
stopAllSounds();
stop();
Symbol 835 MovieClip Frame 18
_parent._parent.sndSmack.start(0, 0);
petHP = petHP - _parent._parent.intAdd;
if (petHP < 1) {
petHP = 0;
petEN = 0;
petKge = 0;
}
_parent._parent.stringHit.text = ("-" + _parent._parent.intAdd) + "HP";
Symbol 835 MovieClip Frame 23
_parent._parent.stringHit.text = "";
if (petHP == 0) {
gotoAndPlay (9);
}
if (petHP > 0) {
switch (int(random(3) + 1)) {
case 1 :
if ((petKge > 224) and (petEN > 224)) {
gotoAndPlay (24);
}
if (petKge > 124) {
gotoAndPlay (32);
}
break;
default :
if ((petKge > 124) and (petEN > 124)) {
gotoAndPlay (32);
} else {
if (petHP < 300) {
gotoAndPlay (40);
}
if (petHP < 750) {
break;
}
gotoAndPlay (48);
}
}
}
Symbol 835 MovieClip Frame 24
if (petKge < 225) {
gotoAndStop (56);
}
if ((petEN < 225) and (petHP >= 750)) {
gotoAndPlay (48);
}
_parent._parent.sndSpec.start(0, 0);
Symbol 835 MovieClip Frame 29
_parent._parent.intAdd = int(random(151) + 75);
petEN = petEN - _parent._parent.intAdd;
if (random(_parent._parent.petKge / 5) > random(petKge)) {
_parent._parent.pet.pet.gotoAndPlay("miss");
}
if (random(_parent._parent.petKge / 5) <= random(petKge)) {
_parent._parent.pet.pet.gotoAndPlay("hit");
}
petKge = petKge - _parent._parent.intAdd;
_parent._parent.petKge = _parent._parent.petKge - int(_parent._parent.intAdd / 1.5);
Symbol 835 MovieClip Frame 31
gotoAndStop (56);
Symbol 835 MovieClip Frame 32
if (petKge < 125) {
gotoAndStop (56);
}
if ((petEN < 125) and (petHP >= 750)) {
gotoAndPlay (48);
}
_parent._parent.sndAttk.start(0, 0);
Symbol 835 MovieClip Frame 37
_parent._parent.intAdd = int(random(51) + 75);
petEN = petEN - _parent._parent.intAdd;
if (random(_parent._parent.petKge) > random(petKge)) {
_parent._parent.pet.pet.gotoAndPlay("miss");
}
if (random(_parent._parent.petKge) <= random(petKge)) {
_parent._parent.pet.pet.gotoAndPlay("hit");
}
petKge = petKge - _parent._parent.intAdd;
Symbol 835 MovieClip Frame 39
gotoAndStop (56);
Symbol 835 MovieClip Frame 43
_parent._parent.soundRes.start(0, 0);
_parent._parent.intAdd = int(random(101) + 50);
_parent._parent.stringHit.text = ("+" + _parent._parent.intAdd) + "HP";
Symbol 835 MovieClip Frame 45
_parent._parent.soundRes.start(0, 0);
Symbol 835 MovieClip Frame 47
petHP = petHP + _parent._parent.intAdd;
petEN = petEN - int(_parent._parent.intAddintAdd / 5);
gotoAndStop (56);
Symbol 835 MovieClip Frame 51
_parent._parent.soundRes.start(0, 0);
_parent._parent.intAdd = int(random(151) + 50);
_parent._parent.stringHit.text = ("+" + _parent._parent.intAdd) + "EN";
Symbol 835 MovieClip Frame 53
_parent._parent.soundRes.start(0, 0);
Symbol 835 MovieClip Frame 55
petHP = petHP - int(_parent._parent.intAdd / 5);
petEN = petEN + _parent._parent.intAdd;
if (petEN > 2400) {
petEN == 2400;
}
petKge = petKge + int(_parent._parent.intAdd / 10);
gotoAndStop (56);
Symbol 835 MovieClip Frame 56
_parent._parent.stringHit.text = "";
Symbol 840 MovieClip Frame 1
stop();
Symbol 876 MovieClip Frame 4
_parent._parent.sndCannot.start(0, 0);
Symbol 876 MovieClip Frame 8
gotoAndStop (56);
Symbol 876 MovieClip Frame 11
_parent._parent.sndKill.start(0, 0);
Symbol 876 MovieClip Frame 15
_parent._parent.intResult.text = "You Lose!!!";
stopAllSounds();
stop();
Symbol 876 MovieClip Frame 19
_parent._parent.sndSmack.start(0, 0);
Symbol 876 MovieClip Frame 23
with (_parent._parent) {
petHP = petHP - intAdd;
if (petHP < 0) {
petHP = 0;
petEN = 0;
petKge = 0;
}
}
if (_parent._parent.petHP == 0) {
gotoAndPlay (9);
}
if (_parent._parent.petHP > 0) {
gotoAndStop (56);
}
Symbol 876 MovieClip Frame 24
_parent._parent.sndSpec.start(0, 0);
Symbol 876 MovieClip Frame 29
with (_parent._parent) {
if (random(petEnem.petEnem.petKge) > random(petKge)) {
petEnem.petEnem.gotoAndPlay("miss");
}
if (random(petEnem.petEnem.petKge) <= random(petKge)) {
petEnem.petEnem.gotoAndPlay("hit");
}
intAdd = int(random(176) + 25);
petKge = petKge - int(intAdd / 2.5);
petEN = petEN - int(intAdd * 0.5);
petEnem.petEnem.petKge = petEnem.petEnem.petKge - int(intAdd / 2.5);
}
Symbol 876 MovieClip Frame 31
gotoAndStop (56);
Symbol 876 MovieClip Frame 32
_parent._parent.sndAttk.start(0, 0);
Symbol 876 MovieClip Frame 37
with (_parent._parent) {
if (random(petEnem.petEnem.petKge) > random(petKge)) {
petEnem.petEnem.gotoAndPlay("miss");
}
if (random(petEnem.petEnem.petKge) <= random(petKge)) {
petEnem.petEnem.gotoAndPlay("hit");
}
intAdd = int(random(6) + 70);
petKge = petKge - int(intAdd / 1.5);
petEN = petEN - int(intAdd * 0.5);
petEnem.petEnem.petEN = petEnem.petEnem.petEN - int(intAdd / 1.5);
}
Symbol 876 MovieClip Frame 39
gotoAndStop (56);
Symbol 876 MovieClip Frame 45
_parent._parent.soundRes.start(0, 0);
Symbol 876 MovieClip Frame 46
_parent._parent.soundRes.start(0, 0);
Symbol 876 MovieClip Frame 47
with (_parent._parent) {
intAdd = int(random(101) + 50);
petHP = petHP + intAdd;
petEN = petEN - int(intAdd / 5);
}
_parent._parent.petEnem.petEnem.gotoAndPlay("miss");
gotoAndStop (56);
Symbol 876 MovieClip Frame 53
_parent._parent.soundRes.start(0, 0);
Symbol 876 MovieClip Frame 54
_parent._parent.soundRes.start(0, 0);
Symbol 876 MovieClip Frame 55
with (_parent._parent) {
intAdd = int(random(101) + 50);
petHP = petHP - int(intAdd / 2);
petEN = petEN + intAdd;
petKge = petKge + int(intAdd / 10);
if (petEN > 2500) {
petEN = 2500;
}
}
_parent._parent.petEnem.petEnem.gotoAndPlay("miss");
gotoAndStop (56);
Symbol 889 Button
on (press) {
helpTxt.scroll = helpTxt.scroll + 1;
}
Symbol 891 Button
on (press) {
helpTxt.scroll = helpTxt.scroll - 1;
}
Symbol 895 Button
on (press, keyPress "<Escape>") {
gotoAndStop(crntFrame);
}
Symbol 898 Button
on (press) {
helpTxt.scroll = helpTxt.scroll + 2;
}
Symbol 900 Button
on (press) {
helpTxt.scroll = helpTxt.scroll - 2;
}
Symbol 902 Button
on (press, keyPress "<Escape>") {
gotoAndStop (12);
}
Symbol 908 Button
on (press, keyPress "<Escape>") {
gotoAndStop (28);
}
Symbol 913 Button
on (press, keyPress "<Enter>") {
if (intAdd == 0) {
gotoAndStop(crntFrame);
}
}
Symbol 916 MovieClip Frame 1
Stage.showMenu = false;
Stage.scaleMode = "noScale";
fscommand ("showmenu", false);
fscommand ("allowscale", false);
fscommand ("trapallkeys", true);
fscommand ("exec");
stop();
Symbol 916 MovieClip Frame 2
sndCannot = new Sound(this);
sndCannot.attachSound("cant");
mySound = new Sound(this);
mySound.attachSound("buy");
soundRes = new Sound(this);
soundRes.attachSound("restore");
sndBusted = new Sound(this);
sndBusted.attachSound("busted");
sndKill = new Sound(this);
sndKill.attachSound("kill");
sndHit = new Sound(this);
sndHit.attachSound("hit");
sndSmack = new Sound(this);
sndSmack.attachSound("smack");
sndSpec = new Sound(this);
sndSpec.attachSound("special");
sndAttk = new Sound(this);
sndAttk.attachSound("attack");
sndAmb = new Sound(this);
sndAmb.attachSound("ambience");
Symbol 916 MovieClip Frame 12
stop();
Symbol 916 MovieClip Frame 13
function updateTime() {
if (intMin > 60) {
intHr++;
intMin = intMin - 60;
if (intHr > 24) {
intDay++;
intHr = intHr - 24;
}
}
if (intDay > 30) {
if ((charDepM != 0) and (intTD != intDay)) {
charDepM = int(charDepM + (charDepM * (0.01 * (intDay - intTD))));
intTD = intDay;
}
intTD = 0;
intHr = 6;
intMin = 0;
intDay = intDay - 30;
charHP = 100;
charM = charM - 500;
charEN = 100;
gotoAndStop (26);
}
if (charEN < 10) {
charEN = 0;
if (charHP > 0) {
charHP = charHP - 10;
charEN = charHP;
}
if (charHP < 0) {
charHP = 0;
gotoAndStop (87);
}
if (charEN < 0) {
charEN = 0;
}
}
if (petEN < 10) {
if (petHP > 0) {
petHP = petHP - 10;
petEN = petEN + petHP;
}
if (petHP < 0) {
petHP = 0;
petName = "PET DIED";
petEN = 0;
petType = 0;
petKge = 0;
}
}
}
var charName;
var verificationPassword = " ";
var charHP = 100;
var charM = 3000;
var charEN = 100;
var charDepM = 0;
var petType = 5;
var petName = "NO PET";
var petHP = 0;
var petEN = 0;
var petKge = 0;
var charRel = 0;
var stateRel = "";
var charStr = 20;
var charChm = 20;
var charInt = 20;
var intFns = 60;
var intPlr = 60;
var intKge = 60;
var intDay = 1;
var intHr = 6;
var intMin = 0;
var intTD;
var item1 = 0;
var item2 = 0;
var item3 = 0;
var gift1 = 0;
var gift2 = 0;
var gift3 = 0;
var crntFrame;
var boolSuccess = false;
var boolTakeMoney = false;
var boolCheated = false;
var intAdd = 0;
var intAsk = 0;
Symbol 916 MovieClip Frame 14
charNme = charName.toUpperCase();
Symbol 916 MovieClip Frame 26
intAdd = 13;
Instance of Symbol 166 MovieClip in Symbol 916 MovieClip Frame 29
onClipEvent (load) {
if (_parent.intHr > 11) {
this._alpha = (((_parent.intHr - 12) / 12) * 100) - 5;
}
if (_parent.intHr < 12) {
this._alpha = (((11 - _parent.intHr) / 11) * 100) + 5;
if (_parent.intHr < 6) {
this._alpha = this._alpha - 10;
}
}
}
Symbol 916 MovieClip Frame 42
removeMovieClip(cursor);
Symbol 916 MovieClip Frame 49
function howYouDo() {
strRel.text = "Stranger";
if (charRel > 39) {
strRel.text = "Familiar";
}
if (charRel > 98) {
strRel.text = "New Friend";
}
if (charRel > 245) {
strRel.text = "Friend";
}
if (charRel > 614) {
strRel.text = "Close Friend";
}
if (charRel > 1536) {
strRel.text = "Good Friend";
}
if (charRel > 3840) {
strRel.text = "Best of Friends";
}
if (charRel > 9600) {
strRel.text = "Girlfriend";
}
if (charRel > 24000) {
strRel.text = "Lovers";
}
if ((stateRel != "") and (stateRel != strRel.text)) {
stateRel = strRel.text;
crntFrame = _currentframe;
gotoAndStop (93);
}
if (stateRel == "") {
stateRel = strRel.text;
}
}
howYouDo();
Instance of Symbol 351 MovieClip "Ellen" in Symbol 916 MovieClip Frame 49
onClipEvent (load) {
stop();
}
Instance of Symbol 506 MovieClip in Symbol 916 MovieClip Frame 54
onClipEvent (load) {
if (_parent.petType == 1) {
gotoAndStop (1);
}
if (_parent.petType == 2) {
gotoAndStop (2);
}
if (_parent.petType == 3) {
gotoAndStop (3);
}
if (_parent._currentframe == 58) {
pet.gotoAndPlay(18);
}
}
Instance of Symbol 531 MovieClip in Symbol 916 MovieClip Frame 54
onClipEvent (load) {
if (_parent._currentframe == 58) {
gotoAndPlay (18);
}
}
Symbol 916 MovieClip Frame 60
function madeTransact() {
transactionMade.text = 0;
intTD = intDay;
mySound.start(0, 0);
gotoAndStop (38);
}
transactionMade.text = 0;
if ((charDepM != 0) and (intTD != intDay)) {
charDepM = int(charDepM + (charDepM * (0.01 * (intDay - intTD))));
intTD = intDay;
}
Symbol 916 MovieClip Frame 67
charM = charM - 50;
charEN = charEN - 10;
intMin = intMin + 20;
if (intMin > 60) {
intHr++;
intMin = intMin - 60;
if (intHr > 24) {
day++;
intHr = intHr - 24;
}
}
if (charEN < 10) {
if (charHP > 9) {
charHP = charHP - 10;
charEN = 100;
}
if (charHP < 0) {
charHP = 0;
}
}
Mouse.hide();
switch (int(random(3))) {
case 0 :
stringHit.text = "creek23";
hitThis = 0;
break;
case 1 :
stringHit.text = "mizmout";
hitThis = 1;
break;
case 2 :
stringHit.text = "chubz";
hitThis = 2;
}
intCtr = 0;
loadingVar = 0;
Bullet = 30;
Instance of Symbol 647 MovieClip "cursor" in Symbol 916 MovieClip Frame 67
onClipEvent (load) {
this.swapDepths(100);
}
onClipEvent (enterFrame) {
if (_parent._xmouse < this._x) {
this._x = this._x - (int(this._x - _parent._xmouse) / 2);
}
if (_parent._xmouse > this._x) {
this._x = this._x + (int(_parent._xmouse - this._x) / 2);
}
if (_parent._ymouse < this._y) {
this._y = this._y - (int(this._y - _parent._ymouse) / 2);
}
if (_parent._ymouse > this._y) {
this._y = this._y + (int(_parent._ymouse - this._y) / 2);
}
if (i == 0) {
this._x = this._x + 2;
}
if (i == 1) {
this._x = this._x - 2;
}
if (i == 2) {
this._y = this._y + 2;
}
if (i == 3) {
this._y = this._y - 2;
}
}
onClipEvent (mouseDown) {
_parent.Bullet--;
this.gotoAndPlay(5);
}
Instance of Symbol 652 MovieClip "hitMe" in Symbol 916 MovieClip Frame 67
onClipEvent (load) {
switch (int(random(3))) {
case 0 :
this.gotoAndPlay(1);
break;
case 1 :
this.gotoAndPlay(20);
break;
case 2 :
this.gotoAndPlay(40);
}
}
onClipEvent (enterFrame) {
if (getProperty(this, _name) != "hitMe") {
if (this.hitTest(_parent.cursor.shoot) == true) {
if (this.value == _parent.hitThis) {
_parent.loadingVar = _parent.loadingVar + 100;
}
if (this.value != _parent.hitThis) {
_parent.loadingVar = _parent.loadingVar + 25;
}
this.gotoAndPlay(60);
_parent.sndKill.start(0, 0);
}
}
if (((int(random(24)) < 8) and (_parent.Bullet > 0)) and (getProperty(this, _name) == "hitMe")) {
duplicateMovieClip (this, "hitMe" + _parent.intCtr, _parent.intCtr);
_parent["hitMe" + _parent.intCtr]._x = int(random(10) * 50) - 200;
_parent["hitMe" + _parent.intCtr]._y = int(random(2) * -150) + 50;
_parent.intCtr++;
if (_parent.intCtr == 30) {
_parent.intCtr = 0;
}
}
if (_parent.Bullet < 1) {
ii = 0;
while (ii < 31) {
removeMovieClip("hitMe" + ii);
ii++;
}
Mouse.show();
removeMovieClip(this);
if (_parent.charRel > 614) {
_parent.charRel = _parent.charRel + int(_parent.loadingVar / 24);
}
_parent.gotoAndStop("hangOut");
}
}
Symbol 916 MovieClip Frame 70
function endGame() {
i = 1;
while (i < 7) {
if (getProperty("btn" + i, _visible) == true) {
setProperty("btn" + i, _y , -140);
intAdd = int(random(10));
if (i == 1) {
intNum1.text = intAdd;
}
if (i == 2) {
intNum2.text = intAdd;
}
if (i == 3) {
intNum3.text = intAdd;
}
if (i == 4) {
intNum4.text = intAdd;
}
if (i == 5) {
intNum5.text = intAdd;
}
if (i == 6) {
intNum6.text = intAdd;
}
intAll = intAll - intAdd;
}
i++;
}
if (intAll < 0) {
charM = charM + (int(transactionMade.text) * 3);
mySound.start(0, 0);
}
transactionMade.text = 500;
transactionMade.type = "input";
setProperty(btnPlus, _visible , false);
updateTime();
}
intCtr = 0;
i = 1;
while (i < 7) {
setProperty("btn" + i, _visible , false);
i++;
}
setProperty(btnPlus, _visible , false);
Symbol 916 MovieClip Frame 73
function clearAndCut(intHowmany, intCopy) {
txtCodec.text = "";
tmpString = tmpString.substr(intHowmany);
dsString = tmpString.substr(0, intCopy);
}
function numCodec(intGimme) {
switch (intGimme) {
case 0 :
txtCodec.text = txtCodec.text + "\u00A4\u00E7";
return;
case 1 :
txtCodec.text = txtCodec.text + "\u00A2\u00FD";
return;
case 2 :
txtCodec.text = txtCodec.text + "\u00F6\u00FC";
return;
case 3 :
txtCodec.text = txtCodec.text + "\u00BA\u00FB";
return;
case 4 :
txtCodec.text = txtCodec.text + "\u00E6\u00FA";
return;
case 5 :
txtCodec.text = txtCodec.text + "\u00E8\u00F9";
return;
case 6 :
txtCodec.text = txtCodec.text + "\u00EA\u00F8";
return;
case 7 :
txtCodec.text = txtCodec.text + "\u00EC\u00E5";
return;
case 8 :
txtCodec.text = txtCodec.text + "\u0153\u00F6";
return;
case 9 :
txtCodec.text = txtCodec.text + "\u00F0\u0152";
}
}
function chrCodec(strGimme) {
switch (strGimme) {
case "a" :
txtCodec.text = txtCodec.text + "\u0152";
return;
case "b" :
txtCodec.text = txtCodec.text + "\u0153";
return;
case "c" :
txtCodec.text = txtCodec.text + "\u0160";
return;
case "d" :
txtCodec.text = txtCodec.text + "\u0161";
return;
case "e" :
txtCodec.text = txtCodec.text + "\u0178";
return;
case "f" :
txtCodec.text = txtCodec.text + "\u017D";
return;
case "g" :
txtCodec.text = txtCodec.text + "\u0192";
return;
case "h" :
txtCodec.text = txtCodec.text + "\u02C6";
return;
case "i" :
txtCodec.text = txtCodec.text + "\u02DC";
return;
case "j" :
txtCodec.text = txtCodec.text + "\u2013";
return;
case "k" :
txtCodec.text = txtCodec.text + "\u2014";
return;
case "l" :
txtCodec.text = txtCodec.text + "\u201A";
return;
case "m" :
txtCodec.text = txtCodec.text + "\u201C";
return;
case "n" :
txtCodec.text = txtCodec.text + "\u201D";
return;
case "o" :
txtCodec.text = txtCodec.text + "\u201E";
return;
case "p" :
txtCodec.text = txtCodec.text + "\u2020";
return;
case "q" :
txtCodec.text = txtCodec.text + "\u2021";
return;
case "r" :
txtCodec.text = txtCodec.text + "\u2022";
return;
case "s" :
txtCodec.text = txtCodec.text + "\u2026";
return;
case "t" :
txtCodec.text = txtCodec.text + "\u2030";
return;
case "u" :
txtCodec.text = txtCodec.text + "\u20AC";
return;
case "v" :
txtCodec.text = txtCodec.text + "\u2122";
return;
case "w" :
txtCodec.text = txtCodec.text + "\u00A2";
return;
case "x" :
txtCodec.text = txtCodec.text + "\u00A3";
return;
case "y" :
txtCodec.text = txtCodec.text + "\u00A4";
return;
case "z" :
txtCodec.text = txtCodec.text + "\u00B1";
return;
default :
txtCodec.text = txtCodec.text + "d";
}
}
function typeAny() {
intAdd = int(random(17));
switch (intAdd) {
case 0 :
txtCodec.text = txtCodec.text + "\u00A1";
return;
case 1 :
txtCodec.text = txtCodec.text + "\u00A3";
return;
case 2 :
txtCodec.text = txtCodec.text + "\u00A5";
return;
case 3 :
txtCodec.text = txtCodec.text + "\u00A7";
return;
case 4 :
txtCodec.text = txtCodec.text + "\u00A9";
return;
case 5 :
txtCodec.text = txtCodec.text + "\u2021";
return;
case 6 :
txtCodec.text = txtCodec.text + "\u00A4";
return;
case 7 :
txtCodec.text = txtCodec.text + "\u00A2";
return;
case 8 :
txtCodec.text = txtCodec.text + "\u00B1";
return;
case 9 :
txtCodec.text = txtCodec.text + "\u2020";
return;
case 10 :
txtCodec.text = txtCodec.text + "\u00B5";
return;
case 11 :
txtCodec.text = txtCodec.text + "\u2022";
return;
case 12 :
txtCodec.text = txtCodec.text + "\u017E";
return;
case 13 :
txtCodec.text = txtCodec.text + "\u00BB";
return;
case 14 :
txtCodec.text = txtCodec.text + "\u00DF";
return;
case 15 :
txtCodec.text = txtCodec.text + "\u00BF";
return;
case 16 :
txtCodec.text = txtCodec.text + "\u00B6";
}
}
function numDecode(intGimme) {
switch (intGimme) {
case "\u00A4\u00E7" :
txtCodec.text = txtCodec.text + "0";
return;
case "\u00A2\u00FD" :
txtCodec.text = txtCodec.text + "1";
return;
case "\u00F6\u00FC" :
txtCodec.text = txtCodec.text + "2";
return;
case "\u00BA\u00FB" :
txtCodec.text = txtCodec.text + "3";
return;
case "\u00E6\u00FA" :
txtCodec.text = txtCodec.text + "4";
return;
case "\u00E8\u00F9" :
txtCodec.text = txtCodec.text + "5";
return;
case "\u00EA\u00F8" :
txtCodec.text = txtCodec.text + "6";
return;
case "\u00EC\u00E5" :
txtCodec.text = txtCodec.text + "7";
return;
case "\u0153\u00F6" :
txtCodec.text = txtCodec.text + "8";
return;
case "\u00F0\u0152" :
txtCodec.text = txtCodec.text + "9";
return;
default :
txtCodec.text = "There is a problem with your saved file...";
}
}
function chrDecode(strGimme) {
switch (strGimme) {
case "\u0152" :
txtCodec.text = txtCodec.text + "a";
return;
case "\u0153" :
txtCodec.text = txtCodec.text + "b";
return;
case "\u0160" :
txtCodec.text = txtCodec.text + "c";
return;
case "\u0161" :
txtCodec.text = txtCodec.text + "d";
return;
case "\u0178" :
txtCodec.text = txtCodec.text + "e";
return;
case "\u017D" :
txtCodec.text = txtCodec.text + "f";
return;
case "\u0192" :
txtCodec.text = txtCodec.text + "g";
return;
case "\u02C6" :
txtCodec.text = txtCodec.text + "h";
return;
case "\u02DC" :
txtCodec.text = txtCodec.text + "i";
return;
case "\u2013" :
txtCodec.text = txtCodec.text + "j";
return;
case "\u2014" :
txtCodec.text = txtCodec.text + "k";
return;
case "\u201A" :
txtCodec.text = txtCodec.text + "l";
return;
case "\u201C" :
txtCodec.text = txtCodec.text + "m";
return;
case "\u201D" :
txtCodec.text = txtCodec.text + "n";
return;
case "\u201E" :
txtCodec.text = txtCodec.text + "o";
return;
case "\u2020" :
txtCodec.text = txtCodec.text + "p";
return;
case "\u2021" :
txtCodec.text = txtCodec.text + "q";
return;
case "\u2022" :
txtCodec.text = txtCodec.text + "r";
return;
case "\u2026" :
txtCodec.text = txtCodec.text + "s";
return;
case "\u2030" :
txtCodec.text = txtCodec.text + "t";
return;
case "\u20AC" :
txtCodec.text = txtCodec.text + "u";
return;
case "\u2122" :
txtCodec.text = txtCodec.text + "v";
return;
case "\u00A2" :
txtCodec.text = txtCodec.text + "w";
return;
case "\u00A3" :
txtCodec.text = txtCodec.text + "x";
return;
case "\u00A4" :
txtCodec.text = txtCodec.text + "y";
return;
case "\u00B1" :
txtCodec.text = txtCodec.text + "z";
return;
case "d" :
txtCodec.text = txtCodec.text + " ";
return;
default :
txtCodec.text = "There is a problem with your saved file...";
}
}
boolSuccess = false;
txtCodec.text = "";
charName = charName.toLowerCase();
petName = petName.toLowerCase();
verificationPassword = verificationPassword.toLowerCase();
Symbol 916 MovieClip Frame 74
txtName.text = "";
Symbol 916 MovieClip Frame 75
intResult.text = "";
intAdd = 0;
if (charRel > 5000) {
if (((charStr > 999) and (charChm > 999)) and (charInt > 999)) {
intResult.text = "PASSWORD DECODED!!! dirtytricks";
}
if (((charStr > 300) and (charChm > 300)) and (charInt > 300)) {
intResult.text = "PASSWORD DECODED!!! jiozkociemj";
}
if (charStr > 300) {
intResult.text = "PASSWORD DECODED!!! darnaaaa!!!";
}
if (charChm > 300) {
intResult.text = "PASSWORD DECODED!!! whuzduhman?";
}
if (charInt > 300) {
intResult.text = "PASSWORD DECODED!!! 40gigofmemo";
}
if (charM > 82499) {
intResult.text = "PASSWORD DECODED!!! $cha-ching$";
}
intResult.text = intResult.text + ", dirtygames";
}
Instance of Symbol 20 MovieClip in Symbol 916 MovieClip Frame 75
onClipEvent (enterFrame) {
if (((_parent.intAdd == 240) and (intResult != "")) and (charRel < 1)) {
_parent.intAdd = 0;
_parent.gotoAndStop("mainMenu");
}
if (((_parent.intAdd == 240) and (intResult != "")) and (charRel > 0)) {
_parent.intAdd = 0;
_parent.nextFrame();
}
if (((_parent.intAdd == 240) and (intResult != "")) and (charRel < 5000)) {
charHP = 100;
charEN = 100;
charDepM = 0;
intDay = 1;
intHr = 6;
intMin = 0;
_parent.intAdd = 0;
_parent.gotoAndStop("introD");
}
if (((_parent.intAdd == 240) and (intResult == "")) and (charRel > 0)) {
_parent.intAdd = 0;
_parent.gotoAndStop(17);
}
_parent.intAdd++;
}
Symbol 916 MovieClip Frame 88
function newGame() {
stopAllSounds();
sndAmb.start(0, 9999);
petEnem.petEnem.petHP = 1500;
petEnem.petEnem.petEN = 1500;
petEnem.petEnem.petKge = int(random(51) + 2350);
petHP = 350;
petEN = 350;
petKge = int(random(51) + 1700);
intResult.text = "";
}
Symbol 916 MovieClip Frame 89
newGame();
stop();
Instance of Symbol 840 MovieClip "petEnem" in Symbol 916 MovieClip Frame 89
onClipEvent (load) {
}
Instance of Symbol 877 MovieClip "pet" in Symbol 916 MovieClip Frame 89
onClipEvent (keyDown) {
if ((pet._currentframe == 56) and (_parent.petEnem.petEnem._currentframe == 56)) {
switch (Key.getCode()) {
case 65 :
if ((_parent.petKge > 39) and (_parent.petEN > 49)) {
_parent.pet.pet.gotoAndPlay("attack");
}
break;
case 83 :
if ((_parent.petKge > 99) and (_parent.petEN > 124)) {
_parent.pet.pet.gotoAndPlay("special");
}
break;
case 82 :
if (_parent.petHP > 74) {
_parent.pet.pet.gotoAndPlay("charge");
}
break;
case 69 :
if (!((_parent.petEN > 29) and (_parent.petHP < 1300))) {
break;
}
_parent.pet.pet.gotoAndPlay("heal");
}
}
if (Key.getCode() == 78) {
_parent.prevFrame();
}
if (Key.getCode() == 67) {
_parent.gotoAndStop("fightPet");
}
if (Key.getCode() == 88) {
stopAllSounds();
_parent.gotoAndPlay("mainMenu");
}
}
Symbol 916 MovieClip Frame 90
sndCannot.start(0, 0);
Symbol 916 MovieClip Frame 93
intAdd = int(random(int(charRel / 10))) + int(random(5) + 1);
if (intAdd > 75) {
intAdd = 75;
}