Combined Code
movieClip 34 splode {
}
frame 1 {
function itemHandler1(obj, item) {
getURL('http://newgrounds.com', '_blank');
}
function itemHandler2(obj, item) {
getURL('http://freewebs.com/ldanimations', '_blank');
}
function itemHandler3(obj, item) {
_quality = 'high';
}
function itemHandler4(obj, item) {
_quality = 'medium';
}
function itemHandler5(obj, item) {
_quality = 'low';
}
root_cm = new ContextMenu();
root_cm.hideBuiltInItems();
aaa_cmi = new ContextMenuItem('Visit Newgrounds', itemHandler1);
bbb_cmi = new ContextMenuItem('LilDwarf Animations', itemHandler2);
ccc_cmi = new ContextMenuItem('High Quality', itemHandler3);
ddd_cmi = new ContextMenuItem('Medium Quality', itemHandler4);
eee_cmi = new ContextMenuItem('Low Quality', itemHandler5);
ccc_cmi.separatorBefore = true;
root_cm.customItems.push(aaa_cmi, bbb_cmi, ccc_cmi, ddd_cmi, eee_cmi);
_root.menu = root_cm;
}
movieClip 39 {
}
movieClip 42 {
}
movieClip 52 {
}
movieClip 54 {
frame 40 {
stop();
}
}
movieClip 65 {
}
button 67 {
on (press) {
_root.play();
}
}
button 68 {
on (release) {
_root.play();
}
}
movieClip 69 {
frame 1 {
function onEnterFrame() {
if (!loaded) {
var v3 = _root.getBytesLoaded() / _root.getBytesTotal();
if (v3 >= 1) {
if (firstframe) {
gotoAndStop('loaded');
} else {
play();
bar._x = initX;
}
loaded = true;
} else {
bar._x = initX + (v3 - 1) * bar._width;
}
}
var v4 = getTimer() - time;
timeAccum += v4;
while (timeAccum >= FRAME_TIME) {
var v2 = 0;
while (v2 < timeClips.length) {
if (timeClips[v2]._currentframe < timeClips[v2]._totalframes) {
timeClips[v2].nextFrame();
} else {
timeClips[v2].gotoAndStop(1);
}
++v2;
}
if (loaded && _currentframe < _totalframes) {
nextFrame();
}
timeAccum -= FRAME_TIME;
}
time += v4;
firstframe = false;
}
stop();
_root.stop();
var initX = bar._x;
var time = getTimer();
var FRAME_TIME = 33.33333333333334;
var timeAccum = 0;
var firstframe = true;
var loaded = false;
timeClips = [bargfx, tank.mc0, tank.mc1, tank.mc2, tank.mc3, tank.mc4, tank.mc4.mc0, tank.mc4.mc1, tank.mc4.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc0.mc2, tank.mc4.mc0.mc0.mc0.mc3, tank.mc4.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc2, tank.mc5.mc0];
var i = 0;
while (i < timeClips.length) {
timeClips[i].stop();
++i;
}
}
frame 53 {
}
}
frame 9 {
play();
var strength;
var charm;
var intelligence;
var pointsLeft;
var zeldaGalleryCheat;
var sariaGalleryCheat;
var nayruGalleryCheat;
var malonGalleryCheat;
var dinGalleryCheat;
var secretCheat;
var rupeeGot;
rupeeGot = 100;
secretCheat = 'false';
dinGalleryCheat = 'false';
nayruGalleryCheat = 'false';
malonGalleryCheat = 'false';
sariaGalleryCheat = 'false';
zeldaGalleryCheat = 'false';
pointsLeft = 27;
intelligence = 1;
charm = 1;
strength = 1;
onEnterFrame = function () {
if (secretCheat == 'false') {
secret._visible = false;
} else {
secret._visible = true;
}
if (zeldaGalleryCheat == 'false') {
zeldaGallery._visible = false;
} else {
zeldaGallery._visible = true;
}
if (sariaGalleryCheat == 'false') {
sariaGallery._visible = false;
} else {
sariaGallery._visible = true;
}
if (malonGalleryCheat == 'false') {
malonGallery._visible = false;
} else {
malonGallery._visible = true;
}
if (nayruGalleryCheat == 'false') {
nayruGallery._visible = false;
} else {
nayruGallery._visible = true;
}
if (dinGalleryCheat == 'false') {
dinGallery._visible = false;
} else {
dinGallery._visible = true;
}
};
}
frame 9 {
menuSong = new Sound(Ms);
menuSong.attachSound('Menu Song');
menuSong.start(0, 500);
}
movieClip 77 {
}
movieClip 80 {
frame 1 {
stop();
}
}
instance signLHouse of movieClip 80 {
onClipEvent (keyPress '<Space>') {
if (this.hitTest(_root.player)) {
this.gotoAndStop(2);
}
}
}
button 82 {
on (release) {
gotoAndStop('MainMenu');
}
}
button 85 {
on (release) {
_root.menuSong.stop();
gotoAndStop(2);
}
}
button 88 {
on (release) {
_root.menuSong.start(0, 500);
gotoAndStop(1);
}
}
movieClip 89 {
frame 1 {
stop();
}
}
movieClip 95 {
}
movieClip 97 {
}
frame 295 {
stop();
}
button 125 {
on (release) {
gotoAndStop('Instructions');
}
}
button 126 {
on (release) {
gotoAndStop('customizeChar');
}
}
button 127 {
on (release) {
gotoAndStop('Disclaimer');
}
}
button 128 {
on (release) {
gotoAndStop('Secrets');
}
}
button 129 {
on (release) {
gotoAndStop('Cheats');
}
}
button 130 {
on (release) {
gotoAndStop('Gallery');
}
}
button 131 {
on (release) {
gotoAndStop('Credits');
stopAllSounds();
}
}
button 138 {
on (release) {
gotoAndStop('MainMenu');
}
}
button 151 {
on (release) {
if (_root.cheat == 'iluvzelda') {
_root.gotoAndStop('Cheat Accepted');
_root.zeldaGalleryCheat = 'true';
} else {
if (_root.cheat == 'reelsaria') {
_root.gotoAndStop('Cheat Accepted');
_root.sariaGalleryCheat = 'true';
} else {
if (_root.cheat == 'bfznayru') {
_root.gotoAndStop('Cheat Accepted');
_root.nayruGalleryCheat = 'true';
} else {
if (_root.cheat == 'd1ose') {
_root.gotoAndStop('Cheat Accepted');
_root.dinGalleryCheat = 'true';
} else {
if (_root.cheat == 'milk4evah') {
_root.gotoAndStop('Cheat Accepted');
_root.malonGalleryCheat = 'true';
} else {
if (_root.cheat == 'secretsnow') {
_root.gotoAndStop('Cheat Accepted');
_root.secretCheat = 'true';
} else {
if (_root.cheat == 'tiskewl') {
_root.gotoAndStop('Cheat Accepted');
_root.charm = 300;
_root.strength = 400;
_root.intelligence = 300;
} else {
if (_root.cheat == 'fin1337') {
_root.gotoAndStop('Cheat Accepted');
_root.rupeeGot = 100000;
} else {
gotoAndStop('Cheat Rejected');
}
}
}
}
}
}
}
}
}
}
button 157 {
on (release) {
gotoAndStop('Fun Facts');
}
}
button 160 {
on (release) {
gotoAndStop('Easter Eggs');
}
}
button 162 {
on (release) {
gotoAndStop('Secrets');
}
}
button 171 {
on (release) {
gotoAndStop('Malon G');
}
}
button 174 {
on (release) {
gotoAndStop('Nayru G');
}
}
button 177 {
on (release) {
gotoAndStop('Zelda G');
}
}
button 180 {
on (release) {
gotoAndStop('Saria G');
}
}
button 183 {
on (release) {
gotoAndStop('Din G');
}
}
button 186 {
on (release) {
gotoAndStop('Other G');
}
}
button 187 {
on (release) {
gotoAndStop('Gallery');
}
}
button 190 {
on (release) {
_root.zeldaG.gotoAndStop(_root.zeldaG._currentframe - 1);
}
}
button 193 {
on (release) {
_root.zeldaG.gotoAndStop(_root.zeldaG._currentframe + 1);
}
}
movieClip 217 {
frame 1 {
stop();
}
}
button 219 {
on (release) {
_root.sariaG.gotoAndStop(_root.sariaG._currentframe - 1);
}
}
button 220 {
on (release) {
_root.sariaG.gotoAndStop(_root.sariaG._currentframe + 1);
}
}
movieClip 242 {
frame 1 {
stop();
}
}
button 244 {
on (release) {
_root.malonG.gotoAndStop(_root.malonG._currentframe - 1);
}
}
button 245 {
on (release) {
_root.malonG.gotoAndStop(_root.malonG._currentframe + 1);
}
}
movieClip 267 {
frame 1 {
stop();
}
}
button 269 {
on (release) {
_root.nayruG.gotoAndStop(_root.nayruG._currentframe - 1);
}
}
button 270 {
on (release) {
_root.nayruG.gotoAndStop(_root.nayruG._currentframe + 1);
}
}
movieClip 292 {
frame 1 {
stop();
}
}
button 294 {
on (release) {
_root.dinG.gotoAndStop(_root.dinG._currentframe - 1);
}
}
button 295 {
on (release) {
_root.dinG.gotoAndStop(_root.dinG._currentframe + 1);
}
}
movieClip 316 {
frame 1 {
stop();
}
}
button 318 {
on (release) {
_root.otherG.gotoAndStop(_root.otherG._currentframe - 1);
}
}
button 319 {
on (release) {
_root.otherG.gotoAndStop(_root.otherG._currentframe + 1);
}
}
movieClip 341 {
frame 1 {
stop();
}
}
button 343 {
on (release) {
gotoAndStop('stats');
}
}
button 344 {
on (release) {
_root.gotoAndStop('MainMenu');
}
}
movieClip 356 {
}
movieClip 364 {
}
movieClip 371 {
}
movieClip 379 {
}
movieClip 380 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 356 {
onClipEvent (enterFrame) {
if (!Key.isDown(40)) {
_root.player.gotoAndStop(1);
}
}
}
frame 6 {
stop();
}
instance of movieClip 364 {
onClipEvent (enterFrame) {
if (!Key.isDown(37)) {
_root.player.gotoAndStop(2);
}
}
}
frame 7 {
stop();
}
instance of movieClip 371 {
onClipEvent (enterFrame) {
if (!Key.isDown(38)) {
_root.player.gotoAndStop(3);
}
}
}
frame 8 {
stop();
}
instance of movieClip 379 {
onClipEvent (enterFrame) {
if (!Key.isDown(39)) {
_root.player.gotoAndStop(4);
}
}
}
frame 9 {
stop();
}
instance of movieClip 356 {
onClipEvent (enterFrame) {
if (!Key.isDown(83)) {
_root.player.gotoAndStop(1);
}
}
}
frame 10 {
stop();
}
instance of movieClip 364 {
onClipEvent (enterFrame) {
if (!Key.isDown(65)) {
_root.player.gotoAndStop(2);
}
}
}
frame 11 {
stop();
}
instance of movieClip 371 {
onClipEvent (enterFrame) {
if (!Key.isDown(87)) {
_root.player.gotoAndStop(3);
}
}
}
frame 12 {
stop();
}
instance of movieClip 379 {
onClipEvent (enterFrame) {
if (!Key.isDown(68)) {
_root.player.gotoAndStop(4);
}
}
}
}
button 384 {
on (release) {
gotoAndStop('HUD');
}
}
button 385 {
on (release) {
gotoAndStop('intro');
}
}
button 388 {
on (release) {
gotoAndStop('HUD 2');
}
}
button 389 {
on (release) {
gotoAndStop('stats');
}
}
movieClip 393 {
}
movieClip 394 {
}
movieClip 402 {
}
button 408 {
on (release) {
_root.otherWords.gotoAndStop('stats');
}
}
button 411 {
on (release) {
_root.otherWords.gotoAndStop('items');
}
}
button 419 {
on (release) {
gotoAndStop('world');
}
}
button 420 {
on (release) {
gotoAndStop('HUD');
}
}
button 447 {
on (release) {
_root.song1.stop();
_root.song2.stop();
_root.song3.stop();
_root.song4.stop();
_root.song5.stop();
_root.song6.stop();
}
}
movieClip 448 {
frame 1 {
stop();
}
}
button 454 {
on (release) {
gotoAndStop('signs');
}
}
button 455 {
on (release) {
gotoAndStop('HUD 2');
}
}
movieClip 463 {
}
button 466 {
on (release) {
gotoAndStop('doors');
}
}
button 467 {
on (release) {
gotoAndStop('world');
}
}
movieClip 469 {
}
movieClip 471 {
}
button 473 {
on (release) {
gotoAndStop('Link Area');
}
}
button 474 {
on (release) {
gotoAndStop('signs');
}
}
movieClip 479 {
}
movieClip 480 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance doorExit of movieClip 479 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop('zeldaHouse');
}
}
}
}
movieClip 482 {
frame 1 {
stop();
}
}
button 485 {
on (release) {
gotoAndStop('Link House');
}
}
button 486 {
on (release) {
gotoAndStop('doors');
}
}
movieClip 492 {
}
button 493 {
on (release) {
gotoAndStop('Businesses');
}
}
button 494 {
on (release) {
gotoAndStop('Link Area');
}
}
button 495 {
on (release) {
_root.gotoAndStop('MainMenu');
}
}
movieClip 502 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 506 {
on (release) {
gotoAndStop('Girls');
}
}
button 507 {
on (release) {
gotoAndStop('Link House');
}
}
button 512 {
on (release) {
gotoAndStop('Socializing');
}
}
button 513 {
on (release) {
gotoAndStop('Businesses');
}
}
movieClip 516 {
}
movieClip 518 {
}
movieClip 520 {
}
movieClip 522 {
}
movieClip 524 {
}
movieClip 526 {
}
movieClip 528 {
}
movieClip 533 {
frame 1 {
stop();
}
}
button 565 {
on (release) {
gotoAndStop('Residences');
}
}
button 566 {
on (release) {
gotoAndStop('Girls');
}
}
button 571 {
on (release) {
gotoAndStop('Shooting Range');
}
}
button 572 {
on (release) {
gotoAndStop('Socializing');
}
}
button 577 {
on (release) {
gotoAndStop('end');
}
}
button 578 {
on (release) {
gotoAndStop('Residences');
}
}
button 583 {
on (release) {
gotoAndStop('Shooting Range');
}
}
movieClip 588 {
frame 1 {
stop();
}
instance player of movieClip 380 {
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(8);
_x = _x + speed;
}
if (Key.isDown(68)) {
this.gotoAndStop(12);
_x = _x + speed;
}
if (Key.isDown(37)) {
this.gotoAndStop(6);
_x = _x - speed;
}
if (Key.isDown(65)) {
this.gotoAndStop(10);
_x = _x - speed;
}
if (Key.isDown(38)) {
this.gotoAndStop(7);
_y = _y - speed;
}
if (Key.isDown(87)) {
this.gotoAndStop(11);
_y = _y - speed;
}
if (Key.isDown(40)) {
this.gotoAndStop(5);
_y = _y + speed;
}
if (Key.isDown(83)) {
this.gotoAndStop(9);
_y = _y + speed;
}
if (this.hitTest(_root.instructions.sign)) {
if (Key.isDown(32)) {
trace('works');
_root.instructions.gotoAndStop('sign');
}
}
}
}
instance of movieClip 80 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
gotoAndStop('sign');
}
}
}
}
instance of movieClip 469 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(14);
}
}
}
}
instance of movieClip 471 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.signsWords.gotoAndStop('map3');
}
}
}
instance player of movieClip 380 {
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(8);
_x = _x + speed;
}
if (Key.isDown(68)) {
this.gotoAndStop(12);
_x = _x + speed;
}
if (Key.isDown(37)) {
this.gotoAndStop(6);
_x = _x - speed;
}
if (Key.isDown(65)) {
this.gotoAndStop(10);
_x = _x - speed;
}
if (Key.isDown(38)) {
this.gotoAndStop(7);
_y = _y - speed;
}
if (Key.isDown(87)) {
this.gotoAndStop(11);
_y = _y - speed;
}
if (Key.isDown(40)) {
this.gotoAndStop(5);
_y = _y + speed;
}
if (Key.isDown(83)) {
this.gotoAndStop(9);
_y = _y + speed;
}
if (this.hitTest(_root.instructions.door)) {
if (Key.isDown(32)) {
_root.instructions.door.gotoAndStop(2);
}
}
}
}
instance door of movieClip 482 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
this.gotoAndStop(2);
}
}
}
}
instance player of movieClip 380 {
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(8);
_x = _x + speed;
}
if (Key.isDown(68)) {
this.gotoAndStop(12);
_x = _x + speed;
}
if (Key.isDown(37)) {
this.gotoAndStop(6);
_x = _x - speed;
}
if (Key.isDown(65)) {
this.gotoAndStop(10);
_x = _x - speed;
}
if (Key.isDown(38)) {
this.gotoAndStop(7);
_y = _y - speed;
}
if (Key.isDown(87)) {
this.gotoAndStop(11);
_y = _y - speed;
}
if (Key.isDown(40)) {
this.gotoAndStop(5);
_y = _y + speed;
}
if (Key.isDown(83)) {
this.gotoAndStop(9);
_y = _y + speed;
}
if (this.hitTest(_root.instructions.zelda)) {
if (Key.isDown(32)) {
_root.instructions.gotoAndStop('end 2');
}
}
}
}
}
button 590 {
on (release) {
stopAllSounds();
gotoAndStop('MainMenu');
menuSong.start(0, 500);
}
}
movieClip 593 {
}
movieClip 595 {
}
movieClip 597 {
}
movieClip 599 {
}
movieClip 601 {
}
movieClip 603 {
}
movieClip 605 {
}
movieClip 607 {
}
movieClip 609 {
}
movieClip 611 {
}
movieClip 613 {
}
movieClip 615 {
}
movieClip 617 {
}
movieClip 619 {
}
movieClip 621 {
}
movieClip 623 {
}
movieClip 625 {
}
movieClip 627 {
}
movieClip 629 {
}
movieClip 631 {
}
movieClip 633 {
}
movieClip 635 {
}
movieClip 637 {
}
movieClip 639 {
}
movieClip 641 {
}
movieClip 642 {
frame 2823 {
stop();
}
}
frame 526 {
stop();
}
button 653 {
on (release) {
strength -= 1;
pointsLeft += 1;
if (strength <= 1) {
this.strengthDown.enabled = false;
}
if (strength <= 27) {
strengthUp.enabled = true;
}
if (pointsLeft == 27) {
this.strengthDown.enabled = false;
charmDown.enabled = false;
smartsDown.enabled = false;
}
if (pointsLeft >= 1) {
charmUp.enabled = true;
strengthUp.enabled = true;
smartsUp.enabled = true;
}
}
}
button 655 {
on (release) {
strength += 1;
pointsLeft -= 1;
if (strength == 28) {
this.strengthUp.enabled = false;
}
if (strength >= 2) {
strengthDown.enabled = true;
}
if (pointsLeft == 0) {
this.strengthUp.enabled = false;
smartsUp.enabled = false;
charmUp.enabled = false;
}
if (pointsLeft <= 26) {
strengthDown.enabled = true;
}
}
}
button 656 {
on (release) {
charm -= 1;
pointsLeft += 1;
if (charm <= 1) {
this.charmDown.enabled = false;
}
if (charm <= 27) {
charmUp.enabled = true;
}
if (pointsLeft == 27) {
this.charmDown.enabled = false;
strengthDown.enabled = false;
smartsDown.enabled = false;
}
if (pointsLeft >= 1) {
charmUp.enabled = true;
strengthUp.enabled = true;
smartsUp.enabled = true;
}
}
}
button 657 {
on (release) {
charm += 1;
pointsLeft -= 1;
if (charm == 30) {
this.charmUp.enabled = false;
}
if (charm >= 2) {
charmDown.enabled = true;
}
if (pointsLeft == 0) {
this.charmUp.enabled = false;
strengthUp.enabled = false;
smartsUp.enabled = false;
}
if (pointsLeft <= 26) {
charmDown.enabled = true;
}
}
}
button 658 {
on (release) {
intelligence -= 1;
pointsLeft += 1;
if (intelligence <= 1) {
this.smartsDown.enabled = false;
}
if (intelligence <= 27) {
smartsUp.enabled = true;
}
if (pointsLeft == 27) {
this.smartsDown.enabled = false;
charmDown.enabled = false;
strengthDown.enabled = false;
}
if (pointsLeft >= 1) {
charmUp.enabled = true;
strengthUp.enabled = true;
smartsUp.enabled = true;
}
}
}
button 659 {
on (release) {
intelligence += 1;
pointsLeft -= 1;
if (intelligence == 30) {
this.smartsUp.enabled = false;
}
if (intelligence >= 2) {
smartsDown.enabled = true;
}
if (pointsLeft == 0) {
this.smartsUp.enabled = false;
charmUp.enabled = false;
strengthUp.enabled = false;
}
if (pointsLeft <= 26) {
smartsDown.enabled = true;
}
}
}
button 662 {
on (release) {
gotoAndPlay('start');
stopAllSounds();
}
}
frame 538 {
stop();
}
button 663 {
on (release) {
if (pointsLeft >= 1) {
gotoAndStop('error');
} else {
gotoAndPlay('start');
stopAllSounds();
}
}
}
frame 554 {
var currentDay;
var energyLeft;
var statsZelda;
var statsSaria;
var statsMalon;
var statsDin;
var statsNayru;
var levelZelda;
var levelSaria;
var levelMalon;
var levelDin;
var levelNayru;
var randomfight;
var randomball;
var itemFlower;
var itemStick;
var itemOcarina;
var itemFairy;
var itemBracelet;
var itemWeed;
var itemCoke;
var itemFireOrb;
var itemWaterOrb;
var dateStats;
var talkTimes;
var randomDatePic;
var touchTimes;
var giveTimes;
var picTimes;
var kissTimes;
var sexPic;
var score;
var shootingRevenue;
var secretgallery;
var secretcode;
var savefile = SharedObject.getLocal('ZeldaSimDate');
dateStats = 0;
kissTimes = 0;
talkTimes = 0;
picTimes = 0;
giveTimes = 0;
touchTimes = 0;
score = 0;
itemWeed = 0;
itemCoke = 0;
itemWaterOrb = 0;
itemFireOrb = 0;
itemBracelet = 0;
itemFairy = 0;
itemOcarina = 0;
itemStick = 0;
itemFlower = 0;
energyLeft = 100;
currentDay = 1;
statsNayru = 0;
statsDin = 0;
statsMalon = 0;
statsSaria = 0;
statsZelda = 0;
levelNayru = 'Stranger';
levelMalon = 'Stranger';
levelDin = 'Stranger';
levelSaria = 'Stranger';
levelZelda = 'Stranger';
shootingRevenue = int(Math.random() * 10 + 1) + score * 10;
onEnterFrame = function () {
sexPic = int(Math.random() * 10) + 1;
randomDatePic = int(Math.random() * 10);
randomfight = Math.floor(Math.random() * 6);
randomball = Math.floor(Math.random() * 11);
if (doorBlacksmith.hitTest(player)) {
if (Key.isDown(32)) {
gotoAndStop('openBlacksmith');
}
}
if (doorLink.hitTest(player)) {
if (Key.isDown(32)) {
gotoAndStop('openLH2');
}
}
if (doorLibrary.hitTest(player)) {
if (Key.isDown(32)) {
gotoAndStop('openLibrary');
}
}
if (doorGym.hitTest(player)) {
if (Key.isDown(32)) {
gotoAndStop('openGym');
}
}
if (doorBar.hitTest(player)) {
if (Key.isDown(32)) {
gotoAndStop('openBar');
}
}
if (doorShop.hitTest(player)) {
if (Key.isDown(32)) {
gotoAndStop('openShop');
}
}
if (doorZelda.hitTest(player)) {
if (Key.isDown(32)) {
gotoAndStop('openZelda');
}
}
if (doorSaria.hitTest(player)) {
if (Key.isDown(32)) {
gotoAndStop('openSaria');
}
}
if (doorDin.hitTest(player)) {
if (Key.isDown(32)) {
gotoAndStop('openDin');
}
}
if (doorNayru.hitTest(player)) {
if (Key.isDown(32)) {
gotoAndStop('openNayru');
}
}
if (doorMalon.hitTest(player)) {
if (Key.isDown(32)) {
gotoAndStop('openMalon');
}
}
if (spices.hitTest(player)) {
if (Key.isDown(32)) {
otherWords.gotoAndStop('spicesThing');
}
}
if (barrel.hitTest(player)) {
if (key.isDown(32)) {
otherWords.gotoAndStop('woodenLogs');
}
}
if (malonMilk.hitTest(player)) {
if (Key.isDown(32)) {
otherWords.gotoAndStop('malonMilk');
}
}
if (statsZelda < 0) {
levelZelda = 'Purgatory';
}
if (statsSaria < 0) {
levelSaria = 'Purgatory';
}
if (statsMalon < 0) {
levelMalon = 'Purgatory';
}
if (statsDin < 0) {
levelDin = 'Purgatory';
}
if (statsNayru < 0) {
levelNaryu = 'Purgatory';
}
if (currentDay >= 101) {
gotoAndPlay('Game Over');
}
if (strength <= 0) {
strength = 0;
}
if (charm <= 0) {
charm = 0;
}
if (intelligence <= 0) {
intelligence = 0;
}
if (strength >= 400) {
strength = 400;
}
if (intelligence >= 300) {
intelligence = 300;
}
if (charm >= 300) {
charm = 300;
}
if (statsZelda >= 8000) {
gotoAndStop('Win');
_root.secretgallery = 'iluvzelda';
} else {
if (statsSaria >= 8500) {
gotoAndStop('Win');
_root.secretgallery = 'reelsaria';
} else {
if (statsMalon >= 8500) {
gotoAndStop('Win');
_root.secretgallery = 'milk4evah';
} else {
if (statsDin >= 8500) {
gotoAndStop('Win');
_root.secretgallery = 'd1ose';
} else {
if (statsNayru >= 8500) {
gotoAndStop('Win');
_root.secretgallery = 'bfznayru';
}
}
}
}
}
if (_root.currentDay <= 85 && _root.currentday >= 71) {
_root.secretcode = 'tiskewl';
} else {
if (_root.currentDay <= 70) {
_root.secretcode = 'fin1337';
}
}
};
}
instance signLHouse of movieClip 80 {
onClipEvent (keyPress '<Space>') {
if (this.hitTest(_root.player)) {
this.gotoAndStop(2);
}
}
}
button 673 {
on (release) {
gotoAndStop('startMove');
}
}
movieClip 675 {
frame 1 {
function camControl() {
parentColor.setTransform(camColor.getTransform());
var v4 = sX / this._width;
var v3 = sY / this._height;
_parent._x = cX - this._x * v4;
_parent._y = cY - this._y * v3;
_parent._xscale = 100 * v4;
_parent._yscale = 100 * v3;
}
function resetStage() {
var v2 = {'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0, 'aa': 100, 'ab': 0};
parentColor.setTransform(v2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = 'exactFit';
var cX = Stage.width / 2;
var cY = Stage.height / 2;
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
}
}
frame 610 {
intro = new Sound(i);
intro.attachSound('House Song');
intro.start(0, 500);
}
movieClip 679 {
}
instance waterThing of movieClip 679 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.otherWords.gotoAndStop('waterLink');
}
}
}
}
movieClip 681 {
}
instance spices of movieClip 681 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.otherWords.gotoAndStop('spicesThing');
}
}
}
}
movieClip 686 {
}
frame 743 {
stop();
}
movieClip 691 {
}
button 693 {
on (release) {
gotoAndStop('sitBed');
}
}
frame 749 {
stop();
}
button 698 {
on (release) {
gotoAndPlay('jumpBed');
}
}
instance of movieClip 379 {
onClipEvent (enterFrame) {
if (!Key.isDown(39)) {
_root.player.gotoAndStop(1);
}
}
}
instance player of movieClip 380 {
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_y = _y + speed;
this.gotoAndStop(5);
}
if (Key.isDown(37)) {
_x = _x - speed;
this.gotoAndStop(6);
}
if (Key.isDown(38)) {
_y = _y - speed;
this.gotoAndStop(7);
}
if (Key.isDown(39)) {
_x = _x + speed;
this.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inLinkHouseTop)) {
this._y += speed;
}
if (this.hitTest(_root.inLinkHouseLeft)) {
this._x += speed;
}
if (this.hitTest(_root.inLinkHouseRight)) {
this._x -= speed;
}
if (this.hitTest(_root.inLinkHousebottom1)) {
this._y -= speed;
}
if (this.hitTest(_root.inLinkHousebottom2)) {
this._y -= speed;
}
if (this.hitTest(_root.exitHouse)) {
_root.gotoAndStop('outsideHouse');
_x = 323.9;
_y = 128.2;
}
}
}
frame 770 {
stop();
}
button 704 {
on (release) {
gotoAndStop('startMove');
}
}
frame 780 {
stop();
}
frame 780 {
intro.stop();
}
movieClip 707 {
}
instance saveChest of movieClip 502 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
this.gotoAndStop(2);
_root.otherWords.gotoAndStop('save');
}
}
if (_root.otherWords._currentframe <= 94) {
this.gotoAndStop(1);
}
}
}
instance linkBed of movieClip 492 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.otherWords.gotoAndStop('LinkBed');
}
}
}
movieClip 712 {
}
instance of movieClip 712 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.otherWords.gotoAndStop('newgrounds');
}
}
}
instance player of movieClip 380 {
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(8);
if (_root.ground.hitTest(_x + 12, _y - 10, true) == false) {
if (_root.ground.hitTest(_x + 12, _y + 10, true) == false) {
_x = _x + speed;
}
}
}
if (Key.isDown(68)) {
this.gotoAndStop(12);
if (_root.ground.hitTest(_x + 12, _y - 10, true) == false) {
if (_root.ground.hitTest(_x + 12, _y + 10, true) == false) {
_x = _x + speed;
}
}
}
if (Key.isDown(37)) {
this.gotoAndStop(6);
if (_root.ground.hitTest(_x - 12, _y - 10, true) == false) {
if (_root.ground.hitTest(_x - 12, _y + 10, true) == false) {
_x = _x - speed;
}
}
}
if (Key.isDown(65)) {
this.gotoAndStop(10);
if (_root.ground.hitTest(_x - 12, _y - 10, true) == false) {
if (_root.ground.hitTest(_x - 12, _y + 10, true) == false) {
_x = _x - speed;
}
}
}
if (Key.isDown(38)) {
this.gotoAndStop(7);
if (_root.ground.hitTest(_x - 8, _y - 12, true) == false) {
if (_root.ground.hitTest(_x + 8, _y - 12, true) == false) {
_y = _y - speed;
}
}
}
if (Key.isDown(87)) {
this.gotoAndStop(11);
if (_root.ground.hitTest(_x - 8, _y - 12, true) == false) {
if (_root.ground.hitTest(_x + 8, _y - 12, true) == false) {
_y = _y - speed;
}
}
}
if (Key.isDown(40)) {
this.gotoAndStop(5);
if (_root.ground.hitTest(_x - 8, _y + 12, true) == false) {
if (_root.ground.hitTest(_x + 8, _y + 12, true) == false) {
_y = _y + speed;
}
}
}
if (Key.isDown(83)) {
this.gotoAndStop(9);
if (_root.ground.hitTest(_x - 8, _y + 12, true) == false) {
if (_root.ground.hitTest(_x + 8, _y + 12, true) == false) {
_y = _y + speed;
}
}
}
if (this.hitTest(_root.exitHouse)) {
_root.gotoAndStop('outsideHouse');
this._x = _x + 68;
this._y = _y - 165.3;
}
if (this.hitTest(_root.doorExit)) {
_root.gotoAndStop('startMove');
this._x = 254.2;
this._y = 274.4;
}
if (this.hitTest(_root.exitLinkArea)) {
_root.gotoAndStop('village');
_y = _y;
_x = _x + 531.7000000000001;
}
if (this.hitTest(_root.exitAreaVillage1a)) {
_root.gotoAndStop('outsideHouse');
_y = _y;
_x = _x - 531.7000000000001;
}
if (this.hitTest(_root.exitAreaVillage1b)) {
_root.gotoAndStop('village2');
_y = _y - 400.1;
_x = _x;
}
if (this.hitTest(_root.exitAreaVillage2)) {
_root.gotoAndStop('village');
_y = _y + 400.1;
_x = _x;
}
}
}
movieClip 713 {
}
instance exitHouse of movieClip 713 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop('outsideHouse');
_root.player._x = 323.9;
_root.player._y = 129.3;
}
}
}
instance hp of movieClip 402 {
onClipEvent (load) {
baseX = 425.9;
}
onClipEvent (enterFrame) {
this._width = _root.energyLeft / 0.88;
this._x = baseX + this._width / 2;
}
}
button 717 {
on (release) {
song2.stop();
song3.stop();
song4.stop();
song5.stop();
song6.stop();
song1 = new Sound(s1);
song1.attachSound('Song 1');
song1.start(0, 500);
}
}
button 718 {
on (release) {
song1.stop();
song3.stop();
song4.stop();
song5.stop();
song6.stop();
song2 = new Sound(s2);
song2.attachSound('Song 2');
song2.start(0, 500);
}
}
button 719 {
on (release) {
song2.stop();
song1.stop();
song4.stop();
song5.stop();
song6.stop();
song3 = new Sound(s3);
song3.attachSound('Credits Song');
song3.start(0, 500);
}
}
button 720 {
on (release) {
song2.stop();
song3.stop();
song1.stop();
song5.stop();
song6.stop();
song4 = new Sound(s4);
song4.attachSound('Song 4');
song4.start(0, 500);
}
}
button 721 {
on (release) {
song1.stop();
song2.stop();
song3.stop();
song4.stop();
song6.stop();
song5 = new Sound(s5);
song5.attachSound('House Song');
song5.start(0, 500);
}
}
button 722 {
on (release) {
song1.stop();
song2.stop();
song3.stop();
song4.stop();
song5.stop();
song6 = new Sound(s6);
song6.attachSound('Courtyard');
song6.start(0, 500);
}
}
button 733 {
on (release) {
if (_root.energyLeft < 20) {
_root.peopleWords.gotoAndStop('blacksmithNo');
} else {
_root.energyLeft -= 20;
_root.rupeeGot = int(_root.rupeeGot + 5 + (_root.strength + _root.intelligence) / 2);
_root.strength += randomStrength;
gotoAndStop('blacksmithMC');
}
if (_root.strength >= 200) {
randomStrength = 0;
}
}
}
button 737 {
on (release) {
gotoAndStop(1);
_root.gotoAndStop('blacksmith');
_root.items_btn.gotoAndStop(1);
_root.stats_btn.gotoAndStop(1);
_root.blacksmith.gotoAndPlay(1);
}
}
button 749 {
on (release) {
gotoAndStop(1);
_root.items_btn.gotoAndStop(1);
_root.stats_btn.gotoAndStop(1);
_root.blacksmith.gotoAndPlay(1);
}
}
movieClip 761 {
frame 45 {
gotoAndPlay(1);
}
frame 46 {
stop();
}
}
movieClip 770 {
}
movieClip 771 {
}
button 777 {
on (release) {
gotoAndStop(1);
_root.blacksmith.gotoAndPlay(1);
}
}
button 783 {
on (release) {
if (_root.energyLeft < 15) {
gotoAndStop('sturgeonNo');
} else {
if (_root.rupeeGot < 15) {
gotoAndStop('sturgeonNo2');
} else {
gotoAndStop('gymEasy');
_root.strength += strengthEasy;
_root.energyLeft -= 15;
_root.rupeeGot -= 15;
}
}
}
}
button 787 {
on (release) {
if (_root.energyLeft < 30) {
gotoAndStop('sturgeonNo');
} else {
if (_root.rupeeGot < 25) {
gotoAndStop('sturgeonNo2');
} else {
gotoAndStop('gymNormal');
_root.strength += strengthNormal;
_root.energyLeft -= 30;
_root.rupeeGot -= 25;
}
}
}
}
button 791 {
on (release) {
if (_root.energyLeft < 50) {
gotoAndStop('sturgeonNo');
} else {
if (_root.rupeeGot < 35) {
gotoAndStop('sturgeonNo2');
} else {
gotoAndStop('gymHard');
_root.strength += strengthHard;
_root.energyLeft -= 50;
_root.rupeeGot -= 35;
}
}
}
}
button 794 {
on (release) {
gotoAndStop(1);
}
}
button 796 {
on (release) {
gotoAndStop(1);
_root.items_btn.gotoAndStop(1);
_root.stats_btn.gotoAndStop(1);
}
}
movieClip 798 {
}
movieClip 802 {
}
button 804 {
on (release) {
gotoAndStop(1);
}
}
movieClip 806 {
}
movieClip 807 {
}
movieClip 810 {
}
movieClip 811 {
}
button 816 {
on (release) {
gotoAndStop(1);
}
}
button 821 {
on (release) {
gotoAndStop(1);
}
}
button 826 {
on (release) {
if (_root.rupeeGot < 450) {
gotoAndStop('salesmanNo');
} else {
_root.rupeeGot -= 450;
_root.itemWaterOrb += 1;
gotoAndStop('salesmanBuy1');
}
}
}
button 828 {
on (release) {
if (_root.rupeeGot < 450) {
gotoAndStop('salesmanNo');
} else {
_root.rupeeGot -= 450;
_root.itemFireOrb += 1;
gotoAndStop('salesmanBuy1');
}
}
}
button 830 {
on (release) {
if (_root.rupeeGot < 75) {
gotoAndStop('salesmanNo');
} else {
_root.rupeeGot -= 75;
_root.itemCoke += 1;
gotoAndStop('salesmanBuy2');
}
}
}
button 832 {
on (release) {
if (_root.rupeeGot < 30) {
gotoAndStop('salesmanNo');
} else {
_root.rupeeGot -= 30;
_root.itemWeed += 1;
gotoAndStop('salesmanBuy2');
}
}
}
button 843 {
on (release) {
gotoAndStop('salesman');
}
}
button 850 {
on (release) {
if (_root.energyLeft < 10) {
gotoAndStop('studyTired');
} else {
gotoAndStop('linkStudy1');
_root.intelligence += randomStrength;
_root.energyLeft -= 10;
}
}
}
button 851 {
on (release) {
gotoAndStop(1);
}
}
button 853 {
on (release) {
if (_root.energyLeft < 30) {
gotoAndStop('studyTired');
} else {
gotoAndStop('linkStudy2');
_root.intelligence += intnormal;
_root.energyLeft -= 30;
}
}
}
button 855 {
on (release) {
if (_root.energyLeft < 50) {
gotoAndStop('studyTired');
} else {
gotoAndStop('linkStudy3');
_root.intelligence += inthard;
_root.energyLeft -= 50;
}
}
}
movieClip 862 {
}
button 873 {
on (release) {
gotoAndStop('oldManGreat');
}
}
button 876 {
on (release) {
gotoAndStop('oldManIDK');
}
}
button 881 {
on (release) {
gotoAndStop(1);
}
}
button 886 {
on (release) {
stopAllSounds();
FFN.start(0, 500);
gotoAndStop(1);
if (_root.fighting._currentframe != 1) {
gotoAndStop(1);
} else {
if (_root.fighting1200a._currentframe != 1) {
gotoAndStop(1);
} else {
if (_root.fighting500a._currentframe != 1) {
gotoAndStop(1);
} else {
if (_root.fighting1000a._currentframe != 1) {
gotoAndStop(1);
}
}
}
}
if (randomfight1 <= 30) {
_root.fighting.gotoAndStop('Player Attack Selection');
} else {
if (randomfight1 <= 60 && randomfight1 >= 31) {
_root.fighting200a.gotoAndStop('Player Attack Selection');
} else {
if (randomfight1 <= 80 && randomfight1 >= 61) {
_root.fighting500a.gotoAndStop('Player Attack Selection');
} else {
_root.fighting1000a.gotoAndStop('Player Attack Selection');
}
}
}
_root.player._visible = false;
}
}
button 892 {
on (release) {
gotoAndStop('shopkeep2');
}
}
button 895 {
on (release) {
if (_root.rupeeGot < 50) {
gotoAndStop('shopkeepNo');
} else {
_root.itemStick += 1;
_root.rupeeGot -= 50;
gotoAndStop('shopkeepBuy');
}
}
}
button 897 {
on (release) {
if (_root.rupeeGot < 75) {
gotoAndStop('shopkeepNo');
} else {
_root.itemFlower += 1;
_root.rupeeGot -= 75;
gotoAndStop('shopkeepBuy');
}
}
}
button 899 {
on (release) {
if (_root.rupeeGot < 200) {
gotoAndStop('shopkeepNo');
} else {
_root.rupeeGot -= 200;
_root.itemBracelet += 1;
gotoAndStop('shopkeepBuy');
}
}
}
button 903 {
on (release) {
gotoAndStop('shopkeep');
}
}
movieClip 906 {
}
button 907 {
on (release) {
if (_root.rupeeGot < 500) {
gotoAndStop('shopkeepNo');
} else {
_root.rupeeGot -= 500;
gotoAndStop('shopkeepBuy');
_root.itemFairy += 1;
}
}
}
movieClip 909 {
}
button 910 {
on (release) {
if (_root.rupeeGot < 300) {
gotoAndStop('shopkeepNo');
} else {
_root.rupeeGot -= 300;
gotoAndStop('shopkeepBuy');
_root.itemOcarina += 1;
}
}
}
button 919 {
on (release) {
_root.gotoAndStop('Shooting range play');
gotoAndStop(1);
}
}
button 922 {
on (release) {
gotoAndStop('frog instructions');
}
}
button 924 {
on (release) {
gotoAndStop('frog');
}
}
button 925 {
on (release) {
gotoAndStop('frog instructions 2');
}
}
button 927 {
on (release) {
gotoAndStop('frog instructions');
}
}
button 928 {
on (release) {
gotoAndStop('frog');
}
}
movieClip 931 {
frame 1 {
stop();
var earnedRupees;
var randomStrength;
var intnormal;
var inthard;
var strengthEasy;
var strengthNormal;
var strengthHard;
var randomfight1;
FFW = new Sound(WFF);
FFW.attachSound('FF win');
FFN = new Sound(NFF);
FFN.attachSound('FF Nostalgia');
earnedRupees = Math.round(5 + (_root.strength + _root.intelligence) / 2);
randomStrength = Math.round(Math.random() * 2) + 1;
intnormal = Math.round(Math.random() * 5) + 5;
inthard = Math.round(Math.random() * 5) + 10;
strengthEasy = Math.round(Math.random() * 4) + 1;
strengthNormal = Math.round(Math.random() * 4) + 5;
strengthHard = Math.round(Math.random() * 4) + 10;
randomfight1 = int(Math.random() * 100);
onEnterFrame = function () {
if (this._currentframe >= 2) {
_root.signsWords._visible = false;
}
if (this._currentframe == 1 && _root.otherWords._currentframe == 1) {
_root.signsWords._visible = true;
}
};
}
frame 2 {
stop();
}
frame 10 {
stop();
}
}
button 937 {
on (release) {
if (Key.isDown(13) || Key.isDown(27)) {
gotoAndStop(1);
}
gotoAndStop(1);
_root.items_btn.gotoAndStop(1);
_root.stats_btn.gotoAndStop(1);
}
}
button 962 {
on (release) {
_root.energyLeft = 100;
_root.currentDay += 1;
_root.gotoAndPlay('newDay');
}
}
button 967 {
on (release) {
gotoAndStop(1);
_root.items_btn.gotoAndStop(1);
_root.stats_btn.gotoAndStop(1);
}
}
button 969 {
on (release) {
_root.energyLeft = 100;
_root.currentDay += 1;
_root.gotoAndPlay('newDay2');
}
}
button 979 {
on (release) {
gotoAndStop('girlStats');
}
}
button 995 {
on (release) {
gotoAndStop('items2');
}
}
button 1012 {
on (release) {
gotoAndStop('stats');
}
}
button 1018 {
on (release) {
if (_root.charm >= 200) {
gotoAndStop('enough');
} else {
if (_root.itemCoke > 0) {
gotoAndStop('use coke');
_root.charm += int(Math.random() * 5 + 1);
_root.itemCoke -= 1;
}
}
}
}
button 1021 {
on (release) {
if (_root.charm >= 200) {
gotoAndStop('enough');
} else {
if (_root.itemWeed > 0) {
gotoAndStop('use weed');
_root.charm += int(Math.random() * 5 + 1);
_root.itemWeed -= 1;
}
}
}
}
button 1028 {
on (release) {
gotoAndStop('items');
}
}
button 1029 {
on (release) {
gotoAndStop(1);
}
}
movieClip 1032 {
}
movieClip 1041 {
}
button 1045 {
on (press) {
_root.savefile.data.strength = _root.strength;
_root.savefile.data.intelligence = _root.intelligence;
_root.savefile.data.charm = _root.charm;
_root.savefile.data.currentDay = _root.currentDay;
_root.savefile.data.energyLeft = _root.energyLeft;
_root.savefile.data.rupeeGot = _root.rupeeGot;
_root.savefile.data.statsZelda = _root.statsZelda;
_root.savefile.data.statsSaria = _root.statsSaria;
_root.savefile.data.statsDin = _root.statsDin;
_root.savefile.data.statsNayru = _root.statsNayru;
_root.savefile.data.statsMalon = _root.statsMalon;
_root.savefile.data.levelZelda = _root.levelZelda;
_root.savefile.data.levelSaria = _root.levelSaria;
_root.savefile.data.levelDin = _root.levelDin;
_root.savefile.data.levelNayru = _root.levelNayru;
_root.savefile.data.levelMalon = _root.levelMalon;
_root.savefile.data.itemFlower = _root.itemFlower;
_root.savefile.data.itemStick = _root.itemStick;
_root.savefile.data.itemOcarina = _root.itemOcarina;
_root.savefile.data.itemFairy = _root.itemFairy;
_root.savefile.data.itemBracelet = _root.itemBracelet;
_root.savefile.data.itemWeed = _root.itemWeed;
_root.savefile.data.itemCoke = _root.itemCoke;
_root.savefile.data.itemWaterOrb = _root.itemWaterOrb;
_root.savefile.data.itemFireOrb = _root.itemFireOrb;
_root.savefile.flush();
gotoAndStop('saved');
}
}
button 1048 {
on (press) {
if (_root.savefile.data.strength == undefined) {
_root.strength = 0;
} else {
_root.strength = _root.savefile.data.strength;
}
if (_root.savefile.data.intelligence == undefined) {
_root.intelligence = 0;
} else {
_root.intelligence = _root.savefile.data.intelligence;
}
if (_root.savefile.data.charm == undefined) {
_root.charm = 0;
} else {
_root.charm = _root.savefile.data.charm;
}
if (_root.savefile.data.energyLeft == undefined) {
_root.energyLeft = 100;
} else {
_root.energyLeft = _root.savefile.data.energyLeft;
}
if (_root.savefile.data.currentDay == undefined) {
_root.currentDay = 1;
} else {
_root.currentDay = _root.savefile.data.currentDay;
}
if (_root.savefile.data.rupeeGot == undefined) {
_root.rupeeGot = 100;
} else {
_root.rupeeGot = _root.savefile.data.rupeeGot;
}
if (_root.savefile.data.itemFlower == undefined) {
_root.itemFlower = 0;
} else {
_root.itemFlower = _root.savefile.data.itemFlower;
}
if (_root.savefile.data.itemStick == undefined) {
_root.itemStick = 0;
} else {
_root.itemStick = _root.savefile.data.itemStick;
}
if (_root.savefile.data.itemOcarina == undefined) {
_root.itemOcarina = 0;
} else {
_root.itemOcarina = _root.savefile.data.itemOcarina;
}
if (_root.savefile.data.itemFairy == undefined) {
_root.itemFairy = 0;
} else {
_root.itemFairy = _root.savefile.data.itemFairy;
}
if (_root.savefile.data.itemBracelet == undefined) {
_root.itemBracelet = 0;
} else {
_root.itemBracelet = _root.savefile.data.itemBracelet;
}
if (_root.savefile.data.itemWeed == undefined) {
_root.itemWeed = 0;
} else {
_root.itemWeed = _root.savefile.data.itemWeed;
}
if (_root.savefile.data.itemCoke == undefined) {
_root.itemCoke = 0;
} else {
_root.itemCoke = _root.savefile.data.itemCoke;
}
if (_root.savefile.data.itemWaterOrb == undefined) {
_root.itemWaterOrb = 0;
} else {
_root.itemWaterOrb = _root.savefile.data.itemWaterOrb;
}
if (_root.savefile.data.itemFireOrb == undefined) {
_root.itemFireOrb = 0;
} else {
_root.itemFireOrb = _root.savefile.data.itemFireOrb;
}
if (_root.savefile.data.statsZelda == undefined) {
_root.statsZelda = 0;
} else {
_root.statsZelda = _root.savefile.data.statsZelda;
}
if (_root.savefile.data.statsSaria == undefined) {
_root.statsSaria = 0;
} else {
_root.statsSaria = _root.savefile.data.statsSaria;
}
if (_root.savefile.data.statsNayru == undefined) {
_root.statsNayru = 0;
} else {
_root.statsNayru = _root.savefile.data.statsNayru;
}
if (_root.savefile.data.statsMalon == undefined) {
_root.statsMalon = 0;
} else {
_root.statsMalon = _root.savefile.data.statsMalon;
}
if (_root.savefile.data.statsDin == undefined) {
_root.statsDin = 0;
} else {
_root.statsDin = _root.savefile.data.statsDin;
}
if (_root.savefile.data.levelZelda == undefined) {
_root.levelZelda = 'Stranger';
} else {
_root.levelZelda = _root.savefile.data.levelZelda;
}
if (_root.savefile.data.levelSaria == undefined) {
_root.levelSaria = 'Stranger';
} else {
_root.levelSaria = _root.savefile.data.levelSaria;
}
if (_root.savefile.data.levelDin == undefined) {
_root.levelDin = 'Stranger';
} else {
_root.levelDin = _root.savefile.data.levelDin;
}
if (_root.savefile.data.levelNayru == undefined) {
_root.levelNayru = 'Stranger';
} else {
_root.levelNayru = _root.savefile.data.levelNayru;
}
if (_root.savefile.data.levelMalon == undefined) {
_root.levelMalon = 'Stranger';
} else {
_root.levelMalon = _root.savefile.data.levelMalon;
}
gotoAndStop('loaded');
}
}
button 1049 {
on (release) {
gotoAndStop(1);
_root.chest.gotoAndStop(1);
}
}
button 1056 {
on (release) {
_root.gotoAndStop('Main');
gotoAndStop(1);
}
}
button 1060 {
on (release) {
gotoAndStop(1);
}
}
button 1062 {
on (release) {
gotoAndStop(1);
}
}
movieClip 1063 {
frame 1 {
stop();
var savefile = SharedObject.getLocal('Zelda SimDate');
var randomCharm;
randomCharm = int(Math.random() * 5);
onEnterFrame = function () {
if (Key.isDown(13) || Key.isDown(27)) {
gotoAndStop(1);
}
};
}
frame 2 {
stop();
}
}
frame 786 {
stop();
}
instance player of movieClip 380 {
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(8);
if (_root.ground.hitTest(_x + 12, _y - 10, true) == false) {
if (_root.ground.hitTest(_x + 12, _y + 10, true) == false) {
_x = _x + speed;
}
}
}
if (Key.isDown(68)) {
this.gotoAndStop(12);
if (_root.ground.hitTest(_x + 12, _y - 10, true) == false) {
if (_root.ground.hitTest(_x + 12, _y + 10, true) == false) {
_x = _x + speed;
}
}
}
if (Key.isDown(37)) {
this.gotoAndStop(6);
if (_root.ground.hitTest(_x - 12, _y - 10, true) == false) {
if (_root.ground.hitTest(_x - 12, _y + 10, true) == false) {
_x = _x - speed;
}
}
}
if (Key.isDown(65)) {
this.gotoAndStop(10);
if (_root.ground.hitTest(_x - 12, _y - 10, true) == false) {
if (_root.ground.hitTest(_x - 12, _y + 10, true) == false) {
_x = _x - speed;
}
}
}
if (Key.isDown(38)) {
this.gotoAndStop(7);
if (_root.ground.hitTest(_x - 8, _y - 12, true) == false) {
if (_root.ground.hitTest(_x + 8, _y - 12, true) == false) {
_y = _y - speed;
}
}
}
if (Key.isDown(87)) {
this.gotoAndStop(11);
if (_root.ground.hitTest(_x - 8, _y - 12, true) == false) {
if (_root.ground.hitTest(_x + 8, _y - 12, true) == false) {
_y = _y - speed;
}
}
}
if (Key.isDown(40)) {
this.gotoAndStop(5);
if (_root.ground.hitTest(_x - 8, _y + 12, true) == false) {
if (_root.ground.hitTest(_x + 8, _y + 12, true) == false) {
_y = _y + speed;
}
}
}
if (Key.isDown(83)) {
this.gotoAndStop(9);
if (_root.ground.hitTest(_x - 8, _y + 12, true) == false) {
if (_root.ground.hitTest(_x + 8, _y + 12, true) == false) {
_y = _y + speed;
}
}
}
if (this.hitTest(_root.exitHouse)) {
_root.gotoAndStop('outsideHouse');
_x = _x + 68;
_y = _y - 165.3;
}
}
}
frame 793 {
stop();
}
movieClip 1066 {
}
movieClip 1070 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance doorExit of movieClip 479 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop('LinkHouse');
}
}
}
}
instance door of movieClip 1070 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.door.gotoAndStop(2);
}
}
}
}
instance signLHouse of movieClip 80 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(2);
}
}
}
}
movieClip 1071 {
frame 1 {
stop();
}
}
instance of movieClip 1071 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(3);
}
}
}
}
instance of movieClip 471 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.signsWords.gotoAndStop('map1');
}
}
}
instance player of movieClip 380 {
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(8);
if (_root.ground.hitTest(_x + 12, _y - 10, true) == false) {
if (_root.ground.hitTest(_x + 12, _y + 10, true) == false) {
_x = _x + speed;
}
}
}
if (Key.isDown(68)) {
this.gotoAndStop(12);
if (_root.ground.hitTest(_x + 12, _y - 10, true) == false) {
if (_root.ground.hitTest(_x + 12, _y + 10, true) == false) {
_x = _x + speed;
}
}
}
if (Key.isDown(37)) {
this.gotoAndStop(6);
if (_root.ground.hitTest(_x - 12, _y - 10, true) == false) {
if (_root.ground.hitTest(_x - 12, _y + 10, true) == false) {
_x = _x - speed;
}
}
}
if (Key.isDown(65)) {
this.gotoAndStop(10);
if (_root.ground.hitTest(_x - 12, _y - 10, true) == false) {
if (_root.ground.hitTest(_x - 12, _y + 10, true) == false) {
_x = _x - speed;
}
}
}
if (Key.isDown(38)) {
this.gotoAndStop(7);
if (_root.ground.hitTest(_x - 8, _y - 12, true) == false) {
if (_root.ground.hitTest(_x + 8, _y - 12, true) == false) {
_y = _y - speed;
}
}
}
if (Key.isDown(87)) {
this.gotoAndStop(11);
if (_root.ground.hitTest(_x - 8, _y - 12, true) == false) {
if (_root.ground.hitTest(_x + 8, _y - 12, true) == false) {
_y = _y - speed;
}
}
}
if (Key.isDown(40)) {
this.gotoAndStop(5);
if (_root.ground.hitTest(_x - 8, _y + 12, true) == false) {
if (_root.ground.hitTest(_x + 8, _y + 12, true) == false) {
_y = _y + speed;
}
}
}
if (Key.isDown(83)) {
this.gotoAndStop(9);
if (_root.ground.hitTest(_x - 8, _y + 12, true) == false) {
if (_root.ground.hitTest(_x + 8, _y + 12, true) == false) {
_y = _y + speed;
}
}
}
if (this.hitTest(_root.exitHouse)) {
_root.gotoAndStop('outsideHouse');
this._x = _x + 68;
this._y = _y - 165.3;
}
if (this.hitTest(_root.doorExit)) {
_root.gotoAndStop('startMove');
this._x = 254.2;
this._y = 274.4;
}
if (this.hitTest(_root.exitLinkArea)) {
_root.gotoAndStop('village');
_y = _y;
_x = _x + 531.7000000000001;
}
if (this.hitTest(_root.exitLinkArea2)) {
_root.gotoAndStop('Arena');
_y = _y - 374.3;
_x = _x;
}
if (this.hitTest(_root.exitAreaVillage1a)) {
_root.gotoAndStop('outsideHouse');
_y = _y;
_x = _x - 531.7000000000001;
}
if (this.hitTest(_root.exitAreaVillage1b)) {
_root.gotoAndStop('village2');
_y = _y - 400.1;
_x = _x;
}
if (this.hitTest(_root.exitAreaVillage2)) {
_root.gotoAndStop('village');
_y = _y + 400.1;
_x = _x;
}
if (this.hitTest(_root.exitAreaVillage2b)) {
_root.gotoAndStop('Arena');
_y = _y;
_x = _x - 531.7000000000001;
}
if (this.hitTest(_root.exitArena)) {
_root.gotoAndStop('outsideHouse');
_y = _y + 374.3;
_x = _x;
}
if (this.hitTest(_root.exitArena2)) {
_root.gotoAndStop('village2');
_y = _y;
_x = _x + 531.7000000000001;
}
if (this.hitTest(_root.enterBlacksmith)) {
_root.gotoAndStop('blacksmith');
this._x = 276.9;
this._y = 295.3;
}
if (this.hitTest(_root.exitBlacksmith)) {
_root.gotoAndStop('village');
this._x = 378.3;
this._y = 270.9;
}
if (this.hitTest(_root.enterLH2)) {
_root.gotoAndStop('linkHouse2');
this._x = 264.4;
this._y = 293.6;
}
if (this.hitTest(_root.exitHouse2)) {
_root.gotoAndStop('village');
this._x = 259.5;
this._y = 264.3;
}
if (this.hitTest(_root.enterLibrary)) {
_root.gotoAndStop('library');
this._x = 264.5;
this._y = 338.6;
}
if (this.hitTest(_root.exitLibrary)) {
_root.gotoAndStop('village');
this._x = 138.2;
this._y = 253.6;
}
if (this.hitTest(_root.enterGym)) {
_root.gotoAndStop('gym');
this._x = 264.7;
this._y = 296.4;
}
if (this.hitTest(_root.exitGym)) {
_root.gotoAndStop('village');
this._x = 380.7;
this._y = 107.1;
}
if (this.hitTest(_root.enterBar)) {
_root.gotoAndStop('bar');
this._x = 271.9;
this._y = 334.5;
if (_root.randomfight == 2) {
stopAllSounds();
_root.peopleWords.FFN.start(0, 500);
if (_root.randomball == 0) {
_root.fighting.gotoAndStop('Player Attack Selection');
_root.player._visible = false;
} else {
if (_root.randomball == 1) {
_root.fighting200a.gotoAndStop('Player Attack Selection');
_root.player._visible = false;
} else {
if (_root.randomball == 2) {
_root.fighting500a.gotoAndStop('Player Attack Selection');
_root.player._visible = false;
} else {
if (_root.randomball == 3) {
_root.fighting1000a.gotoAndStop('Player Attack Selection');
_root.player._visible = false;
} else {
if (_root.randomball == 4) {
_root.fighting100b.gotoAndStop('Player Attack Selection');
_root.player._visible = false;
} else {
if (_root.randomball == 5) {
_root.fighting200b.gotoAndStop('Player Attack Selection');
_root.player._visible = false;
} else {
if (_root.randomaball == 6) {
_root.fighting500b.gotoAndStop('Player Attack Selection');
_root.player._visible = false;
} else {
if (_root.randomball == 7) {
_root.fighting1000b.gotoAndStop('Player Attack Selection');
_root.player._visible = false;
}
}
}
}
}
}
}
}
}
}
if (this.hitTest(_root.exitBar)) {
_root.gotoAndStop('village');
this._x = 267.7;
this._y = 107.8;
}
if (this.hitTest(_root.enterShop)) {
_root.gotoAndStop('shop');
this._x = 281.9;
this._y = 294.4;
}
if (this.hitTest(_root.exitShop)) {
_root.gotoAndStop('village');
this._x = 139.8;
this._y = 105.1;
}
if (this.hitTest(_root.enterZelda)) {
_root.gotoAndStop('zeldaHouse');
this._x = 276.2;
this._y = 316.9;
}
if (this.hitTest(_root.exitZelda)) {
_root.gotoAndStop('village2');
this._x = 138.8;
this._y = 199.6;
}
if (this.hitTest(_root.enterSaria)) {
_root.gotoAndStop('sariaHouse');
this._x = 276.4;
this._y = 324.6;
}
if (this.hitTest(_root.exitSaria)) {
_root.gotoAndStop('village2');
this._x = 108.3;
this._y = 329.4;
}
if (this.hitTest(_root.enterMalon)) {
_root.gotoAndStop('malonHouse');
this._x = 275.9;
this._y = 319.7;
}
if (this.hitTest(_root.exitMalon)) {
_root.gotoAndStop('village2');
this._x = 438.3;
this._y = 334.3;
}
if (this.hitTest(_root.enterDin)) {
_root.gotoAndStop('dinHouse');
this._x = 276.9;
this._y = 322.1;
}
if (this.hitTest(_root.exitDin2)) {
_root.gotoAndStop('nayruHouse');
this._x = 142.3;
this._y = 196.3;
}
if (this.hitTest(_root.exitDin)) {
_root.gotoAndStop('village2');
this._x = 378.3;
this._y = 201.1;
}
if (this.hitTest(_root.enterNayru)) {
_root.gotoAndStop('nayruHouse');
this._x = 280.4;
this._y = 319.3;
}
if (this.hitTest(_root.exitNayru)) {
_root.gotoAndStop('village2');
this._x = 442.4;
this._y = 200.8;
}
if (this.hitTest(_root.exitNayru2)) {
_root.gotoAndStop('dinHouse');
this._x = 413.6;
this._y = 196.8;
}
if (this.hitTest(_root.enterShooting)) {
_root.gotoAndStop('Shooting Range');
this._x = 278.1;
this._y = 315.1;
}
if (this.hitTest(_root.exitShooting)) {
_root.gotoAndStop('arena');
this._x = 280.4;
this._y = 218;
}
}
}
movieClip 1072 {
}
movieClip 1073 {
}
button 1075 {
on (release) {
gotoAndStop(1);
}
}
button 1077 {
on (release) {
gotoAndStop(1);
}
}
button 1079 {
on (release) {
gotoAndStop(1);
}
}
button 1088 {
on (release) {
gotoAndStop(1);
}
}
movieClip 1111 {
}
movieClip 1114 {
frame 1 {
stop();
}
frame 2 {
stop();
onEnterFrame = function () {
if (Key.isDown(27) || Key.isDown(13)) {
gotoAndStop(1);
}
};
}
}
instance otherWords of movieClip 1063 {
onClipEvent (enterFrame) {
if (this._currentframe >= 2) {
_root.signsWords._visible = false;
}
if (this._currentframe == 1) {
_root.signsWords._visible = true;
}
}
}
frame 800 {
stop();
}
movieClip 1116 {
}
movieClip 1119 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance doorExit of movieClip 479 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop('gym');
}
}
}
}
instance doorGym of movieClip 1119 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorGym.gotoAndStop(2);
}
}
}
}
movieClip 1121 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance doorExit of movieClip 479 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop('bar');
}
if (_root.randomfight == 2) {
stopAllSounds();
_root.peopleWords.FFN.start(0, 500);
if (_root.randomball == 0) {
_root.fighting.gotoAndStop('Player Attack Selection');
_root.player._visible = false;
} else {
if (_root.randomball == 1) {
_root.fighting200a.gotoAndStop('Player Attack Selection');
_root.player._visible = false;
} else {
if (_root.randomball == 2) {
_root.fighting500a.gotoAndStop('Player Attack Selection');
_root.player._visible = false;
} else {
if (_root.randomball == 3) {
_root.fighting1000a.gotoAndStop('Player Attack Selection');
_root.player._visible = false;
} else {
if (_root.randomball == 4) {
_root.fighting100b.gotoAndStop('Player Attack Selection');
_root.player._visible = false;
} else {
if (_root.randomball == 5) {
_root.fighting200b.gotoAndStop('Player Attack Selection');
_root.player._visible = false;
} else {
if (_root.randomaball == 6) {
_root.fighting500b.gotoAndStop('Player Attack Selection');
_root.player._visible = false;
} else {
if (_root.randomball == 7) {
_root.fighting1000b.gotoAndStop('Player Attack Selection');
_root.player._visible = false;
}
}
}
}
}
}
}
}
}
}
}
}
instance doorBar of movieClip 1121 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorBar.gotoAndStop(2);
}
}
}
}
movieClip 1123 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance doorExit of movieClip 479 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop('shop');
}
}
}
}
instance doorShop of movieClip 1123 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorShop.gotoAndStop(2);
}
}
}
}
movieClip 1125 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance doorExit of movieClip 479 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop('library');
}
}
}
}
instance doorLibrary of movieClip 1125 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorLibrary.gotoAndStop(2);
}
}
}
}
movieClip 1127 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance doorExit of movieClip 479 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop('LinkHouse2');
}
}
}
}
instance doorLink of movieClip 1127 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorLink.gotoAndStop(2);
}
}
}
}
movieClip 1129 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance doorExit of movieClip 479 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop('blacksmith');
}
}
}
}
instance doorBlacksmith of movieClip 1129 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorBlacksmith.gotoAndStop(2);
}
}
}
}
movieClip 1130 {
}
instance signResidence of movieClip 1130 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(10);
}
}
}
}
movieClip 1131 {
}
instance signLibrary of movieClip 1131 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(7);
}
}
}
}
movieClip 1132 {
}
instance signBlacksmith of movieClip 1132 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(5);
}
}
}
}
movieClip 1133 {
}
instance signShop of movieClip 1133 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(8);
}
}
}
}
movieClip 1134 {
}
instance signBar of movieClip 1134 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(9);
}
}
}
}
movieClip 1135 {
}
instance signLinkHouse2 of movieClip 1135 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(6);
}
}
}
}
movieClip 1136 {
}
instance signWelcome of movieClip 1136 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(4);
}
}
}
}
movieClip 1137 {
}
instance signGym of movieClip 1137 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(13);
}
}
}
}
instance of movieClip 471 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.signsWords.gotoAndStop('map2');
}
}
}
movieClip 1139 {
}
frame 804 {
stop();
}
frame 806 {
stop();
}
instance doorBlacksmith of movieClip 1129 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorBlacksmith.gotoAndStop(2);
}
}
}
}
frame 808 {
stop();
}
instance doorLink of movieClip 1127 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorLink.gotoAndStop(2);
}
}
}
}
instance doorBlacksmith of movieClip 1129 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorBlacksmith.gotoAndStop(2);
}
}
}
}
frame 810 {
stop();
}
instance doorLibrary of movieClip 1125 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorLibrary.gotoAndStop(2);
}
}
}
}
frame 812 {
stop();
}
instance doorGym of movieClip 1119 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorGym.gotoAndStop(2);
}
}
}
}
instance doorLibrary of movieClip 1125 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorLibrary.gotoAndStop(2);
}
}
}
}
frame 814 {
stop();
}
instance doorBar of movieClip 1121 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorBar.gotoAndStop(2);
}
}
}
}
instance doorLibrary of movieClip 1125 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorLibrary.gotoAndStop(2);
}
}
}
}
frame 817 {
stop();
}
movieClip 1143 {
}
movieClip 1146 {
}
instance of movieClip 1146 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.peopleWords.gotoAndStop('salesman');
}
}
}
instance doorZelda of movieClip 480 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorZelda.gotoAndStop(2);
}
}
}
}
movieClip 1149 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance doorExit of movieClip 479 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop('sariaHouse');
}
}
}
}
instance doorSaria of movieClip 1149 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorSaria.gotoAndStop(2);
}
}
}
}
movieClip 1151 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance doorExit of movieClip 479 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop('malonHouse');
}
}
}
}
instance doorMalon of movieClip 1151 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorMalon.gotoAndStop(2);
}
}
}
}
movieClip 1153 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance doorExit of movieClip 479 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop('nayruHouse');
}
}
}
}
instance doorNayru of movieClip 1153 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorNayru.gotoAndStop(2);
}
}
}
}
movieClip 1155 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance doorExit of movieClip 479 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop('dinHouse');
}
}
}
}
instance doorDin of movieClip 1155 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorDin.gotoAndStop(2);
}
}
}
}
movieClip 1157 {
}
instance of movieClip 1157 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(17);
}
}
}
}
movieClip 1158 {
}
instance of movieClip 1158 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(16);
}
}
}
}
movieClip 1159 {
}
instance of movieClip 1159 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(15);
}
}
}
}
movieClip 1160 {
}
instance of movieClip 1160 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(18);
}
}
}
}
movieClip 1161 {
}
instance of movieClip 1161 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(19);
}
}
}
}
instance of movieClip 469 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(14);
}
}
}
}
instance of movieClip 471 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.signsWords.gotoAndStop('map3');
}
}
}
movieClip 1165 {
}
instance windThing of movieClip 1165 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.otherWords.gotoAndStop('airDuck');
}
}
}
}
frame 821 {
stop();
}
instance doorSaria of movieClip 1149 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorSaria.gotoAndStop(2);
}
}
}
}
instance doorNayru of movieClip 1153 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorNayru.gotoAndStop(2);
}
}
}
}
instance doorDin of movieClip 1155 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorDin.gotoAndStop(2);
}
}
}
}
frame 823 {
stop();
}
instance doorZelda of movieClip 480 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorZelda.gotoAndStop(2);
}
}
}
}
frame 825 {
stop();
}
instance doorDin of movieClip 1155 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorDin.gotoAndStop(2);
}
}
}
}
frame 827 {
stop();
}
instance doorNayru of movieClip 1153 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorNayru.gotoAndStop(2);
}
}
}
}
frame 829 {
stop();
}
instance doorSaria of movieClip 1149 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.doorSaria.gotoAndStop(2);
}
}
}
}
frame 831 {
stop();
player._x = 276.9;
player._y = 295.3;
}
movieClip 1172 {
}
movieClip 1175 {
}
movieClip 1177 {
}
movieClip 1179 {
}
instance barrel of movieClip 1179 {
onClipEvent (enterFrame) {
if (_root.barrel.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.otherWords.gotoAndStop(8);
}
}
}
}
instance blacksmith of movieClip 761 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
this.gotoAndStop(46);
_root.peopleWords.gotoAndStop(2);
blacksmith.enabled = false;
}
}
}
}
instance peopleWords of movieClip 931 {
onClipEvent (enterFrame) {
if (this._currentframe >= 2) {
_root.otherWords._visible = false;
}
if (this._currentframe == 1) {
_root.otherWords._visible = true;
}
}
}
frame 836 {
stop();
player._x = 264.4;
player._y = 293.6;
}
movieClip 1182 {
}
instance saveChest of movieClip 502 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.otherWords.gotoAndStop('save');
}
}
}
}
instance waterThing of movieClip 679 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.otherWords.gotoAndStop('waterLink');
}
}
}
}
instance linkBed of movieClip 492 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.otherWords.gotoAndStop('linkBed2');
}
}
}
movieClip 1186 {
}
instance computer of movieClip 1186 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.otherWords.gotoAndStop('desktop');
}
}
}
instance of movieClip 712 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.otherWords.gotoAndStop('newgrounds');
}
}
}
frame 842 {
stop();
player._x = 264.5;
player._y = 338.6;
}
movieClip 1189 {
}
movieClip 1192 {
}
instance redBook of movieClip 1192 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
if (_root.intelligence >= 300) {
_root.peopleWords.gotoAndStop('library full');
} else {
_root.peopleWords.gotoAndStop('bookHard');
}
}
}
}
movieClip 1194 {
}
instance blueBook of movieClip 1194 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
if (_root.intelligence >= 300) {
_root.peopleWords.gotoAndStop('library full');
} else {
_root.peopleWords.gotoAndStop('bookNormal');
}
}
}
}
movieClip 1196 {
}
instance greenBook of movieClip 1196 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
if (_root.intelligence >= 300) {
_root.peopleWords.gotoAndStop('library full');
} else {
_root.peopleWords.gotoAndStop('bookEasy');
}
}
}
}
frame 847 {
stop();
player._x = 264.7;
player._y = 296.4;
}
movieClip 1199 {
}
instance of movieClip 810 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.otherWords.gotoAndStop('gymHen');
}
}
}
movieClip 1202 {
}
instance of movieClip 1202 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
if (_root.strength >= 400) {
_root.peopleWords.gotoAndStop('sturgeon full');
} else {
_root.peopleWords.gotoAndStop('sturgeon');
}
}
}
}
movieClip 1203 {
}
instance gymWater of movieClip 1203 {
onClipEvent (enterFrame) {
if (_root.gymWater.hitTest(_root.player) && Key.isDown(32)) {
_root.otherWords.gotoAndStop('gymWater');
}
}
}
instance of movieClip 806 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.otherWords.gotoAndStop('rockBig');
}
}
}
instance of movieClip 798 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.otherWords.gotoAndStop('rockSmall');
}
}
}
frame 851 {
stop();
player._x = 271.9;
player._y = 334.5;
}
movieClip 1205 {
}
instance bum of movieClip 526 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.peopleWords.gotoAndStop('drunk');
}
}
}
instance drinking2 of movieClip 528 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.peopleWords.gotoAndStop('oldMan');
}
}
}
instance drinking1 of movieClip 1146 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.peopleWords.gotoAndStop('salesmanBar');
}
}
}
instance sariaBar of movieClip 520 {
onClipEvent (load) {
numberStranger = Math.round(Math.random() * 1);
numberNewFriend = Math.round(Math.random() * 1);
numberCloseFriend = Math.round(Math.random() * 2);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
if (_root.currentDay == 13 || _root.currentDay == 14 || _root.currentDay == 41 || _root.currentDay == 42 || _root.currentDay == 69 || _root.currentDay == 70) {
_root.sariaWords.gotoAndStop('sariaPeriod');
} else {
if (_root.levelSaria == 'Purgatory') {
_root.sariaWords.gotoAndStop('sariaPurg');
} else {
if (_root.levelSaria == 'Stranger') {
if (numberStranger == 0) {
_root.sariaWords.gotoAndStop('sariaStranger');
}
if (numberStranger == 1) {
_root.sariaWords.gotoAndStop('sariaStranger2');
}
} else {
if (_root.levelSaria == 'New Friend') {
if (numberNewFriend == 0) {
_root.sariaWords.gotoAndStop('sariaNew');
}
if (numberNewFriend == 1) {
_root.sariaWords.gotoAndStop('sariaNew2');
}
} else {
if (_root.levelSaria == 'Close Friend') {
if (numberCloseFriend == 0) {
_root.sariaWords.gotoAndStop('sariaClose');
}
if (numberCloseFriend == 1) {
_root.sariaWords.gotoAndStop('sariaClose2');
}
if (numberCloseFriend == 2) {
_root.sariaWords.gotoAndStop('sariaClose3');
}
} else {
if (_root.levelSaria == 'Girlfriend') {
_root.sariaWords.gotoAndStop('sariaGf');
}
}
}
}
}
}
}
}
}
instance nayruBar of movieClip 524 {
onClipEvent (load) {
numberStranger = Math.round(Math.random() * 1);
numberNewFriend = Math.round(Math.random() * 1);
numberCloseFriend = Math.round(Math.random() * 2);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
if (_root.currentDay == 8 || _root.currentDay == 9 || _root.currentDay == 36 || _root.currentDay == 37 || _root.currentDay == 64 || _root.currentDay == 65) {
_root.nayruWords.gotoAndStop('nayruPeriod');
} else {
if (_root.levelNayru == 'Purgatory') {
_root.nayruWords.gotoAndStop('nayruPurg');
} else {
if (_root.levelNayru == 'Stranger') {
if (numberStranger == 0) {
_root.nayruWords.gotoAndStop('nayruStranger');
}
if (numberStranger == 1) {
_root.nayruWords.gotoAndStop('nayruStranger2');
}
} else {
if (_root.levelNayru == 'New Friend') {
if (numberNewFriend == 0) {
_root.nayruWords.gotoAndStop('nayruNew');
}
if (numberNewFriend == 1) {
_root.nayruWords.gotoAndStop('nayruNew2');
}
} else {
if (_root.levelNayru == 'Close Friend') {
if (numberCloseFriend == 0) {
_root.nayruWords.gotoAndStop('nayruClose');
}
if (numberCloseFriend == 1) {
_root.nayruWords.gotoAndStop('nayruClose2');
}
if (numberCloseFriend == 2) {
_root.nayruWords.gotoAndStop('nayruClose3');
}
} else {
if (_root.levelNayru == 'Girlfriend') {
_root.nayruWords.gotoAndStop('nayruGf');
}
}
}
}
}
}
}
}
}
instance malonBar of movieClip 522 {
onClipEvent (load) {
numberStranger = Math.round(Math.random() * 1);
numberNewFriend = Math.round(Math.random() * 1);
numberCloseFriend = Math.round(Math.random() * 2);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
if (_root.currentDay == 23 || _root.currentDay == 24 || _root.currentDay == 49 || _root.currentDay == 50) {
_root.malonWords.gotoAndStop('malonPeriod');
} else {
if (_root.levelMalon == 'Purgatory') {
_root.malonWords.gotoAndStop('malonPurg');
} else {
if (_root.levelMalon == 'Stranger') {
if (numberStranger == 0) {
_root.malonWords.gotoAndStop('malonStranger');
}
if (numberStranger == 1) {
_root.malonWords.gotoAndStop('malonStranger2');
}
} else {
if (_root.levelMalon == 'New Friend') {
if (numberNewFriend == 0) {
_root.malonWords.gotoAndStop('malonNew');
}
if (numberNewFriend == 1) {
_root.malonWords.gotoAndStop('malonNew2');
}
} else {
if (_root.levelMalon == 'Close Friend') {
if (numberCloseFriend == 0) {
_root.malonWords.gotoAndStop('malonClose');
}
if (numberCloseFriend == 1) {
_root.malonWords.gotoAndStop('malonClose2');
}
if (numberCloseFriend == 2) {
_root.malonWords.gotoAndStop('malonClose3');
}
} else {
if (_root.levelMalon == 'Girlfriend') {
_root.malonWords.gotoAndStop('malonGf');
}
}
}
}
}
}
}
}
}
instance dinBar of movieClip 518 {
onClipEvent (load) {
numberStranger = Math.round(Math.random() * 1);
numberNewFriend = int(Math.random() * 1);
numberCloseFriend = Math.round(Math.random() * 2);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
if (_root.currentDay == 30 || _root.currentDay == 31 || _root.currentDay == 58 || _root.currentDay == 59 || _root.currentDay == 86 || _root.currentDay == 86) {
_root.dinWords.gotoAndStop('dinPeriod');
} else {
if (_root.levelDin == 'Purgatory') {
_root.dinWords.gotoAndStop('dinPurg');
} else {
if (_root.levelDin == 'Stranger') {
if (numberStranger == 0) {
_root.dinWords.gotoAndStop('dinStranger');
}
if (numberStranger == 1) {
_root.dinWords.gotoAndStop('dinStranger2');
}
} else {
if (_root.levelDin == 'New Friend') {
if (numberNewFriend == 0) {
_root.dinWords.gotoAndStop('dinNew');
}
if (numberNewFriend == 1) {
_root.dinWords.gotoAndStop('dinNew2');
}
} else {
if (_root.levelDin == 'Close Friend') {
if (numberCloseFriend == 0) {
_root.dinWords.gotoAndStop('dinClose');
}
if (numberCloseFriend == 1) {
_root.dinWords.gotoAndStop('dinClose2');
}
if (numberCloseFriend == 2) {
_root.dinWords.gotoAndStop('dinClose3');
}
} else {
if (_root.levelDin == 'Girlfriend') {
_root.dinWords.gotoAndStop('dinGf');
}
}
}
}
}
}
}
}
}
instance zeldaBar of movieClip 516 {
onClipEvent (load) {
numberStranger = Math.round(Math.random() * 1);
numberNewFriend = Math.round(Math.random() * 1);
numberCloseFriend = Math.round(Math.random() * 2);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
if (_root.currentDay == 20 || _root.currentDay == 21 || _root.currentDay == 48 || _root.currentDay == 49 || _root.currentDay == 76 || _root.currentDay == 77) {
_root.zeldaWords.gotoAndStop('zeldaPeriod');
} else {
if (_root.levelZelda == 'Purgatory') {
_root.zeldaWords.gotoAndStop('zeldaPurg');
} else {
if (_root.levelZelda == 'Stranger') {
if (numberStranger == 0) {
_root.zeldaWords.gotoAndStop('zeldaStranger');
}
if (numberStranger == 1) {
_root.zeldaWords.gotoAndStop('zeldaStranger2');
}
} else {
if (_root.levelZelda == 'New Friend') {
if (numberNewFriend == 0) {
_root.zeldaWords.gotoAndStop('zeldaNew');
}
if (numberNewFriend == 1) {
_root.zeldaWords.gotoAndStop('zeldaNew2');
}
} else {
if (_root.levelZelda == 'Close Friend') {
if (numberCloseFriend == 0) {
_root.zeldaWords.gotoAndStop('zeldaClose');
}
if (numberCloseFriend == 1) {
_root.zeldaWords.gotoAndStop('zeldaClose2');
}
if (numberCloseFriend == 2) {
_root.zeldaWords.gotoAndStop('zeldaClose3');
}
} else {
if (_root.levelZelda == 'Girlfriend') {
_root.zeldaWords.gotoAndStop('zeldaGf');
}
}
}
}
}
}
}
}
}
instance otherWords of movieClip 1063 {
onClipEvent (enterFrame) {
if (this._currentframe >= 2) {
_root.peopleWords._visible = false;
_root.zeldaWords._visible = false;
_root.sariaWords._visible = false;
_root.malonWords._visible = false;
_root.dinWords._visible = false;
_root.nayruWords._visible = false;
}
if (this._currentframe == 1) {
_root.peopleWords._visible = true;
_root.zeldaWords._visible = true;
_root.sariaWords._visible = true;
_root.malonWords._visible = true;
_root.dinWords._visible = true;
_root.nayruWords._visible = true;
}
}
}
button 1211 {
on (release) {
if (_root.energyLeft < 40) {
gotoAndStop('tired');
} else {
gotoAndStop('purgTalk');
_root.energyLeft -= 40;
_root.statsZelda += (int(Math.random() * 5) + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 1212 {
on (release) {
gotoAndStop('purgGive');
give.enabled = false;
}
}
button 1213 {
on (release) {
gotoAndStop('purgDate');
date.enabled = false;
}
}
button 1214 {
on (release) {
gotoAndStop(1);
talk.enabled = true;
give.enabled = true;
date.enabled = true;
ask.enabled = true;
}
}
button 1215 {
on (release) {
if (_root.statsZelda <= 0) {
gotoAndStop('purgAsk');
} else {
if (_root.statsZelda >= 1) {
gotoAndPlay('levelUpPurg');
_root.levelZelda = 'Stranger';
}
}
ask.enabled = false;
}
}
button 1225 {
on (release) {
if (_root.energyLeft < 50) {
gotoAndStop('tired');
} else {
gotoAndStop('periodTalk');
_root.energyLeft -= 50;
_root.statsZelda -= int(Math.random() * 5 + 1 + _root.charm / 3);
talk.enabled = false;
}
}
}
button 1226 {
on (release) {
gotoAndStop('periodGive');
give.enabled = false;
}
}
button 1227 {
on (release) {
gotoAndStop('periodDate');
date.enabled = false;
}
}
button 1228 {
on (release) {
gotoAndStop('periodAsk');
}
}
button 1237 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('strangerTalk');
_root.energyLeft -= 25;
_root.statsZelda += (int(Math.random() * 5) + 1 + _root.charm) / 2;
}
}
}
button 1238 {
on (release) {
gotoAndStop('strangerGive');
give.enabled = false;
}
}
button 1239 {
on (release) {
gotoAndStop('strangerDate');
date.enabled = false;
}
}
button 1240 {
on (release) {
if (_root.statsZelda <= 199 && _root.statsZelda >= 0) {
gotoAndStop('strangerAsk');
} else {
if (_root.statsZelda >= 200) {
gotoAndPlay('lvlupStranger');
_root.levelZelda = 'New Friend';
}
}
ask.enabled = false;
}
}
button 1244 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('strangerTalk3');
_root.energyLeft -= 25;
_root.statsZelda += (int(Math.random() * 5) + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 1251 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('strangerTalk2');
_root.energyLeft -= 25;
_root.statsZelda += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1252 {
on (release) {
gotoAndStop('strangerGive2');
give.enabled = false;
}
}
button 1253 {
on (release) {
gotoAndStop('strangerDate2');
date.enabled = false;
}
}
button 1254 {
on (release) {
if (_root.statsZelda <= 199 && _root.statsZelda >= 0) {
gotoAndStop('strangerAsk2a');
} else {
if (_root.statsZelda >= 200) {
gotoAndPlay('lvlupStranger2');
_root.levelZelda = 'New Friend';
}
}
ask.enabled = false;
}
}
button 1258 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
talk.enabled = false;
gotoAndStop('strangerTalk4');
_root.energyLeft -= 25;
_root.statsZelda += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1259 {
on (release) {
if (_root.statsZelda <= 199 && _root.statsZelda >= 0) {
gotoAndStop('strangerAsk2a');
} else {
if (_root.statsZelda >= 200) {
gotoAndPlay('lvlupStranger2');
_root.levelZelda = 'New Friend';
}
}
ask.enabled = false;
}
}
button 1265 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk');
_root.energyLeft -= 25;
_root.statsZelda += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1266 {
on (release) {
gotoAndStop('newGift');
give.enabled = false;
}
}
button 1267 {
on (release) {
gotoAndStop('newDate');
date.enabled = false;
}
}
button 1268 {
on (release) {
if (_root.statsZelda <= 699 && _root.statsZelda >= 200) {
gotoAndStop('newAsk');
} else {
if (_root.statsZelda >= 700) {
gotoAndPlay('lvlupNew');
_root.levelZelda = 'Close Friend';
}
}
ask.enabled = false;
}
}
button 1272 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk3');
_root.energyLeft -= 25;
_root.statsZelda += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1274 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk5');
talk.enabled = false;
_root.energyLeft -= 25;
_root.statsZelda += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1281 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk2');
_root.energyLeft -= 25;
_root.statsZelda += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1282 {
on (release) {
gotoAndStop('newGift2');
give.enabled = false;
}
}
button 1283 {
on (release) {
gotoAndStop('newDate2');
date.enabled = false;
}
}
button 1284 {
on (release) {
if (_root.statsZelda <= 699 && _root.statsZelda >= 200) {
gotoAndStop('newAsk2a');
} else {
if (_root.statsZelda >= 700) {
gotoAndPlay('lvlupNew2');
_root.levelZelda = 'Close Friend';
}
}
ask.enabled = false;
}
}
button 1288 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk4');
_root.energyLeft -= 25;
_root.statsZelda += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1290 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
talk.enabled = false;
gotoAndStop('newTalk6');
_root.energyLeft -= 25;
_root.statsZelda += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1295 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk');
_root.energyLeft -= 25;
_root.statsZelda += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1296 {
on (release) {
gotoAndStop('give');
give.enabled = false;
}
}
button 1297 {
on (release) {
if (_root.statsZelda <= 1499 && _root.statsZelda >= 700) {
gotoAndStop('closeDateN');
date.enabled = false;
} else {
if (_root.statsZelda >= 1500) {
gotoAndStop('closeDateY');
}
}
}
}
button 1298 {
on (release) {
if (_root.statsZelda <= 1499 && _root.statsZelda >= 700) {
gotoAndStop('closeAsk');
} else {
if (_root.statsZelda >= 1500) {
gotoAndStop('closeAsk4');
}
}
ask.enabled = false;
}
}
button 1302 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk4');
_root.energyLeft -= 25;
_root.statsZelda += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 1303 {
on (release) {
if (_root.statsZelda <= 1499 && _root.statsZelda >= 700) {
gotoAndStop('closeDateN');
date.enabled = false;
} else {
if (_root.statsZelda >= 1500) {
gotoAndStop('closeDateY');
}
}
}
}
button 1309 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('date');
_root.energyLeft -= 25;
}
}
}
button 1314 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk2');
_root.energyLeft -= 25;
_root.statsZelda += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1315 {
on (release) {
gotoAndStop('give2');
give.enabled = false;
}
}
button 1316 {
on (release) {
if (_root.statsZelda <= 1499 && _root.statsZelda >= 700) {
gotoAndStop('closeDateN2');
date.enabled = false;
} else {
if (_root.statsZelda >= 1500) {
gotoAndStop('closeDateY2');
}
}
}
}
button 1317 {
on (release) {
if (_root.statsZelda <= 1499 && _root.statsZelda >= 700) {
gotoAndStop('closeAsk2');
} else {
if (_root.statsZelda >= 1500) {
gotoAndStop('closeAsk5');
}
}
ask.enabled = false;
}
}
button 1321 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk5');
_root.energyLeft -= 25;
_root.statsZelda += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 1327 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk5');
_root.energyLeft -= 25;
_root.statsZelda += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1329 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk3');
_root.energyLeft -= 25;
_root.statsZelda += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1330 {
on (release) {
gotoAndStop('give3');
give.enabled = false;
}
}
button 1331 {
on (release) {
if (_root.statsZelda <= 1499 && _root.statsZelda >= 700) {
gotoAndStop('closeDateN3');
date.enabled = false;
} else {
if (_root.statsZelda >= 1500) {
gotoAndStop('closeDateY3');
}
}
}
}
button 1332 {
on (release) {
if (_root.statsZelda <= 1499 && _root.statsZelda >= 700) {
gotoAndStop('closeAsk3');
} else {
if (_root.statsZelda >= 1500) {
gotoAndStop('closeAsk6');
}
}
ask.enabled = false;
}
}
button 1336 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk6');
_root.energyLeft -= 25;
_root.statsZelda += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 1343 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('gfTalk');
_root.energyLeft -= 25;
_root.statsZelda += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 1344 {
on (release) {
gotoAndStop('give4');
give.enabled = false;
}
}
button 1345 {
on (release) {
gotoAndStop('gfDate');
}
}
button 1346 {
on (release) {
gotoAndStop('gfAsk');
ask.enabled = false;
}
}
button 1353 {
on (release) {
gotoAndStop('gfGive');
give.enabled = false;
}
}
button 1358 {
on (release) {
gotoAndStop(1);
_root.items_btn.gotoAndStop(1);
_root.stats_btn.gotoAndStop(1);
}
}
movieClip 1363 {
}
button 1364 {
on (release) {
gotoAndStop('purgAsk2');
}
}
button 1365 {
on (release) {
gotoAndStop('StrangerAsk2');
}
}
button 1366 {
on (release) {
gotoAndStop('StrangerAsk2b');
}
}
button 1367 {
on (release) {
gotoAndStop('newAsk2');
}
}
button 1368 {
on (release) {
gotoAndStop('newAsk2b');
}
}
button 1369 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsZelda += int(Math.random() * 10);
_root.itemBracelet -= 1;
}
}
}
button 1370 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsZelda += int(Math.random() * 20 + 5);
_root.itemFairy -= 1;
}
}
}
button 1371 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsZelda += int(Math.random() * 20 + 10);
_root.itemOcarina -= 1;
}
}
}
button 1372 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsZelda += int(Math.random() * 5);
_root.itemStick -= 1;
}
}
}
button 1373 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsZelda += int(Math.random() * 10 + 5);
_root.itemFlower -= 1;
}
}
}
button 1380 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsZelda += int(Math.random() * 10 + 5);
_root.itemCoke -= 1;
}
}
}
button 1381 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsZelda += int(Math.random() * 3);
_root.itemFireOrb -= 1;
}
}
}
button 1382 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsZelda += int(Math.random() * 15 + 7);
_root.itemWaterOrb -= 1;
}
}
}
button 1383 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsZelda += int(Math.random() * 5);
_root.itemWeed -= 1;
}
}
}
button 1391 {
on (release) {
gotoAndStop('zeldaClose');
}
}
button 1393 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item2');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsZelda += int(Math.random() * 10);
_root.itemBracelet -= 1;
}
}
}
button 1394 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item2');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsZelda += int(Math.random() * 20 + 5);
_root.itemFairy -= 1;
}
}
}
button 1395 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item2');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsZelda += int(Math.random() * 20 + 10);
_root.itemOcarina -= 1;
}
}
}
button 1396 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item2');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsZelda += int(Math.random() * 5);
_root.itemStick -= 1;
}
}
}
button 1397 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item2');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsZelda += int(Math.random() * 10 + 5);
_root.itemFlower -= 1;
}
}
}
button 1404 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item2');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsZelda += int(Math.random() * 10 + 5);
_root.itemCoke -= 1;
}
}
}
button 1405 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item2');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsZelda += int(Math.random() * 3);
_root.itemFireOrb -= 1;
}
}
}
button 1406 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item2');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsZelda += int(Math.random() * 15 + 7);
_root.itemWaterOrb -= 1;
}
}
}
button 1407 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item2');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsZelda += int(Math.random() * 5);
_root.itemWeed -= 1;
}
}
}
button 1411 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item3');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsZelda += int(Math.random() * 10);
_root.itemBracelet -= 1;
}
}
}
button 1412 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item3');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsZelda += int(Math.random() * 20 + 5);
_root.itemFairy -= 1;
}
}
}
button 1413 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item3');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsZelda += int(Math.random() * 20 + 10);
_root.itemOcarina -= 1;
}
}
}
button 1414 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item3');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsZelda += int(Math.random() * 5);
_root.itemStick -= 1;
}
}
}
button 1415 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item3');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsZelda += int(Math.random() * 10 + 5);
_root.itemFlower -= 1;
}
}
}
button 1422 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item3');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsZelda += int(Math.random() * 10 + 5);
_root.itemCoke -= 1;
}
}
}
button 1423 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item3');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsZelda += int(Math.random() * 3);
_root.itemFireOrb -= 1;
}
}
}
button 1424 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item3');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsZelda += int(Math.random() * 15 + 7);
_root.itemWaterOrb -= 1;
}
}
}
button 1425 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item3');
_root.statsZelda -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsZelda += int(Math.random() * 5);
_root.itemWeed -= 1;
}
}
}
button 1429 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsZelda += int(Math.random() * 10);
_root.itemBracelet -= 1;
}
}
}
button 1430 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsZelda += int(Math.random() * 20 + 5);
_root.itemFairy -= 1;
}
}
}
button 1431 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsZelda += int(Math.random() * 20 + 10);
_root.itemOcarina -= 1;
}
}
}
button 1432 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsZelda += int(Math.random() * 5);
_root.itemStick -= 1;
}
}
}
button 1433 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsZelda += int(Math.random() * 10 + 5);
_root.itemFlower -= 1;
}
}
}
button 1440 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsZelda += int(Math.random() * 10 + 5);
_root.itemCoke -= 1;
}
}
}
button 1441 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsZelda += int(Math.random() * 3);
_root.itemFireOrb -= 1;
}
}
}
button 1442 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsZelda += int(Math.random() * 15 + 7);
_root.itemWaterOrb -= 1;
}
}
}
button 1443 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsZelda += int(Math.random() * 5);
_root.itemWeed -= 1;
}
}
}
button 1450 {
on (release) {
gotoAndStop('In Date');
zeldaDate.gotoAndStop('Date Main');
zeldaDate.bg.gotoAndStop('Castle');
_root.dateStats += 15;
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
zeldaDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
zeldaDate.pic.gotoAndStop(3);
}
}
}
}
button 1453 {
on (release) {
gotoAndStop('In Date');
zeldaDate.gotoAndStop('Date Main');
zeldaDate.bg.gotoAndStop('Kokori Village');
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
zeldaDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
zeldaDate.pic.gotoAndStop(3);
}
}
}
}
button 1456 {
on (release) {
gotoAndStop('In Date');
zeldaDate.gotoAndStop('Date Main');
zeldaDate.bg.gotoAndStop('Death Mountain');
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
zeldaDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
zeldaDate.pic.gotoAndStop(3);
}
}
}
}
button 1459 {
on (release) {
gotoAndStop('In Date');
zeldaDate.gotoAndStop('Date Main');
zeldaDate.bg.gotoAndStop('Lake Hylia');
_root.dateStats += 15;
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
zeldaDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
zeldaDate.pic.gotoAndStop(3);
}
}
}
}
button 1462 {
on (release) {
gotoAndStop('In Date');
zeldaDate.gotoAndStop('Date Main');
zeldaDate.bg.gotoAndStop('Zora Domain');
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
zeldaDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
zeldaDate.pic.gotoAndStop(3);
}
}
}
}
movieClip 1468 {
}
movieClip 1470 {
}
movieClip 1472 {
}
movieClip 1474 {
}
movieClip 1481 {
}
movieClip 1482 {
}
movieClip 1483 {
frame 1 {
stop();
}
}
movieClip 1491 {
frame 1 {
stop();
}
}
button 1492 {
on (release) {
gotoAndStop('exit');
}
}
button 1493 {
on (release) {
if (_root.levelZelda != 'Girlfriend') {
if (talkRandom <= 10) {
gotoAndStop('Talk1');
_root.talkTimes += 1;
} else {
if (talkRandom >= 11 && talkRandom <= 20) {
gotoAndStop('Talk2');
_root.talkTimes += 1;
} else {
if (talkRandom >= 21 && talkRandom <= 30) {
gotoAndStop('Talk3');
_root.talkTimes += 1;
} else {
if (talkRandom >= 31 && talkRandom <= 40) {
gotoAndStop('Talk4');
_root.talkTimes += 1;
} else {
if (talkRandom >= 41 && talkRandom <= 50) {
gotoAndStop('Talk5');
_root.talkTimes += 1;
} else {
if (talkRandom >= 51 && talkRandom <= 60) {
gotoAndStop('Talk6');
_root.talkTimes += 1;
} else {
if (talkRandom >= 61 && talkRandom <= 70) {
gotoAndStop('Talk7');
_root.talkTimes += 1;
} else {
if (talkRandom >= 71 && talkRandom <= 80) {
gotoAndStop('Talk8');
_root.talkTimes += 1;
} else {
if (talkRandom >= 81 && talkRandom <= 90) {
gotoAndStop('Talk9');
_root.talkTimes += 1;
} else {
if (talkRandom >= 91 && talkRandom <= 100) {
gotoAndStop('Talk10');
_root.talkTimes += 1;
} else {
if (talkRandom >= 101 && talkRandom <= 110) {
gotoAndStop('Talk11');
_root.talkTimes += 1;
} else {
if (talkRandom >= 111 && talkRandom <= 120) {
gotoAndStop('Talk12');
_root.talkTimes += 1;
}
}
}
}
}
}
}
}
}
}
}
}
if (_root.talkTimes > 4) {
gotoAndStop('doOther');
}
if (_root.levelZelda == 'Girlfriend') {
if (_root.talkTimes == 0) {
gotoAndStop('TalkGf');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 1) {
gotoAndStop('TalkGf2');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 2) {
_root.dateStats == _root.dateStats + 20;
gotoAndStop('TalkGf3');
} else {
if (_root.talkTimes >= 3) {
gotoAndStop('doOther');
}
}
}
}
}
}
}
}
button 1494 {
on (release) {
_root.giveTimes += 1;
if (_root.giveTimes >= 2) {
gotoAndStop('doOther');
} else {
gotoAndStop('Give');
give.enabled = false;
talk.enabled = false;
touch.enabled = false;
picture.enabled = false;
kiss.enabled = false;
exit.enabled = false;
}
}
}
button 1497 {
on (release) {
touch.enabled = false;
gotoAndStop('Touch');
_root.touchTimes += 1;
if (_root.touchTimes >= 2) {
gotoAndStop('doOther');
}
}
}
button 1500 {
on (release) {
kiss.enabled = false;
if (_root.dateStats < 100) {
gotoAndStop('KissN');
_root.dateStats -= 15;
} else {
if (_root.dateStats >= 100) {
lips.gotoAndPlay(2);
gotoAndStop('KissY');
}
}
}
}
button 1503 {
on (release) {
_root.picTimes += 1;
if (_root.picTimes > 1) {
gotoAndStop('doOther');
} else {
if (_root.dateStats < 60) {
gotoAndStop('PicN');
_root.dateStats -= 10;
} else {
if (_root.dateStats >= 60) {
gotoAndStop('PicY');
camera.gotoAndPlay(2);
_root.dateStats += 15;
}
}
}
}
}
movieClip 1508 {
frame 1 {
stop();
}
}
movieClip 1511 {
}
movieClip 1513 {
}
movieClip 1515 {
frame 1 {
stop();
}
frame 43 {
_parent.gotoAndStop('Win');
}
}
button 1520 {
on (release) {
if (ans1 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans1 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans1 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans1 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 1524 {
on (release) {
if (ans2 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans2 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans2 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans2 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 1528 {
on (release) {
if (ans3 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans3 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans3 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans3 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 1532 {
on (release) {
if (ans4 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans4 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans4 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans4 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 1536 {
on (release) {
if (ans5 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans5 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans5 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans5 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 1540 {
on (release) {
if (ans6 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 5;
}
if (ans6 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans6 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans6 == '4') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
}
}
button 1544 {
on (release) {
if (ans7 == '1') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans7 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans7 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans7 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 15;
}
}
}
button 1548 {
on (release) {
if (ans8 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans8 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans8 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans8 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 1552 {
on (release) {
if (ans9 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans9 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans9 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans9 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 1556 {
on (release) {
if (ans10 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans10 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans10 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans10 == '4') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
}
}
button 1560 {
on (release) {
if (ans11 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans11 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans11 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans11 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 1564 {
on (release) {
if (ans12 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans12 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans12 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans12 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 1569 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 10;
_root.itemBracelet -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1570 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 15;
_root.itemFairy -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1571 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 20;
_root.itemOcarina -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1572 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 10;
_root.itemStick -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1573 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.itemFlower -= 1;
_root.dateStats += 15;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1580 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 20;
_root.itemCoke -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1581 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 5;
_root.itemFireOrb -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1582 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 20;
_root.itemWaterOrb -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1583 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 10;
_root.itemWeed -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1587 {
on (release) {
gotoAndStop(2);
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1609 {
on (release) {
touch.enabled = false;
if (_root.levelZelda != 'Girlfriend') {
gotoAndStop('TouchBoob');
_root.dateStats -= 30;
} else {
gotoAndStop('TouchBoob Gf');
_root.dateStats += 40;
}
}
}
button 1615 {
on (release) {
gotoAndStop('TouchHand');
_root.dateStats += 20;
touch.enabled = false;
}
}
button 1621 {
on (release) {
gotoAndStop('TouchHair');
_root.dateStats -= 10;
touch.enabled = false;
}
}
button 1625 {
on (release) {
touch.enabled = false;
if (_root.levelZelda != 'Girlfriend') {
gotoAndStop('TouchLeg');
_root.dateStats -= 20;
} else {
gotoAndStop('TouchLeg Gf');
_root.dateStats += 20;
}
}
}
button 1628 {
on (release) {
gotoAndStop('TouchFace');
_root.dateStats += 20;
touch.enabled = false;
}
}
button 1629 {
on (release) {
_root.gotoAndStop('outsideHouse');
_root.statsZelda -= 100;
gotoAndStop(1);
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
_root.dateStats = 0;
_root.talkTimes = 0;
_root.touchTimes = 0;
_root.giveTimes = 0;
_root.picTimes = 0;
}
}
button 1630 {
on (release) {
if (_root.levelZelda != 'Girlfriend') {
if (talkRandom <= 10) {
gotoAndStop('Talk1');
_root.talkTimes += 1;
} else {
if (talkRandom >= 11 && talkRandom <= 20) {
gotoAndStop('Talk2');
_root.talkTimes += 1;
} else {
if (talkRandom >= 21 && talkRandom <= 30) {
gotoAndStop('Talk3');
_root.talkTimes += 1;
} else {
if (talkRandom >= 31 && talkRandom <= 40) {
gotoAndStop('Talk4');
_root.talkTimes += 1;
} else {
if (talkRandom >= 41 && talkRandom <= 50) {
gotoAndStop('Talk5');
_root.talkTimes += 1;
} else {
if (talkRandom >= 51 && talkRandom <= 60) {
gotoAndStop('Talk6');
_root.talkTimes += 1;
} else {
if (talkRandom >= 61 && talkRandom <= 70) {
gotoAndStop('Talk7');
_root.talkTimes += 1;
} else {
if (talkRandom >= 71 && talkRandom <= 80) {
gotoAndStop('Talk8');
_root.talkTimes += 1;
} else {
if (talkRandom >= 81 && talkRandom <= 90) {
gotoAndStop('Talk9');
_root.talkTimes += 1;
} else {
if (talkRandom >= 91 && talkRandom <= 100) {
gotoAndStop('Talk10');
_root.talkTimes += 1;
} else {
if (talkRandom >= 101 && talkRandom <= 110) {
gotoAndStop('Talk11');
_root.talkTimes += 1;
} else {
if (talkRandom >= 111 && talkRandom <= 120) {
gotoAndStop('Talk12');
_root.talkTimes += 1;
}
}
}
}
}
}
}
}
}
}
}
}
if (_root.talkTimes >= 4) {
gotoAndStop('doOther');
}
if (_root.levelZelda == 'Girlfriend') {
if (_root.talkTimes == 0) {
gotoAndStop('TalkGf');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 1) {
gotoAndStop('TalkGf2');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 2) {
_root.dateStats == _root.dateStats + 20;
gotoAndStop('TalkGf3');
} else {
if (_root.talkTimes >= 3) {
gotoAndStop('doOther');
}
}
}
}
}
}
}
}
button 1631 {
on (release) {
kiss.enabled = false;
if (_root.dateStats < 100) {
gotoAndStop('KissN');
_root.dateStats -= 15;
} else {
if (_root.dateStats >= 100) {
lips.gotoAndPlay(2);
gotoAndStop('KissY');
}
}
}
}
movieClip 1637 {
}
button 1638 {
on (release) {
_root.levelZelda = 'Girlfriend';
gotoAndStop(1);
_root.gotoAndStop('outsideHouse');
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
_root.dateStats = 0;
_root.talkTimes = 0;
_root.touchTimes = 0;
_root.giveTimes = 0;
_root.picTimes = 0;
}
}
movieClip 1639 {
frame 1 {
stop();
onEnterFrame = function () {
talkRandom = int(Math.random() * 120);
};
_root.dateStats = 0;
_root.talkTimes = 0;
_root.touchTimes = 0;
_root.giveTimes = 0;
_root.picTimes = 0;
}
frame 2 {
picture.enabled = true;
touch.enabled = true;
give.enabled = true;
kiss.enabled = true;
talk.enabled = true;
}
instance hp of movieClip 402 {
onClipEvent (load) {
baseX = 368.6;
}
onClipEvent (enterFrame) {
this._width = _root.dateStats / 0.525;
this._x = baseX + this._width / 2;
}
}
frame 14 {
picture.enabled = false;
touch.enabled = false;
give.enabled = false;
kiss.enabled = false;
talk.enabled = false;
ext.enabled = false;
}
frame 118 {
picture.enabled = true;
touch.enabled = true;
give.enabled = true;
kiss.enabled = true;
talk.enabled = true;
exit.enabled = true;
}
}
movieClip 1640 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 448 {
stop();
}
frame 531 {
stop();
}
frame 609 {
stop();
}
frame 672 {
stop();
}
frame 680 {
play();
}
frame 699 {
stop();
}
frame 723 {
stop();
}
frame 753 {
stop();
}
frame 778 {
stop();
}
frame 785 {
stop();
}
}
button 1644 {
on (release) {
if (_root.energyLeft < 40) {
gotoAndStop('tired');
} else {
gotoAndStop('purgTalk');
_root.energyLeft -= 40;
_root.statsSaria += (int(Math.random() * 5) + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 1645 {
on (release) {
gotoAndStop('purgGive');
give.enabled = false;
}
}
button 1646 {
on (release) {
gotoAndStop('purgDate');
date.enabled = false;
}
}
button 1647 {
on (release) {
gotoAndStop(1);
talk.enabled = true;
give.enabled = true;
date.enabled = true;
ask.enabled = true;
}
}
button 1648 {
on (release) {
if (_root.statsSaria <= 0) {
gotoAndStop('purgAsk');
} else {
if (_root.statsSaria >= 1) {
gotoAndPlay('levelUpPurg');
_root.levelSaria = 'Stranger';
}
}
ask.enabled = false;
}
}
button 1658 {
on (release) {
if (_root.energyLeft < 50) {
gotoAndStop('tired');
} else {
gotoAndStop('periodTalk');
_root.energyLeft -= 50;
_root.statsSaria -= int(Math.random() * 5 + 1 + _root.charm / 3);
talk.enabled = false;
}
}
}
button 1659 {
on (release) {
gotoAndStop('periodGive');
give.enabled = false;
}
}
button 1660 {
on (release) {
gotoAndStop('periodDate');
date.enabled = false;
}
}
button 1661 {
on (release) {
gotoAndStop('periodAsk');
}
}
button 1669 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('strangerTalk');
_root.energyLeft -= 25;
_root.statsSaria += (int(Math.random() * 5) + 1 + _root.charm) / 2;
}
}
}
button 1670 {
on (release) {
gotoAndStop('strangerGive');
give.enabled = false;
}
}
button 1671 {
on (release) {
gotoAndStop('strangerDate');
date.enabled = false;
}
}
button 1672 {
on (release) {
if (_root.statsSaria <= 199 && _root.statsSaria >= 0) {
gotoAndStop('strangerAsk');
} else {
if (_root.statsSaria >= 200) {
gotoAndPlay('lvlupStranger');
_root.levelSaria = 'New Friend';
}
}
ask.enabled = false;
}
}
button 1676 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('strangerTalk3');
_root.energyLeft -= 25;
_root.statsSaria += (int(Math.random() * 5) + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 1684 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('strangerTalk2');
_root.energyLeft -= 25;
_root.statsSaria += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1685 {
on (release) {
gotoAndStop('strangerGive2');
give.enabled = false;
}
}
button 1686 {
on (release) {
gotoAndStop('strangerDate2');
date.enabled = false;
}
}
button 1687 {
on (release) {
if (_root.statsSaria <= 199 && _root.statsSaria >= 0) {
gotoAndStop('strangerAsk2a');
} else {
if (_root.statsSaria >= 200) {
gotoAndPlay('lvlupStranger2');
_root.levelSaria = 'New Friend';
}
}
ask.enabled = false;
}
}
button 1691 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
talk.enabled = false;
gotoAndStop('strangerTalk4');
_root.energyLeft -= 25;
_root.statsSaria += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1696 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk');
_root.energyLeft -= 25;
_root.statsSaria += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1697 {
on (release) {
gotoAndStop('newGift');
give.enabled = false;
}
}
button 1698 {
on (release) {
gotoAndStop('newDate');
date.enabled = false;
}
}
button 1699 {
on (release) {
if (_root.statsSaria <= 699 && _root.statsSaria >= 200) {
gotoAndStop('newAsk');
} else {
if (_root.statsSaria >= 700) {
gotoAndPlay('lvlupNew');
_root.levelSaria = 'Close Friend';
}
}
ask.enabled = false;
}
}
button 1703 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk3');
_root.energyLeft -= 25;
_root.statsSaria += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1705 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk5');
talk.enabled = false;
_root.energyLeft -= 25;
_root.statsSaria += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1712 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk2');
_root.energyLeft -= 25;
_root.statsSaria += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1713 {
on (release) {
gotoAndStop('newGift2');
give.enabled = false;
}
}
button 1714 {
on (release) {
gotoAndStop('newDate2');
date.enabled = false;
}
}
button 1715 {
on (release) {
if (_root.statsSaria <= 699 && _root.statsSaria >= 200) {
gotoAndStop('newAsk2a');
} else {
if (_root.statsSaria >= 700) {
gotoAndPlay('lvlupNew2');
_root.levelSaria = 'Close Friend';
}
}
ask.enabled = false;
}
}
button 1719 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk4');
_root.energyLeft -= 25;
_root.statsSaria += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1721 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
talk.enabled = false;
gotoAndStop('newTalk6');
_root.energyLeft -= 25;
_root.statsSaria += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1726 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk');
_root.energyLeft -= 25;
_root.statsSaria += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1727 {
on (release) {
gotoAndStop('give');
give.enabled = false;
}
}
button 1728 {
on (release) {
if (_root.statsSaria <= 1499 && _root.statsSaria >= 700) {
gotoAndStop('closeDateN');
date.enabled = false;
} else {
if (_root.statsSaria >= 1500) {
gotoAndStop('closeDateY');
}
}
}
}
button 1729 {
on (release) {
if (_root.statsSaria <= 1499 && _root.statsSaria >= 700) {
gotoAndStop('closeAsk');
} else {
if (_root.statsSaria >= 1500) {
gotoAndStop('closeAsk4');
}
}
ask.enabled = false;
}
}
button 1731 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk4');
_root.energyLeft -= 25;
_root.statsSaria += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 1732 {
on (release) {
if (_root.statsSaria <= 1499 && _root.statsSaria >= 700) {
gotoAndStop('closeDateN');
date.enabled = false;
} else {
if (_root.statsSaria >= 1500) {
gotoAndStop('closeDateY');
}
}
}
}
button 1738 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('date');
_root.energyLeft -= 25;
}
}
}
button 1743 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk2');
_root.energyLeft -= 25;
_root.statsSaria += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1744 {
on (release) {
gotoAndStop('give2');
give.enabled = false;
}
}
button 1745 {
on (release) {
if (_root.statsSaria <= 1499 && _root.statsSaria >= 700) {
gotoAndStop('closeDateN2');
date.enabled = false;
} else {
if (_root.statsSaria >= 1500) {
gotoAndStop('closeDateY2');
}
}
}
}
button 1746 {
on (release) {
if (_root.statsSaria <= 1499 && _root.statsSaria >= 700) {
gotoAndStop('closeAsk2');
} else {
if (_root.statsSaria >= 1500) {
gotoAndStop('closeAsk5');
}
}
ask.enabled = false;
}
}
button 1748 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk5');
_root.energyLeft -= 25;
_root.statsSaria += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 1754 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk5');
_root.energyLeft -= 25;
_root.statsSaria += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1758 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk3');
_root.energyLeft -= 25;
_root.statsSaria += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 1759 {
on (release) {
gotoAndStop('give3');
give.enabled = false;
}
}
button 1760 {
on (release) {
if (_root.statsSaria <= 1499 && _root.statsSaria >= 700) {
gotoAndStop('closeDateN3');
date.enabled = false;
} else {
if (_root.statsSaria >= 1500) {
gotoAndStop('closeDateY3');
}
}
}
}
button 1761 {
on (release) {
if (_root.statsSaria <= 1499 && _root.statsSaria >= 700) {
gotoAndStop('closeAsk3');
} else {
if (_root.statsSaria >= 1500) {
gotoAndStop('closeAsk6');
}
}
ask.enabled = false;
}
}
button 1763 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk6');
_root.energyLeft -= 25;
_root.statsSaria += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 1772 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('gfTalk');
_root.energyLeft -= 25;
_root.statsSaria += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 1773 {
on (release) {
gotoAndStop('give4');
give.enabled = false;
}
}
button 1774 {
on (release) {
gotoAndStop('gfDate');
}
}
button 1775 {
on (release) {
gotoAndStop('gfAsk');
ask.enabled = false;
}
}
button 1779 {
on (release) {
gotoAndStop('gfGive');
give.enabled = false;
}
}
button 1783 {
on (release) {
gotoAndStop(1);
_root.items_btn.gotoAndStop(1);
_root.stats_btn.gotoAndStop(1);
}
}
button 1784 {
on (release) {
gotoAndStop('purgAsk2');
}
}
button 1785 {
on (release) {
gotoAndStop('StrangerAsk2');
}
}
button 1786 {
on (release) {
gotoAndStop('StrangerAsk2b');
}
}
button 1787 {
on (release) {
gotoAndStop('newAsk2');
}
}
button 1788 {
on (release) {
gotoAndStop('newAsk2b');
}
}
button 1789 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsSaria += int(Math.random() * 5);
_root.itemBracelet -= 1;
}
}
}
button 1790 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsSaria += int(Math.random() * 20 + 5);
_root.itemFairy -= 1;
}
}
}
button 1791 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsSaria += int(Math.random() * 20 + 10);
_root.itemOcarina -= 1;
}
}
}
button 1792 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsSaria += int(Math.random() * 8);
_root.itemStick -= 1;
}
}
}
button 1793 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsSaria += int(Math.random() * 10 + 5);
_root.itemFlower -= 1;
}
}
}
button 1800 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsSaria += int(Math.random() * 5);
_root.itemCoke -= 1;
}
}
}
button 1801 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsSaria += int(Math.random() * 3);
_root.itemFireOrb -= 1;
}
}
}
button 1802 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsSaria += int(Math.random() * 22 + 7);
_root.itemWaterOrb -= 1;
}
}
}
button 1803 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsSaria += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 1807 {
on (release) {
gotoAndStop('sariaClose');
}
}
button 1809 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item2');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsSaria += int(Math.random() * 5);
_root.itemBracelet -= 1;
}
}
}
button 1810 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item2');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsSaria += int(Math.random() * 20 + 5);
_root.itemFairy -= 1;
}
}
}
button 1811 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item2');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsSaria += int(Math.random() * 20 + 10);
_root.itemOcarina -= 1;
}
}
}
button 1812 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item2');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsSaria += int(Math.random() * 8);
_root.itemStick -= 1;
}
}
}
button 1813 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item2');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsSaria += int(Math.random() * 10 + 5);
_root.itemFlower -= 1;
}
}
}
button 1820 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item2');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsSaria += int(Math.random() * 5);
_root.itemCoke -= 1;
}
}
}
button 1821 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item2');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsSaria += int(Math.random() * 3);
_root.itemFireOrb -= 1;
}
}
}
button 1822 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item2');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsSaria += int(Math.random() * 22 + 7);
_root.itemWaterOrb -= 1;
}
}
}
button 1823 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item2');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsSaria += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 1827 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item3');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsSaria += int(Math.random() * 5);
_root.itemBracelet -= 1;
}
}
}
button 1828 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item3');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsSaria += int(Math.random() * 20 + 5);
_root.itemFairy -= 1;
}
}
}
button 1829 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item3');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsSaria += int(Math.random() * 20 + 10);
_root.itemOcarina -= 1;
}
}
}
button 1830 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item3');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsSaria += int(Math.random() * 8);
_root.itemStick -= 1;
}
}
}
button 1831 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item3');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsSaria += int(Math.random() * 10 + 5);
_root.itemFlower -= 1;
}
}
}
button 1838 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item3');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsSaria += int(Math.random() * 5);
_root.itemCoke -= 1;
}
}
}
button 1839 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item3');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsSaria += int(Math.random() * 3);
_root.itemFireOrb -= 1;
}
}
}
button 1840 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item3');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsSaria += int(Math.random() * 22 + 7);
_root.itemWaterOrb -= 1;
}
}
}
button 1841 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item3');
_root.statsSaria -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsSaria += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 1845 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsSaria += int(Math.random() * 5);
_root.itemBracelet -= 1;
}
}
}
button 1846 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsSaria += int(Math.random() * 20 + 5);
_root.itemFairy -= 1;
}
}
}
button 1847 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsSaria += int(Math.random() * 20 + 10);
_root.itemOcarina -= 1;
}
}
}
button 1848 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsSaria += int(Math.random() * 8);
_root.itemStick -= 1;
}
}
}
button 1849 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsSaria += int(Math.random() * 10 + 5);
_root.itemFlower -= 1;
}
}
}
button 1856 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsSaria += int(Math.random() * 5);
_root.itemCoke -= 1;
}
}
}
button 1857 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsSaria += int(Math.random() * 3);
_root.itemFireOrb -= 1;
}
}
}
button 1858 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsSaria += int(Math.random() * 22 + 7);
_root.itemWaterOrb -= 1;
}
}
}
button 1859 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsSaria += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 1863 {
on (release) {
gotoAndStop('In Date');
sariaDate.gotoAndStop('Date Main');
sariaDate.bg.gotoAndStop('Castle');
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
sariaDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
sariaDate.pic.gotoAndStop(3);
}
}
}
}
button 1864 {
on (release) {
gotoAndStop('In Date');
sariaDate.gotoAndStop('Date Main');
sariaDate.bg.gotoAndStop('Kokori Village');
_root.dateStats += 15;
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
sariaDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
sariaDate.pic.gotoAndStop(3);
}
}
}
}
button 1865 {
on (release) {
gotoAndStop('In Date');
sariaDate.gotoAndStop('Date Main');
sariaDate.bg.gotoAndStop('Death Mountain');
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
sariaDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
sariaDate.pic.gotoAndStop(3);
}
}
}
}
button 1866 {
on (release) {
gotoAndStop('In Date');
sariaDate.gotoAndStop('Date Main');
sariaDate.bg.gotoAndStop('Lake Hylia');
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
sariaDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
sariaDate.pic.gotoAndStop(3);
}
}
}
}
button 1867 {
on (release) {
gotoAndStop('In Date');
sariaDate.gotoAndStop('Date Main');
sariaDate.bg.gotoAndStop('Zora Domain');
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
sariaDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
sariaDate.pic.gotoAndStop(3);
}
}
}
}
movieClip 1874 {
frame 1 {
stop();
}
}
button 1875 {
on (release) {
gotoAndStop('exit');
}
}
button 1876 {
on (release) {
if (_root.levelSaria != 'Girlfriend') {
if (talkRandom <= 10) {
gotoAndStop('Talk1');
_root.talkTimes += 1;
} else {
if (talkRandom >= 11 && talkRandom <= 20) {
gotoAndStop('Talk2');
_root.talkTimes += 1;
} else {
if (talkRandom >= 21 && talkRandom <= 30) {
gotoAndStop('Talk3');
_root.talkTimes += 1;
} else {
if (talkRandom >= 31 && talkRandom <= 40) {
gotoAndStop('Talk4');
_root.talkTimes += 1;
} else {
if (talkRandom >= 41 && talkRandom <= 50) {
gotoAndStop('Talk5');
_root.talkTimes += 1;
} else {
if (talkRandom >= 51 && talkRandom <= 60) {
gotoAndStop('Talk6');
_root.talkTimes += 1;
} else {
if (talkRandom >= 61 && talkRandom <= 70) {
gotoAndStop('Talk7');
_root.talkTimes += 1;
} else {
if (talkRandom >= 71 && talkRandom <= 80) {
gotoAndStop('Talk8');
_root.talkTimes += 1;
} else {
if (talkRandom >= 81 && talkRandom <= 90) {
gotoAndStop('Talk9');
_root.talkTimes += 1;
} else {
if (talkRandom >= 91 && talkRandom <= 100) {
gotoAndStop('Talk10');
_root.talkTimes += 1;
} else {
if (talkRandom >= 101 && talkRandom <= 110) {
gotoAndStop('Talk11');
_root.talkTimes += 1;
} else {
if (talkRandom >= 111 && talkRandom <= 120) {
gotoAndStop('Talk12');
_root.talkTimes += 1;
}
}
}
}
}
}
}
}
}
}
}
}
if (_root.talkTimes > 4) {
gotoAndStop('doOther');
}
if (_root.levelSaria == 'Girlfriend') {
if (_root.talkTimes == 0) {
gotoAndStop('TalkGf');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 1) {
gotoAndStop('TalkGf2');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 2) {
_root.dateStats == _root.dateStats + 20;
gotoAndStop('TalkGf3');
} else {
if (_root.talkTimes >= 3) {
gotoAndStop('doOther');
}
}
}
}
}
}
}
}
button 1877 {
on (release) {
_root.giveTimes += 1;
if (_root.giveTimes >= 2) {
gotoAndStop('doOther');
} else {
gotoAndStop('Give');
give.enabled = false;
talk.enabled = false;
touch.enabled = false;
picture.enabled = false;
kiss.enabled = false;
exit.enabled = false;
}
}
}
button 1878 {
on (release) {
touch.enabled = false;
gotoAndStop('Touch');
_root.touchTimes += 1;
if (_root.touchTimes >= 2) {
gotoAndStop('doOther');
}
}
}
button 1879 {
on (release) {
if (_root.dateStats < 100) {
gotoAndStop('KissN');
_root.dateStats -= 15;
kiss.enabled = false;
} else {
if (_root.dateStats >= 100) {
lips.gotoAndPlay(2);
gotoAndStop('KissY');
kiss.enabled = false;
}
}
}
}
button 1880 {
on (release) {
_root.picTimes += 1;
if (_root.picTimes > 1) {
gotoAndStop('doOther');
} else {
if (_root.dateStats < 60) {
gotoAndStop('PicN');
_root.dateStats -= 10;
pic.enabled = false;
} else {
if (_root.dateStats >= 60) {
gotoAndStop('PicY');
camera.gotoAndPlay(2);
_root.dateStats += 15;
}
}
}
}
}
button 1884 {
on (release) {
if (ans1 == '1') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans1 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans1 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans1 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 1888 {
on (release) {
if (ans2 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans2 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans2 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans2 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 1891 {
on (release) {
if (ans3 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans3 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans3 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans3 == '4') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
}
}
button 1895 {
on (release) {
if (ans4 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans4 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans4 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans4 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 1899 {
on (release) {
if (ans5 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans5 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans5 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans5 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 1902 {
on (release) {
if (ans6 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans6 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans6 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans6 == '4') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
}
}
button 1906 {
on (release) {
if (ans7 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans7 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans7 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans7 == '4') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
}
}
button 1910 {
on (release) {
if (ans8 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans8 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans8 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans8 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 1914 {
on (release) {
if (ans9 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans9 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans9 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans9 == '4') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
}
}
button 1918 {
on (release) {
if (ans10 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans10 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans10 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans10 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 1922 {
on (release) {
if (ans11 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans11 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans11 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans11 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 1926 {
on (release) {
if (ans12 == '1') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans12 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans12 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans12 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 1930 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 10;
_root.itemBracelet -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1931 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 15;
_root.itemFairy -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1932 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 20;
_root.itemOcarina -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1933 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 10;
_root.itemStick -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1934 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.itemFlower -= 1;
_root.dateStats += 15;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1941 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 10;
_root.itemCoke -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1942 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 10;
_root.itemFireOrb -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1943 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 20;
_root.itemWaterOrb -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1944 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 15;
_root.itemWeed -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1948 {
on (release) {
gotoAndStop(2);
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 1959 {
on (release) {
touch.enabled = false;
if (_root.levelSaria != 'Girlfriend') {
gotoAndStop('TouchBoob');
_root.dateStats -= 30;
} else {
gotoAndStop('TouchBoob Gf');
_root.dateStats += 40;
}
}
}
button 1960 {
on (release) {
gotoAndStop('TouchHand');
_root.dateStats += 20;
touch.enabled = false;
}
}
button 1961 {
on (release) {
gotoAndStop('TouchHair');
_root.dateStats += 15;
touch.enabled = false;
}
}
button 1962 {
on (release) {
touch.enabled = false;
if (_root.levelSaria != 'Girlfriend') {
gotoAndStop('TouchLeg');
_root.dateStats -= 20;
} else {
gotoAndStop('TouchLeg Gf');
_root.dateStats += 20;
}
}
}
button 1963 {
on (release) {
gotoAndStop('TouchFace');
_root.dateStats += 20;
touch.enabled = false;
}
}
button 1964 {
on (release) {
_root.gotoAndStop('outsideHouse');
_root.statsSaria -= 100;
gotoAndStop(1);
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
_root.dateStats = 0;
_root.talkTimes = 0;
_root.touchTimes = 0;
_root.giveTimes = 0;
_root.picTimes = 0;
}
}
button 1965 {
on (release) {
if (_root.levelSaria != 'Girlfriend') {
if (talkRandom <= 10) {
gotoAndStop('Talk1');
_root.talkTimes += 1;
} else {
if (talkRandom >= 11 && talkRandom <= 20) {
gotoAndStop('Talk2');
_root.talkTimes += 1;
} else {
if (talkRandom >= 21 && talkRandom <= 30) {
gotoAndStop('Talk3');
_root.talkTimes += 1;
} else {
if (talkRandom >= 31 && talkRandom <= 40) {
gotoAndStop('Talk4');
_root.talkTimes += 1;
} else {
if (talkRandom >= 41 && talkRandom <= 50) {
gotoAndStop('Talk5');
_root.talkTimes += 1;
} else {
if (talkRandom >= 51 && talkRandom <= 60) {
gotoAndStop('Talk6');
_root.talkTimes += 1;
} else {
if (talkRandom >= 61 && talkRandom <= 70) {
gotoAndStop('Talk7');
_root.talkTimes += 1;
} else {
if (talkRandom >= 71 && talkRandom <= 80) {
gotoAndStop('Talk8');
_root.talkTimes += 1;
} else {
if (talkRandom >= 81 && talkRandom <= 90) {
gotoAndStop('Talk9');
_root.talkTimes += 1;
} else {
if (talkRandom >= 91 && talkRandom <= 100) {
gotoAndStop('Talk10');
_root.talkTimes += 1;
} else {
if (talkRandom >= 101 && talkRandom <= 110) {
gotoAndStop('Talk11');
_root.talkTimes += 1;
} else {
if (talkRandom >= 111 && talkRandom <= 120) {
gotoAndStop('Talk12');
_root.talkTimes += 1;
}
}
}
}
}
}
}
}
}
}
}
}
if (_root.talkTimes >= 4) {
gotoAndStop('doOther');
}
if (_root.levelSaria == 'Girlfriend') {
if (_root.talkTimes == 0) {
gotoAndStop('TalkGf');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 1) {
gotoAndStop('TalkGf2');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 2) {
_root.dateStats == _root.dateStats + 20;
gotoAndStop('TalkGf3');
} else {
if (_root.talkTimes >= 3) {
gotoAndStop('doOther');
}
}
}
}
}
}
}
}
button 1966 {
on (release) {
kiss.enabled = false;
if (_root.dateStats < 100) {
gotoAndStop('KissN');
_root.dateStats -= 15;
} else {
if (_root.dateStats >= 100) {
lips.gotoAndPlay(2);
gotoAndStop('KissY');
}
}
}
}
button 1967 {
on (release) {
_root.picTimes += 1;
if (_root.picTimes > 1) {
gotoAndStop('doOther');
} else {
if (_root.dateStats < 60) {
gotoAndStop('PicN');
_root.dateStats -= 10;
} else {
if (_root.dateStats >= 60) {
gotoAndStop('PicY');
camera.gotoAndPlay(2);
_root.dateStats += 15;
}
}
}
}
}
button 1969 {
on (release) {
_root.levelSaria = 'Girlfriend';
gotoAndStop(1);
_root.gotoAndStop('outsideHouse');
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
_root.dateStats = 0;
_root.talkTimes = 0;
_root.touchTimes = 0;
_root.giveTimes = 0;
_root.picTimes = 0;
}
}
movieClip 1972 {
}
movieClip 1973 {
frame 1 {
stop();
onEnterFrame = function () {
talkRandom = int(Math.random() * 120);
};
_root.dateStats = 0;
_root.talkTimes = 0;
_root.touchTimes = 0;
_root.giveTimes = 0;
_root.picTimes = 0;
}
frame 2 {
picture.enabled = true;
touch.enabled = true;
give.enabled = true;
kiss.enabled = true;
talk.enabled = true;
}
instance hp of movieClip 402 {
onClipEvent (load) {
baseX = 419.6;
}
onClipEvent (enterFrame) {
this._width = _root.dateStats / 0.525;
this._x = baseX + this._width / 2;
}
}
frame 14 {
picture.enabled = false;
touch.enabled = false;
give.enabled = false;
kiss.enabled = false;
talk.enabled = false;
ext.enabled = false;
}
frame 118 {
picture.enabled = true;
touch.enabled = true;
give.enabled = true;
kiss.enabled = true;
talk.enabled = true;
exit.enabled = true;
}
}
movieClip 1974 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 720 {
stop();
}
frame 743 {
stop();
}
frame 767 {
stop();
}
frame 797 {
stop();
}
frame 822 {
stop();
}
}
button 1978 {
on (release) {
if (_root.energyLeft < 40) {
gotoAndStop('tired');
} else {
gotoAndStop('purgTalk');
_root.energyLeft -= 40;
_root.statsMalon += (int(Math.random() * 5) + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 1979 {
on (release) {
gotoAndStop('purgGive');
give.enabled = false;
}
}
button 1980 {
on (release) {
gotoAndStop('purgDate');
date.enabled = false;
}
}
button 1981 {
on (release) {
gotoAndStop(1);
talk.enabled = true;
give.enabled = true;
date.enabled = true;
ask.enabled = true;
}
}
button 1982 {
on (release) {
if (_root.statsMalon <= 0) {
gotoAndStop('purgAsk');
} else {
if (_root.statsMalon >= 1) {
gotoAndPlay('levelUpPurg');
_root.levelMalon = 'Stranger';
}
}
ask.enabled = false;
}
}
button 1985 {
on (release) {
if (_root.charm >= 300) {
gotoAndStop('drink full 1');
} else {
gotoAndStop('drink');
}
}
}
button 1995 {
on (release) {
if (_root.energyLeft < 50) {
gotoAndStop('tired');
} else {
gotoAndStop('periodTalk');
_root.energyLeft -= 50;
_root.statsMalon -= int(Math.random() * 5 + 1 + _root.charm / 3);
talk.enabled = false;
}
}
}
button 1996 {
on (release) {
gotoAndStop('periodGive');
give.enabled = false;
}
}
button 1997 {
on (release) {
gotoAndStop('periodDate');
date.enabled = false;
}
}
button 1998 {
on (release) {
gotoAndStop('periodAsk');
ask.enabled = false;
}
}
button 1999 {
on (release) {
if (_root.charm >= 300) {
gotoAndStop('drink full 1');
} else {
gotoAndStop('drink');
}
}
}
button 2006 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('strangerTalk');
_root.energyLeft -= 25;
_root.statsMalon += (int(Math.random() * 5) + 1 + _root.charm) / 2;
}
}
}
button 2007 {
on (release) {
gotoAndStop('strangerGive');
give.enabled = false;
}
}
button 2008 {
on (release) {
gotoAndStop('strangerDate');
date.enabled = false;
}
}
button 2009 {
on (release) {
if (_root.statsMalon <= 199 && _root.statsMalon >= 0) {
gotoAndStop('strangerAsk');
} else {
if (_root.statsMalon >= 200) {
gotoAndPlay('lvlupStranger');
_root.levelMalon = 'New Friend';
}
}
ask.enabled = false;
}
}
button 2010 {
on (release) {
if (_root.charm >= 300) {
gotoAndStop('drink full 2');
} else {
gotoAndStop('drink');
}
}
}
button 2012 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('strangerTalk3');
_root.energyLeft -= 25;
_root.statsMalon += (int(Math.random() * 5) + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 2020 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('strangerTalk2');
_root.energyLeft -= 25;
_root.statsMalon += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2021 {
on (release) {
gotoAndStop('strangerGive2');
give.enabled = false;
}
}
button 2022 {
on (release) {
gotoAndStop('strangerDate2');
date.enabled = false;
}
}
button 2023 {
on (release) {
if (_root.statsMalon <= 199 && _root.statsMalon >= 0) {
gotoAndStop('strangerAsk2a');
} else {
if (_root.statsMalon >= 200) {
gotoAndPlay('lvlupStranger2');
_root.levelMalon = 'New Friend';
}
}
ask.enabled = false;
}
}
button 2025 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
talk.enabled = false;
gotoAndStop('strangerTalk4');
_root.energyLeft -= 25;
_root.statsMalon += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2032 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk');
_root.energyLeft -= 25;
_root.statsMalon += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2033 {
on (release) {
gotoAndStop('newGift');
give.enabled = false;
}
}
button 2034 {
on (release) {
gotoAndStop('newDate');
date.enabled = false;
}
}
button 2035 {
on (release) {
if (_root.statsMalon <= 699 && _root.statsMalon >= 200) {
gotoAndStop('newAsk');
} else {
if (_root.statsMalon >= 700) {
gotoAndPlay('lvlupNew');
_root.levelMalon = 'Close Friend';
}
}
ask.enabled = false;
}
}
button 2037 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk3');
_root.energyLeft -= 25;
_root.statsMalon += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2039 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk5');
talk.enabled = false;
_root.energyLeft -= 25;
_root.statsMalon += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2046 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk2');
_root.energyLeft -= 25;
_root.statsMalon += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2047 {
on (release) {
gotoAndStop('newGift2');
give.enabled = false;
}
}
button 2048 {
on (release) {
gotoAndStop('newDate2');
date.enabled = false;
}
}
button 2049 {
on (release) {
if (_root.statsMalon <= 699 && _root.statsMalon >= 200) {
gotoAndStop('newAsk2a');
} else {
if (_root.statsMalon >= 700) {
gotoAndPlay('lvlupNew2');
_root.levelMalon = 'Close Friend';
}
}
ask.enabled = false;
}
}
button 2051 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk4');
_root.energyLeft -= 25;
_root.statsMalon += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2052 {
on (release) {
if (_root.statsMalon <= 699 && _root.statsMalon >= 200) {
gotoAndStop('newAsk2a');
} else {
if (_root.statsMalon >= 700) {
gotoAndPlay('lvlupNew2');
_root.levelMalon = 'Close Friend';
}
}
ask.enabled = false;
}
}
button 2054 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
talk.enabled = false;
gotoAndStop('newTalk6');
_root.energyLeft -= 25;
_root.statsMalon += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2061 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk');
_root.energyLeft -= 25;
_root.statsMalon += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2062 {
on (release) {
gotoAndStop('give');
give.enabled = false;
}
}
button 2063 {
on (release) {
if (_root.statsMalon <= 1499 && _root.statsMalon >= 700) {
gotoAndStop('closeDateN');
date.enabled = false;
} else {
if (_root.statsMalon >= 1500) {
gotoAndStop('closeDateY');
}
}
}
}
button 2064 {
on (release) {
if (_root.statsMalon <= 1499 && _root.statsMalon >= 700) {
gotoAndStop('closeAsk');
} else {
if (_root.statsMalon >= 1500) {
gotoAndStop('closeAsk4');
}
}
ask.enabled = false;
}
}
button 2066 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk4');
_root.energyLeft -= 25;
_root.statsMalon += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 2067 {
on (release) {
if (_root.statsMalon <= 1499 && _root.statsMalon >= 700) {
gotoAndStop('closeDateN');
date.enabled = false;
} else {
if (_root.statsMalon >= 1500) {
gotoAndStop('closeDateY');
}
}
}
}
button 2073 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('date');
_root.energyLeft -= 25;
}
}
}
button 2078 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk2');
_root.energyLeft -= 25;
_root.statsMalon += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2079 {
on (release) {
gotoAndStop('give2');
give.enabled = false;
}
}
button 2080 {
on (release) {
if (_root.statsMalon <= 1499 && _root.statsMalon >= 700) {
gotoAndStop('closeDateN2');
date.enabled = false;
} else {
if (_root.statsMalon >= 1500) {
gotoAndStop('closeDateY2');
}
}
}
}
button 2081 {
on (release) {
if (_root.statsMalon <= 1499 && _root.statsMalon >= 700) {
gotoAndStop('closeAsk2');
} else {
if (_root.statsMalon >= 1500) {
gotoAndStop('closeAsk5');
}
}
ask.enabled = false;
}
}
button 2083 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk5');
_root.energyLeft -= 25;
_root.statsMalon += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 2089 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk5');
_root.energyLeft -= 25;
_root.statsMalon += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2094 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk3');
_root.energyLeft -= 25;
_root.statsMalon += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2095 {
on (release) {
gotoAndStop('give3');
give.enabled = false;
}
}
button 2096 {
on (release) {
if (_root.statsMalon <= 1499 && _root.statsMalon >= 700) {
gotoAndStop('closeDateN3');
date.enabled = false;
} else {
if (_root.statsMalon >= 1500) {
gotoAndStop('closeDateY3');
}
}
}
}
button 2097 {
on (release) {
if (_root.statsMalon <= 1499 && _root.statsMalon >= 700) {
gotoAndStop('closeAsk3');
} else {
if (_root.statsMalon >= 1500) {
gotoAndStop('closeAsk6');
}
}
ask.enabled = false;
}
}
button 2099 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk6');
_root.energyLeft -= 25;
_root.statsMalon += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 2109 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('gfTalk');
_root.energyLeft -= 25;
_root.statsMalon += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 2110 {
on (release) {
gotoAndStop('give4');
give.enabled = false;
}
}
button 2111 {
on (release) {
gotoAndStop('gfDate');
}
}
button 2112 {
on (release) {
gotoAndStop('gfAsk');
ask.enabled = false;
}
}
button 2116 {
on (release) {
gotoAndStop('gfGive');
give.enabled = false;
}
}
button 2120 {
on (release) {
gotoAndStop(1);
_root.items_btn.gotoAndStop(1);
_root.stats_btn.gotoAndStop(1);
}
}
button 2121 {
on (release) {
gotoAndStop('purgAsk2');
}
}
button 2122 {
on (release) {
gotoAndStop('StrangerAsk2');
}
}
button 2123 {
on (release) {
gotoAndStop('StrangerAsk2b');
}
}
button 2124 {
on (release) {
gotoAndStop('newAsk2');
}
}
button 2125 {
on (release) {
gotoAndStop('newAsk2b');
}
}
button 2126 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsMalon += int(Math.random() * 5);
_root.itemBracelet -= 1;
}
}
}
button 2127 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsMalon += int(Math.random() * 12 + 8);
_root.itemFairy -= 1;
}
}
}
button 2128 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsMalon += int(Math.random() * 10 + 15);
_root.itemOcarina -= 1;
}
}
}
button 2129 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsMalon += int(Math.random() * 10 + 5);
_root.itemStick -= 1;
}
}
}
button 2130 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsMalon += int(Math.random() * 5 + 2);
_root.itemFlower -= 1;
}
}
}
button 2137 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsMalon += int(Math.random() * 10 + 10);
_root.itemCoke -= 1;
}
}
}
button 2138 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsMalon += int(Math.random() * 8 + 3);
_root.itemFireOrb -= 1;
}
}
}
button 2139 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsMalon += int(Math.random() * 8 + 3);
_root.itemWaterOrb -= 1;
}
}
}
button 2140 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsSaria += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 2144 {
on (release) {
gotoAndStop('malonClose');
}
}
button 2146 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item2');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsMalon += int(Math.random() * 5);
_root.itemBracelet -= 1;
}
}
}
button 2147 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item2');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsMalon += int(Math.random() * 12 + 8);
_root.itemFairy -= 1;
}
}
}
button 2148 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item2');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsMalon += int(Math.random() * 10 + 15);
_root.itemOcarina -= 1;
}
}
}
button 2149 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item2');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsMalon += int(Math.random() * 10 + 5);
_root.itemStick -= 1;
}
}
}
button 2150 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item2');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsMalon += int(Math.random() * 5 + 2);
_root.itemFlower -= 1;
}
}
}
button 2157 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item2');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsMalon += int(Math.random() * 10 + 10);
_root.itemCoke -= 1;
}
}
}
button 2158 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item2');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsMalon += int(Math.random() * 8 + 3);
_root.itemFireOrb -= 1;
}
}
}
button 2159 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item2');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsMalon += int(Math.random() * 8 + 3);
_root.itemWaterOrb -= 1;
}
}
}
button 2160 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item2');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsMalon += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 2164 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item3');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsMalon += int(Math.random() * 5);
_root.itemBracelet -= 1;
}
}
}
button 2165 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item3');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsMalon += int(Math.random() * 12 + 8);
_root.itemFairy -= 1;
}
}
}
button 2166 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item3');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsMalon += int(Math.random() * 10 + 15);
_root.itemOcarina -= 1;
}
}
}
button 2167 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item3');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsMalon += int(Math.random() * 10 + 5);
_root.itemStick -= 1;
}
}
}
button 2168 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item3');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsMalon += int(Math.random() * 5 + 2);
_root.itemFlower -= 1;
}
}
}
button 2175 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item3');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsMalon += int(Math.random() * 10 + 10);
_root.itemCoke -= 1;
}
}
}
button 2176 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item3');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsMalon += int(Math.random() * 8 + 3);
_root.itemFireOrb -= 1;
}
}
}
button 2177 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item3');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsMalon += int(Math.random() * 8 + 3);
_root.itemWaterOrb -= 1;
}
}
}
button 2178 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item3');
_root.statsMalon -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsMalon += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 2182 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsMalon += int(Math.random() * 5);
_root.itemBracelet -= 1;
}
}
}
button 2183 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsMalon += int(Math.random() * 12 + 8);
_root.itemFairy -= 1;
}
}
}
button 2184 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsMalon += int(Math.random() * 10 + 15);
_root.itemOcarina -= 1;
}
}
}
button 2185 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsMalon += int(Math.random() * 10 + 5);
_root.itemStick -= 1;
}
}
}
button 2186 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsMalon += int(Math.random() * 5 + 2);
_root.itemFlower -= 1;
}
}
}
button 2193 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsMalon += int(Math.random() * 10 + 10);
_root.itemCoke -= 1;
}
}
}
button 2194 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsMalon += int(Math.random() * 8 + 3);
_root.itemFireOrb -= 1;
}
}
}
button 2195 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsMalon += int(Math.random() * 8 + 3);
_root.itemWaterOrb -= 1;
}
}
}
button 2196 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsMalon += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 2200 {
on (release) {
gotoAndStop('In Date');
malonDate.gotoAndStop('Date Main');
malonDate.bg.gotoAndStop('Castle');
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
malonDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
malonDate.pic.gotoAndStop(3);
}
}
}
}
button 2201 {
on (release) {
gotoAndStop('In Date');
malonDate.gotoAndStop('Date Main');
malonDate.bg.gotoAndStop('Kokori Village');
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
malonDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
malonDate.pic.gotoAndStop(3);
}
}
}
}
button 2202 {
on (release) {
gotoAndStop('In Date');
malonDate.gotoAndStop('Date Main');
malonDate.bg.gotoAndStop('Death Mountain');
_root.dateStats += 15;
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
malonDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
malonDate.pic.gotoAndStop(3);
}
}
}
}
button 2203 {
on (release) {
gotoAndStop('In Date');
malonDate.gotoAndStop('Date Main');
malonDate.bg.gotoAndStop('Lake Hylia');
malonDate.pic.gotoAndStop(4);
_root.dateStats += 15;
}
}
button 2204 {
on (release) {
gotoAndStop('In Date');
malonDate.gotoAndStop('Date Main');
malonDate.bg.gotoAndStop('Zora Domain');
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
malonDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
malonDate.pic.gotoAndStop(3);
}
}
}
}
movieClip 2212 {
frame 1 {
stop();
}
}
button 2213 {
on (release) {
gotoAndStop('exit');
}
}
button 2214 {
on (release) {
if (_root.levelMalon != 'Girlfriend') {
if (talkRandom <= 10) {
gotoAndStop('Talk1');
_root.talkTimes += 1;
} else {
if (talkRandom >= 11 && talkRandom <= 20) {
gotoAndStop('Talk2');
_root.talkTimes += 1;
} else {
if (talkRandom >= 21 && talkRandom <= 30) {
gotoAndStop('Talk3');
_root.talkTimes += 1;
} else {
if (talkRandom >= 31 && talkRandom <= 40) {
gotoAndStop('Talk4');
_root.talkTimes += 1;
} else {
if (talkRandom >= 41 && talkRandom <= 50) {
gotoAndStop('Talk5');
_root.talkTimes += 1;
} else {
if (talkRandom >= 51 && talkRandom <= 60) {
gotoAndStop('Talk6');
_root.talkTimes += 1;
} else {
if (talkRandom >= 61 && talkRandom <= 70) {
gotoAndStop('Talk7');
_root.talkTimes += 1;
} else {
if (talkRandom >= 71 && talkRandom <= 80) {
gotoAndStop('Talk8');
_root.talkTimes += 1;
} else {
if (talkRandom >= 81 && talkRandom <= 90) {
gotoAndStop('Talk9');
_root.talkTimes += 1;
} else {
if (talkRandom >= 91 && talkRandom <= 100) {
gotoAndStop('Talk10');
_root.talkTimes += 1;
} else {
if (talkRandom >= 101 && talkRandom <= 110) {
gotoAndStop('Talk11');
_root.talkTimes += 1;
} else {
if (talkRandom >= 111 && talkRandom <= 120) {
gotoAndStop('Talk12');
_root.talkTimes += 1;
}
}
}
}
}
}
}
}
}
}
}
}
if (_root.talkTimes > 4) {
gotoAndStop('doOther');
}
if (_root.levelMalon == 'Girlfriend') {
if (_root.talkTimes == 0) {
gotoAndStop('TalkGf');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 1) {
gotoAndStop('TalkGf2');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 2) {
_root.dateStats == _root.dateStats + 20;
gotoAndStop('TalkGf3');
} else {
if (_root.talkTimes >= 3) {
gotoAndStop('doOther');
}
}
}
}
}
}
}
}
button 2215 {
on (release) {
_root.giveTimes += 1;
if (_root.giveTimes >= 2) {
gotoAndStop('doOther');
} else {
gotoAndStop('Give');
give.enabled = false;
talk.enabled = false;
touch.enabled = false;
picture.enabled = false;
kiss.enabled = false;
exit.enabled = false;
}
}
}
button 2216 {
on (release) {
touch.enabled = false;
gotoAndStop('Touch');
_root.touchTimes += 1;
if (_root.touchTimes >= 2) {
gotoAndStop('doOther');
}
}
}
button 2217 {
on (release) {
if (_root.dateStats < 100) {
gotoAndStop('KissN');
_root.dateStats -= 15;
kiss.enabled = false;
} else {
if (_root.dateStats >= 100) {
lips.gotoAndPlay(2);
gotoAndStop('KissY');
kiss.enabled = false;
}
}
}
}
button 2218 {
on (release) {
_root.picTimes += 1;
if (_root.picTimes > 1) {
gotoAndStop('doOther');
} else {
if (_root.dateStats < 60) {
gotoAndStop('PicN');
_root.dateStats -= 10;
} else {
if (_root.dateStats >= 60) {
gotoAndStop('PicY');
camera.gotoAndPlay(2);
_root.dateStats += 15;
}
}
}
}
}
button 2223 {
on (release) {
if (ans1 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans1 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans1 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans1 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2226 {
on (release) {
if (ans2 == '1') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans2 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans2 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans2 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2230 {
on (release) {
if (ans3 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans3 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans3 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans3 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2234 {
on (release) {
if (ans4 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans4 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans4 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans4 == '4') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
}
}
button 2237 {
on (release) {
if (ans5 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans5 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans5 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans5 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2241 {
on (release) {
if (ans6 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans6 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans6 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans6 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 15;
}
}
}
button 2244 {
on (release) {
if (ans7 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans7 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans7 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans7 == '4') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
}
}
button 2248 {
on (release) {
if (ans8 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 15;
}
if (ans8 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans8 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans8 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2252 {
on (release) {
if (ans9 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans9 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans9 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans9 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2256 {
on (release) {
if (ans10 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans10 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans10 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans10 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2260 {
on (release) {
if (ans11 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans11 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans11 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans11 == '4') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
}
}
button 2264 {
on (release) {
if (ans12 == '1') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans12 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans12 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans12 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2267 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 10;
_root.itemBracelet -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2268 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 15;
_root.itemFairy -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2269 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 20;
_root.itemOcarina -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2270 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 10;
_root.itemStick -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2271 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.itemFlower -= 1;
_root.dateStats -= 10;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2278 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 15;
_root.itemCoke -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2279 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 10;
_root.itemFireOrb -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2280 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 10;
_root.itemWaterOrb -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2281 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 15;
_root.itemWeed -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2285 {
on (release) {
gotoAndStop(2);
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2295 {
on (release) {
touch.enabled = false;
if (_root.levelMalon != 'Girlfriend') {
gotoAndStop('TouchBoob');
_root.dateStats += 10;
} else {
gotoAndStop('TouchBoob Gf');
_root.dateStats += 40;
}
}
}
button 2296 {
on (release) {
gotoAndStop('TouchHand');
_root.dateStats += 20;
touch.enabled = false;
}
}
button 2297 {
on (release) {
gotoAndStop('TouchHair');
_root.dateStats -= 10;
touch.enabled = false;
}
}
button 2298 {
on (release) {
touch.enabled = false;
if (_root.levelMalon != 'Girlfriend') {
gotoAndStop('TouchLeg');
_root.dateStats -= 15;
} else {
gotoAndStop('TouchLeg Gf');
_root.dateStats += 20;
}
}
}
button 2299 {
on (release) {
gotoAndStop('TouchFace');
_root.dateStats += 15;
touch.enabled = false;
}
}
button 2300 {
on (release) {
_root.gotoAndStop('outsideHouse');
_root.statsMalon -= 100;
gotoAndStop(1);
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
_root.dateStats = 0;
_root.talkTimes = 0;
_root.touchTimes = 0;
_root.giveTimes = 0;
_root.picTimes = 0;
}
}
button 2301 {
on (release) {
if (_root.levelMalon != 'Girlfriend') {
if (talkRandom <= 10) {
gotoAndStop('Talk1');
_root.talkTimes += 1;
} else {
if (talkRandom >= 11 && talkRandom <= 20) {
gotoAndStop('Talk2');
_root.talkTimes += 1;
} else {
if (talkRandom >= 21 && talkRandom <= 30) {
gotoAndStop('Talk3');
_root.talkTimes += 1;
} else {
if (talkRandom >= 31 && talkRandom <= 40) {
gotoAndStop('Talk4');
_root.talkTimes += 1;
} else {
if (talkRandom >= 41 && talkRandom <= 50) {
gotoAndStop('Talk5');
_root.talkTimes += 1;
} else {
if (talkRandom >= 51 && talkRandom <= 60) {
gotoAndStop('Talk6');
_root.talkTimes += 1;
} else {
if (talkRandom >= 61 && talkRandom <= 70) {
gotoAndStop('Talk7');
_root.talkTimes += 1;
} else {
if (talkRandom >= 71 && talkRandom <= 80) {
gotoAndStop('Talk8');
_root.talkTimes += 1;
} else {
if (talkRandom >= 81 && talkRandom <= 90) {
gotoAndStop('Talk9');
_root.talkTimes += 1;
} else {
if (talkRandom >= 91 && talkRandom <= 100) {
gotoAndStop('Talk10');
_root.talkTimes += 1;
} else {
if (talkRandom >= 101 && talkRandom <= 110) {
gotoAndStop('Talk11');
_root.talkTimes += 1;
} else {
if (talkRandom >= 111 && talkRandom <= 120) {
gotoAndStop('Talk12');
_root.talkTimes += 1;
}
}
}
}
}
}
}
}
}
}
}
}
if (_root.talkTimes >= 4) {
gotoAndStop('doOther');
}
if (_root.levelMalon == 'Girlfriend') {
if (_root.talkTimes == 0) {
gotoAndStop('TalkGf');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 1) {
gotoAndStop('TalkGf2');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 2) {
_root.dateStats == _root.dateStats + 20;
gotoAndStop('TalkGf3');
} else {
if (_root.talkTimes >= 3) {
gotoAndStop('doOther');
}
}
}
}
}
}
}
}
button 2302 {
on (release) {
kiss.enabled = false;
if (_root.dateStats < 100) {
gotoAndStop('KissN');
_root.dateStats -= 15;
} else {
if (_root.dateStats >= 100) {
lips.gotoAndPlay(2);
gotoAndStop('KissY');
}
}
}
}
movieClip 2306 {
}
button 2307 {
on (release) {
_root.levelMalon = 'Girlfriend';
gotoAndStop(1);
_root.gotoAndStop('outsideHouse');
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
_root.dateStats = 0;
_root.talkTimes = 0;
_root.touchTimes = 0;
_root.giveTimes = 0;
_root.picTimes = 0;
}
}
movieClip 2308 {
frame 1 {
stop();
onEnterFrame = function () {
talkRandom = int(Math.random() * 120);
};
_root.dateStats = 0;
_root.talkTimes = 0;
_root.touchTimes = 0;
_root.giveTimes = 0;
_root.picTimes = 0;
}
frame 2 {
picture.enabled = true;
touch.enabled = true;
give.enabled = true;
kiss.enabled = true;
talk.enabled = true;
}
instance hp of movieClip 402 {
onClipEvent (load) {
baseX = 467.6;
}
onClipEvent (enterFrame) {
this._width = _root.dateStats / 0.525;
this._x = baseX + this._width / 2;
}
}
frame 14 {
picture.enabled = false;
touch.enabled = false;
give.enabled = false;
kiss.enabled = false;
talk.enabled = false;
ext.enabled = false;
}
frame 118 {
picture.enabled = true;
touch.enabled = true;
give.enabled = true;
kiss.enabled = true;
talk.enabled = true;
exit.enabled = true;
}
}
button 2309 {
on (release) {
gotoAndStop(1);
}
}
button 2312 {
on (release) {
if (_root.energyLeft < 20) {
gotoAndStop('drinkTired');
} else {
if (_root.rupeeGot < 15) {
gotoAndStop('drinkNo');
} else {
gotoAndStop('drinkRum');
_root.energyLeft -= 20;
_root.rupeeGot -= 15;
_root.charm += drinkRum;
}
}
}
}
button 2315 {
on (release) {
if (_root.energyLeft < 30) {
gotoAndStop('drinkTired');
} else {
if (_root.rupeeGot < 30) {
gotoAndStop('drinkNo');
} else {
gotoAndStop('drinkVodka');
_root.energyLeft -= 30;
_root.rupeeGot -= 30;
_root.charm += drinkVodka;
}
}
}
}
button 2318 {
on (release) {
if (_root.energyLeft < 50) {
gotoAndStop('drinkTired');
} else {
if (_root.rupeeGot < 40) {
gotoAndStop('drinkNo');
} else {
gotoAndStop('drinkKamikaze');
_root.energyLeft -= 50;
_root.rupeeGot -= 40;
_root.charm += drinkKamikaze;
}
}
}
}
button 2322 {
on (release) {
if (_root.energyLeft < 20) {
gotoAndStop('drinkTired2');
} else {
if (_root.rupeeGot < 15) {
gotoAndStop('drinkNo2');
} else {
gotoAndStop('drinkRum');
_root.energyLeft -= 20;
_root.rupeeGot -= 15;
_root.charm += drinkRum;
}
}
}
}
button 2323 {
on (release) {
if (_root.energyLeft < 30) {
gotoAndStop('drinkTired2');
} else {
if (_root.rupeeGot < 30) {
gotoAndStop('drinkNo2');
} else {
gotoAndStop('drinkVodka');
_root.energyLeft -= 30;
_root.rupeeGot -= 30;
_root.charm += drinkVodka;
}
}
}
}
button 2324 {
on (release) {
if (_root.energyLeft < 50) {
gotoAndStop('drinkTired2');
} else {
if (_root.rupeeGot < 40) {
gotoAndStop('drinkNo2');
} else {
gotoAndStop('drinkKamikaze');
_root.energyLeft -= 50;
_root.rupeeGot -= 40;
_root.charm += drinkKamikaze;
}
}
}
}
button 2325 {
on (release) {
gotoAndStop(1);
}
}
movieClip 2332 {
}
button 2335 {
on (release) {
gotoAndStop(1);
}
}
movieClip 2339 {
}
movieClip 2344 {
}
movieClip 2349 {
frame 1 {
stop();
var drinkRum = int(Math.random() * 4 + 1);
var drinkVodka = int(Math.random() * 4 + 5);
var drinkKamikaze = int(Math.random() * 4 + 10);
}
frame 2 {
stop();
}
frame 720 {
stop();
}
frame 743 {
stop();
}
frame 767 {
stop();
}
frame 797 {
stop();
}
frame 822 {
stop();
}
}
button 2353 {
on (release) {
if (_root.energyLeft < 40) {
gotoAndStop('tired');
} else {
gotoAndStop('purgTalk');
_root.energyLeft -= 40;
_root.statsNayru += (int(Math.random() * 5) + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 2354 {
on (release) {
gotoAndStop('purgGive');
give.enabled = false;
}
}
button 2355 {
on (release) {
gotoAndStop('purgDate');
date.enabled = false;
}
}
button 2356 {
on (release) {
gotoAndStop(1);
talk.enabled = true;
give.enabled = true;
date.enabled = true;
ask.enabled = true;
}
}
button 2357 {
on (release) {
if (_root.statsNayru <= 0) {
gotoAndStop('purgAsk');
} else {
if (_root.statsNayru >= 1) {
gotoAndPlay('levelUpPurg');
_root.levelNayru = 'Stranger';
}
}
ask.enabled = false;
}
}
button 2367 {
on (release) {
if (_root.energyLeft < 50) {
gotoAndStop('tired');
} else {
gotoAndStop('periodTalk');
_root.energyLeft -= 50;
_root.statsNayru -= int(Math.random() * 5 + 1 + _root.charm / 3);
talk.enabled = false;
}
}
}
button 2368 {
on (release) {
gotoAndStop('periodGive');
give.enabled = false;
}
}
button 2369 {
on (release) {
gotoAndStop('periodDate');
date.enabled = false;
}
}
button 2370 {
on (release) {
gotoAndStop('periodAsk');
}
}
button 2377 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('strangerTalk');
_root.energyLeft -= 25;
_root.statsNayru += (int(Math.random() * 5) + 1 + _root.charm) / 2;
}
}
}
button 2378 {
on (release) {
gotoAndStop('strangerGive');
give.enabled = false;
}
}
button 2379 {
on (release) {
gotoAndStop('strangerDate');
date.enabled = false;
}
}
button 2380 {
on (release) {
if (_root.statsNayru <= 199 && _root.statsNayru >= 0) {
gotoAndStop('strangerAsk');
} else {
if (_root.statsNayru >= 200) {
gotoAndPlay('lvlupStranger');
_root.levelNayru = 'New Friend';
}
}
ask.enabled = false;
}
}
button 2382 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('strangerTalk3');
_root.energyLeft -= 25;
_root.statsNayru += (int(Math.random() * 5) + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 2389 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('strangerTalk2');
_root.energyLeft -= 25;
_root.statsNayru += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2390 {
on (release) {
gotoAndStop('strangerGive2');
give.enabled = false;
}
}
button 2391 {
on (release) {
gotoAndStop('strangerDate2');
date.enabled = false;
}
}
button 2392 {
on (release) {
if (_root.statsNayru <= 199 && _root.statsNayru >= 0) {
gotoAndStop('strangerAsk2a');
} else {
if (_root.statsNayru >= 200) {
gotoAndPlay('lvlupStranger2');
_root.levelNayru = 'New Friend';
}
}
ask.enabled = false;
}
}
button 2394 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
talk.enabled = false;
gotoAndStop('strangerTalk4');
_root.energyLeft -= 25;
_root.statsNayru += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2398 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk');
_root.energyLeft -= 25;
_root.statsNayru += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2399 {
on (release) {
gotoAndStop('newGift');
give.enabled = false;
}
}
button 2400 {
on (release) {
gotoAndStop('newDate');
date.enabled = false;
}
}
button 2401 {
on (release) {
if (_root.statsNayru <= 699 && _root.statsNayru >= 200) {
gotoAndStop('newAsk');
} else {
if (_root.statsNayru >= 700) {
gotoAndPlay('lvlupNew');
_root.levelNayru = 'Close Friend';
}
}
ask.enabled = false;
}
}
button 2403 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk3');
_root.energyLeft -= 25;
_root.statsNayru += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2405 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk5');
talk.enabled = false;
_root.energyLeft -= 25;
_root.statsNayru += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2413 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk2');
_root.energyLeft -= 25;
_root.statsNayru += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2414 {
on (release) {
gotoAndStop('newGift2');
give.enabled = false;
}
}
button 2415 {
on (release) {
gotoAndStop('newDate2');
date.enabled = false;
}
}
button 2416 {
on (release) {
if (_root.statsNayru <= 699 && _root.statsNayru >= 200) {
gotoAndStop('newAsk2a');
} else {
if (_root.statsNayru >= 700) {
gotoAndPlay('lvlupNew2');
_root.levelNayru = 'Close Friend';
}
}
ask.enabled = false;
}
}
button 2418 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk4');
_root.energyLeft -= 25;
_root.statsNayru += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2420 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
talk.enabled = false;
gotoAndStop('newTalk6');
_root.energyLeft -= 25;
_root.statsNayru += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2427 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk');
_root.energyLeft -= 25;
_root.statsNayru += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2428 {
on (release) {
gotoAndStop('give');
give.enabled = false;
}
}
button 2429 {
on (release) {
if (_root.statsNayru <= 1499 && _root.statsNayru >= 700) {
gotoAndStop('closeDateN');
date.enabled = false;
} else {
if (_root.statsNayru >= 1500) {
gotoAndStop('closeDateY');
}
}
}
}
button 2430 {
on (release) {
if (_root.statsNayru <= 1499 && _root.statsNayru >= 700) {
gotoAndStop('closeAsk');
} else {
if (_root.statsNayru >= 1500) {
gotoAndStop('closeAsk4');
}
}
ask.enabled = false;
}
}
button 2432 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk4');
_root.energyLeft -= 25;
_root.statsNayru += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 2433 {
on (release) {
if (_root.statsNayru <= 1499 && _root.statsNayru >= 700) {
gotoAndStop('closeDateN');
date.enabled = false;
} else {
if (_root.statsNayru >= 1500) {
gotoAndStop('closeDateY');
}
}
}
}
button 2439 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('date');
_root.energyLeft -= 25;
}
}
}
button 2444 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk2');
_root.energyLeft -= 25;
_root.statsNayru += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2445 {
on (release) {
gotoAndStop('give2');
give.enabled = false;
}
}
button 2446 {
on (release) {
if (_root.statsNayru <= 1499 && _root.statsNayru >= 700) {
gotoAndStop('closeDateN2');
date.enabled = false;
} else {
if (_root.statsNayru >= 1500) {
gotoAndStop('closeDateY2');
}
}
}
}
button 2447 {
on (release) {
if (_root.statsNayru <= 1499 && _root.statsNayru >= 700) {
gotoAndStop('closeAsk2');
} else {
if (_root.statsNayru >= 1500) {
gotoAndStop('closeAsk5');
}
}
ask.enabled = false;
}
}
button 2449 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk5');
_root.energyLeft -= 25;
_root.statsNayru += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 2455 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk5');
_root.energyLeft -= 25;
_root.statsNayru += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2460 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk3');
_root.energyLeft -= 25;
_root.statsNayru += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2461 {
on (release) {
gotoAndStop('give3');
give.enabled = false;
}
}
button 2462 {
on (release) {
if (_root.statsNayru <= 1499 && _root.statsNayru >= 700) {
gotoAndStop('closeDateN3');
date.enabled = false;
} else {
if (_root.statsNayru >= 1500) {
gotoAndStop('closeDateY3');
}
}
}
}
button 2463 {
on (release) {
if (_root.statsNayru <= 1499 && _root.statsNayru >= 700) {
gotoAndStop('closeAsk3');
} else {
if (_root.statsNayru >= 1500) {
gotoAndStop('closeAsk6');
}
}
ask.enabled = false;
}
}
button 2465 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk6');
_root.energyLeft -= 25;
_root.statsNayru += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 2475 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('gfTalk');
_root.energyLeft -= 25;
_root.statsNayru += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 2476 {
on (release) {
gotoAndStop('give4');
give.enabled = false;
}
}
button 2477 {
on (release) {
gotoAndStop('gfDate');
}
}
button 2478 {
on (release) {
gotoAndStop('gfAsk');
ask.enabled = false;
}
}
button 2482 {
on (release) {
gotoAndStop('gfGive');
give.enabled = false;
}
}
button 2486 {
on (release) {
gotoAndStop(1);
}
}
button 2487 {
on (release) {
gotoAndStop('purgAsk2');
}
}
button 2488 {
on (release) {
gotoAndStop('StrangerAsk2');
}
}
button 2489 {
on (release) {
gotoAndStop('StrangerAsk2b');
}
}
button 2490 {
on (release) {
gotoAndStop('newAsk2');
}
}
button 2491 {
on (release) {
gotoAndStop('newAsk2b');
}
}
button 2492 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsNayru += int(Math.random() * 5 + 7);
_root.itemBracelet -= 1;
}
}
}
button 2493 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsNayru += int(Math.random() * 15 + 5);
_root.itemFairy -= 1;
}
}
}
button 2494 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsNayru += int(Math.random() * 7 + 3);
_root.itemOcarina -= 1;
}
}
}
button 2495 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsNayru += int(Math.random() * 3);
_root.itemStick -= 1;
}
}
}
button 2496 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsNayru += int(Math.random() * 5 + 5);
_root.itemFlower -= 1;
}
}
}
button 2503 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsNayru += int(Math.random() * 5);
_root.itemCoke -= 1;
}
}
}
button 2504 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsNayru += int(Math.random() * 3);
_root.itemFireOrb -= 1;
}
}
}
button 2505 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsNayru += int(Math.random() * 22 + 12);
_root.itemWaterOrb -= 1;
}
}
}
button 2506 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsNayru += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 2510 {
on (release) {
gotoAndStop('nayruClose');
}
}
button 2512 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item2');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsNayru += int(Math.random() * 5 + 7);
_root.itemBracelet -= 1;
}
}
}
button 2513 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item2');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsNayru += int(Math.random() * 15 + 5);
_root.itemFairy -= 1;
}
}
}
button 2514 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item2');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsNayru += int(Math.random() * 3);
_root.itemStick -= 1;
}
}
}
button 2515 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item2');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsNayru += int(Math.random() * 5 + 5);
_root.itemFlower -= 1;
}
}
}
button 2522 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item2');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsNayru += int(Math.random() * 5);
_root.itemCoke -= 1;
}
}
}
button 2523 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item2');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsNayru += int(Math.random() * 3);
_root.itemFireOrb -= 1;
}
}
}
button 2524 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item2');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsNayru += int(Math.random() * 22 + 12);
_root.itemWaterOrb -= 1;
}
}
}
button 2525 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item2');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsNayru += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 2529 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item3');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsNayru += int(Math.random() * 5 + 7);
_root.itemBracelet -= 1;
}
}
}
button 2530 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item3');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsNayru += int(Math.random() * 15 + 5);
_root.itemFairy -= 1;
}
}
}
button 2531 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item3');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsNayru += int(Math.random() * 7 + 3);
_root.itemOcarina -= 1;
}
}
}
button 2532 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item3');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsNayru += int(Math.random() * 3);
_root.itemStick -= 1;
}
}
}
button 2533 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item3');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsNayru += int(Math.random() * 5 + 5);
_root.itemFlower -= 1;
}
}
}
button 2540 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item3');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsNayru += int(Math.random() * 5);
_root.itemCoke -= 1;
}
}
}
button 2541 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item3');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsNayru += int(Math.random() * 3);
_root.itemFireOrb -= 1;
}
}
}
button 2542 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item3');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsNayru += int(Math.random() * 22 + 12);
_root.itemWaterOrb -= 1;
}
}
}
button 2543 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item3');
_root.statsNayru -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsNayru += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 2547 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsNayru += int(Math.random() * 5 + 7);
_root.itemBracelet -= 1;
}
}
}
button 2548 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsNayru += int(Math.random() * 15 + 5);
_root.itemFairy -= 1;
}
}
}
button 2549 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsNayru += int(Math.random() * 7 + 3);
_root.itemOcarina -= 1;
}
}
}
button 2550 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsNayru += int(Math.random() * 3);
_root.itemStick -= 1;
}
}
}
button 2551 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsNayru += int(Math.random() * 5 + 5);
_root.itemFlower -= 1;
}
}
}
button 2558 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsNayru += int(Math.random() * 5);
_root.itemCoke -= 1;
}
}
}
button 2559 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsNayru += int(Math.random() * 3);
_root.itemFireOrb -= 1;
}
}
}
button 2560 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsNayru += int(Math.random() * 22 + 12);
_root.itemWaterOrb -= 1;
}
}
}
button 2561 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsNayru += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 2565 {
on (release) {
gotoAndStop('In Date');
nayruDate.gotoAndStop('Date Main');
nayruDate.bg.gotoAndStop('Castle');
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
nayruDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
nayruDate.pic.gotoAndStop(3);
}
}
}
}
button 2566 {
on (release) {
gotoAndStop('In Date');
nayruDate.gotoAndStop('Date Main');
nayruDate.bg.gotoAndStop('Kokori Village');
_root.dateStats += 15;
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
nayruDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
nayruDate.pic.gotoAndStop(3);
}
}
}
}
button 2567 {
on (release) {
gotoAndStop('In Date');
nayruDate.gotoAndStop('Date Main');
nayruDate.bg.gotoAndStop('Death Mountain');
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
nayruDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
nayruDate.pic.gotoAndStop(3);
}
}
}
}
button 2568 {
on (release) {
gotoAndStop('In Date');
nayruDate.gotoAndStop('Date Main');
nayruDate.bg.gotoAndStop('Lake Hylia');
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
nayruDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
nayruDate.pic.gotoAndStop(3);
}
}
}
}
button 2569 {
on (release) {
gotoAndStop('In Date');
nayruDate.gotoAndStop('Date Main');
nayruDate.bg.gotoAndStop('Zora Domain');
_root.dateStats += 15;
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
nayruDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
nayruDate.pic.gotoAndStop(3);
}
}
}
}
movieClip 2576 {
frame 1 {
stop();
}
}
button 2577 {
on (release) {
gotoAndStop('exit');
}
}
button 2578 {
on (release) {
if (_root.levelNayru != 'Girlfriend') {
if (talkRandom <= 10) {
gotoAndStop('Talk1');
_root.talkTimes += 1;
} else {
if (talkRandom >= 11 && talkRandom <= 20) {
gotoAndStop('Talk2');
_root.talkTimes += 1;
} else {
if (talkRandom >= 21 && talkRandom <= 30) {
gotoAndStop('Talk3');
_root.talkTimes += 1;
} else {
if (talkRandom >= 31 && talkRandom <= 40) {
gotoAndStop('Talk4');
_root.talkTimes += 1;
} else {
if (talkRandom >= 41 && talkRandom <= 50) {
gotoAndStop('Talk5');
_root.talkTimes += 1;
} else {
if (talkRandom >= 51 && talkRandom <= 60) {
gotoAndStop('Talk6');
_root.talkTimes += 1;
} else {
if (talkRandom >= 61 && talkRandom <= 70) {
gotoAndStop('Talk7');
_root.talkTimes += 1;
} else {
if (talkRandom >= 71 && talkRandom <= 80) {
gotoAndStop('Talk8');
_root.talkTimes += 1;
} else {
if (talkRandom >= 81 && talkRandom <= 90) {
gotoAndStop('Talk9');
_root.talkTimes += 1;
} else {
if (talkRandom >= 91 && talkRandom <= 100) {
gotoAndStop('Talk10');
_root.talkTimes += 1;
} else {
if (talkRandom >= 101 && talkRandom <= 110) {
gotoAndStop('Talk11');
_root.talkTimes += 1;
} else {
if (talkRandom >= 111 && talkRandom <= 120) {
gotoAndStop('Talk12');
_root.talkTimes += 1;
}
}
}
}
}
}
}
}
}
}
}
}
if (_root.talkTimes > 4) {
gotoAndStop('doOther');
}
if (_root.levelNayru == 'Girlfriend') {
if (_root.talkTimes == 0) {
gotoAndStop('TalkGf');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 1) {
gotoAndStop('TalkGf2');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 2) {
_root.dateStats == _root.dateStats + 20;
gotoAndStop('TalkGf3');
} else {
if (_root.talkTimes >= 3) {
gotoAndStop('doOther');
}
}
}
}
}
}
}
}
button 2579 {
on (release) {
_root.giveTimes += 1;
if (_root.giveTimes >= 2) {
gotoAndStop('doOther');
} else {
gotoAndStop('Give');
give.enabled = false;
talk.enabled = false;
touch.enabled = false;
picture.enabled = false;
kiss.enabled = false;
exit.enabled = false;
}
}
}
button 2580 {
on (release) {
touch.enabled = false;
gotoAndStop('Touch');
_root.touchTimes += 1;
if (_root.touchTimes >= 2) {
gotoAndStop('doOther');
}
}
}
button 2581 {
on (release) {
if (_root.dateStats < 100) {
gotoAndStop('KissN');
_root.dateStats -= 15;
kiss.enabled = false;
} else {
if (_root.dateStats >= 100) {
lips.gotoAndPlay(2);
gotoAndStop('KissY');
kiss.enabled = false;
}
}
}
}
button 2582 {
on (release) {
_root.picTimes += 1;
if (_root.picTimes > 1) {
gotoAndStop('doOther');
} else {
if (_root.dateStats < 60) {
gotoAndStop('PicN');
_root.dateStats -= 10;
} else {
if (_root.dateStats >= 60) {
gotoAndStop('PicY');
camera.gotoAndPlay(2);
_root.dateStats += 15;
}
}
}
}
}
button 2586 {
on (release) {
if (ans1 == '1') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans1 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans1 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans1 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2590 {
on (release) {
if (ans2 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans2 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans2 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans2 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2594 {
on (release) {
if (ans3 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans3 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans3 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans3 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2598 {
on (release) {
if (ans4 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans4 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans4 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans4 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2602 {
on (release) {
if (ans5 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans5 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans5 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans5 == '4') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
}
}
button 2606 {
on (release) {
if (ans6 == '1') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans6 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans6 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans6 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2610 {
on (release) {
if (ans7 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans7 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans7 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans7 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2613 {
on (release) {
if (ans8 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans8 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans8 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans8 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2617 {
on (release) {
if (ans9 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans9 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans9 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans9 == '4') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
}
}
button 2621 {
on (release) {
if (ans10 == '1') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans10 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans10 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans10 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2624 {
on (release) {
if (ans11 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans11 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans11 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans11 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2628 {
on (release) {
if (ans12 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans12 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans12 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans12 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2632 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 15;
_root.itemBracelet -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2633 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 15;
_root.itemFairy -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2634 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 10;
_root.itemOcarina -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2635 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 10;
_root.itemStick -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2636 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.itemFlower -= 1;
_root.dateStats -= 10;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2643 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 10;
_root.itemCoke -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2644 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 10;
_root.itemFireOrb -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2645 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 20;
_root.itemWaterOrb -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2646 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 15;
_root.itemWeed -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2650 {
on (release) {
gotoAndStop(2);
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2662 {
on (release) {
touch.enabled = false;
if (_root.levelNayru != 'Girlfriend') {
gotoAndStop('TouchBoob');
_root.dateStats -= 20;
} else {
gotoAndStop('TouchBoob Gf');
_root.dateStats += 40;
}
}
}
button 2663 {
on (release) {
gotoAndStop('TouchHand');
_root.dateStats += 15;
touch.enabled = false;
}
}
button 2664 {
on (release) {
gotoAndStop('TouchHair');
_root.dateStats += 15;
touch.enabled = false;
}
}
button 2665 {
on (release) {
touch.enabled = false;
if (_root.levelNayru != 'Girlfriend') {
gotoAndStop('TouchLeg');
_root.dateStats -= 15;
} else {
gotoAndStop('TouchLeg Gf');
_root.dateStats += 20;
}
}
}
button 2666 {
on (release) {
gotoAndStop('TouchFace');
_root.dateStats -= 10;
touch.enabled = false;
}
}
button 2667 {
on (release) {
_root.gotoAndStop('outsideHouse');
_root.statsNayru -= 100;
gotoAndStop(1);
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
_root.dateStats = 0;
_root.talkTimes = 0;
_root.touchTimes = 0;
_root.giveTimes = 0;
_root.picTimes = 0;
}
}
button 2668 {
on (release) {
if (_root.levelNayru != 'Girlfriend') {
if (talkRandom <= 10) {
gotoAndStop('Talk1');
_root.talkTimes += 1;
} else {
if (talkRandom >= 11 && talkRandom <= 20) {
gotoAndStop('Talk2');
_root.talkTimes += 1;
} else {
if (talkRandom >= 21 && talkRandom <= 30) {
gotoAndStop('Talk3');
_root.talkTimes += 1;
} else {
if (talkRandom >= 31 && talkRandom <= 40) {
gotoAndStop('Talk4');
_root.talkTimes += 1;
} else {
if (talkRandom >= 41 && talkRandom <= 50) {
gotoAndStop('Talk5');
_root.talkTimes += 1;
} else {
if (talkRandom >= 51 && talkRandom <= 60) {
gotoAndStop('Talk6');
_root.talkTimes += 1;
} else {
if (talkRandom >= 61 && talkRandom <= 70) {
gotoAndStop('Talk7');
_root.talkTimes += 1;
} else {
if (talkRandom >= 71 && talkRandom <= 80) {
gotoAndStop('Talk8');
_root.talkTimes += 1;
} else {
if (talkRandom >= 81 && talkRandom <= 90) {
gotoAndStop('Talk9');
_root.talkTimes += 1;
} else {
if (talkRandom >= 91 && talkRandom <= 100) {
gotoAndStop('Talk10');
_root.talkTimes += 1;
} else {
if (talkRandom >= 101 && talkRandom <= 110) {
gotoAndStop('Talk11');
_root.talkTimes += 1;
} else {
if (talkRandom >= 111 && talkRandom <= 120) {
gotoAndStop('Talk12');
_root.talkTimes += 1;
}
}
}
}
}
}
}
}
}
}
}
}
if (_root.talkTimes >= 4) {
gotoAndStop('doOther');
}
if (_root.levelNayru == 'Girlfriend') {
if (_root.talkTimes == 0) {
gotoAndStop('TalkGf');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 1) {
gotoAndStop('TalkGf2');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 2) {
_root.dateStats == _root.dateStats + 20;
gotoAndStop('TalkGf3');
} else {
if (_root.talkTimes >= 3) {
gotoAndStop('doOther');
}
}
}
}
}
}
}
}
button 2669 {
on (release) {
kiss.enabled = false;
if (_root.dateStats < 100) {
gotoAndStop('KissN');
_root.dateStats -= 15;
} else {
if (_root.dateStats >= 100) {
lips.gotoAndPlay(2);
gotoAndStop('KissY');
}
}
}
}
movieClip 2674 {
}
button 2675 {
on (release) {
_root.levelNayru = 'Girlfriend';
gotoAndStop(1);
_root.gotoAndStop('outsideHouse');
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
_root.dateStats = 0;
_root.talkTimes = 0;
_root.touchTimes = 0;
_root.giveTimes = 0;
_root.picTimes = 0;
}
}
movieClip 2676 {
frame 1 {
stop();
onEnterFrame = function () {
talkRandom = int(Math.random() * 120);
};
_root.dateStats = 0;
_root.talkTimes = 0;
_root.touchTimes = 0;
_root.giveTimes = 0;
_root.picTimes = 0;
}
frame 2 {
picture.enabled = true;
touch.enabled = true;
give.enabled = true;
kiss.enabled = true;
talk.enabled = true;
}
instance hp of movieClip 402 {
onClipEvent (load) {
baseX = 523.9;
}
onClipEvent (enterFrame) {
this._width = _root.dateStats / 0.525;
this._x = baseX + this._width / 2;
}
}
frame 14 {
picture.enabled = false;
touch.enabled = false;
give.enabled = false;
kiss.enabled = false;
talk.enabled = false;
ext.enabled = false;
}
frame 118 {
picture.enabled = true;
touch.enabled = true;
give.enabled = true;
kiss.enabled = true;
talk.enabled = true;
exit.enabled = true;
}
}
movieClip 2677 {
frame 1 {
stop();
randomConvo = Math.round(Math.random() * 2);
randomConvo2 = Math.round(Math.random() * 1);
}
frame 2 {
stop();
}
frame 720 {
stop();
}
frame 743 {
stop();
}
frame 767 {
stop();
}
frame 797 {
stop();
}
frame 822 {
stop();
}
}
button 2682 {
on (release) {
if (_root.energyLeft < 40) {
gotoAndStop('tired');
} else {
gotoAndStop('purgTalk');
_root.energyLeft -= 40;
_root.statsDin += (int(Math.random() * 5) + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 2683 {
on (release) {
gotoAndStop('purgGive');
give.enabled = false;
}
}
button 2684 {
on (release) {
gotoAndStop('purgDate');
date.enabled = false;
}
}
button 2685 {
on (release) {
gotoAndStop(1);
talk.enabled = true;
give.enabled = true;
date.enabled = true;
ask.enabled = true;
}
}
button 2686 {
on (release) {
if (_root.statsDin <= 0) {
gotoAndStop('purgAsk');
} else {
if (_root.statsDin >= 1) {
gotoAndPlay('levelUpPurg');
_root.levelDin = 'Stranger';
}
}
ask.enabled = false;
}
}
button 2696 {
on (release) {
if (_root.energyLeft < 50) {
gotoAndStop('tired');
} else {
gotoAndStop('periodTalk');
_root.energyLeft -= 50;
_root.statsDin -= int(Math.random() * 5 + 1 + _root.charm / 3);
talk.enabled = false;
}
}
}
button 2697 {
on (release) {
gotoAndStop('periodGive');
give.enabled = false;
}
}
button 2698 {
on (release) {
gotoAndStop('periodDate');
date.enabled = false;
}
}
button 2699 {
on (release) {
gotoAndStop('peropdAsk');
}
}
button 2706 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('strangerTalk');
_root.energyLeft -= 25;
_root.statsDin += (int(Math.random() * 5) + 1 + _root.charm) / 2;
}
}
}
button 2707 {
on (release) {
gotoAndStop('strangerGive');
give.enabled = false;
}
}
button 2708 {
on (release) {
gotoAndStop('strangerDate');
date.enabled = false;
}
}
button 2709 {
on (release) {
if (_root.statsDin <= 199 && _root.statsDin >= 0) {
gotoAndStop('strangerAsk');
} else {
if (_root.statsDin >= 200) {
gotoAndPlay('lvlupStranger');
_root.levelDin = 'New Friend';
}
}
ask.enabled = false;
}
}
button 2711 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('strangerTalk3');
_root.energyLeft -= 25;
_root.statsDin += (int(Math.random() * 5) + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 2718 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('strangerTalk2');
_root.energyLeft -= 25;
_root.statsDin += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2719 {
on (release) {
gotoAndStop('strangerGive2');
give.enabled = false;
}
}
button 2720 {
on (release) {
gotoAndStop('strangerDate2');
date.enabled = false;
}
}
button 2721 {
on (release) {
if (_root.statsDin <= 199 && _root.statsDin >= 0) {
gotoAndStop('strangerAsk2a');
} else {
if (_root.statsDin >= 200) {
gotoAndPlay('lvlupStranger2');
_root.levelDin = 'New Friend';
}
}
ask.enabled = false;
}
}
button 2723 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
talk.enabled = false;
gotoAndStop('strangerTalk4');
_root.energyLeft -= 25;
_root.statsDin += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2730 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk');
_root.energyLeft -= 25;
_root.statsDin += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2731 {
on (release) {
gotoAndStop('newGift');
give.enabled = false;
}
}
button 2732 {
on (release) {
gotoAndStop('newDate');
date.enabled = false;
}
}
button 2733 {
on (release) {
if (_root.statsDin <= 699 && _root.statsDin >= 200) {
gotoAndStop('newAsk');
} else {
if (_root.statsDin >= 700) {
gotoAndPlay('lvlupNew');
_root.levelDin = 'Close Friend';
}
}
ask.enabled = false;
}
}
button 2735 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk3');
_root.energyLeft -= 25;
_root.statsDin += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2737 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk5');
talk.enabled = false;
_root.energyLeft -= 25;
_root.statsDin += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2745 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk2');
_root.energyLeft -= 25;
_root.statsDin += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2746 {
on (release) {
gotoAndStop('newGift2');
give.enabled = false;
}
}
button 2747 {
on (release) {
gotoAndStop('newDate2');
date.enabled = false;
}
}
button 2748 {
on (release) {
if (_root.statsDin <= 699 && _root.statsDin >= 200) {
gotoAndStop('newAsk2a');
} else {
if (_root.statsDin >= 700) {
gotoAndPlay('lvlupNew2');
_root.levelDin = 'Close Friend';
}
}
ask.enabled = false;
}
}
button 2750 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('newTalk4');
_root.energyLeft -= 25;
_root.statsDin += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2752 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
talk.enabled = false;
gotoAndStop('newTalk6');
_root.energyLeft -= 25;
_root.statsDin += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2759 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk');
_root.energyLeft -= 25;
_root.statsDin += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2760 {
on (release) {
gotoAndStop('give');
give.enabled = false;
}
}
button 2761 {
on (release) {
if (_root.statsDin <= 1499 && _root.statsDin >= 700) {
gotoAndStop('closeDateN');
date.enabled = false;
} else {
if (_root.statsDin >= 1500) {
gotoAndStop('closeDateY');
}
}
}
}
button 2762 {
on (release) {
if (_root.statsDin <= 1499 && _root.statsDin >= 700) {
gotoAndStop('closeAsk');
} else {
if (_root.statsDin >= 1500) {
gotoAndStop('closeAsk4');
}
}
ask.enabled = false;
}
}
button 2764 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk4');
_root.energyLeft -= 25;
_root.statsDin += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 2765 {
on (release) {
if (_root.statsDin <= 1499 && _root.statsDin >= 700) {
gotoAndStop('closeDateN');
date.enabled = false;
} else {
if (_root.statsDin >= 1500) {
gotoAndStop('closeDateY');
}
}
}
}
button 2770 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('date');
_root.energyLeft -= 25;
}
}
}
button 2775 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk2');
_root.energyLeft -= 25;
_root.statsDin += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2776 {
on (release) {
gotoAndStop('give2');
give.enabled = false;
}
}
button 2777 {
on (release) {
if (_root.statsDin <= 1499 && _root.statsDin >= 700) {
gotoAndStop('closeDateN2');
date.enabled = false;
} else {
if (_root.statsDin >= 1500) {
gotoAndStop('closeDateY2');
}
}
}
}
button 2778 {
on (release) {
if (_root.statsDin <= 1499 && _root.statsDin >= 700) {
gotoAndStop('closeAsk2');
} else {
if (_root.statsDin >= 1500) {
gotoAndStop('closeAsk5');
}
}
ask.enabled = false;
}
}
button 2780 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk5');
_root.energyLeft -= 25;
_root.statsDin += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 2786 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk5');
_root.energyLeft -= 25;
_root.statsDin += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2787 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('date');
_root.energyLeft -= 25;
}
}
}
button 2792 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk3');
_root.energyLeft -= 25;
_root.statsDin += int(Math.random() * 5 + 1 + _root.charm) / 2;
}
}
}
button 2793 {
on (release) {
gotoAndStop('give3');
give.enabled = false;
}
}
button 2794 {
on (release) {
if (_root.statsDin <= 1499 && _root.statsDin >= 700) {
gotoAndStop('closeDateN3');
date.enabled = false;
} else {
if (_root.statsDin >= 1500) {
gotoAndStop('closeDateY3');
}
}
}
}
button 2795 {
on (release) {
if (_root.statsDin <= 1499 && _root.statsDin >= 700) {
gotoAndStop('closeAsk3');
} else {
if (_root.statsDin >= 1500) {
gotoAndStop('closeAsk6');
}
}
ask.enabled = false;
}
}
button 2797 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('closeTalk6');
_root.energyLeft -= 25;
_root.statsDin += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 2807 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('tired');
} else {
gotoAndStop('gfTalk');
_root.energyLeft -= 25;
_root.statsDin += int(Math.random() * 5 + 1 + _root.charm) / 2;
talk.enabled = false;
}
}
}
button 2808 {
on (release) {
gotoAndStop('give4');
give.enabled = false;
}
}
button 2809 {
on (release) {
gotoAndStop('gfDate');
}
}
button 2810 {
on (release) {
gotoAndStop('gfAsk');
ask.enabled = false;
}
}
button 2814 {
on (release) {
gotoAndStop('gfGive');
give.enabled = false;
}
}
button 2817 {
on (release) {
gotoAndStop(1);
}
}
button 2819 {
on (release) {
gotoAndStop('purgAsk2');
}
}
button 2820 {
on (release) {
gotoAndStop('strangerAsk2');
}
}
button 2821 {
on (release) {
gotoAndStop('strangerAsk2b');
}
}
button 2822 {
on (release) {
gotoAndStop('newAsk2');
}
}
button 2823 {
on (release) {
gotoAndStop('newAsk2b');
}
}
button 2824 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsDin += int(Math.random() * 5 + 15);
_root.itemBracelet -= 1;
}
}
}
button 2825 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsDin += int(Math.random() * 5);
_root.itemFairy -= 1;
}
}
}
button 2826 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsDin += int(Math.random() * 5 + 3);
_root.itemOcarina -= 1;
}
}
}
button 2827 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsDin += int(Math.random() * 3);
_root.itemStick -= 1;
}
}
}
button 2828 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsDin += int(Math.random() * 15 + 5);
_root.itemFlower -= 1;
}
}
}
button 2835 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsDin += int(Math.random() * 5);
_root.itemCoke -= 1;
}
}
}
button 2836 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsDin += int(Math.random() * 20 + 25);
_root.itemFireOrb -= 1;
}
}
}
button 2837 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveB');
_root.statsDin += int(Math.random() * 5);
_root.itemWaterOrb -= 1;
}
}
}
button 2838 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveG');
_root.statsDin += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 2842 {
on (release) {
gotoAndStop('dinClose');
}
}
button 2844 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsDin += int(Math.random() * 5 + 15);
_root.itemBracelet -= 1;
}
}
}
button 2845 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsDin += int(Math.random() * 5);
_root.itemFairy -= 1;
}
}
}
button 2846 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsDin += int(Math.random() * 5 + 3);
_root.itemOcarina -= 1;
}
}
}
button 2847 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsDin += int(Math.random() * 3);
_root.itemStick -= 1;
}
}
}
button 2848 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsDin += int(Math.random() * 15 + 5);
_root.itemFlower -= 1;
}
}
}
button 2855 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsDin += int(Math.random() * 5);
_root.itemCoke -= 1;
}
}
}
button 2856 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsDin += int(Math.random() * 20 + 25);
_root.itemFireOrb -= 1;
}
}
}
button 2857 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveB2');
_root.statsDin += int(Math.random() * 5);
_root.itemWaterOrb -= 1;
}
}
}
button 2858 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveG2');
_root.statsDin += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 2862 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsDin += int(Math.random() * 5 + 15);
_root.itemBracelet -= 1;
}
}
}
button 2863 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsDin += int(Math.random() * 5);
_root.itemFairy -= 1;
}
}
}
button 2864 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsDin += int(Math.random() * 5 + 3);
_root.itemOcarina -= 1;
}
}
}
button 2865 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsDin += int(Math.random() * 3);
_root.itemStick -= 1;
}
}
}
button 2866 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsDin += int(Math.random() * 15 + 5);
_root.itemFlower -= 1;
}
}
}
button 2873 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsDin += int(Math.random() * 5);
_root.itemCoke -= 1;
}
}
}
button 2874 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsDin += int(Math.random() * 20 + 25);
_root.itemFireOrb -= 1;
}
}
}
button 2875 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveB3');
_root.statsDin += int(Math.random() * 5);
_root.itemWaterOrb -= 1;
}
}
}
button 2876 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item');
_root.statsDin -= 10;
} else {
gotoAndStop('closeGiveG3');
_root.statsDin += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 2880 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsDin += int(Math.random() * 5 + 15);
_root.itemBracelet -= 1;
}
}
}
button 2881 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsDin += int(Math.random() * 5);
_root.itemFairy -= 1;
}
}
}
button 2882 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsDin += int(Math.random() * 5 + 3);
_root.itemOcarina -= 1;
}
}
}
button 2883 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsDin += int(Math.random() * 3);
_root.itemStick -= 1;
}
}
}
button 2884 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsDin += int(Math.random() * 15 + 5);
_root.itemFlower -= 1;
}
}
}
button 2891 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsDin += int(Math.random() * 5);
_root.itemCoke -= 1;
}
}
}
button 2892 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsDin += int(Math.random() * 20 + 25);
_root.itemFireOrb -= 1;
}
}
}
button 2893 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsDin += int(Math.random() * 5);
_root.itemWaterOrb -= 1;
}
}
}
button 2894 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item4');
} else {
gotoAndStop('gfGive');
_root.statsDin += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 2898 {
on (release) {
gotoAndStop('In Date');
dinDate.gotoAndStop('Date Main');
dinDate.bg.gotoAndStop('Castle');
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
dinDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
dinDate.pic.gotoAndStop(3);
}
}
}
}
button 2899 {
on (release) {
gotoAndStop('In Date');
dinDate.gotoAndStop('Date Main');
dinDate.bg.gotoAndStop('Kokori Village');
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
dinDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
dinDate.pic.gotoAndStop(3);
}
}
}
}
button 2900 {
on (release) {
gotoAndStop('In Date');
dinDate.gotoAndStop('Date Main');
dinDate.bg.gotoAndStop('Death Mountain');
_root.dateStats += 15;
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
dinDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
dinDate.pic.gotoAndStop(3);
}
}
}
}
button 2901 {
on (release) {
gotoAndStop('In Date');
dinDate.gotoAndStop('Date Main');
dinDate.bg.gotoAndStop('Lake Hylia');
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
dinDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
dinDate.pic.gotoAndStop(3);
}
}
}
}
button 2902 {
on (release) {
gotoAndStop('In Date');
dinDate.gotoAndStop('Date Main');
dinDate.bg.gotoAndStop('Zora Domain');
if (_root.randomDatePic >= 0 && _root.randomDatePic < 5) {
dinDate.pic.gotoAndStop(2);
} else {
if (_root.randomDatePic >= 5) {
dinDate.pic.gotoAndStop(3);
}
}
}
}
movieClip 2909 {
frame 1 {
stop();
}
}
button 2910 {
on (release) {
gotoAndStop('exit');
}
}
button 2911 {
on (release) {
if (_root.levelDin != 'Girlfriend') {
if (talkRandom <= 10) {
gotoAndStop('Talk1');
_root.talkTimes += 1;
} else {
if (talkRandom >= 11 && talkRandom <= 20) {
gotoAndStop('Talk2');
_root.talkTimes += 1;
} else {
if (talkRandom >= 21 && talkRandom <= 30) {
gotoAndStop('Talk3');
_root.talkTimes += 1;
} else {
if (talkRandom >= 31 && talkRandom <= 40) {
gotoAndStop('Talk4');
_root.talkTimes += 1;
} else {
if (talkRandom >= 41 && talkRandom <= 50) {
gotoAndStop('Talk5');
_root.talkTimes += 1;
} else {
if (talkRandom >= 51 && talkRandom <= 60) {
gotoAndStop('Talk6');
_root.talkTimes += 1;
} else {
if (talkRandom >= 61 && talkRandom <= 70) {
gotoAndStop('Talk7');
_root.talkTimes += 1;
} else {
if (talkRandom >= 71 && talkRandom <= 80) {
gotoAndStop('Talk8');
_root.talkTimes += 1;
} else {
if (talkRandom >= 81 && talkRandom <= 90) {
gotoAndStop('Talk9');
_root.talkTimes += 1;
} else {
if (talkRandom >= 91 && talkRandom <= 100) {
gotoAndStop('Talk10');
_root.talkTimes += 1;
} else {
if (talkRandom >= 101 && talkRandom <= 110) {
gotoAndStop('Talk11');
_root.talkTimes += 1;
} else {
if (talkRandom >= 111 && talkRandom <= 120) {
gotoAndStop('Talk12');
_root.talkTimes += 1;
}
}
}
}
}
}
}
}
}
}
}
}
if (_root.talkTimes > 4) {
gotoAndStop('doOther');
}
if (_root.levelDin == 'Girlfriend') {
if (_root.talkTimes == 0) {
gotoAndStop('TalkGf');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 1) {
gotoAndStop('TalkGf2');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 2) {
_root.dateStats == _root.dateStats + 20;
gotoAndStop('TalkGf3');
} else {
if (_root.talkTimes >= 3) {
gotoAndStop('doOther');
}
}
}
}
}
}
}
}
button 2912 {
on (release) {
_root.giveTimes += 1;
if (_root.giveTimes >= 2) {
gotoAndStop('doOther');
} else {
gotoAndStop('Give');
give.enabled = false;
talk.enabled = false;
touch.enabled = false;
picture.enabled = false;
kiss.enabled = false;
exit.enabled = false;
}
}
}
button 2913 {
on (release) {
touch.enabled = false;
gotoAndStop('Touch');
_root.touchTimes += 1;
if (_root.touchTimes >= 2) {
gotoAndStop('doOther');
}
}
}
button 2914 {
on (release) {
if (_root.dateStats < 100) {
gotoAndStop('KissN');
_root.dateStats -= 15;
kiss.enabled = false;
} else {
if (_root.dateStats >= 100) {
lips.gotoAndPlay(2);
gotoAndStop('KissY');
kiss.enabled = false;
}
}
}
}
button 2915 {
on (release) {
_root.picTimes += 1;
if (_root.picTimes > 1) {
gotoAndStop('doOther');
} else {
if (_root.dateStats < 60) {
gotoAndStop('PicN');
_root.dateStats -= 10;
} else {
if (_root.dateStats >= 60) {
gotoAndStop('PicY');
camera.gotoAndPlay(2);
_root.dateStats += 15;
}
}
}
}
}
button 2918 {
on (release) {
if (ans1 == '1') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans1 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans1 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans1 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2922 {
on (release) {
if (ans2 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans2 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans2 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans2 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2926 {
on (release) {
if (ans3 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans3 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans3 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans3 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2930 {
on (release) {
if (ans4 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans4 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans4 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans4 == '4') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
}
}
button 2934 {
on (release) {
if (ans5 == '1') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans5 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans5 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans5 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2938 {
on (release) {
if (ans6 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans6 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans6 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans6 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2942 {
on (release) {
if (ans7 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans7 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans7 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans7 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2946 {
on (release) {
if (ans8 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans8 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans8 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans8 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2950 {
on (release) {
if (ans9 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans9 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans9 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans9 == '4') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
}
}
button 2954 {
on (release) {
if (ans10 == '1') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans10 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans10 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans10 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2957 {
on (release) {
if (ans11 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans11 == '2') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans11 == '3') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans11 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2961 {
on (release) {
if (ans12 == '1') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans12 == '2') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
if (ans12 == '3') {
gotoAndStop('Date Main');
_root.dateStats += 15;
}
if (ans12 == '4') {
gotoAndStop('Date Main');
_root.dateStats -= 10;
}
}
}
button 2963 {
on (release) {
if (_root.itemBracelet == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 20;
_root.itemBracelet -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2964 {
on (release) {
if (_root.itemFairy == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 10;
_root.itemFairy -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2965 {
on (release) {
if (_root.itemOcarina == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 10;
_root.itemOcarina -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2966 {
on (release) {
if (_root.itemStick == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 10;
_root.itemStick -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2967 {
on (release) {
if (_root.itemFlower == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.itemFlower -= 1;
_root.dateStats += 15;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2974 {
on (release) {
if (_root.itemCoke == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 10;
_root.itemCoke -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2975 {
on (release) {
if (_root.itemFireOrb == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 20;
_root.itemFireOrb -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2976 {
on (release) {
if (_root.itemWaterOrb == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Bad Gift');
_root.dateStats -= 10;
_root.itemWaterOrb -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2977 {
on (release) {
if (_root.itemWeed == 0) {
gotoAndStop('No Item');
} else {
gotoAndStop('Good Gift');
_root.dateStats += 15;
_root.itemWeed -= 1;
}
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2981 {
on (release) {
gotoAndStop(2);
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
exit.enabled = true;
}
}
button 2990 {
on (release) {
touch.enabled = false;
if (_root.levelDin != 'Girlfriend') {
gotoAndStop('TouchBoob');
_root.dateStats += 15;
} else {
gotoAndStop('TouchBoob Gf');
_root.dateStats += 40;
}
}
}
button 2991 {
on (release) {
gotoAndStop('TouchHand');
_root.dateStats -= 10;
touch.enabled = false;
}
}
button 2992 {
on (release) {
gotoAndStop('TouchHair');
_root.dateStats += 15;
touch.enabled = false;
}
}
button 2993 {
on (release) {
touch.enabled = false;
if (_root.levelDin != 'Girlfriend') {
gotoAndStop('TouchLeg');
_root.dateStats -= 15;
} else {
gotoAndStop('TouchLeg Gf');
_root.dateStats += 20;
}
}
}
button 2994 {
on (release) {
gotoAndStop('TouchFace');
_root.dateStats += 15;
touch.enabled = false;
}
}
button 2995 {
on (release) {
_root.gotoAndStop('outsideHouse');
_root.statsDin -= 100;
gotoAndStop(1);
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
_root.dateStats = 0;
_root.talkTimes = 0;
_root.touchTimes = 0;
_root.giveTimes = 0;
_root.picTimes = 0;
}
}
button 2996 {
on (release) {
if (_root.levelDin != 'Girlfriend') {
if (talkRandom <= 10) {
gotoAndStop('Talk1');
_root.talkTimes += 1;
} else {
if (talkRandom >= 11 && talkRandom <= 20) {
gotoAndStop('Talk2');
_root.talkTimes += 1;
} else {
if (talkRandom >= 21 && talkRandom <= 30) {
gotoAndStop('Talk3');
_root.talkTimes += 1;
} else {
if (talkRandom >= 31 && talkRandom <= 40) {
gotoAndStop('Talk4');
_root.talkTimes += 1;
} else {
if (talkRandom >= 41 && talkRandom <= 50) {
gotoAndStop('Talk5');
_root.talkTimes += 1;
} else {
if (talkRandom >= 51 && talkRandom <= 60) {
gotoAndStop('Talk6');
_root.talkTimes += 1;
} else {
if (talkRandom >= 61 && talkRandom <= 70) {
gotoAndStop('Talk7');
_root.talkTimes += 1;
} else {
if (talkRandom >= 71 && talkRandom <= 80) {
gotoAndStop('Talk8');
_root.talkTimes += 1;
} else {
if (talkRandom >= 81 && talkRandom <= 90) {
gotoAndStop('Talk9');
_root.talkTimes += 1;
} else {
if (talkRandom >= 91 && talkRandom <= 100) {
gotoAndStop('Talk10');
_root.talkTimes += 1;
} else {
if (talkRandom >= 101 && talkRandom <= 110) {
gotoAndStop('Talk11');
_root.talkTimes += 1;
} else {
if (talkRandom >= 111 && talkRandom <= 120) {
gotoAndStop('Talk12');
_root.talkTimes += 1;
}
}
}
}
}
}
}
}
}
}
}
}
if (_root.talkTimes >= 4) {
gotoAndStop('doOther');
}
if (_root.levelDin == 'Girlfriend') {
if (_root.talkTimes == 0) {
gotoAndStop('TalkGf');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 1) {
gotoAndStop('TalkGf2');
_root.dateStats == _root.dateStats + 20;
_root.talkTimes += 1;
} else {
if (_root.talkTimes == 2) {
_root.dateStats == _root.dateStats + 20;
gotoAndStop('TalkGf3');
} else {
if (_root.talkTimes >= 3) {
gotoAndStop('doOther');
}
}
}
}
}
}
}
}
button 2997 {
on (release) {
kiss.enabled = false;
if (_root.dateStats < 100) {
gotoAndStop('KissN');
_root.dateStats -= 15;
} else {
if (_root.dateStats >= 100) {
lips.gotoAndPlay(2);
gotoAndStop('KissY');
}
}
}
}
movieClip 3001 {
}
button 3002 {
on (release) {
_root.levelDin = 'Girlfriend';
gotoAndStop(1);
_root.gotoAndStop('outsideHouse');
talk.enabled = true;
touch.enabled = true;
give.enabled = true;
picture.enabled = true;
kiss.enabled = true;
_root.dateStats = 0;
_root.talkTimes = 0;
_root.touchTimes = 0;
_root.giveTimes = 0;
_root.picTimes = 0;
}
}
movieClip 3003 {
frame 1 {
stop();
onEnterFrame = function () {
talkRandom = int(Math.random() * 120);
};
_root.dateStats = 0;
_root.talkTimes = 0;
_root.touchTimes = 0;
_root.giveTimes = 0;
_root.picTimes = 0;
}
frame 2 {
picture.enabled = true;
touch.enabled = true;
give.enabled = true;
kiss.enabled = true;
talk.enabled = true;
}
instance hp of movieClip 402 {
onClipEvent (load) {
baseX = 479.9;
}
onClipEvent (enterFrame) {
this._width = _root.dateStats / 0.525;
this._x = baseX + this._width / 2;
}
}
frame 14 {
picture.enabled = false;
touch.enabled = false;
give.enabled = false;
kiss.enabled = false;
talk.enabled = false;
ext.enabled = false;
}
frame 118 {
picture.enabled = true;
touch.enabled = true;
give.enabled = true;
kiss.enabled = true;
talk.enabled = true;
exit.enabled = true;
}
}
movieClip 3004 {
frame 1 {
stop();
randomConvo = Math.round(Math.random() * 2);
randomConvo2 = Math.round(Math.random() * 1);
}
frame 2 {
stop();
}
frame 720 {
stop();
}
frame 743 {
stop();
}
frame 767 {
stop();
}
frame 797 {
stop();
}
frame 822 {
stop();
}
}
button 3017 {
on (release) {
_root.fighting.gotoAndStop('show buttons');
}
}
button 3020 {
on (release) {
if (randomAll <= 20) {
_root.fighting.gotoAndStop(1);
_root.gotoAndStop('bar2');
_root.player._visible = true;
} else {
_root.fighting.gotoAndPlay('Random Enemy Attack');
}
}
}
movieClip 3025 {
frame 1 {
stop();
}
frame 53 {
_parent.hpDrunk = _parent.hpDrunk - (int(Math.random() * 300) + 100) - Math.floor(_root.strength / 2);
_parent.gotoAndPlay('Random Enemy Attack');
onEnterFrame = function () {
if (_parent.hpDrunk <= 0) {
gotoAndStop(1);
_parent.gotoAndStop('victory');
}
};
}
}
movieClip 3029 {
frame 1 {
stop();
}
frame 46 {
_parent.gotoAndPlay('Random Enemy Attack');
_parent.hpDrunk = _parent.hpDrunk - (int(Math.random() * 30) + 10) - Math.floor(_root.strength / 2);
onEnterFrame = function () {
if (_parent.hpDrunk <= 0) {
gotoAndStop(1);
_parent.gotoAndStop('victory');
}
};
}
}
movieClip 3041 {
frame 1 {
stop();
}
frame 57 {
_parent.gotoAndPlay('Random Enemy Attack');
_parent.hpDrunk = _parent.hpDrunk - (int(Math.random() * 50) + 100) - Math.floor(_root.strength / 2);
onEnterFrame = function () {
if (_parent.hpDrunk <= 0) {
gotoAndStop(1);
_parent.gotoAndStop('victory');
}
};
}
}
movieClip 3055 {
frame 1 {
stop();
}
frame 54 {
gotoAndStop(1);
_parent.gotoAndStop('Player Attack Selection');
_parent.hpLink -= int(Math.random() * 30);
onEnterFrame = function () {
if (_parent.hpLink <= 0) {
gotoAndStop(1);
_parent.gotoAndStop('loss');
}
};
}
frame 113 {
gotoAndStop(1);
_parent.gotoAndStop('Player Attack Selection');
_parent.hpLink -= int(Math.random() * 90) + 30;
onEnterFrame = function () {
if (_parent.hpLink <= 0) {
gotoAndStop(1);
_parent.gotoAndStop('loss');
}
};
}
frame 182 {
_parent.gotoAndStop('Player Attack Selection');
_parent.hpLink -= int(Math.random() * 100) + 100;
onEnterFrame = function () {
if (_parent.hpLink <= 0) {
gotoAndStop(1);
_parent.gotoAndStop('loss');
}
};
}
}
movieClip 3058 {
}
movieClip 3059 {
frame 33 {
stop();
}
}
button 3066 {
on (release) {
gotoAndStop('Attack Animation');
arrowAni.gotoAndPlay('start');
}
}
button 3069 {
on (release) {
swordAni.gotoAndPlay(2);
gotoAndStop('Attack Animation');
}
}
button 3072 {
on (release) {
gotoAndStop('Attack Animation');
bombAni.gotoAndPlay('start');
}
}
movieClip 3077 {
}
button 3078 {
on (release) {
gotoAndStop(1);
_root.gotoAndStop('bar');
_root.player._visible = true;
stopAllSounds();
_root.energyLeft = 0;
}
}
button 3084 {
on (release) {
gotoAndStop(1);
_root.gotoAndPlay('newDay2');
_root.player._visible = true;
_root.currentDay += 1;
_root.energyLeft = 100;
}
}
movieClip 3097 {
}
movieClip 3098 {
frame 1 {
stop();
var randomAll;
var hpDrunk;
var strengthAfter;
var charmAfter;
hpDrunk = 100;
strengthAfter = Math.round(Math.random() * 3) + 1;
charmAfter = Math.round(Math.random() * 2) + 1;
onEnterFrame = function () {
randomAll = int(Math.random() * 100);
if (_currentframe == 70) {
if (_root.fighting.randomAll <= 50) {
enemyAttackAnimations.gotoAndPlay('spitAttack');
} else {
if (_root.fighting.randomAll <= 80 && randomAll >= 51) {
enemyAttackAnimations.gotoAndPlay('bottleAttack');
} else {
enemyAttackAnimations.gotoAndPlay('knifeAttack');
}
}
}
if (_root.fighting.hpLink <= 0) {
if (_root.itemFairy >= 1) {
gotoAndPlay('revive');
_root.itemFairy -= 1;
}
}
if (_root.strength <= 20) {
bomb_btn._visible = false;
arrow_btn._visible = false;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
arrow_btn._visible = true;
bomb_btn._visible = false;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
arrow_btn._visible = true;
bomb_btn._visible = true;
}
}
}
};
}
frame 2 {
stop();
}
instance hpLink of movieClip 402 {
onClipEvent (load) {
baseX = 91.8;
}
onClipEvent (enterFrame) {
this._width = _root.fighting.hpLink / 9.375;
this._x = baseX + this._width / 2;
}
}
instance hpDrunk of movieClip 402 {
onClipEvent (load) {
baseX = 346.5;
}
onClipEvent (enterFrame) {
this._width = _root.fighting.hpDrunk / 0.625;
this._x = baseX + this._width / 2;
}
}
frame 71 {
stop();
}
frame 196 {
onEnterFrame = function () {
gotoAndStop('Player Attack Selection');
if (_root.strength <= 20) {
_root.fighting.hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
_root.fighting.hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
_root.fighting.hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
_root.fighting.hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
_root.fighting.hpLink = 800;
} else {
if (_root.strength >= 301) {
_root.fighting.hpLink = 1500;
}
}
}
}
}
}
};
}
frame 210 {
_root.strength += strengthAfter;
_root.charm += charmAfter;
stop();
}
frame 210 {
_root.peopleWords.FFN.stop();
_root.peopleWords.FFW.start(0, 500);
}
frame 220 {
_root.strength -= strengthAfter;
_root.charm -= charmAfter;
_root.currentDay += 1;
}
frame 220 {
_root.peopleWords.FFN.stop();
}
}
instance fighting of movieClip 3098 {
onClipEvent (load) {
var hpLink;
if (_root.strength <= 20) {
hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
hpLink = 800;
} else {
if (_root.strength >= 301) {
hpLink = 1500;
}
}
}
}
}
}
}
}
button 3102 {
on (release) {
_root.fighting200a.gotoAndStop('show buttons');
}
}
button 3103 {
on (release) {
if (randomAll <= 20) {
_root.fighting200a.gotoAndStop(1);
_root.gotoAndStop('bar2');
_root.player._visible = true;
} else {
_root.fighting200a.gotoAndPlay('Random Enemy Attack');
}
}
}
button 3104 {
on (release) {
gotoAndStop('Attack Animation');
arrowAni.gotoAndPlay('start');
}
}
button 3105 {
on (release) {
swordAni.gotoAndPlay(2);
gotoAndStop('Attack Animation');
}
}
button 3106 {
on (release) {
gotoAndStop('Attack Animation');
bombAni.gotoAndPlay('start');
}
}
button 3107 {
on (release) {
gotoAndStop(1);
_root.gotoAndStop('bar');
_root.player._visible = true;
stopAllSounds();
_root.energyLeft = 0;
}
}
button 3110 {
on (release) {
gotoAndStop(1);
_root.gotoAndPlay('newDay2');
_root.player._visible = true;
_root.currentDay += 1;
_root.energyLeft = 100;
}
}
movieClip 3113 {
frame 1 {
stop();
var randomAll;
var hpDrunk;
var strengthAfter;
var charmAfter;
hpDrunk = 200;
strengthAfter = Math.round(Math.random() * 3) + 1;
charmAfter = Math.round(Math.random() * 2) + 1;
onEnterFrame = function () {
randomAll = int(Math.random() * 100);
if (_currentframe == 70) {
if (_root.fighting.randomAll <= 50) {
enemyAttackAnimations.gotoAndPlay('spitAttack');
} else {
if (_root.fighting.randomAll <= 80 && randomAll >= 51) {
enemyAttackAnimations.gotoAndPlay('bottleAttack');
} else {
enemyAttackAnimations.gotoAndPlay('knifeAttack');
}
}
}
if (_root.fighting.hpLink <= 0) {
if (_root.itemFairy >= 1) {
gotoAndPlay('revive');
_root.itemFairy -= 1;
}
}
if (_root.strength <= 20) {
bomb_btn._visible = false;
arrow_btn._visible = false;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
arrow_btn._visible = true;
bomb_btn._visible = false;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
arrow_btn._visible = true;
bomb_btn._visible = true;
}
}
}
};
}
frame 2 {
stop();
}
instance hpLink of movieClip 402 {
onClipEvent (load) {
baseX = 91.8;
}
onClipEvent (enterFrame) {
this._width = _root.fighting.hpLink / 9.375;
this._x = baseX + this._width / 2;
}
}
instance hpDrunk of movieClip 402 {
onClipEvent (load) {
baseX = 346.5;
}
onClipEvent (enterFrame) {
this._width = _root.fighting200a.hpDrunk / 1.24;
this._x = baseX + this._width / 2;
}
}
frame 71 {
stop();
}
frame 195 {
onEnterFrame = function () {
gotoAndStop('Player Attack Selection');
if (_root.strength <= 20) {
_root.fighting.hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
_root.fighting.hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
_root.fighting.hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
_root.fighting.hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
_root.fighting.hpLink = 800;
} else {
if (_root.strength >= 301) {
_root.fighting.hpLink = 1500;
}
}
}
}
}
}
};
}
frame 208 {
_root.strength += strengthAfter;
_root.charm += charmAfter;
stop();
}
frame 208 {
_root.peopleWords.FFN.stop();
_root.peopleWords.FFW.start(0, 500);
}
frame 218 {
_root.strength -= strengthAfter;
_root.charm -= charmAfter;
_root.currentDay += 1;
}
frame 218 {
_root.peopleWords.FFN.stop();
}
}
instance fighting200a of movieClip 3113 {
onClipEvent (load) {
var hpLink;
if (_root.strength <= 20) {
hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
hpLink = 800;
} else {
if (_root.strength >= 301) {
hpLink = 1500;
}
}
}
}
}
}
}
}
button 3117 {
on (release) {
_root.fighting500a.gotoAndStop('show buttons');
}
}
button 3118 {
on (release) {
if (randomAll <= 20) {
_root.fighting500a.gotoAndStop(1);
_root.gotoAndStop('bar2');
_root.player._visible = true;
} else {
_root.fighting500a.gotoAndPlay('Random Enemy Attack');
}
}
}
button 3119 {
on (release) {
gotoAndStop('Attack Animation');
arrowAni.gotoAndPlay('start');
}
}
button 3120 {
on (release) {
swordAni.gotoAndPlay(2);
gotoAndStop('Attack Animation');
}
}
button 3121 {
on (release) {
gotoAndStop('Attack Animation');
bombAni.gotoAndPlay('start');
}
}
button 3122 {
on (release) {
stopAllSounds();
gotoAndStop(1);
_root.gotoAndStop('bar');
_root.player._visible = true;
_root.energyLeft = 0;
}
}
button 3125 {
on (release) {
gotoAndStop(1);
_root.gotoAndPlay('newDay2');
_root.player._visible = true;
_root.currentDay += 1;
_root.energyLeft = 100;
}
}
movieClip 3128 {
frame 1 {
stop();
var randomAll;
var hpDrunk;
var strengthAfter;
var charmAfter;
hpDrunk = 500;
strengthAfter = Math.round(Math.random() * 3) + 1;
charmAfter = Math.round(Math.random() * 2) + 1;
onEnterFrame = function () {
randomAll = int(Math.random() * 100);
if (_currentframe == 70) {
if (_root.fighting.randomAll <= 50) {
enemyAttackAnimations.gotoAndPlay('spitAttack');
} else {
if (_root.fighting.randomAll <= 80 && randomAll >= 51) {
enemyAttackAnimations.gotoAndPlay('bottleAttack');
} else {
enemyAttackAnimations.gotoAndPlay('knifeAttack');
}
}
}
if (_root.fighting.hpLink <= 0) {
if (_root.itemFairy >= 1) {
gotoAndPlay('revive');
_root.itemFairy -= 1;
}
}
if (_root.strength <= 20) {
bomb_btn._visible = false;
arrow_btn._visible = false;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
arrow_btn._visible = true;
bomb_btn._visible = false;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
arrow_btn._visible = true;
bomb_btn._visible = true;
}
}
}
};
}
frame 2 {
stop();
}
instance hpLink of movieClip 402 {
onClipEvent (load) {
baseX = 91.8;
}
onClipEvent (enterFrame) {
this._width = _root.fighting.hpLink / 9.375;
this._x = baseX + this._width / 2;
}
}
instance hpDrunk of movieClip 402 {
onClipEvent (load) {
baseX = 346.5;
}
onClipEvent (enterFrame) {
this._width = _root.fighting500a.hpDrunk / 3.125;
this._x = baseX + this._width / 2;
}
}
frame 71 {
stop();
}
frame 197 {
onEnterFrame = function () {
gotoAndStop('Player Attack Selection');
if (_root.strength <= 20) {
_root.fighting.hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
_root.fighting.hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
_root.fighting.hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
_root.fighting.hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
_root.fighting.hpLink = 800;
} else {
if (_root.strength >= 301) {
_root.fighting.hpLink = 1500;
}
}
}
}
}
}
};
}
frame 208 {
_root.strength += strengthAfter;
_root.charm += charmAfter;
stop();
}
frame 208 {
_root.peopleWords.FFN.stop();
_root.peopleWords.FFW.start(0, 500);
}
frame 218 {
_root.strength -= strengthAfter;
_root.charm -= charmAfter;
_root.currentDay += 1;
}
frame 218 {
_root.peopleWords.FFN.stop();
}
}
instance fighting500a of movieClip 3128 {
onClipEvent (load) {
var hpLink;
if (_root.strength <= 20) {
hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
hpLink = 800;
} else {
if (_root.strength >= 301) {
hpLink = 1500;
}
}
}
}
}
}
}
}
button 3132 {
on (release) {
_root.fighting1000a.gotoAndStop('show buttons');
}
}
button 3133 {
on (release) {
if (randomAll <= 20) {
_root.fighting1000a.gotoAndStop(1);
_root.gotoAndStop('bar2');
_root.player._visible = true;
} else {
_root.fighting1000a.gotoAndPlay('Random Enemy Attack');
}
}
}
button 3134 {
on (release) {
gotoAndStop('Attack Animation');
arrowAni.gotoAndPlay('start');
}
}
button 3135 {
on (release) {
swordAni.gotoAndPlay(2);
gotoAndStop('Attack Animation');
}
}
button 3136 {
on (release) {
gotoAndStop('Attack Animation');
bombAni.gotoAndPlay('start');
}
}
button 3137 {
on (release) {
stopAllSounds();
gotoAndStop(1);
_root.gotoAndStop('bar');
_root.player._visible = true;
_root.energyLeft = 0;
}
}
button 3140 {
on (release) {
gotoAndStop(1);
_root.gotoAndPlay('newDay2');
_root.player._visible = true;
_root.currentDay += 1;
_root.energyLeft = 100;
}
}
movieClip 3143 {
frame 1 {
stop();
var randomAll;
var hpDrunk;
var strengthAfter;
var charmAfter;
hpDrunk = 1000;
strengthAfter = Math.round(Math.random() * 3) + 1;
charmAfter = Math.round(Math.random() * 2) + 1;
onEnterFrame = function () {
randomAll = int(Math.random() * 100);
if (_currentframe == 70) {
if (_root.fighting.randomAll <= 50) {
enemyAttackAnimations.gotoAndPlay('spitAttack');
} else {
if (_root.fighting.randomAll <= 80 && randomAll >= 51) {
enemyAttackAnimations.gotoAndPlay('bottleAttack');
} else {
enemyAttackAnimations.gotoAndPlay('knifeAttack');
}
}
}
if (_root.fighting.hpLink <= 0) {
if (_root.itemFairy >= 1) {
gotoAndPlay('revive');
_root.itemFairy -= 1;
}
}
if (_root.strength <= 20) {
bomb_btn._visible = false;
arrow_btn._visible = false;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
arrow_btn._visible = true;
bomb_btn._visible = false;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
arrow_btn._visible = true;
bomb_btn._visible = true;
}
}
}
};
}
frame 2 {
stop();
}
instance hpLink of movieClip 402 {
onClipEvent (load) {
baseX = 91.8;
}
onClipEvent (enterFrame) {
this._width = _root.fighting.hpLink / 9.375;
this._x = baseX + this._width / 2;
}
}
instance hpDrunk of movieClip 402 {
onClipEvent (load) {
baseX = 346.5;
}
onClipEvent (enterFrame) {
this._width = _root.fighting1000a.hpDrunk / 6.25;
this._x = baseX + this._width / 2;
}
}
frame 71 {
stop();
}
frame 197 {
onEnterFrame = function () {
gotoAndStop('Player Attack Selection');
if (_root.strength <= 20) {
_root.fighting.hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
_root.fighting.hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
_root.fighting.hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
_root.fighting.hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
_root.fighting.hpLink = 800;
} else {
if (_root.strength >= 301) {
_root.fighting.hpLink = 1500;
}
}
}
}
}
}
};
}
frame 208 {
_root.strength += strengthAfter;
_root.charm += charmAfter;
stop();
}
frame 208 {
_root.peopleWords.FFN.stop();
_root.peopleWords.FFW.start(0, 500);
}
frame 218 {
_root.strength -= strengthAfter;
_root.charm -= charmAfter;
_root.currentDay += 1;
}
frame 218 {
_root.peopleWords.FFN.stop();
}
}
instance fighting1000a of movieClip 3143 {
onClipEvent (load) {
var hpLink;
if (_root.strength <= 20) {
hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
hpLink = 800;
} else {
if (_root.strength >= 301) {
hpLink = 1500;
}
}
}
}
}
}
}
}
button 3148 {
on (release) {
_root.fighting100b.gotoAndStop('show buttons');
}
}
button 3149 {
on (release) {
if (randomAll <= 20) {
_root.fighting100b.gotoAndStop(1);
_root.gotoAndStop('bar2');
_root.player._visible = true;
} else {
_root.fighting100b.gotoAndPlay('Random Enemy Attack');
}
}
}
button 3150 {
on (release) {
gotoAndStop('Attack Animation');
arrowAni.gotoAndPlay('start');
}
}
button 3151 {
on (release) {
swordAni.gotoAndPlay(2);
gotoAndStop('Attack Animation');
}
}
button 3152 {
on (release) {
gotoAndStop('Attack Animation');
bombAni.gotoAndPlay('start');
}
}
button 3153 {
on (release) {
gotoAndStop(1);
_root.gotoAndStop('bar');
_root.player._visible = true;
stopAllSounds();
_root.energyLeft = 0;
}
}
button 3156 {
on (release) {
gotoAndStop(1);
_root.gotoAndPlay('newDay2');
_root.player._visible = true;
_root.currentDay += 1;
_root.energyLeft = 100;
}
}
movieClip 3159 {
frame 1 {
stop();
var randomAll;
var hpDrunk;
var strengthAfter;
var charmAfter;
hpDrunk = 100;
strengthAfter = Math.round(Math.random() * 3) + 1;
charmAfter = Math.round(Math.random() * 2) + 1;
onEnterFrame = function () {
randomAll = int(Math.random() * 100);
if (_currentframe == 70) {
if (_root.fighting.randomAll <= 50) {
enemyAttackAnimations.gotoAndPlay('spitAttack');
} else {
if (_root.fighting.randomAll <= 80 && randomAll >= 51) {
enemyAttackAnimations.gotoAndPlay('bottleAttack');
} else {
enemyAttackAnimations.gotoAndPlay('knifeAttack');
}
}
}
if (_root.fighting.hpLink <= 0) {
if (_root.itemFairy >= 1) {
gotoAndPlay('revive');
_root.itemFairy -= 1;
}
}
if (_root.strength <= 20) {
bomb_btn._visible = false;
arrow_btn._visible = false;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
arrow_btn._visible = true;
bomb_btn._visible = false;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
arrow_btn._visible = true;
bomb_btn._visible = true;
}
}
}
};
}
frame 2 {
stop();
}
instance hpLink of movieClip 402 {
onClipEvent (load) {
baseX = 118.8;
}
onClipEvent (enterFrame) {
this._width = _root.fighting.hpLink / 9.375;
this._x = baseX + this._width / 2;
}
}
instance hpDrunk of movieClip 402 {
onClipEvent (load) {
baseX = 373.5;
}
onClipEvent (enterFrame) {
this._width = _root.fighting100b.hpDrunk / 0.625;
this._x = baseX + this._width / 2;
}
}
frame 71 {
stop();
}
frame 196 {
onEnterFrame = function () {
gotoAndStop('Player Attack Selection');
if (_root.strength <= 20) {
_root.fighting.hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
_root.fighting.hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
_root.fighting.hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
_root.fighting.hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
_root.fighting.hpLink = 800;
} else {
if (_root.strength >= 301) {
_root.fighting.hpLink = 1500;
}
}
}
}
}
}
};
}
frame 208 {
_root.strength += strengthAfter;
_root.charm += charmAfter;
stop();
}
frame 208 {
_root.peopleWords.FFN.stop();
_root.peopleWords.FFW.start(0, 500);
}
frame 218 {
_root.strength -= strengthAfter;
_root.charm -= charmAfter;
_root.currentDay += 1;
}
frame 218 {
_root.peopleWords.FFN.stop();
}
}
instance fighting100b of movieClip 3159 {
onClipEvent (load) {
var hpLink;
if (_root.strength <= 20) {
hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
hpLink = 800;
} else {
if (_root.strength >= 301) {
hpLink = 1500;
}
}
}
}
}
}
}
}
button 3163 {
on (release) {
_root.fighting200b.gotoAndStop('show buttons');
}
}
button 3164 {
on (release) {
if (randomAll <= 20) {
_root.fighting200b.gotoAndStop(1);
_root.gotoAndStop('bar2');
_root.player._visible = true;
} else {
_root.fighting200b.gotoAndPlay('Random Enemy Attack');
}
}
}
button 3165 {
on (release) {
if (randomAll <= 20) {
_root.fighting200b.gotoAndStop(1);
_root.gotoAndStop('bar2');
_root.player._visible = true;
} else {
_root.fighting200b.gotoAndPlay('Random Enemy Attack');
}
}
}
button 3166 {
on (release) {
gotoAndStop('Attack Animation');
arrowAni.gotoAndPlay('start');
}
}
button 3167 {
on (release) {
swordAni.gotoAndPlay(2);
gotoAndStop('Attack Animation');
}
}
button 3168 {
on (release) {
gotoAndStop('Attack Animation');
bombAni.gotoAndPlay('start');
}
}
button 3169 {
on (release) {
gotoAndStop(1);
_root.gotoAndStop('bar');
_root.player._visible = true;
stopAllSounds();
_root.energyLeft = 0;
}
}
button 3172 {
on (release) {
gotoAndStop(1);
_root.gotoAndPlay('newDay2');
_root.player._visible = true;
_root.currentDay += 1;
_root.energyLeft = 100;
}
}
movieClip 3175 {
frame 1 {
stop();
var randomAll;
var hpDrunk;
var strengthAfter;
var charmAfter;
hpDrunk = 200;
strengthAfter = Math.round(Math.random() * 3) + 1;
charmAfter = Math.round(Math.random() * 2) + 1;
onEnterFrame = function () {
randomAll = int(Math.random() * 100);
if (_currentframe == 70) {
if (_root.fighting.randomAll <= 50) {
enemyAttackAnimations.gotoAndPlay('spitAttack');
} else {
if (_root.fighting.randomAll <= 80 && randomAll >= 51) {
enemyAttackAnimations.gotoAndPlay('bottleAttack');
} else {
enemyAttackAnimations.gotoAndPlay('knifeAttack');
}
}
}
if (_root.fighting.hpLink <= 0) {
if (_root.itemFairy >= 1) {
gotoAndPlay('revive');
_root.itemFairy -= 1;
}
}
if (_root.strength <= 20) {
bomb_btn._visible = false;
arrow_btn._visible = false;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
arrow_btn._visible = true;
bomb_btn._visible = false;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
arrow_btn._visible = true;
bomb_btn._visible = true;
}
}
}
};
}
frame 2 {
stop();
}
instance hpLink of movieClip 402 {
onClipEvent (load) {
baseX = 122.8;
}
onClipEvent (enterFrame) {
this._width = _root.fighting.hpLink / 9.375;
this._x = baseX + this._width / 2;
}
}
instance hpDrunk of movieClip 402 {
onClipEvent (load) {
baseX = 377.7;
}
onClipEvent (enterFrame) {
this._width = _root.fighting200b.hpDrunk / 1.25;
this._x = baseX + this._width / 2;
}
}
frame 71 {
stop();
}
frame 195 {
onEnterFrame = function () {
gotoAndStop('Player Attack Selection');
if (_root.strength <= 20) {
_root.fighting.hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
_root.fighting.hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
_root.fighting.hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
_root.fighting.hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
_root.fighting.hpLink = 800;
} else {
if (_root.strength >= 301) {
_root.fighting.hpLink = 1500;
}
}
}
}
}
}
};
}
frame 208 {
_root.strength += strengthAfter;
_root.charm += charmAfter;
stop();
}
frame 208 {
_root.peopleWords.FFN.stop();
_root.peopleWords.FFW.start(0, 500);
}
frame 218 {
_root.strength -= strengthAfter;
_root.charm -= charmAfter;
_root.currentDay += 1;
}
frame 218 {
_root.peopleWords.FFN.stop();
}
}
instance fighting200b of movieClip 3175 {
onClipEvent (load) {
var hpLink;
if (_root.strength <= 20) {
hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
hpLink = 800;
} else {
if (_root.strength >= 301) {
hpLink = 1500;
}
}
}
}
}
}
}
}
button 3179 {
on (release) {
_root.fighting500b.gotoAndStop('show buttons');
}
}
button 3180 {
on (release) {
if (randomAll <= 20) {
_root.fighting500b.gotoAndStop(1);
_root.gotoAndStop('bar2');
_root.player._visible = true;
} else {
_root.fighting500b.gotoAndPlay('Random Enemy Attack');
}
}
}
button 3181 {
on (release) {
gotoAndStop('Attack Animation');
arrowAni.gotoAndPlay('start');
}
}
button 3182 {
on (release) {
swordAni.gotoAndPlay(2);
gotoAndStop('Attack Animation');
}
}
button 3183 {
on (release) {
gotoAndStop('Attack Animation');
bombAni.gotoAndPlay('start');
}
}
button 3184 {
on (release) {
stopAllSounds();
gotoAndStop(1);
_root.gotoAndStop('bar');
_root.player._visible = true;
_root.energyLeft = 0;
}
}
button 3187 {
on (release) {
gotoAndStop(1);
_root.gotoAndPlay('newDay2');
_root.player._visible = true;
_root.currentDay += 1;
_root.energyLeft = 100;
}
}
movieClip 3190 {
frame 1 {
stop();
var randomAll;
var hpDrunk;
var strengthAfter;
var charmAfter;
hpDrunk = 500;
strengthAfter = Math.round(Math.random() * 3) + 1;
charmAfter = Math.round(Math.random() * 2) + 1;
onEnterFrame = function () {
randomAll = int(Math.random() * 100);
if (_currentframe == 70) {
if (_root.fighting.randomAll <= 50) {
enemyAttackAnimations.gotoAndPlay('spitAttack');
} else {
if (_root.fighting.randomAll <= 80 && randomAll >= 51) {
enemyAttackAnimations.gotoAndPlay('bottleAttack');
} else {
enemyAttackAnimations.gotoAndPlay('knifeAttack');
}
}
}
if (_root.fighting.hpLink <= 0) {
if (_root.itemFairy >= 1) {
gotoAndPlay('revive');
_root.itemFairy -= 1;
}
}
if (_root.strength <= 20) {
bomb_btn._visible = false;
arrow_btn._visible = false;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
arrow_btn._visible = true;
bomb_btn._visible = false;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
arrow_btn._visible = true;
bomb_btn._visible = true;
}
}
}
};
}
frame 2 {
stop();
}
instance hpLink of movieClip 402 {
onClipEvent (load) {
baseX = 119.8;
}
onClipEvent (enterFrame) {
this._width = _root.fighting.hpLink / 9.375;
this._x = baseX + this._width / 2;
}
}
instance hpDrunk of movieClip 402 {
onClipEvent (load) {
baseX = 374.5;
}
onClipEvent (enterFrame) {
this._width = _root.fighting500b.hpDrunk / 3.125;
this._x = baseX + this._width / 2;
}
}
frame 71 {
stop();
}
frame 198 {
onEnterFrame = function () {
gotoAndStop('Player Attack Selection');
if (_root.strength <= 20) {
_root.fighting.hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
_root.fighting.hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
_root.fighting.hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
_root.fighting.hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
_root.fighting.hpLink = 800;
} else {
if (_root.strength >= 301) {
_root.fighting.hpLink = 1500;
}
}
}
}
}
}
};
}
frame 208 {
_root.strength += strengthAfter;
_root.charm += charmAfter;
stop();
}
frame 208 {
_root.peopleWords.FFN.stop();
_root.peopleWords.FFW.start(0, 500);
}
frame 218 {
_root.strength -= strengthAfter;
_root.charm -= charmAfter;
_root.currentDay += 1;
}
frame 218 {
_root.peopleWords.FFN.stop();
}
}
instance fighting500b of movieClip 3190 {
onClipEvent (load) {
var hpLink;
if (_root.strength <= 20) {
hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
hpLink = 800;
} else {
if (_root.strength >= 301) {
hpLink = 1500;
}
}
}
}
}
}
}
}
button 3194 {
on (release) {
_root.fighting1000b.gotoAndStop('show buttons');
}
}
button 3195 {
on (release) {
if (randomAll <= 20) {
_root.fighting1000b.gotoAndStop(1);
_root.gotoAndStop('bar2');
_root.player._visible = true;
} else {
_root.fighting1000b.gotoAndPlay('Random Enemy Attack');
}
}
}
button 3196 {
on (release) {
gotoAndStop('Attack Animation');
arrowAni.gotoAndPlay('start');
}
}
button 3197 {
on (release) {
swordAni.gotoAndPlay(2);
gotoAndStop('Attack Animation');
}
}
button 3198 {
on (release) {
gotoAndStop('Attack Animation');
bombAni.gotoAndPlay('start');
}
}
button 3199 {
on (release) {
stopAllSounds();
gotoAndStop(1);
_root.gotoAndStop('bar');
_root.player._visible = true;
_root.energyLeft = 0;
}
}
button 3202 {
on (release) {
gotoAndStop(1);
_root.gotoAndPlay('newDay2');
_root.player._visible = true;
_root.currentDay += 1;
_root.energyLeft = 100;
}
}
movieClip 3205 {
frame 1 {
stop();
var randomAll;
var hpDrunk;
var strengthAfter;
var charmAfter;
hpDrunk = 1000;
strengthAfter = Math.round(Math.random() * 3) + 1;
charmAfter = Math.round(Math.random() * 2) + 1;
onEnterFrame = function () {
randomAll = int(Math.random() * 100);
if (_currentframe == 70) {
if (_root.fighting.randomAll <= 50) {
enemyAttackAnimations.gotoAndPlay('spitAttack');
} else {
if (_root.fighting.randomAll <= 80 && randomAll >= 51) {
enemyAttackAnimations.gotoAndPlay('bottleAttack');
} else {
enemyAttackAnimations.gotoAndPlay('knifeAttack');
}
}
}
if (_root.fighting.hpLink <= 0) {
if (_root.itemFairy >= 1) {
gotoAndPlay('revive');
_root.itemFairy -= 1;
}
}
if (_root.strength <= 20) {
bomb_btn._visible = false;
arrow_btn._visible = false;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
arrow_btn._visible = true;
bomb_btn._visible = false;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
arrow_btn._visible = true;
bomb_btn._visible = true;
}
}
}
};
}
frame 2 {
stop();
}
instance hpLink of movieClip 402 {
onClipEvent (load) {
baseX = 120.8;
}
onClipEvent (enterFrame) {
this._width = _root.fighting.hpLink / 9.375;
this._x = baseX + this._width / 2;
}
}
instance hpDrunk of movieClip 402 {
onClipEvent (load) {
baseX = 375.4;
}
onClipEvent (enterFrame) {
this._width = _root.fighting1000b.hpDrunk / 6.25;
this._x = baseX + this._width / 2;
}
}
frame 71 {
stop();
}
frame 197 {
onEnterFrame = function () {
gotoAndStop('Player Attack Selection');
if (_root.strength <= 20) {
_root.fighting.hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
_root.fighting.hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
_root.fighting.hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
_root.fighting.hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
_root.fighting.hpLink = 800;
} else {
if (_root.strength >= 301) {
_root.fighting.hpLink = 1500;
}
}
}
}
}
}
};
}
frame 208 {
_root.strength += strengthAfter;
_root.charm += charmAfter;
stop();
}
frame 208 {
_root.peopleWords.FFN.stop();
_root.peopleWords.FFW.start(0, 500);
}
frame 218 {
_root.strength -= strengthAfter;
_root.charm -= charmAfter;
_root.currentDay += 1;
}
frame 218 {
_root.peopleWords.FFN.stop();
}
}
instance fighting1000b of movieClip 3205 {
onClipEvent (load) {
var hpLink;
if (_root.strength <= 20) {
hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
hpLink = 800;
} else {
if (_root.strength >= 301) {
hpLink = 1500;
}
}
}
}
}
}
}
}
frame 863 {
stop();
player._x = 281.9;
player._y = 294.4;
}
movieClip 3207 {
}
movieClip 3210 {
}
instance of movieClip 3210 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.peopleWords.gotoAndStop('shopkeep');
}
}
}
movieClip 3214 {
}
movieClip 3218 {
}
frame 867 {
stop();
player._x = 276.2;
player._y = 316.9;
}
movieClip 3224 {
}
movieClip 3227 {
}
instance zeldaMirror of movieClip 3227 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.otherWords.gotoAndStop('zeldaMirror');
}
}
}
}
instance zeldaBook of movieClip 1196 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.otherWords.gotoAndStop('zeldaBook');
}
}
}
}
instance zeldaInHouse of movieClip 516 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
trace('works');
trace(_root.levelZelda);
if (_root.levelZelda == 'Stranger') {
_root.zeldaConvo.gotoAndStop('Stranger');
} else {
if (_root.levelZelda == 'New Friend') {
_root.zeldaConvo.gotoAndStop('New Friend');
} else {
if (_root.levelZelda == 'Close Friend') {
_root.zeldaConvo.gotoAndStop('Close Friend');
} else {
if (_root.levelZelda == 'Girlfriend') {
_root.zeldaConvo.gotoAndStop('Girlfriend');
}
}
}
}
}
}
}
}
movieClip 3229 {
}
instance zeldaBed of movieClip 3229 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.otherWords.gotoAndStop('zeldaBed');
}
}
}
}
movieClip 3237 {
frame 1 {
stop();
}
}
button 3238 {
on (release) {
gotoAndStop(1);
}
}
button 3242 {
on (release) {
gotoAndStop(1);
talk.enabled = true;
wierd.enabled = true;
}
}
button 3243 {
on (release) {
if (_root.energyLeft < 20) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 20;
gotoAndStop('NF Talk');
_root.statsZelda -= 30;
talk.enabled = false;
}
}
}
button 3244 {
on (release) {
gotoAndStop('NF Wierd');
}
}
button 3249 {
on (release) {
gotoAndStop('CF Give');
give.enabled = false;
}
}
button 3250 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
_root.statsZelda = _root.statsZelda + int(Math.random() * 20) + 10 + _root.charm / 2;
gotoAndStop('CF Talk');
}
}
}
button 3251 {
on (release) {
talk.enabled = true;
give.enabled = true;
gotoAndStop(1);
}
}
button 3253 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
_root.statsSaria = _root.statsSaria + int(Math.random() * 20) + 10 + _root.charm / 2;
gotoAndStop('CF Talk 2');
}
}
}
button 3255 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
_root.statsSaria = _root.statsSaria + int(Math.random() * 20) + 10 + _root.charm / 2;
gotoAndStop('CF Talk 3');
talk.enabled = false;
}
}
}
button 3260 {
on (release) {
if (_root.itemBracelet >= 1) {
gotoAndStop('CF Give Good');
_root.statsZelda += int(Math.random() * 10 + 5);
_root.itemBracelet -= 1;
}
}
}
button 3261 {
on (release) {
if (_root.itemFairy >= 1) {
gotoAndStop('CF Give Good');
_root.statsZelda += int(Math.random() * 10 + 5);
_root.itemFairy -= 1;
}
}
}
button 3262 {
on (release) {
if (_root.itemOcarina >= 1) {
gotoAndStop('CF Give Good');
_root.statsZelda += int(Math.random() * 10 + 5);
_root.itemOcarina -= 1;
}
}
}
button 3263 {
on (release) {
if (_root.itemStick >= 1) {
gotoAndStop('CF Give Bad');
_root.statsZelda -= int(Math.random() * 10);
_root.itemStick -= 1;
}
}
}
button 3264 {
on (release) {
if (_root.itemFlower >= 1) {
gotoAndStop('CF Give Good');
_root.statsZelda += int(Math.random() * 10 + 5);
_root.itemFlower -= 1;
}
}
}
button 3271 {
on (release) {
if (_root.itemCoke >= 1) {
gotoAndStop('CF Give Good');
_root.statsZelda += int(Math.random() * 10 + 5);
_root.itemCoke -= 1;
}
}
}
button 3272 {
on (release) {
if (_root.itemFireOrb >= 1) {
gotoAndStop('CF Give Bad');
_root.statsZelda -= int(Math.random() * 10);
_root.itemFireOrb -= 1;
}
}
}
button 3273 {
on (release) {
if (_root.itemWaterOrb >= 1) {
gotoAndStop('CF Give Good');
_root.statsZelda += int(Math.random() * 10 + 5);
_root.itemWaterOrb -= 1;
}
}
}
button 3274 {
on (release) {
if (_root.itemWeed >= 1) {
gotoAndStop('CF Give Bad');
_root.statsZelda -= int(Math.random() * 10);
_root.itemWeed -= 1;
}
}
}
button 3278 {
on (release) {
gotoAndStop('Close Friend');
}
}
button 3280 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
gotoAndStop('GF Talk');
_root.statsZelda = _root.statsZelda + int(Math.random() * 15) + _root.charm / 4;
}
}
}
button 3281 {
on (release) {
gotoAndStop('GF Kiss');
kiss.enabled = false;
}
}
button 3282 {
on (release) {
gotoAndStop(1);
talk.enabled = true;
kiss.enabled = true;
sex.enabled = true;
}
}
button 3286 {
on (release) {
sex.enabled = false;
if (_root.statsZelda < 2500) {
gotoAndStop('No Sex');
} else {
if (_root.energyLeft < 10) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 10;
gotoAndPlay('Sex');
_root.statsZelda += _root.charm;
if (_root.sexPic <= 5) {
sexyPic.gotoAndStop(3);
} else {
if (_root.sexPic > 5) {
sexyPic.gotoAndStop(2);
}
}
}
}
}
}
button 3290 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
gotoAndStop('GF Talk 2');
_root.statsZelda = _root.statsZelda + int(Math.random() * 15) + _root.charm / 4;
}
}
}
button 3292 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
gotoAndStop('GF Talk 3');
_root.statsZelda = _root.statsZelda + int(Math.random() * 15) + _root.charm / 4;
talk.enabled = false;
}
}
}
button 3293 {
on (release) {
sex.enabled = false;
if (_root.statsZelda < 2500) {
gotoAndStop('No Sex');
} else {
if (_root.energyLeft < 10) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 10;
gotoAndPlay('Sex');
_root.statsZelda += _root.charm;
if (_root.sexPic <= 5) {
sexyPic.gotoAndStop(3);
} else {
if (_root.sexPic > 5) {
sexyPic.gotoAndStop(2);
}
}
}
}
}
}
button 3299 {
on (release) {
if (_root.energyLeft < 30) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 30;
_root.statsZelda = _root.statsZelda + int(Math.random * 20) + _root.charm * 2;
gotoAndPlay('Make Out');
}
}
}
button 3302 {
on (release) {
gotoAndStop('Girlfriend');
}
}
button 3308 {
on (release) {
gotoAndStop('O_O');
}
}
button 3311 {
on (release) {
if (_root.energyLeft < 40) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 40;
gotoAndPlay('Sex Yes');
_root.statsZelda += _root.charm * 3;
}
}
}
button 3312 {
on (release) {
gotoAndStop('Naa');
}
}
button 3316 {
on (release) {
gotoAndStop('Err');
}
}
button 3319 {
on (release) {
gotoAndStop('Naa 2');
}
}
button 3320 {
on (release) {
gotoAndStop('Noo');
}
}
button 3322 {
on (release) {
if (_root.energyLeft < 40) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 40;
gotoAndPlay('Sex Yes');
_root.statsZelda += _root.charm * 3;
}
}
}
button 3324 {
on (release) {
gotoAndPlay(1);
}
}
movieClip 3329 {
instance doorZelda of movieClip 480 {
}
instance of movieClip 1159 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(15);
}
}
}
}
}
movieClip 3330 {
frame 378 {
_parent.gotoAndStop('Aftermath Sex');
}
}
button 3331 {
on (release) {
gotoAndStop(1);
}
}
movieClip 3337 {
frame 1 {
stop();
}
}
movieClip 3340 {
frame 1 {
stop();
}
frame 321 {
gotoAndStop('Aftermath Makeout');
}
frame 349 {
stop();
}
frame 415 {
stop();
}
}
frame 871 {
stop();
player._x = 276.4;
player._y = 324.6;
}
movieClip 3342 {
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
if (_root.levelSaria == 'Stranger') {
_root.sariaConvo.gotoAndStop('Stranger');
} else {
if (_root.levelSaria == 'New Friend') {
_root.sariaConvo.gotoAndStop('New Friend');
} else {
if (_root.levelSaria == 'Close Friend') {
_root.sariaConvo.gotoAndStop('Close Friend');
} else {
if (_root.levelSaria == 'Girlfriend') {
_root.sariaConvo.gotoAndStop('Girlfriend');
}
}
}
}
}
}
}
}
instance sariaWater of movieClip 1203 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.otherWords.gotoAndStop('sariaWater');
}
}
}
}
button 3347 {
on (release) {
gotoAndStop(1);
}
}
button 3351 {
on (release) {
gotoAndStop(1);
talk.enabled = true;
wierd.enabled = true;
}
}
button 3352 {
on (release) {
if (_root.energyLeft < 20) {
gotoAndStop('Tired');
} else {
gotoAndStop('NF Talk');
_root.energyLeft -= 20;
_root.statsSaria -= 20;
talk.enabled = false;
}
}
}
button 3353 {
on (release) {
gotoAndStop('NF Wierd');
}
}
button 3358 {
on (release) {
gotoAndStop('CF Give');
give.enabled = false;
}
}
button 3359 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
_root.statsSaria = _root.statsSaria + int(Math.random() * 20) + 10 + _root.charm / 2;
gotoAndStop('CF Talk');
}
}
}
button 3360 {
on (release) {
talk.enabled = true;
give.enabled = true;
gotoAndStop(1);
}
}
button 3362 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
_root.statsSaria = _root.statsSaria + int(Math.random() * 20) + 10 + _root.charm / 2;
gotoAndStop('CF Talk 2');
}
}
}
button 3364 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
_root.statsSaria = _root.statsSaria + int(Math.random() * 20) + 10 + _root.charm / 2;
gotoAndStop('CF Talk 3');
talk.enabled = false;
}
}
}
button 3369 {
on (release) {
if (_root.itemBracelet >= 1) {
gotoAndStop('CF Give Bad');
_root.statsSaria -= int(Math.random() * 10 + 5);
_root.itemBracelet -= 1;
}
}
}
button 3370 {
on (release) {
if (_root.itemFairy >= 1) {
gotoAndStop('CF Give Good');
_root.statsSaria += int(Math.random() * 10 + 5);
_root.itemFairy -= 1;
}
}
}
button 3371 {
on (release) {
if (_root.itemOcarina >= 1) {
gotoAndStop('CF Give Good');
_root.statsSaria += int(Math.random() * 10 + 5);
_root.itemOcarina -= 1;
}
}
}
button 3372 {
on (release) {
if (_root.itemStick >= 1) {
gotoAndStop('CF Give Good');
_root.statsSaria += int(Math.random() * 10 + 5);
_root.itemStick -= 1;
}
}
}
button 3373 {
on (release) {
if (_root.itemFlower >= 1) {
gotoAndStop('CF Give Good');
_root.statsSaria += int(Math.random() * 10 + 5);
_root.itemFlower -= 1;
}
}
}
button 3380 {
on (release) {
if (_root.itemCoke >= 1) {
gotoAndStop('CF Give Bad');
_root.statsSaria -= int(Math.random() * 10 + 5);
_root.itemCoke -= 1;
}
}
}
button 3381 {
on (release) {
if (_root.itemFireOrb >= 1) {
gotoAndStop('CF Give Bad');
_root.statsSaria -= int(Math.random() * 10 + 5);
_root.itemFireOrb -= 1;
}
}
}
button 3382 {
on (release) {
if (_root.itemWaterOrb >= 1) {
gotoAndStop('CF Give Good');
_root.statsSaria += int(Math.random() * 10 + 5);
_root.itemWaterOrb -= 1;
}
}
}
button 3383 {
on (release) {
if (_root.itemWeed >= 1) {
gotoAndStop('CF Give Good');
_root.statsSaria += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 3387 {
on (release) {
gotoAndStop('Close Friend');
}
}
button 3389 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
gotoAndStop('GF Talk');
_root.statsSaria = _root.statsSaria + int(Math.random() * 15) + _root.charm / 4;
}
}
}
button 3390 {
on (release) {
gotoAndStop('GF Kiss');
kiss.enabled = false;
}
}
button 3391 {
on (release) {
gotoAndStop(1);
talk.enabled = true;
kiss.enabled = true;
sex.enabled = true;
}
}
button 3392 {
on (release) {
sex.enabled = false;
if (_root.statsSaria < 2500) {
gotoAndStop('No Sex');
} else {
if (_root.energyLeft < 10) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 10;
gotoAndPlay('Sex');
_root.statsSaria += _root.charm;
if (_root.sexPic <= 5) {
sexyPic.gotoAndStop(3);
} else {
if (_root.sexPic > 5) {
sexyPic.gotoAndStop(2);
}
}
}
}
}
}
button 3396 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
gotoAndStop('GF Talk 2');
_root.statsSaria = _root.statsSaria + int(Math.random() * 15) + _root.charm / 4;
}
}
}
button 3398 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
gotoAndStop('GF Talk 3');
_root.statsSaria = _root.statsSaria + int(Math.random() * 15) + _root.charm / 4;
talk.enabled = false;
}
}
}
button 3401 {
on (release) {
if (_root.energyLeft < 30) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 30;
_root.statsSaria = _root.statsSaria + int(Math.random * 20) + _root.charm * 2;
gotoAndPlay('Make Out');
}
}
}
button 3402 {
on (release) {
gotoAndStop('Girlfriend');
}
}
button 3405 {
on (release) {
gotoAndStop('O_O');
}
}
button 3406 {
on (release) {
if (_root.energyLeft < 40) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 40;
gotoAndPlay('Sex Yes');
_root.statsSaria += _root.charm * 3;
}
}
}
button 3407 {
on (release) {
gotoAndStop('Naa');
}
}
button 3408 {
on (release) {
gotoAndStop('Err');
}
}
button 3411 {
on (release) {
gotoAndStop('Naa 2');
}
}
button 3412 {
on (release) {
gotoAndStop('Noo');
}
}
button 3413 {
on (release) {
if (_root.energyLeft < 40) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 40;
gotoAndPlay('Sex Yes');
_root.statsSaria += _root.charm * 3;
}
}
}
button 3414 {
on (release) {
gotoAndPlay(1);
}
}
movieClip 3418 {
instance doorSaria of movieClip 1149 {
}
instance of movieClip 1160 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(18);
}
}
}
}
}
movieClip 3419 {
frame 375 {
_parent.gotoAndStop('Aftermath Sex');
}
}
button 3420 {
on (release) {
gotoAndStop(1);
}
}
movieClip 3426 {
frame 1 {
stop();
}
frame 321 {
gotoAndStop('Aftermath Makeout');
}
frame 349 {
stop();
}
frame 415 {
stop();
}
}
frame 875 {
stop();
player._x = 275.9;
player._y = 319.7;
}
movieClip 3428 {
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
if (_root.levelMalon == 'Stranger') {
_root.malonConvo.gotoAndStop('Stranger');
} else {
if (_root.levelMalon == 'New Friend') {
_root.malonConvo.gotoAndStop('New Friend');
} else {
if (_root.levelMalon == 'Close Friend') {
_root.malonConvo.gotoAndStop('Close Friend');
} else {
if (_root.levelMalon == 'Girlfriend') {
_root.malonConvo.gotoAndStop('Girlfriend');
}
}
}
}
}
}
}
}
movieClip 3431 {
}
instance clothes of movieClip 3431 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.otherWords.gotoAndStop('malonClothes');
}
}
}
}
movieClip 3433 {
}
instance malonBeer of movieClip 3433 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.otherWords.gotoAndStop('malonBottles');
}
}
}
}
movieClip 3435 {
}
movieClip 3443 {
frame 1 {
stop();
}
}
button 3444 {
on (release) {
gotoAndStop(1);
}
}
button 3448 {
on (release) {
gotoAndStop(1);
talk.enabled = true;
wierd.enabled = true;
}
}
button 3449 {
on (release) {
if (_root.energyLeft < 20) {
gotoAndStop('Tired');
} else {
gotoAndStop('NF Talk');
_root.energyLeft -= 20;
_root.statsMalon -= 20;
talk.enabled = false;
}
}
}
button 3450 {
on (release) {
gotoAndStop('NF Wierd');
}
}
button 3454 {
on (release) {
gotoAndStop('CF Give');
give.enabled = false;
}
}
button 3455 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
_root.statsMalon = _root.statsMalon + int(Math.random() * 20) + 10 + _root.charm / 2;
gotoAndStop('CF Talk');
}
}
}
button 3456 {
on (release) {
talk.enabled = true;
give.enabled = true;
gotoAndStop(1);
}
}
button 3458 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
_root.statsMalon = _root.statsMalon + int(Math.random() * 20) + 10 + _root.charm / 2;
gotoAndStop('CF Talk 2');
}
}
}
button 3460 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
_root.statsMalon = _root.statsMalon + int(Math.random() * 20) + 10 + _root.charm / 2;
gotoAndStop('CF Talk 3');
talk.enabled = false;
}
}
}
button 3465 {
on (release) {
if (_root.itemBracelet >= 1) {
gotoAndStop('CF Give Bad');
_root.statsMalon -= int(Math.random() * 10 + 5);
_root.itemBracelet -= 1;
}
}
}
button 3466 {
on (release) {
if (_root.itemFairy >= 1) {
gotoAndStop('CF Give Good');
_root.statsMalon += int(Math.random() * 10 + 5);
_root.itemFairy -= 1;
}
}
}
button 3467 {
on (release) {
if (_root.itemOcarina >= 1) {
gotoAndStop('CF Give Good');
_root.statsMalon += int(Math.random() * 10 + 5);
_root.itemOcarina -= 1;
}
}
}
button 3468 {
on (release) {
if (_root.itemStick >= 1) {
gotoAndStop('CF Give Good');
_root.statsMalon += int(Math.random() * 10 + 5);
_root.itemStick -= 1;
}
}
}
button 3469 {
on (release) {
if (_root.itemFlower >= 1) {
gotoAndStop('CF Give Bad');
_root.statsMalon -= int(Math.random() * 10 + 5);
_root.itemFlower -= 1;
}
}
}
button 3476 {
on (release) {
if (_root.itemCoke >= 1) {
gotoAndStop('CF Give Good');
_root.statsMalon += int(Math.random() * 10 + 5);
_root.itemCoke -= 1;
}
}
}
button 3477 {
on (release) {
if (_root.itemFireOrb >= 1) {
gotoAndStop('CF Give Bad');
_root.statsMalon -= int(Math.random() * 10 + 5);
_root.itemFireOrb -= 1;
}
}
}
button 3478 {
on (release) {
if (_root.itemWaterOrb >= 1) {
gotoAndStop('CF Give Bad');
_root.statsMalon -= int(Math.random() * 10 + 5);
_root.itemWaterOrb -= 1;
}
}
}
button 3479 {
on (release) {
if (_root.itemWeed >= 1) {
gotoAndStop('CF Give Good');
_root.statsMalon += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 3483 {
on (release) {
gotoAndStop('Close Friend');
}
}
button 3485 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
gotoAndStop('GF Talk');
_root.statsMalon = _root.statsMalon + int(Math.random() * 15) + _root.charm / 4;
}
}
}
button 3486 {
on (release) {
gotoAndStop('GF Kiss');
kiss.enabled = false;
}
}
button 3487 {
on (release) {
gotoAndStop(1);
talk.enabled = true;
kiss.enabled = true;
sex.enabled = true;
}
}
button 3488 {
on (release) {
sex.enabled = false;
if (_root.statsMalon < 2500) {
gotoAndStop('No Sex');
} else {
if (_root.energyLeft < 10) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 10;
gotoAndPlay('Sex');
_root.statsMalon += _root.charm;
if (_root.sexPic <= 5) {
sexyPic.gotoAndStop(3);
} else {
if (_root.sexPic > 5) {
sexyPic.gotoAndStop(2);
}
}
}
}
}
}
button 3492 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
gotoAndStop('GF Talk 2');
_root.statsMalon = _root.statsMalon + int(Math.random() * 15) + _root.charm / 4;
}
}
}
button 3494 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
gotoAndStop('GF Talk 3');
_root.statsMalon = _root.statsMalon + int(Math.random() * 15) + _root.charm / 4;
talk.enabled = false;
}
}
}
button 3498 {
on (release) {
if (_root.energyLeft < 30) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 30;
_root.statsMalon = _root.statsMalon + int(Math.random * 20) + _root.charm * 2;
gotoAndPlay('Make Out');
}
}
}
button 3499 {
on (release) {
gotoAndStop('Girlfriend');
}
}
button 3501 {
on (release) {
gotoAndStop('O_O');
}
}
button 3502 {
on (release) {
if (_root.energyLeft < 40) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 40;
gotoAndPlay('Sex Yes');
_root.statsMalon += _root.charm * 3;
}
}
}
button 3503 {
on (release) {
gotoAndStop('Naa');
}
}
button 3504 {
on (release) {
gotoAndStop('Err');
}
}
button 3507 {
on (release) {
gotoAndStop('Naa 2');
}
}
button 3508 {
on (release) {
gotoAndStop('Noo');
}
}
button 3510 {
on (release) {
if (_root.energyLeft < 40) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 40;
gotoAndPlay('Sex Yes');
_root.statsMalon += _root.charm * 3;
}
}
}
button 3511 {
on (release) {
gotoAndPlay(1);
}
}
movieClip 3516 {
instance of movieClip 1161 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(19);
}
}
}
}
}
movieClip 3517 {
frame 380 {
_parent.gotoAndStop('Aftermath Sex');
}
}
button 3518 {
on (release) {
gotoAndStop(1);
}
}
movieClip 3523 {
frame 1 {
stop();
var malonSexPic;
onEnterFrame = function () {
malonSexPic = int(Math.random() * 18) + 1;
};
}
frame 321 {
gotoAndStop('Aftermath Makeout');
}
frame 349 {
stop();
}
frame 415 {
stop();
}
}
frame 879 {
stop();
player._x = 276.9;
player._y = 322.1;
}
movieClip 3525 {
}
instance dinInHouse of movieClip 518 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
if (_root.levelDin == 'Stranger') {
_root.dinConvo.gotoAndStop('Stranger');
} else {
if (_root.levelDin == 'New Friend') {
_root.dinConvo.gotoAndStop('New Friend');
} else {
if (_root.levelDin == 'Close Friend') {
_root.dinConvo.gotoAndStop('Close Friend');
} else {
if (_root.levelDin == 'Girlfriend') {
_root.dinConvo.gotoAndStop('Girlfriend');
}
}
}
}
}
}
}
}
movieClip 3528 {
}
instance redPot of movieClip 3528 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.otherWords.gotoAndStop('dinPot');
}
}
}
}
instance dinWater of movieClip 1203 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.otherWords.gotoAndStop('dinWater');
}
}
}
}
movieClip 3535 {
frame 1 {
stop();
}
}
button 3536 {
on (release) {
gotoAndStop(1);
}
}
button 3540 {
on (release) {
gotoAndStop(1);
talk.enabled = true;
wierd.enabled = true;
}
}
button 3541 {
on (release) {
if (_root.energyLeft < 20) {
gotoAndStop('Tired');
} else {
gotoAndStop('NF Talk');
_root.energyLeft -= 20;
_root.statsSaria -= 20;
talk.enabled = false;
}
}
}
button 3542 {
on (release) {
gotoAndStop('NF Wierd');
}
}
button 3547 {
on (release) {
gotoAndStop('CF Give');
give.enabled = false;
}
}
button 3548 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
_root.statsDin = _root.statsDin + int(Math.random() * 20) + 10 + _root.charm / 2;
gotoAndStop('CF Talk');
}
}
}
button 3549 {
on (release) {
talk.enabled = true;
give.enabled = true;
gotoAndStop(1);
}
}
button 3551 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
_root.statsDin = _root.statsDin + int(Math.random() * 20) + 10 + _root.charm / 2;
gotoAndStop('CF Talk 2');
}
}
}
button 3553 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
_root.statsDin = _root.statsDin + int(Math.random() * 20) + 10 + _root.charm / 2;
gotoAndStop('CF Talk 3');
talk.enabled = false;
}
}
}
button 3558 {
on (release) {
gotoAndStop('Close Friend');
}
}
button 3559 {
on (release) {
if (_root.itemBracelet >= 1) {
gotoAndStop('CF Give Good');
_root.statsDin += int(Math.random() * 10 + 5);
_root.itemBracelet -= 1;
}
}
}
button 3560 {
on (release) {
if (_root.itemFairy >= 1) {
gotoAndStop('CF Give Bad');
_root.statsDin -= int(Math.random() * 10 + 5);
_root.itemFairy -= 1;
}
}
}
button 3561 {
on (release) {
if (_root.itemOcarina >= 1) {
gotoAndStop('CF Give Bad');
_root.statsDin -= int(Math.random() * 10 + 5);
_root.itemOcarina -= 1;
}
}
}
button 3562 {
on (release) {
if (_root.itemStick >= 1) {
gotoAndStop('CF Give Bad');
_root.statsDin -= int(Math.random() * 10 + 5);
_root.itemStick -= 1;
}
}
}
button 3563 {
on (release) {
if (_root.itemFlower >= 1) {
gotoAndStop('CF Give Good');
_root.statsDin += int(Math.random() * 10 + 5);
_root.itemFlower -= 1;
}
}
}
button 3570 {
on (release) {
if (_root.itemCoke >= 1) {
gotoAndStop('CF Give Bad');
_root.statsDin -= int(Math.random() * 10 + 5);
_root.itemCoke -= 1;
}
}
}
button 3571 {
on (release) {
if (_root.itemFireOrb >= 1) {
gotoAndStop('CF Give Good');
_root.statsDin += int(Math.random() * 10 + 5);
_root.itemFireOrb -= 1;
}
}
}
button 3572 {
on (release) {
if (_root.itemWaterOrn >= 1) {
gotoAndStop('CF Give Bad');
_root.statsDin -= int(Math.random() * 10 + 5);
_root.itemWaterOrb -= 1;
}
}
}
button 3573 {
on (release) {
if (_root.itemWeed >= 1) {
gotoAndStop('CF Give Good');
_root.statsDin += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 3578 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
gotoAndStop('GF Talk');
_root.statsDin = _root.statsDin + int(Math.random() * 15) + _root.charm / 4;
}
}
}
button 3579 {
on (release) {
gotoAndStop('GF Kiss');
kiss.enabled = false;
}
}
button 3580 {
on (release) {
gotoAndStop(1);
talk.enabled = true;
kiss.enabled = true;
sex.enabled = true;
}
}
button 3581 {
on (release) {
sex.enabled = false;
if (_root.statsDin < 2500) {
gotoAndStop('No Sex');
} else {
if (_root.energyLeft < 10) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 10;
gotoAndPlay('Sex');
_root.statsDin += _root.charm;
if (_root.sexPic <= 5) {
sexyPic.gotoAndStop(3);
} else {
if (_root.sexPic > 5) {
sexyPic.gotoAndStop(2);
}
}
}
}
}
}
button 3585 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
gotoAndStop('GF Talk 2');
_root.statsDin = _root.statsDin + int(Math.random() * 15) + _root.charm / 4;
}
}
}
button 3587 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
gotoAndStop('GF Talk 3');
_root.statsDin = _root.statsDin + int(Math.random() * 15) + _root.charm / 4;
talk.enabled = false;
}
}
}
button 3591 {
on (release) {
if (_root.energyLeft < 30) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 30;
_root.statsDin = _root.statsDin + int(Math.random * 20) + _root.charm * 2;
gotoAndPlay('Make Out');
}
}
}
button 3592 {
on (release) {
gotoAndStop('Girlfriend');
}
}
button 3594 {
on (release) {
gotoAndStop('O_O');
}
}
button 3595 {
on (release) {
if (_root.energyLeft < 40) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 40;
gotoAndPlay('Sex Yes');
_root.statsDin += _root.charm * 3;
}
}
}
button 3596 {
on (release) {
gotoAndStop('Naa');
}
}
button 3597 {
on (release) {
gotoAndStop('Err');
}
}
button 3600 {
on (release) {
gotoAndStop('Naa 2');
}
}
button 3601 {
on (release) {
gotoAndStop('Noo');
}
}
button 3603 {
on (release) {
if (_root.energyLeft < 40) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 40;
gotoAndPlay('Sex Yes');
_root.statsDin += _root.charm * 3;
}
}
}
button 3604 {
on (release) {
gotoAndPlay(1);
}
}
movieClip 3608 {
instance doorNayru of movieClip 1153 {
}
instance doorDin of movieClip 1155 {
}
instance of movieClip 1157 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(17);
}
}
}
}
instance of movieClip 1158 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(16);
}
}
}
}
instance of movieClip 469 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.signsWords.gotoAndStop(14);
}
}
}
}
}
movieClip 3609 {
frame 380 {
_parent.gotoAndStop('Aftermath Sex');
}
}
button 3610 {
on (release) {
gotoAndStop(1);
}
}
movieClip 3615 {
frame 1 {
stop();
}
frame 321 {
gotoAndStop('Aftermath Makeout');
}
frame 349 {
stop();
}
frame 415 {
stop();
}
}
frame 883 {
stop();
player._x = 280.4;
player._y = 319.3;
}
movieClip 3617 {
}
instance nayruInHouse of movieClip 524 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
if (_root.levelNayru == 'Stranger') {
_root.nayruConvo.gotoAndStop('Stranger');
} else {
if (_root.levelNayru == 'New Friend') {
_root.nayruConvo.gotoAndStop('New Friend');
} else {
if (_root.levelNayru == 'Close Friend') {
_root.nayruConvo.gotoAndStop('Close Friend');
} else {
if (_root.levelNayru == 'Girlfriend') {
_root.nayruConvo.gotoAndStop('Girlfriend');
}
}
}
}
}
}
}
}
movieClip 3620 {
}
instance bluePot of movieClip 3620 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.otherWords.gotoAndStop('nayruPot');
}
}
}
}
movieClip 3622 {
}
instance nayruFlippers of movieClip 3622 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.otherWords.gotoAndStop('nayruFlippers');
}
}
}
}
movieClip 3629 {
frame 1 {
stop();
}
}
button 3630 {
on (release) {
gotoAndStop(1);
}
}
button 3634 {
on (release) {
gotoAndStop(1);
talk.enabled = true;
wierd.enabled = true;
}
}
button 3635 {
on (release) {
if (_root.energyLeft < 20) {
gotoAndStop('Tired');
} else {
gotoAndStop('NF Talk');
_root.energyLeft -= 20;
_root.statsNayru -= 20;
talk.enabled = false;
}
}
}
button 3636 {
on (release) {
gotoAndStop('NF Wierd');
}
}
button 3641 {
on (release) {
gotoAndStop('CF Give');
give.enabled = false;
}
}
button 3642 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
_root.statsNayru = _root.statsNayru + int(Math.random() * 20) + 10 + _root.charm / 2;
gotoAndStop('CF Talk');
}
}
}
button 3643 {
on (release) {
talk.enabled = true;
give.enabled = true;
gotoAndStop(1);
}
}
button 3645 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
_root.statsNayru = _root.statsNayru + int(Math.random() * 20) + 10 + _root.charm / 2;
gotoAndStop('CF Talk 2');
}
}
}
button 3647 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
_root.statsNayru = _root.statsNayru + int(Math.random() * 20) + 10 + _root.charm / 2;
gotoAndStop('CF Talk 3');
talk.enabled = false;
}
}
}
button 3651 {
on (release) {
gotoAndStop('Close Friend');
}
}
button 3652 {
on (release) {
if (_root.itemBracelet >= 1) {
gotoAndStop('CF Give Good');
_root.statsNayru += int(Math.random() * 10 + 5);
_root.itemBracelet -= 1;
}
}
}
button 3653 {
on (release) {
if (_root.itemFairy >= 1) {
gotoAndStop('CF Give Good');
_root.statsNayru += int(Math.random() * 10 + 5);
_root.itemFairy -= 1;
}
}
}
button 3654 {
on (release) {
if (_root.itemOcarina >= 1) {
gotoAndStop('CF Give Bad');
_root.statsNayru -= int(Math.random() * 10 + 5);
_root.itemOcarina -= 1;
}
}
}
button 3655 {
on (release) {
if (_root.itemStick >= 1) {
gotoAndStop('CF Give Bad');
_root.statsNayru -= int(Math.random() * 10 + 5);
_root.itemStick -= 1;
}
}
}
button 3656 {
on (release) {
if (_root.itemFlower >= 1) {
gotoAndStop('CF Give Bad');
_root.statsNayru -= int(Math.random() * 10 + 5);
_root.itemFlower -= 1;
}
}
}
button 3663 {
on (release) {
if (_root.itemCoke >= 1) {
gotoAndStop('CF Give Bad');
_root.statsNayru -= int(Math.random() * 10 + 5);
_root.itemCoke -= 1;
}
}
}
button 3664 {
on (release) {
if (_root.itemFireOrb >= 1) {
gotoAndStop('CF Give Bad');
_root.statsNayru -= int(Math.random() * 10 + 5);
_root.itemFireOrb -= 1;
}
}
}
button 3665 {
on (release) {
if (_root.itemWaterOrb >= 1) {
gotoAndStop('CF Give Good');
_root.statsNayru += int(Math.random() * 10 + 5);
_root.itemWaterOrb -= 1;
}
}
}
button 3666 {
on (release) {
if (_root.itemWeed >= 1) {
gotoAndStop('CF Give Good');
_root.statsNayru += int(Math.random() * 10 + 5);
_root.itemWeed -= 1;
}
}
}
button 3671 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
gotoAndStop('GF Talk');
_root.statsNayru = _root.statsNayru + int(Math.random() * 15) + _root.charm / 4;
}
}
}
button 3672 {
on (release) {
gotoAndStop('GF Kiss');
kiss.enabled = false;
}
}
button 3673 {
on (release) {
gotoAndStop(1);
talk.enabled = true;
kiss.enabled = true;
sex.enabled = true;
}
}
button 3674 {
on (release) {
sex.enabled = false;
if (_root.statsNayru < 2500) {
gotoAndStop('No Sex');
} else {
if (_root.energyLeft < 10) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 10;
gotoAndPlay('Sex');
_root.statsNayru += _root.charm;
if (_root.sexPic <= 5) {
sexyPic.gotoAndStop(3);
} else {
if (_root.sexPic > 5) {
sexyPic.gotoAndStop(2);
}
}
}
}
}
}
button 3678 {
on (release) {
if (_root.energyNayru < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
gotoAndStop('GF Talk 2');
_root.statsNayru = _root.statsNayru + int(Math.random() * 15) + _root.charm / 4;
}
}
}
button 3679 {
on (release) {
sex.enabled = false;
if (_root.statsNayru < 2500) {
gotoAndStop('No Sex');
} else {
if (_root.energyNayru < 10) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 10;
gotoAndPlay('Sex');
_root.statsNayru += _root.charm;
if (_root.sexPic <= 5) {
sexyPic.gotoAndStop(3);
} else {
if (_root.sexPic > 5) {
sexyPic.gotoAndStop(2);
}
}
}
}
}
}
button 3681 {
on (release) {
if (_root.energyLeft < 25) {
gotoAndStop('Tired');
} else {
_root.energyLeft -= 25;
gotoAndStop('GF Talk 3');
_root.statsNayru = _root.statsNayru + int(Math.random() * 15) + _root.charm / 4;
talk.enabled = false;
}
}
}
button 3685 {
on (release) {
if (_root.energyLeft < 30) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 30;
_root.statsNayru = _root.statsNayru + int(Math.random * 20) + _root.charm * 2;
gotoAndPlay('Make Out');
}
}
}
button 3686 {
on (release) {
gotoAndStop('Girlfriend');
}
}
button 3687 {
on (release) {
gotoAndStop('O_O');
}
}
button 3688 {
on (release) {
if (_root.energyLeft < 40) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 40;
gotoAndPlay('Sex Yes');
_root.statsNayru += _root.charm * 3;
}
}
}
button 3689 {
on (release) {
gotoAndStop('Naa');
}
}
button 3690 {
on (release) {
gotoAndStop('Err');
}
}
button 3693 {
on (release) {
gotoAndStop('Naa 2');
}
}
button 3694 {
on (release) {
gotoAndStop('Noo');
}
}
button 3695 {
on (release) {
if (_root.energyLeft < 40) {
gotoAndStop('GF Tired');
} else {
_root.energyLeft -= 40;
gotoAndPlay('Sex Yes');
_root.statsNayru += _root.charm * 3;
}
}
}
button 3696 {
on (release) {
gotoAndPlay(1);
}
}
button 3699 {
on (release) {
gotoAndStop(1);
}
}
movieClip 3703 {
frame 1 {
stop();
}
frame 321 {
gotoAndStop('Aftermath Makeout');
}
frame 349 {
stop();
}
frame 415 {
stop();
}
}
frame 888 {
stop();
}
movieClip 3705 {
}
movieClip 3708 {
}
movieClip 3711 {
}
movieClip 3716 {
}
instance frog of movieClip 3716 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
if (Key.isDown(32)) {
_root.peopleWords.gotoAndStop('frog');
}
}
}
}
movieClip 3720 {
frame 28 {
gotoAndPlay(1);
}
frame 47 {
gotoAndPlay(1);
}
}
movieClip 3721 {
}
movieClip 3724 {
frame 1 {
stop();
}
}
movieClip 3725 {
instance hand of movieClip 3724 {
onClipEvent (enterFrame) {
if (_root.arrows.hitTest(_x, _y, true)) {
this.gotoAndPlay(2);
}
}
}
}
movieClip 3726 {
}
movieClip 3728 {
}
movieClip 3729 {
}
movieClip 3731 {
}
movieClip 3732 {
}
instance otherWords of movieClip 1063 {
onClipEvent (enterFrame) {
if (this._currentframe >= 2) {
_root.peopleWords._visible = false;
_root.zeldaWords._visible = false;
_root.sariaWords._visible = false;
_root.malonWords._visible = false;
_root.dinWords._visible = false;
_root.nayruWords._visible = false;
}
if (this._currentframe == 1) {
_root.peopleWords._visible = true;
_root.zeldaWords._visible = true;
_root.sariaWords._visible = true;
_root.malonWords._visible = true;
_root.dinWords._visible = true;
_root.nayruWords._visible = true;
}
}
}
movieClip 3743 {
}
button 3744 {
on (release) {
gotoAndStop(1);
_root.gotoAndStop('Shooting end');
_root.rupeeGot += _root.shootingRevenue;
_root.arrowsLeft = 0;
_root.score = 0;
}
}
movieClip 3745 {
frame 1 {
stop();
}
}
movieClip 3747 {
}
movieClip 3751 {
frame 1 {
stop();
}
instance of movieClip 3747 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.handRow.hand1)) {
_root.handRow.hand1.gotoAndPlay(2);
}
if (this.hitTest(_root.handRow.hand2)) {
_root.handRow.hand2.gotoAndPlay(2);
}
if (this.hitTest(_root.handRow.hand3)) {
_root.handRow.hand3.gotoAndPlay(2);
}
if (this.hitTest(_root.handRow.hand4)) {
_root.handRow.hand4.gotoAndPlay(2);
}
if (this.hitTest(_root.handRow.hand5)) {
_root.handRow.hand5.gotoAndPlay(2);
}
if (this.hitTest(_root.handRow.hand6)) {
_root.handRow.hand6.gotoAndPlay(2);
}
if (this.hitTest(_root.handRow.hand7)) {
_root.handRow.hand7.gotoAndPlay(2);
}
if (this.hitTest(_root.handRow.hand8)) {
_root.handRow.hand8.gotoAndPlay(2);
}
if (this.hitTest(_root.handRow.hand9)) {
_root.handRow.hand9.gotoAndPlay(2);
}
if (this.hitTest(_root.handRow.hand0)) {
_root.handRow.hand0.gotoAndPlay(2);
}
if (this.hitTest(_root.ballRow.ball)) {
_root.ballRow.ball.gotoAndPlay('hit');
_root.score += 1;
}
if (this.hitTest(_root.ballRow.ball1)) {
_root.ballRow.ball1.gotoAndPlay('hit');
_root.score += 1;
}
if (this.hitTest(_root.ballRow.ball2)) {
_root.ballRow.ball2.gotoAndPlay('hit');
_root.score += 1;
}
if (this.hitTest(_root.ballRow.ball3)) {
_root.ballRow.ball3.gotoAndPlay('hit');
_root.score += 1;
}
if (this.hitTest(_root.ballRow.ball4)) {
_root.ballRow.ball4.gotoAndPlay('hit');
_root.score += 1;
}
if (this.hitTest(_root.ballRow.ball5)) {
_root.ballRow.ball5.gotoAndPlay('hit');
_root.score += 1;
}
if (this.hitTest(_root.ballRow.ball6)) {
_root.ballRow.ball6.gotoAndPlay('hit');
_root.score += 1;
}
if (this.hitTest(_root.ballRow.ball7)) {
_root.ballRow.ball7.gotoAndPlay('hit');
_root.score += 1;
}
}
}
}
instance arrows of movieClip 3751 {
onClipEvent (load) {
if (_root.arrows == true) {
speed = 21;
_x = _root.link._x;
_y = _root.link._y;
}
}
onClipEvent (enterFrame) {
_root.arrows = true;
if (name == 'arrows') {
_x = -1000;
} else {
_y = _y - speed * 0.9998476951563913;
_x = _x + speed * 0.01745240643728351;
}
if (this.hitTest(_root.topWall)) {
this.gotoAndPlay(2);
speed = 0;
}
if (this._currentframe == 2) {
this.removeMovieClip();
}
if (_root.ballBoxes.hitTest(_x, _y, true)) {
this.removeMovieClip();
speed = 0;
}
if (_root.handBox.hitTest(_x, _y, true)) {
this.removeMovieClip();
speed = 0;
}
}
}
frame 908 {
player._x = 266.4;
player._y = 271.3;
score = 0;
}
frame 921 {
var ac = 1000;
_root.onMouseDown = function () {
link.gotoAndPlay(2);
arrowHold.gotoAndStop(arrowHold._currentframe + 1);
++ac;
if (ac > 11000) {
ac = 1000;
}
duplicateMovieClip('arrows', 'a' + ac, ac);
};
}
movieClip 3759 {
frame 1 {
stop();
}
frame 6 {
_root.shootingStatsBall.gotoAndStop(2);
_root.gotoAndStop('Shooting Stats');
}
}
movieClip 3765 {
frame 1 {
stop();
}
}
instance link of movieClip 3765 {
onClipEvent (enterFrame) {
this._x = _level0._xmouse;
this._y = _level0._ymouse;
if (this._y < 257) {
this._y = 257;
}
if (this.y > 298) {
this._y = 298;
}
if (this._x < 128) {
this._x = 128;
}
if (this._x > 400) {
this._x = 400;
}
}
}
movieClip 3768 {
}
frame 1019 {
gotoAndStop('startMove');
energyLeft = 100;
}
frame 1086 {
gotoAndStop('linkHouse2');
player._x = 180.7;
player._y = 138;
energyLeft = 100;
}
frame 1098 {
stop();
}
instance bum of movieClip 526 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.peopleWords.gotoAndStop('drunk');
}
}
}
instance drinking2 of movieClip 528 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.peopleWords.gotoAndStop('oldMan');
}
}
}
instance drinking1 of movieClip 1146 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
_root.peopleWords.gotoAndStop('salesmanBar');
}
}
}
instance sariaBar of movieClip 520 {
onClipEvent (load) {
numberStranger = Math.round(Math.random() * 1);
numberNewFriend = Math.round(Math.random() * 1);
numberCloseFriend = Math.round(Math.random() * 2);
numberGirlFriend = Math.round(Math.random() * 1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
if (_root.currentDay == 13 || _root.currentDay == 14 || _root.currentDay == 41 || _root.currentDay == 42 || _root.currentDay == 69 || _root.currentDay == 70) {
_root.sariaWords.gotoAndStop('sariaPeriod');
}
if (_root.levelSaria == 'Purgatory') {
_root.sariaWords.gotoAndStop('sariaPurg');
}
if (_root.levelSaria == 'Stranger') {
if (numberStranger == 0) {
_root.sariaWords.gotoAndStop('sariaStranger');
}
if (numberStranger == 1) {
_root.sariaWords.gotoAndStop('sariaStranger2');
}
}
if (_root.levelSaria == 'New Friend') {
if (numberNewFriend == 0) {
_root.sariaWords.gotoAndStop('sariaNew');
}
if (numberNewFriend == 1) {
_root.sariaWords.gotoAndStop('sariaNew2');
}
}
if (_root.levelSaria == 'Close Friend') {
if (numberCloseFriend == 0) {
_root.sariaWords.gotoAndStop('sariaClose');
}
if (numberCloseFriend == 1) {
_root.sariaWords.gotoAndStop('sariaClose2');
}
if (numberCloseFriend == 2) {
_root.sariaWords.gotoAndStop('sariaClose3');
}
}
if (_root.levelSaria == 'Girlfriend') {
if (numberGirlfriend == 0) {
_root.sariaWords.gotoAndStop('sariaGf');
}
if (numberGirlfriend == 1) {
_root.sariaWords.gotoAndStop('sariaGf2');
}
}
}
}
}
instance nayruBar of movieClip 524 {
onClipEvent (load) {
numberStranger = Math.round(Math.random() * 1);
numberNewFriend = Math.round(Math.random() * 1);
numberCloseFriend = Math.round(Math.random() * 2);
numberGirlFriend = Math.round(Math.random() * 1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
if (_root.currentDay == 8 || _root.currentDay == 9 || _root.currentDay == 36 || _root.currentDay == 37 || _root.currentDay == 64 || _root.currentDay == 65) {
_root.nayruWords.gotoAndStop('nayruPeriod');
}
if (_root.levelNayru == 'Purgatory') {
_root.nayruWords.gotoAndStop('nayruPurg');
}
if (_root.levelNayru == 'Stranger') {
if (numberStranger == 0) {
_root.nayruWords.gotoAndStop('nayruStranger');
}
if (numberStranger == 1) {
_root.nayruWords.gotoAndStop('nayruStranger2');
}
}
if (_root.levelNayru == 'New Friend') {
if (numberNewFriend == 0) {
_root.nayruWords.gotoAndStop('nayruNew');
}
if (numberNewFriend == 1) {
_root.nayruWords.gotoAndStop('nayruNew2');
}
}
if (_root.levelNayru == 'Close Friend') {
if (numberCloseFriend == 0) {
_root.nayruWords.gotoAndStop('nayruClose');
}
if (numberCloseFriend == 1) {
_root.nayruWords.gotoAndStop('nayruClose2');
}
if (numberCloseFriend == 2) {
_root.nayruWords.gotoAndStop('nayruClose3');
}
}
if (_root.levelNayru == 'Girlfriend') {
if (numberGirlfriend == 0) {
_root.nayruWords.gotoAndStop('nayruGf');
}
if (numberGirlfriend == 1) {
_root.nayruWords.gotoAndStop('nayruGf2');
}
}
}
}
}
instance malonBar of movieClip 522 {
onClipEvent (load) {
numberStranger = Math.round(Math.random() * 1);
numberNewFriend = Math.round(Math.random() * 1);
numberCloseFriend = Math.round(Math.random() * 2);
numberGirlFriend = Math.round(Math.random() * 1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
if (_root.levelMalon == 'Purgatory') {
_root.malonWords.gotoAndStop('malonPurg');
}
if (_root.levelMalon == 'Stranger') {
if (numberStranger == 0) {
_root.malonWords.gotoAndStop('malonStranger');
}
if (numberStranger == 1) {
_root.malonWords.gotoAndStop('malonStranger2');
}
}
if (_root.levelMalon == 'New Friend') {
if (numberNewFriend == 0) {
_root.malonWords.gotoAndStop('malonNew');
}
if (numberNewFriend == 1) {
_root.malonWords.gotoAndStop('malonNew2');
}
}
if (_root.levelMalon == 'Close Friend') {
if (numberCloseFriend == 0) {
_root.malonWords.gotoAndStop('malonClose');
}
if (numberCloseFriend == 1) {
_root.malonWords.gotoAndStop('malonClose2');
}
if (numberCloseFriend == 2) {
_root.malonWords.gotoAndStop('malonClose3');
}
}
if (_root.levelMalon == 'Girlfriend') {
if (numberGirlfriend == 0) {
_root.malonWords.gotoAndStop('malonGf');
}
if (numberGirlfriend == 1) {
_root.malonWords.gotoAndStop('malonGf2');
}
}
}
}
}
instance dinBar of movieClip 518 {
onClipEvent (load) {
numberStranger = Math.round(Math.random() * 1);
numberNewFriend = int(Math.random() * 1);
numberCloseFriend = Math.round(Math.random() * 2);
numberGirlFriend = Math.round(Math.random() * 1);
trace(numberNewFriend);
trace(numberStranger);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
if (_root.currentDay == 30 || _root.currentDay == 31 || _root.currentDay == 58 || _root.currentDay == 59 || _root.currentDay == 86 || _root.currentDay == 86) {
_root.dinWords.gotoAndStop('dinPeriod');
}
if (_root.levelDin == 'Purgatory') {
_root.dinWords.gotoAndStop('dinPurg');
}
if (_root.levelDin == 'Stranger') {
if (numberStranger == 0) {
_root.dinWords.gotoAndStop('dinStranger');
}
if (numberStranger == 1) {
_root.dinWords.gotoAndStop('dinStranger2');
}
}
if (_root.levelDin == 'New Friend') {
if (numberNewFriend == 0) {
_root.dinWords.gotoAndStop('dinNew');
}
if (numberNewFriend == 1) {
_root.dinWords.gotoAndStop('dinNew2');
}
}
if (_root.levelDin == 'Close Friend') {
if (numberCloseFriend == 0) {
_root.dinWords.gotoAndStop('dinClose');
}
if (numberCloseFriend == 1) {
_root.dinWords.gotoAndStop('dinClose2');
}
if (numberCloseFriend == 2) {
_root.dinWords.gotoAndStop('dinClose3');
}
}
if (_root.levelDin == 'Girlfriend') {
if (numberGirlfriend == 0) {
_root.dinWords.gotoAndStop('dinGf');
}
if (numberGirlfriend == 1) {
_root.dinWords.gotoAndStop('dinGf2');
}
}
}
}
}
instance zeldaBar of movieClip 516 {
onClipEvent (load) {
numberStranger = Math.round(Math.random() * 1);
numberNewFriend = Math.round(Math.random() * 1);
numberCloseFriend = Math.round(Math.random() * 2);
numberGirlFriend = Math.round(Math.random() * 1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player) && Key.isDown(32)) {
if (_root.currentDay == 20 || _root.currentDay == 21 || _root.currentDay == 48 || _root.currentDay == 49 || _root.currentDay == 76 || _root.currentDay == 77) {
_root.zeldaWords.gotoAndStop('zeldaPeriod');
}
if (_root.levelZelda == 'Purgatory') {
_root.zeldaWords.gotoAndStop('zeldaPurg');
}
if (_root.levelZelda == 'Stranger') {
if (numberStranger == 0) {
_root.zeldaWords.gotoAndStop('zeldaStranger');
}
if (numberStranger == 1) {
_root.zeldaWords.gotoAndStop('zeldaStranger2');
}
}
if (_root.levelZelda == 'New Friend') {
if (numberNewFriend == 0) {
_root.zeldaWords.gotoAndStop('zeldaNew');
}
if (numberNewFriend == 1) {
_root.zeldaWords.gotoAndStop('zeldaNew2');
}
}
if (_root.levelZelda == 'Close Friend') {
if (numberCloseFriend == 0) {
_root.zeldaWords.gotoAndStop('zeldaClose');
}
if (numberCloseFriend == 1) {
_root.zeldaWords.gotoAndStop('zeldaClose2');
}
if (numberCloseFriend == 2) {
_root.zeldaWords.gotoAndStop('zeldaClose3');
}
}
if (_root.levelZelda == 'Girlfriend') {
if (numberGirlfriend == 0) {
_root.zeldaWords.gotoAndStop('zeldaGf');
}
if (numberGirlfriend == 1) {
_root.zeldaWords.gotoAndStop('zeldaGf2');
}
}
}
}
}
instance player of movieClip 380 {
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.gotoAndStop(8);
if (_root.ground.hitTest(_x + 12, _y - 10, true) == false) {
if (_root.ground.hitTest(_x + 12, _y + 10, true) == false) {
_x = _x + speed;
}
}
}
if (Key.isDown(68)) {
this.gotoAndStop(12);
if (_root.ground.hitTest(_x + 12, _y - 10, true) == false) {
if (_root.ground.hitTest(_x + 12, _y + 10, true) == false) {
_x = _x + speed;
}
}
}
if (Key.isDown(37)) {
this.gotoAndStop(6);
if (_root.ground.hitTest(_x - 12, _y - 10, true) == false) {
if (_root.ground.hitTest(_x - 12, _y + 10, true) == false) {
_x = _x - speed;
}
}
}
if (Key.isDown(65)) {
this.gotoAndStop(10);
if (_root.ground.hitTest(_x - 12, _y - 10, true) == false) {
if (_root.ground.hitTest(_x - 12, _y + 10, true) == false) {
_x = _x - speed;
}
}
}
if (Key.isDown(38)) {
this.gotoAndStop(7);
if (_root.ground.hitTest(_x - 8, _y - 12, true) == false) {
if (_root.ground.hitTest(_x + 8, _y - 12, true) == false) {
_y = _y - speed;
}
}
}
if (Key.isDown(87)) {
this.gotoAndStop(11);
if (_root.ground.hitTest(_x - 8, _y - 12, true) == false) {
if (_root.ground.hitTest(_x + 8, _y - 12, true) == false) {
_y = _y - speed;
}
}
}
if (Key.isDown(40)) {
this.gotoAndStop(5);
if (_root.ground.hitTest(_x - 8, _y + 12, true) == false) {
if (_root.ground.hitTest(_x + 8, _y + 12, true) == false) {
_y = _y + speed;
}
}
}
if (Key.isDown(83)) {
this.gotoAndStop(9);
if (_root.ground.hitTest(_x - 8, _y + 12, true) == false) {
if (_root.ground.hitTest(_x + 8, _y + 12, true) == false) {
_y = _y + speed;
}
}
}
if (this.hitTest(_root.exitHouse)) {
_root.gotoAndStop('outsideHouse');
this._x = _x + 68;
this._y = _y - 165.3;
}
if (this.hitTest(_root.doorExit)) {
_root.gotoAndStop('startMove');
this._x = 254.2;
this._y = 274.4;
}
if (this.hitTest(_root.exitLinkArea)) {
_root.gotoAndStop('village');
_y = _y;
_x = _x + 531.7000000000001;
}
if (this.hitTest(_root.exitLinkArea2)) {
_root.gotoAndStop('Arena');
_y = _y - 374.3;
_x = _x;
}
if (this.hitTest(_root.exitAreaVillage1a)) {
_root.gotoAndStop('outsideHouse');
_y = _y;
_x = _x - 531.7000000000001;
}
if (this.hitTest(_root.exitAreaVillage1b)) {
_root.gotoAndStop('village2');
_y = _y - 400.1;
_x = _x;
}
if (this.hitTest(_root.exitAreaVillage2)) {
_root.gotoAndStop('village');
_y = _y + 400.1;
_x = _x;
}
if (this.hitTest(_root.exitAreaVillage2b)) {
_root.gotoAndStop('Arena');
_y = _y;
_x = _x - 531.7000000000001;
}
if (this.hitTest(_root.exitArena)) {
_root.gotoAndStop('outsideHouse');
_y = _y + 374.3;
_x = _x;
}
if (this.hitTest(_root.exitArena2)) {
_root.gotoAndStop('village2');
_y = _y;
_x = _x + 531.7000000000001;
}
if (this.hitTest(_root.enterBlacksmith)) {
_root.gotoAndStop('blacksmith');
this._x = 276.9;
this._y = 295.3;
}
if (this.hitTest(_root.exitBlacksmith)) {
_root.gotoAndStop('village');
this._x = 378.3;
this._y = 270.9;
}
if (this.hitTest(_root.enterLH2)) {
_root.gotoAndStop('linkHouse2');
this._x = 264.4;
this._y = 293.6;
}
if (this.hitTest(_root.exitHouse2)) {
_root.gotoAndStop('village');
this._x = 259.5;
this._y = 264.3;
}
if (this.hitTest(_root.enterLibrary)) {
_root.gotoAndStop('library');
this._x = 264.5;
this._y = 338.6;
}
if (this.hitTest(_root.exitLibrary)) {
_root.gotoAndStop('village');
this._x = 138.2;
this._y = 253.6;
}
if (this.hitTest(_root.enterGym)) {
_root.gotoAndStop('gym');
this._x = 264.7;
this._y = 296.4;
}
if (this.hitTest(_root.exitGym)) {
_root.gotoAndStop('village');
this._x = 380.7;
this._y = 107.1;
}
if (this.hitTest(_root.enterBar)) {
_root.gotoAndStop('bar');
this._x = 271.9;
this._y = 334.5;
}
if (this.hitTest(_root.exitBar)) {
_root.gotoAndStop('village');
this._x = 267.7;
this._y = 107.8;
}
if (this.hitTest(_root.enterShop)) {
_root.gotoAndStop('shop');
this._x = 281.9;
this._y = 294.4;
}
if (this.hitTest(_root.exitShop)) {
_root.gotoAndStop('village');
this._x = 139.8;
this._y = 105.1;
}
if (this.hitTest(_root.enterZelda)) {
_root.gotoAndStop('zeldaHouse');
this._x = 276.2;
this._y = 316.9;
}
if (this.hitTest(_root.exitZelda)) {
_root.gotoAndStop('village2');
this._x = 138.8;
this._y = 199.6;
}
if (this.hitTest(_root.enterSaria)) {
_root.gotoAndStop('sariaHouse');
this._x = 276.4;
this._y = 324.6;
}
if (this.hitTest(_root.exitSaria)) {
_root.gotoAndStop('village2');
this._x = 108.3;
this._y = 329.4;
}
if (this.hitTest(_root.enterMalon)) {
_root.gotoAndStop('malonHouse');
this._x = 275.9;
this._y = 319.7;
}
if (this.hitTest(_root.exitMalon)) {
_root.gotoAndStop('village2');
this._x = 438.3;
this._y = 334.3;
}
if (this.hitTest(_root.enterDin)) {
_root.gotoAndStop('dinHouse');
this._x = 276.9;
this._y = 322.1;
}
if (this.hitTest(_root.exitDin2)) {
_root.gotoAndStop('nayruHouse');
this._x = 142.3;
this._y = 196.3;
}
if (this.hitTest(_root.exitDin)) {
_root.gotoAndStop('village2');
this._x = 378.3;
this._y = 201.1;
}
if (this.hitTest(_root.enterNayru)) {
_root.gotoAndStop('nayruHouse');
this._x = 280.4;
this._y = 319.3;
}
if (this.hitTest(_root.exitNayru)) {
_root.gotoAndStop('village2');
this._x = 442.4;
this._y = 200.8;
}
if (this.hitTest(_root.exitNayru2)) {
_root.gotoAndStop('dinHouse');
this._x = 413.6;
this._y = 196.8;
}
}
}
instance exitBar of movieClip 713 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop('village');
_root.player._x = 267.7;
_root.player._y = 107.8;
}
}
}
instance hp of movieClip 402 {
onClipEvent (load) {
baseX = 425.9;
}
onClipEvent (enterFrame) {
this._width = _root.energyLeft / 0.88;
this._x = baseX + this._width / 2;
}
}
instance otherWords of movieClip 1063 {
onClipEvent (enterFrame) {
if (this._currentframe >= 2) {
_root.peopleWords._visible = false;
_root.zeldaWords._visible = false;
_root.sariaWords._visible = false;
_root.malonWords._visible = false;
_root.dinWords._visible = false;
_root.nayruWords._visible = false;
}
if (this._currentframe == 1) {
_root.peopleWords._visible = true;
_root.zeldaWords._visible = true;
_root.sariaWords._visible = true;
_root.malonWords._visible = true;
_root.dinWords._visible = true;
_root.nayruWords._visible = true;
}
}
}
instance fighting of movieClip 3098 {
onClipEvent (load) {
var hpLink;
if (_root.strength <= 20) {
hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
hpLink = 800;
} else {
if (_root.strength >= 301) {
hpLink = 1500;
}
}
}
}
}
}
}
}
instance fighting200a of movieClip 3113 {
onClipEvent (load) {
var hpLink;
if (_root.strength <= 20) {
hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
hpLink = 800;
} else {
if (_root.strength >= 301) {
hpLink = 1500;
}
}
}
}
}
}
}
}
instance fighting500a of movieClip 3128 {
onClipEvent (load) {
var hpLink;
if (_root.strength <= 20) {
hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
hpLink = 800;
} else {
if (_root.strength >= 301) {
hpLink = 1500;
}
}
}
}
}
}
}
}
instance fighting1000a of movieClip 3143 {
onClipEvent (load) {
var hpLink;
if (_root.strength <= 20) {
hpLink = 20;
} else {
if (_root.strength <= 50 && _root.strength >= 21) {
hpLink = 50;
} else {
if (_root.strength <= 70 && _root.strength >= 51) {
hpLink = 100;
} else {
if (_root.strength <= 150 && _root.strength >= 71) {
hpLink = 300;
} else {
if (_root.strength <= 300 && _root.strength >= 111) {
hpLink = 800;
} else {
if (_root.strength >= 301) {
hpLink = 1500;
}
}
}
}
}
}
}
}
frame 1109 {
stop();
}
frame 1109 {
song1.stop();
song2.stop();
song3.stop();
song4.stop();
song5.stop();
song6.stop();
}
button 3788 {
on (release) {
gotoAndStop('Doom 3');
}
}
button 3791 {
on (release) {
gotoAndStop('Flash');
}
}
button 3794 {
on (release) {
gotoAndStop('My Documents');
}
}
button 3797 {
on (release) {
gotoAndStop('Mozilla');
}
}
button 3800 {
on (release) {
gotoAndPlay('Prey');
}
}
button 3803 {
on (release) {
gotoAndStop('Recycle Bin');
}
}
button 3810 {
on (release) {
gotoAndStop('Main');
}
}
button 3815 {
on (release) {
gotoAndStop('Start1');
}
}
button 3819 {
on (release) {
gotoAndStop('Main');
}
}
button 3824 {
on (release) {
gotoAndStop('Log off');
}
}
button 3829 {
on (release) {
gotoAndStop('Shutdown');
}
}
button 3832 {
on (release) {
gotoAndStop('Doom 3');
}
}
button 3835 {
on (release) {
gotoAndPlay('Prey');
}
}
button 3838 {
on (release) {
gotoAndStop('Mozilla');
}
}
button 3841 {
on (release) {
gotoAndStop('My Documents');
}
}
button 3844 {
on (release) {
gotoAndStop('Flash');
}
}
button 3851 {
on (release) {
gotoAndStop('linkHouse2');
}
}
button 3858 {
on (release) {
gotoAndStop('linkHouse2');
}
}
button 3865 {
on (release) {
gotoAndStop('linkHouse2');
}
}
button 3868 {
on (release) {
gotoAndStop('Main');
}
}
button 3878 {
on (release) {
gotoAndStop('linkHouse2');
}
}
button 3885 {
on (release) {
gotoAndStop('Main');
}
}
button 3890 {
on (release) {
gotoAndStop('More Porn');
}
}
button 3893 {
on (release) {
gotoAndStop('Porn');
}
}
button 3903 {
on (release) {
gotoAndStop('Transform');
}
}
button 3906 {
on (release) {
gotoAndStop('Sprite');
}
}
button 3909 {
on (release) {
gotoAndStop('Ball');
}
}
button 3912 {
on (release) {
gotoAndStop('Stick');
}
}
button 3921 {
on (release) {
gotoAndStop('Flash');
}
}
button 3935 {
on (release) {
_root.gotoAndStop('Newgrounds');
gotoAndStop(1);
}
}
button 3937 {
on (release) {
_root.gotoAndStop('LilDwarf');
gotoAndStop(1);
}
}
button 3939 {
on (release) {
_root.gotoAndStop('Wikipedia');
gotoAndStop(1);
}
}
button 3941 {
on (release) {
_root.gotoAndStop('Yahoo');
gotoAndStop(1);
}
}
button 3943 {
on (release) {
_root.gotoAndStop('Google');
gotoAndStop(1);
}
}
button 3945 {
on (release) {
_root.gotoAndStop('Howardforums');
gotoAndStop(1);
}
}
button 3947 {
on (release) {
_root.gotoAndStop('Newegg');
gotoAndStop(1);
}
}
button 3949 {
on (release) {
_root.gotoAndStop('Cockbomb');
gotoAndStop(1);
}
}
movieClip 3950 {
frame 1 {
stop();
}
}
button 3953 {
on (release) {
_root.sites.gotoAndStop(2);
}
}
movieClip 3957 {
}
movieClip 3959 {
}
instance of movieClip 3959 {
onClipEvent (press) {
_root.ng._y += 15;
if (_root.ng._y > 72.5) {
_root.ng._y = 72.5;
}
}
}
movieClip 3961 {
}
instance of movieClip 3961 {
onClipEvent (press) {
_root.ng._y -= 15;
if (_root.ng._y < -289) {
_root.ng._y = -289;
}
}
}
button 3982 {
on (press) {
_root.gotoAndStop('Collections');
}
}
button 3987 {
on (press) {
_root.gotoAndStop('Audio Portal');
}
}
button 3992 {
on (press) {
_root.gotoAndStop('Flash Portal');
}
}
button 3995 {
on (press) {
_root.gotoAndStop('Newgrounds');
}
}
button 3999 {
on (press) {
_root.gotoAndStop('Perfectus');
}
}
button 4003 {
on (press) {
_root.gotoAndStop('Smash 2');
}
}
movieClip 4004 {
}
movieClip 4010 {
}
instance of movieClip 3959 {
onClipEvent (press) {
_root.smash._y += 15;
if (_root.smash._y > 72.5) {
_root.smash._y = 72.5;
}
}
}
instance of movieClip 3961 {
onClipEvent (press) {
_root.smash._y -= 15;
if (_root.smash._y < -214) {
_root.smash._y = -214;
}
}
}
movieClip 4015 {
}
instance of movieClip 3959 {
onClipEvent (press) {
_root.car._y += 15;
if (_root.car._y > 72.5) {
_root.car._y = 72.5;
}
}
}
instance of movieClip 3961 {
onClipEvent (press) {
_root.car._y -= 15;
if (_root.car._y < -226) {
_root.car._y = -226;
}
}
}
movieClip 4022 {
}
movieClip 4023 {
instance of movieClip 4022 {
onClipEvent (rollOver) {
saySomething = new Sound(sS);
saySomething.attachSound('say_something');
saySomething.start();
}
}
}
instance of movieClip 3959 {
onClipEvent (press) {
_root.portal._y += 15;
if (_root.portal._y > 72.5) {
_root.portal._y = 72.5;
}
}
}
instance of movieClip 3961 {
onClipEvent (press) {
_root.portal._y -= 15;
if (_root.portal._y < -226) {
_root.portal._y = -226;
}
}
}
movieClip 4028 {
}
instance of movieClip 3959 {
onClipEvent (press) {
_root.audio._y += 15;
if (_root.audio._y > 72.5) {
_root.audio._y = 72.5;
}
}
}
instance of movieClip 3961 {
onClipEvent (press) {
_root.audio._y -= 15;
if (_root.audio._y < -213) {
_root.audio._y = -213;
}
}
}
movieClip 4034 {
}
instance of movieClip 3959 {
onClipEvent (press) {
_root.coll._y += 15;
if (_root.coll._y > 72.5) {
_root.coll._y = 72.5;
}
}
}
instance of movieClip 3961 {
onClipEvent (press) {
_root.coll._y -= 15;
if (_root.coll._y < -513) {
_root.coll._y = -513;
}
}
}
movieClip 4039 {
}
instance of movieClip 4039 {
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
}
frame 1446 {
stop();
}
button 4049 {
on (release) {
gotoAndStop('Prey Invalid');
}
}
button 4052 {
on (release) {
gotoAndStop('Main');
Mouse.show();
}
}
button 4055 {
on (release) {
gotoAndStop('Prey Main');
}
}
button 4063 {
on (release) {
gotoAndStop('Doom 3 Invalid');
}
}
button 4066 {
on (release) {
gotoAndStop('Main');
Mouse.show();
}
}
movieClip 4068 {
}
instance of movieClip 4068 {
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
}
button 4071 {
on (release) {
gotoAndStop('Doom 3');
}
}
frame 1504 {
stop();
}
button 4076 {
on (release) {
endsong.stop();
gotoAndPlay(1);
_root.intelligence = 1;
_root.charm = 1;
_root.strength = 1;
_root.dateStats = 0;
_root.kissTimes = 0;
_root.talkTimes = 0;
_root.picTimes = 0;
_root.giveTimes = 0;
_root.touchTimes = 0;
_root.score = 0;
_root.itemWeed = 0;
_root.itemCoke = 0;
_root.itemWaterOrb = 0;
_root.itemFireOrb = 0;
_root.itemBracelet = 0;
_root.itemFairy = 0;
_root.itemOcarina = 0;
_root.itemStick = 0;
_root.itemFlower = 0;
_root.energyLeft = 100;
_root.rupeeGot = 100;
_root.currentDay = 1;
_root.statsNayru = 0;
_root.statsDin = 0;
_root.statsMalon = 0;
_root.statsSaria = 0;
_root.statsZelda = 0;
_root.levelMalon = 'Stranger';
_root.levelNayru = 'Stranger';
_root.levelDin = 'Stranger';
_root.levelSaria = 'Stranger';
_root.levelZelda = 'Stranger';
}
}
movieClip 4078 {
frame 1 {
song1.stop();
song2.stop();
song3.stop();
song4.stop();
song5.stop();
song6.stop();
endsong = new Sound(es);
endsong.attachSound('end song');
endsong.start();
}
frame 31 {
stop();
}
}
button 4079 {
on (release) {
_root.endMC.endsong.stop();
gotoAndPlay(9);
_root.intelligence = 1;
_root.charm = 1;
_root.strength = 1;
_root.dateStats = 0;
_root.kissTimes = 0;
_root.talkTimes = 0;
_root.picTimes = 0;
_root.giveTimes = 0;
_root.touchTimes = 0;
_root.score = 0;
_root.itemWeed = 0;
_root.itemCoke = 0;
_root.itemWaterOrb = 0;
_root.itemFireOrb = 0;
_root.itemBracelet = 0;
_root.itemFairy = 0;
_root.itemOcarina = 0;
_root.itemStick = 0;
_root.itemFlower = 0;
_root.energyLeft = 100;
_root.rupeeGot = 100;
_root.currentDay = 1;
_root.statsNayru = 0;
_root.statsDin = 0;
_root.statsMalon = 0;
_root.statsSaria = 0;
_root.statsZelda = 0;
_root.levelMalon = 'Stranger';
_root.levelNayru = 'Stranger';
_root.levelDin = 'Stranger';
_root.levelSaria = 'Stranger';
_root.levelZelda = 'Stranger';
}
}
button 4089 {
on (release) {
stopAllSounds();
gotoAndStop(9);
_root.intelligence = 1;
_root.charm = 1;
_root.strength = 1;
_root.dateStats = 0;
_root.kissTimes = 0;
_root.talkTimes = 0;
_root.picTimes = 0;
_root.giveTimes = 0;
_root.touchTimes = 0;
_root.score = 0;
_root.itemWeed = 0;
_root.itemCoke = 0;
_root.itemWaterOrb = 0;
_root.itemFireOrb = 0;
_root.itemBracelet = 0;
_root.itemFairy = 0;
_root.itemOcarina = 0;
_root.itemStick = 0;
_root.itemFlower = 0;
_root.energyLeft = 100;
_root.rupeeGot = 100;
_root.currentDay = 1;
_root.statsNayru = 0;
_root.statsDin = 0;
_root.statsMalon = 0;
_root.statsSaria = 0;
_root.statsZelda = 0;
_root.levelMalon = 'Stranger';
_root.levelNayru = 'Stranger';
_root.levelDin = 'Stranger';
_root.levelSaria = 'Stranger';
_root.levelZelda = 'Stranger';
}
}
movieClip 4098 {
}
movieClip 4106 {
}
movieClip 4136 {
}
movieClip 4137 {
frame 1 {
stopAllSounds();
}
instance of movieClip 379 {
onClipEvent (enterFrame) {
if (!Key.isDown(39)) {
_root.player.gotoAndStop(4);
}
}
}
frame 3226 {
stopAllSounds();
}
frame 3229 {
endSong = new Sound(eS);
endSong.attachSound('End Song');
endSong.start(0, 50);
}
frame 3337 {
stop();
}
}