STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228062
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2560 · P5120

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/58752174?noj=FRM58752174-27DC" width="1" height="1"></div>

farmer3.swf

This is the info page for
Flash #155547

(Click the ID number above for more basic data on this flash file.)


ActionScript [AS1/AS2]
Combined Code
frame 1 { function preloadSite() { var v3 = _root.getBytesLoaded(); var v2 = _root.getBytesTotal(); var v4 = Math.round((v3 / v2) * 100); redloadingbar_mc._xscale = v4; percent_text.text = v4 + '%'; if (v3 >= v2 || loaded) { if (lfade >= 100) { clearInterval(loadingCall); fade = 100; gotoAndStop(2); return undefined; } else { loaded = 1; lfade += 10; if (lfade >= 100) { lfade = 100; } sheet_mc._alpha = lfade; } } } stop(); loadingbar_mc._xscale = 1; webmasters_mc.gotoAndStop(1); var loadingCall = setInterval(preloadSite, 50); sheet_mc._x = 360; sheet_mc._y = 288; sheet_mc.gotoAndStop(1); sheet_mc.swapDepths(33333); lfade = 0; sheet_mc._alpha = 0; loaded = 0; } frame 1 { function doscene() { if (scene == 0) { doscene0(); } else { if (scene == 1) { doscene1(); } else { if (scene == 2) { doscene2(); } else { if (scene == 3) { doscene3(); } else { if (scene == 4) { doscene4(); } else { if (scene == 5) { doscene5(); } else { if (scene == 6) { doscene6(); } else { if (scene == 7) { doscene7(); } else { if (scene == 8) { doscene8(); } else { if (scene == 9) { doscene9(); } else { if (scene == 10) { doscene10(); } else { if (scene == 11) { doscene11(); } else { if (scene == 12) { doscene12(); } else { if (scene == 13) { doscene13(); } else { if (scene == 14) { doscene14(); } else { if (scene == 15) { doscene15(); } } } } } } } } } } } } } } } } domover(); } function domon() { if (!debug) { mon0_mc.swapDepths(-10503); mon0_mc._x = -10000; return undefined; } mon0_mc.mon0_txt.text = mon0 + '\r' + mon1 + '\r' + mon2 + '\r' + mon3 + '\r' + mon4 + '\r' + mon5 + '\r' + mon6 + '\r' + mon7; mon0_mc._x = 210; if (scene == 1) { mon0_mc.gotoAndStop(2); } else { mon0_mc.gotoAndStop(3); } mon0_mc.swapDepths(34902); } function drawCircle(cx, cy, r) { with (_root.wordBalloon.wordBalloonGraphic) { var c1 = r * 0.4142135623730952; var c2 = r * Math.SQRT2 / 2; beginFill(16777215, 100); lineStyle(2, 0, 100); moveTo(cx + r, cy); curveTo(cx + r, cy + c1, cx + c2, cy + c2); curveTo(cx + c1, cy + r, cx, cy + r); curveTo(cx - c1, cy + r, cx - c2, cy + c2); curveTo(cx - r, cy + c1, cx - r, cy); curveTo(cx - r, cy - c1, cx - c2, cy - c2); curveTo(cx - c1, cy - r, cx, cy - r); curveTo(cx + c1, cy - r, cx + c2, cy - c2); curveTo(cx + r, cy - c1, cx + r, cy); endFill(); } } function resay() { if (speaking) { say(ssay, savnarrow, savbubx, savbuby); } } function say(windex, narrow, forcex, forcey) { ssay = windex; forcebuboff = 0; if (narrow == undefined) { narrow = 0; } i = (windex - 210) * 4; savwordindex = i; savnarrow = narrow; if (language == 0) { words = English3[i]; type = English3[i + 1]; bubx = English3[i + 2]; buby = English3[i + 3]; } else { if (language == 1) { words = German3[i]; type = German3[i + 1]; bubx = German3[i + 2]; buby = German3[i + 3]; } else { if (language == 2) { words = French3[i]; type = French3[i + 1]; bubx = French3[i + 2]; buby = French3[i + 3]; } } } if (forcex != undefined && forcey != undefined) { bubx = forcex; buby = forcey; } if (bubx == 0 && buby == 0) { bubx = savbubx; buby = savbuby; } savbubx = bubx; savbuby = buby; strlen = words.length; if (type < 0) { return undefined; } speaking = 1; if (type == 11) { tmread = 0; _root.createEmptyMovieClip('twordBalloon', 200); _root.twordBalloon.createEmptyMovieClip('twordBalloonGraphic', 201); } else { _root.createEmptyMovieClip('wordBalloon', 32222); _root.wordBalloon.createEmptyMovieClip('wordBalloonGraphic', 32223); } rolledon = 0; rolledoff = 0; _root.wordBalloon.onEnterFrame = function () { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { if (rolledoff > 10) { rolledon = 1; } } else { ++rolledoff; } }; trolledon = 0; trolledoff = 0; _root.twordBalloon.onEnterFrame = function () { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { if (trolledoff > 10) { trolledon = 1; tmread = 1; } } else { ++trolledoff; } }; if (type == 11) { tballoonFormat = new TextFormat(); if (fadefont) { tballoonFormat.font = 'arialfont'; tballoonFormat.size = 14; } else { tballoonFormat.font = 'Arial'; tballoonFormat.size = 12; } tballoonFormat.color = 0; tballoonFormat.align = 'center'; _root.twordBalloon.twordBalloonGraphic.createTextField('balloon_txt', 1, 5, 5, 150, 75); _root.twordBalloon.twordBalloonGraphic.balloon_txt.selectable = false; _root.twordBalloon.twordBalloonGraphic.balloon_txt.html = true; if (fadefont) { _root.twordBalloon.twordBalloonGraphic.balloon_txt.embedFonts = true; } _root.twordBalloon.twordBalloonGraphic.balloon_txt.wordWrap = true; _root.twordBalloon.twordBalloonGraphic.balloon_txt.autoSize = true; _root.twordBalloon.twordBalloonGraphic.balloon_txt.htmlText = words; _root.twordBalloon.twordBalloonGraphic.balloon_txt.setTextFormat(tballoonFormat); bTxtW = _root.twordBalloon.twordBalloonGraphic.balloon_txt._width; bTxtH = _root.twordBalloon.twordBalloonGraphic.balloon_txt._height; _root.twordBalloon.twordBalloonGraphic._x = bubx - bTxtW / 2; _root.twordBalloon.twordBalloonGraphic._y = buby; with (_root.twordBalloon.twordBalloonGraphic) { beginFill(16777215, 100); if (type == 11) { lineStyle(2, 12632256, 100); } else { lineStyle(2, 0, 100); } moveTo(10, 0); lineTo(bTxtW, 0); curveTo(bTxtW + 10, 0, bTxtW + 10, 10); lineTo(bTxtW + 10, bTxtH); curveTo(bTxtW + 10, bTxtH + 10, bTxtW, bTxtH + 10); lineTo(10, bTxtH + 10); lineTo(10, bTxtH + 10); curveTo(0, bTxtH + 10, 0, bTxtH); lineTo(0, 10); curveTo(0, 0, 10, 0); endFill(); } } else { balloonFormat = new TextFormat(); if (fadefont) { balloonFormat.font = 'arialfont'; balloonFormat.size = 14; } else { balloonFormat.font = 'Arial'; balloonFormat.size = 12; } balloonFormat.color = 0; balloonFormat.align = 'center'; if (narrow == -1) { _root.wordBalloon.wordBalloonGraphic.createTextField('balloon_txt', 1, 5, 5, 180, 100); } else { if (narrow == 2) { _root.wordBalloon.wordBalloonGraphic.createTextField('balloon_txt', 1, 5, 5, 80, 100); } else { if (narrow == 1) { _root.wordBalloon.wordBalloonGraphic.createTextField('balloon_txt', 1, 5, 5, 120, 100); } else { if (narrow == 1.5) { _root.wordBalloon.wordBalloonGraphic.createTextField('balloon_txt', 1, 5, 5, 95, 100); } else { _root.wordBalloon.wordBalloonGraphic.createTextField('balloon_txt', 1, 5, 5, 150, 75); } } } } _root.wordBalloon.wordBalloonGraphic.balloon_txt.selectable = false; _root.wordBalloon.wordBalloonGraphic.balloon_txt.html = true; if (fadefont) { _root.wordBalloon.wordBalloonGraphic.balloon_txt.embedFonts = true; } _root.wordBalloon.wordBalloonGraphic.balloon_txt.wordWrap = true; _root.wordBalloon.wordBalloonGraphic.balloon_txt.autoSize = true; _root.wordBalloon.wordBalloonGraphic.balloon_txt.htmlText = words; _root.wordBalloon.wordBalloonGraphic.balloon_txt.setTextFormat(balloonFormat); bTxtW = _root.wordBalloon.wordBalloonGraphic.balloon_txt._width; bTxtH = _root.wordBalloon.wordBalloonGraphic.balloon_txt._height; if (type >= 4 && type < 100) { if (type == 4) { _root.wordBalloon.wordBalloonGraphic._x = bubx; _root.wordBalloon.wordBalloonGraphic._y = buby - (bTxtH + 30); } else { if (type == 5) { _root.wordBalloon.wordBalloonGraphic._x = bubx - (bTxtW + 10); _root.wordBalloon.wordBalloonGraphic._y = buby - (bTxtH + 30); } else { if (type >= 10) { _root.wordBalloon.wordBalloonGraphic._x = bubx - bTxtW / 2; _root.wordBalloon.wordBalloonGraphic._y = buby; } } } with (_root.wordBalloon.wordBalloonGraphic) { beginFill(16777215, 100); if (type == 11) { lineStyle(2, 12632256, 100); } else { lineStyle(2, 0, 100); } moveTo(10, 0); lineTo(bTxtW, 0); curveTo(bTxtW + 10, 0, bTxtW + 10, 10); lineTo(bTxtW + 10, bTxtH); curveTo(bTxtW + 10, bTxtH + 10, bTxtW, bTxtH + 10); lineTo(10, bTxtH + 10); lineTo(10, bTxtH + 10); curveTo(0, bTxtH + 10, 0, bTxtH); lineTo(0, 10); curveTo(0, 0, 10, 0); endFill(); } if (type == 4) { r = 3; cx = -1; cy = bTxtH + 30; drawCircle(cx, cy, r); r = 4; cx = 5; cy = bTxtH + 24; drawCircle(cx, cy, r); r = 5; cx = 10; cy = bTxtH + 16; drawCircle(cx, cy, r); } else { if (type == 5) { r = 3; cx = 1 + (bTxtW + 10); cy = bTxtH + 30; drawCircle(cx, cy, r); r = 4; cx = -5 + (bTxtW + 10); cy = bTxtH + 24; drawCircle(cx, cy, r); r = 5; cx = -10 + (bTxtW + 10); cy = bTxtH + 16; drawCircle(cx, cy, r); } } } else { if (type == 3) { _root.wordBalloon.wordBalloonGraphic._x = bubx + 20; _root.wordBalloon.wordBalloonGraphic._y = buby; with (_root.wordBalloon.wordBalloonGraphic) { beginFill(16777215, 100); lineStyle(2, 0, 100); moveTo(10, 0); lineTo(bTxtW, 0); curveTo(bTxtW + 10, 0, bTxtW + 10, 10); lineTo(bTxtW + 10, bTxtH); curveTo(bTxtW + 10, bTxtH + 10, bTxtW, bTxtH + 10); lineTo(10, bTxtH + 10); curveTo(0, bTxtH + 10, 0, bTxtH); lineTo(0, 18); curveTo(-10, 20, -20, 0); curveTo(-10, 10, 0, 10); curveTo(0, 0, 10, 0); endFill(); } } else { if (type == 2) { _root.wordBalloon.wordBalloonGraphic._x = bubx - (bTxtW + 30); _root.wordBalloon.wordBalloonGraphic._y = buby; with (_root.wordBalloon.wordBalloonGraphic) { beginFill(16777215, 100); lineStyle(2, 0, 100); moveTo(10, 0); lineTo(bTxtW, 0); curveTo(bTxtW + 10, 0, bTxtW + 10, 10); curveTo(bTxtW + 20, 10, bTxtW + 30, 0); curveTo(bTxtW + 20, 20, bTxtW + 10, 18); lineTo(bTxtW + 10, bTxtH); curveTo(bTxtW + 10, bTxtH + 10, bTxtW, bTxtH + 10); lineTo(10, bTxtH + 10); curveTo(0, bTxtH + 10, 0, bTxtH); lineTo(0, 10); curveTo(0, 0, 10, 0); endFill(); } } else { if (type == 111) { _root.wordBalloon.wordBalloonGraphic._x = bubx - (bTxtW + 10); _root.wordBalloon.wordBalloonGraphic._y = buby - (bTxtH + 30); with (_root.wordBalloon.wordBalloonGraphic) { beginFill(16777215, 100); lineStyle(2, 0, 100); moveTo(10, 0); lineTo(bTxtW, 0); curveTo(bTxtW + 10, 0, bTxtW + 10, 10); lineTo(bTxtW + 10, bTxtH); curveTo(bTxtW + 10, bTxtH + 10, bTxtW, bTxtH + 10); curveTo(bTxtW + 0, bTxtH + 20, bTxtW + 40, bTxtH + 40); curveTo(bTxtW - 5, bTxtH + 20, bTxtW - 10, bTxtH + 10); lineTo(10, bTxtH + 10); curveTo(0, bTxtH + 10, 0, bTxtH); lineTo(0, 10); curveTo(0, 0, 10, 0); endFill(); } } else { if (type == 1) { _root.wordBalloon.wordBalloonGraphic._x = bubx - (bTxtW + 10); _root.wordBalloon.wordBalloonGraphic._y = buby - (bTxtH + 30); with (_root.wordBalloon.wordBalloonGraphic) { beginFill(16777215, 100); lineStyle(2, 0, 100); moveTo(10, 0); lineTo(bTxtW, 0); curveTo(bTxtW + 10, 0, bTxtW + 10, 10); lineTo(bTxtW + 10, bTxtH); curveTo(bTxtW + 10, bTxtH + 10, bTxtW, bTxtH + 10); curveTo(bTxtW + 0, bTxtH + 20, bTxtW + 10, bTxtH + 30); curveTo(bTxtW - 5, bTxtH + 20, bTxtW - 10, bTxtH + 10); lineTo(10, bTxtH + 10); curveTo(0, bTxtH + 10, 0, bTxtH); lineTo(0, 10); curveTo(0, 0, 10, 0); endFill(); } } else { ost = buby - (bTxtH + 30); if (ost < 0) { buby -= ost - 2; } _root.wordBalloon.wordBalloonGraphic._x = bubx; _root.wordBalloon.wordBalloonGraphic._y = buby - (bTxtH + 30); with (_root.wordBalloon.wordBalloonGraphic) { beginFill(16777215, 100); lineStyle(2, 0, 100); moveTo(10, 0); lineTo(bTxtW, 0); curveTo(bTxtW + 10, 0, bTxtW + 10, 10); lineTo(bTxtW + 10, bTxtH); curveTo(bTxtW + 10, bTxtH + 10, bTxtW, bTxtH + 10); lineTo(20, bTxtH + 10); curveTo(15, bTxtH + 20, 0, bTxtH + 30); curveTo(10, bTxtH + 20, 10, bTxtH + 10); lineTo(10, bTxtH + 10); curveTo(0, bTxtH + 10, 0, bTxtH); lineTo(0, 10); curveTo(0, 0, 10, 0); endFill(); } } } } } } balpha = 0; bfade = 20; extratime = strlen; ububtime = bubtime + extratime; } } function dofade() { do_fsprites(); if (bfade > 0) { balpha += bfade; if (balpha >= 100) { balpha = 100; bfade = 0; bubtimer = ububtime; bubtimer = 5; } _root.wordBalloon.wordBalloonGraphic._alpha = balpha; _root.wordBalloon.wordBalloonGraphic.balloon_txt._alpha = balpha; } else { if (bfade < 0) { balpha += bfade; if (balpha <= 0) { balpha = 0; bfade = 0; _root.wordBalloon.wordBalloonGraphic._y = 10000; speaking = 0; } _root.wordBalloon.wordBalloonGraphic._alpha = balpha; _root.wordBalloon.wordBalloonGraphic.balloon_txt._alpha = balpha; } } if (bubtimer > 0) { --bubtimer; if (bubtimer <= 0) { bubtimer = 0; } } if (bfade == 0 && bubtimer == 0 && (rolledon || forcebuboff)) { bfade = -20; } if (fadespeed < 0) { fade += fadespeed; if (fade <= 0) { fade = 0; fadespeed = 0; autopilot = 0; } sheet_mc._alpha = fade; sheet_mc.swapDepths(33333); } else { if (fadespeed > 0) { fade += fadespeed; if (fade >= 100) { fade = 100; fadespeed = 0; } sheet_mc._alpha = fade; if (fade <= 0) { sheet_mc.swapDepths(-33333); } } } } function startfadeout() { fadingout = 1; fadespeed = 2; sheet_mc.gotoAndStop(1); } function startfadeoutwhite() { fadingout = 1; fadespeed = 0.5; sheet_mc.gotoAndStop(2); } function startfadein() { fadingout = 0; fadespeed = -2; } function hideall(flag) { heart_mc._alpha = 0; mouse_mc._alpha = 0; hotspot_mc._alpha = 0; webmasters_mc._alpha = 0; webmasters_mc._x = -10000; webmasters_shad_mc._x = -10000; startbutton_mc._x = -10000; webmasters_mc.swapDepths(-10500); webmasters_shad_mc.swapDepths(-10501); startbutton_mc.swapDepths(-10502); flag1_mc.swapDepths(-10513); flag2_mc.swapDepths(-10514); flag3_mc.swapDepths(-10515); flag4_mc.swapDepths(-10516); vinebutton_mc.swapDepths(-10517); vinebutton2_mc.swapDepths(-10518); mon6 = ''; mon5 = ''; mon4 = ''; mon3 = ''; mon2 = ''; mon1 = ''; mon0 = ''; if (flag == 2) { } else { stoploop(); } oldmousex = mousex; adjy = 0; adjx = 0; attacharrow = 0; attach = 0; arrowcursor = 0; arrowx = -10000; arrow_mc._x = arrowx; arrow_mc.swapDepths(-10518); arrow2_mc.swapDepths(-10519); mouse_mc.swapDepths(-10521); mouse_mc.gotoAndStop(6); hidesprites(); bg1_mc._x = -10000; bg2_mc._x = -10000; bg3_mc._x = -10000; bg4_mc._x = -10000; bg1_mc._xscale = 100; bg2_mc._xscale = 100; bg3_mc._xscale = 100; bg4_mc._xscale = 100; bg1_mc._yscale = 100; bg2_mc._yscale = 100; bg3_mc._yscale = 100; bg4_mc._yscale = 100; bg1_mc._alpha = 0; bg2_mc._alpha = 0; bg3_mc._alpha = 0; bg4_mc._alpha = 0; bg1_mc.swapDepths(-10100); bg2_mc.swapDepths(-10101); bg3_mc.swapDepths(-10102); bg4_mc.swapDepths(-10103); } function killsprites() { hidesprites(); } function hidesprites() { gothot = 0; i = 0; while (i < totalsprites) { fs_changing[i] = -1; fs_frame[i] = 0; fs_alpha[i] = 100; ii = i; _root['sprite' + ii + '_mc']._x = -10000; _root['sprite' + ii + '_mc']._alpha = 100; _root['sprite' + ii + '_mc']._xscale = 100; _root['sprite' + ii + '_mc']._yscale = 100; _root['sprite' + ii + '_mc']._rotation = 0; _root['sprite' + ii + '_mc'].gotoAndStop(2); _root['sprite' + ii + '_mc'].swapDepths(-10000 - i); if (i < 20) { _root['sperm' + ii + '_mc']._x = -10000; _root['sperm' + ii + '_mc']._alpha = 0; _root['sperm' + ii + '_mc'].gotoAndStop(9); _root['sperm' + ii + '_mc'].swapDepths(-10050 - i); } ++i; } } function startarrow(arx, ary, ardir) { if (bjphase == arrowphase) { return undefined; } arrowphase = bjphase; arrowangle = ardir * 90; arrowx = arx; arrowy = ary; arrowtype = 1; arrowalpha = 0; arrowblink = 0; arrowtime = 200; autopilot = 2; } function killarrow() { arrowtype = 0; arrowphase = -1; arrow_mc._x = -10000; autopilot = 0; } function doarrow() { if (arrowtype == 1 && arrowtime) { --arrowtime; } seearrow = 0; if (Key.isDown(72) && hint) { seearrow = 2; } else { if (Key.isDown(72) || arrowtype == 1 && arrowtime == 0) { seearrow = 1; } } if (swoosh) { doswoosh_arrow(); } if (autopilot != oautopilot && autopilot > 1) { } oautopilot = autopilot; if (autopilot && !seearrow) { if (autopilot == 1 || autopilot == 1.1) { arrow2_mc._yscale = 100; arrow2_mc._xscale = 100; aindex = 0; extra = 0; t = rnd(100); if (t <= 33) { d = -1; } else { if (t >= 66) { d = 1; } else { d = 0; } } tautoangle += d; if (tautoangle > 9) { tautoangle = 9; } if (tautoangle < -9) { tautoangle = -9; } dx = tautoangle - autoangle; autoangle += dx / 6; } else { if (autopilot == 2) { extra = 3; aindex = 3; if (finddir > 0) { autoangle += 0.5; if (autoangle >= 9) { finddir = -1; } } else { autoangle -= 0.5; if (autoangle <= -9) { finddir = 1; } } } else { if (autopilot == 3) { aindex = 6; extra = 4; t = rnd(100); if (t <= 33) { d = -1; } else { if (t >= 66) { d = 1; } else { d = 0; } } tautoangle += d; if (tautoangle > 9) { tautoangle = 9; } if (tautoangle < -9) { tautoangle = -9; } dx = tautoangle - autoangle; autoangle += dx / 6; } else { if (autopilot == 4) { aindex = 9; extra = 4; t = rnd(100); if (t <= 33) { d = -1; } else { if (t >= 66) { d = 1; } else { d = 0; } } tautoangle += d; if (tautoangle > 9) { tautoangle = 9; } if (tautoangle < -9) { tautoangle = -9; } dx = tautoangle - autoangle; autoangle += dx / 6; } else { if (autopilot == 5) { aindex = 12; extra = 0; autoangle = -45; } else { if (autopilot == 6 || autopilot == 8) { aindex = 15; extra = 0; autoangle = -45; } else { if (autopilot == 7) { aindex = 18; extra = 0; autoangle = -45; } } } } } } } if (showleft) { arrow_mc._x = -48 + showleft; } else { arrow_mc._x = 609 - extra; } if (autopilot == 1 || autopilot == 1.1) { arrow_mc._y = 477; } else { if (autopilot == 3) { arrow_mc._y = 482; } else { arrow_mc._y = 457; } } arrow_mc._y -= showhigh * 445; if (autopilot == 1.1) { arrow_mc._alpha = 0; } else { arrow_mc._alpha = 100; } arrow_mc._rotation = 45 + autoangle; arrow_mc.gotoAndStop(28 + aindex); arrow_mc.swapDepths(20003); if (autopilot == 5) { arrow_mc._yscale = ptasks * 400; arrow_mc._y = 500; } else { arrow_mc._yscale = 100; } atext = 0; if (showhigh) { if (mousex >= 650 && mousey <= 30) { atext = 1; if (language == 1) { atext = 31; } } } else { if (mousex >= 650 && mousey >= 510) { atext = 1; if (language == 1) { atext = 31; } } } if (autopilot == 8) { arrow_mc._x = -50; arrow2_mc._x = arrow_mc._x; heart_mc._x = arrow2_mc._x; arrow2_mc._y = arrow_mc._y; heart_mc._y = arrow2_mc._y; arrow2_mc._alpha = 100; arrow2_mc._rotation = 0; heart_mc.gotoAndStop(80); heart_mc._rotation = 0; heart_mc.swapDepths(20008); arrow2_mc._alpha = powerbarsize; arrow2_mc.gotoAndStop(54); arrow2_mc.gotoAndStop(55); mpowerbarsize = powerbarsize; hearta = powerbarsize * 10; if (hearta > 100) { hearta = 100; } heart_mc._alpha = hearta; heart_mc._y = arrow2_mc._y - 100; heart_mc._y += (pokemax - 90) * 1.5; arrow2_mc._xscale = mpowerbarsize; arrow2_mc._yscale = mpowerbarsize; arrow2_mc._y -= powerbarsize / 2; arrow2_mc.swapDepths(20004); if (powerbarcolor < 0) { arrow2_mc._x = -10000; arrow_mc._x = -10000; } arrow_mc._x = -10000; } else { if (autopilot == 6) { if (ssay == 696.1) { bfpowerbarpos(); } else { if (powerbarside > 0) { arrow_mc._x = -45; } } arrow2_mc._x = arrow_mc._x; heart_mc._x = arrow2_mc._x; arrow2_mc._y = arrow_mc._y; heart_mc._y = arrow2_mc._y; arrow2_mc._alpha = 100; arrow2_mc._rotation = 0; heart_mc.gotoAndStop(80); heart_mc._rotation = 0; heart_mc.swapDepths(20008); if (atext) { if (hint) { arrow2_mc.gotoAndStop(46); } else { arrow2_mc.gotoAndStop(29 + atext + aindex); } arrow2_mc._yscale = 100; } else { arrow2_mc.gotoAndStop(51 + powerbarcolor); mpowerbarsize = powerbarsize; if (mpowerbarsize > 100) { hearta = (mpowerbarsize - 100) * 10; heart_mc._alpha = hearta; mpowerbarsize = 100; } else { heart_mc._alpha = 0; } arrow2_mc._yscale = mpowerbarsize; } arrow2_mc.swapDepths(20004); if (powerbarcolor < 0) { arrow2_mc._x = -10000; arrow_mc._x = -10000; } } else { if (autopilot == 5) { arrow2_mc._x = arrow_mc._x; arrow2_mc._y = arrow_mc._y; arrow2_mc._alpha = 100; arrow2_mc._rotation = 0; if (atext) { arrow2_mc.gotoAndStop(29 + atext + aindex); arrow2_mc._yscale = 100; } else { arrow2_mc.gotoAndStop(50); arrow2_mc._yscale = ptasksdone * 400; } arrow2_mc.swapDepths(20004); heart_mc._alpha = 0; } else { arrow2_mc._x = 609 - extra * 2; arrow2_mc._y = 502 - showhigh * 445; arrow2_mc._alpha = 100; arrow2_mc._rotation = 0; arrow2_mc.gotoAndStop(29 + atext + aindex); arrow2_mc.swapDepths(20004); arrow2_mc._yscale = 100; heart_mc._alpha = 0; heart_mc.swapDepths(-20008); } } } arrow_mc._x += 80; arrow_mc._y += 54; heart_mc._x += 80; heart_mc._y += 54; arrow2_mc._x += 80; arrow2_mc._y += 54; return undefined; } arrow2_mc.swapDepths(-20004); arrow2_mc._x = -10000; heart_mc._alpha = 0; heart_mc.swapDepths(-20008); if (seearrow == 2) { if (arrowalpha < 100) { arrowalpha += 5; } arrow_mc._x = hintx; arrow_mc._y = hinty; arrow_mc._alpha = arrowalpha; arrow_mc._rotation = hintangle; arrow_mc.gotoAndStop(20 + arrowcolor); arrow_mc.swapDepths(20003); } else { if (arrowtype == 0) { arrow_mc._x = -10000; } else { if (arrowtype == 1) { if (Key.isDown(72) && arrowtime) { arrowtime = 0; } if (onhot) { arrowtime = 100; } if (arrowtime) { return undefined; } if (arrowblink == 0) { hotspot_mc._alpha = arrowalpha / 5; if (arrowalpha < 100) { arrowalpha += 5; } else { arrowblink = 1; } if (!onhot) { hotspot_mc._alpha = arrowalpha / 5; } } else { if (arrowalpha > 0) { arrowalpha -= 5; --hotspot_mc._alpha; } else { arrowblink = 0; arrowtime = 100; } if (!onhot) { hotspot_mc._alpha = arrowalpha / 5; } } arrow_mc._x = arrowx; arrow_mc._y = arrowy; arrow_mc._alpha = arrowalpha; arrow_mc._rotation = arrowangle; arrow_mc.gotoAndStop(20 + arrowcolor); arrow_mc.swapDepths(20003); } } } } function doswoosh_arrow() { swoosh += 20; if (swoosh >= 180) { swoosh = 180; } if (swoosh < 90) { if (swalpha < 60) { swalpha += 20; } else { swalpha = 100; } } else { if (swoosh >= 90) { swalpha -= 20; hidemouse = 0; } } if (swalpha <= 0) { swalpha = 0; swoosh = 0; mouse_mc._alpha = 0; return undefined; } if (ssay == 566) { swooshadd += (sine(swoosh) + 1) * (3 + fadjy); } else { swooshadd += (sine(swoosh - 90) + 1) * (3 + fadjy); } swoosha += (sine(swoosh - 90) + 1) * (4 + fadjx); if (swooshdir == 0) { mouse_mc._x = swooshx; swooshy -= swooshadd; mouse_mc._y = swooshy; } else { if (swooshdir == 1) { mouse_mc._x = swooshx + swooshadd; mouse_mc._y = swooshy; } else { if (swooshdir == 2) { mouse_mc._x = swooshx; mouse_mc._y = swooshy + swooshadd; } else { if (swooshdir == 3) { mouse_mc._x = swooshx - swooshadd; mouse_mc._y = swooshy; } else { mouse_mc._x = swooshx - swooshadd; mouse_mc._y = swooshy + swooshadd; } } } } mouse_mc.swapDepths(20007); mouse_mc.gotoAndStop(2); mouse_mc._alpha = swalpha; if (swooshdir == 7) { mouse_mc._rotation = 135; } else { mouse_mc._rotation = (swooshdir - 1) * 90; } } function sethotspot(xpos, ypos, wid, hit, dir) { startarrow(xpos, ypos, dir); hotdir = dir * 90; hotspot_mc._x = xpos; hotspot_mc._y = ypos; hotspot_mc._height = hit; hotspot_mc._width = wid; hotspot_mc.gotoAndStop(1); hotspot_mc.swapDepths(20002); if (!gothot) { hotspot_mc._alpha = 0; } gothot = 1; } function killhotspot() { gothot = 0; onhot = 0; hidemouse = 0; mouse_mc._alpha = 0; hotspot_mc._alpha = 0; killarrow(); } function doshowpause() { pop_mc._x = 360; pop_mc._y = 400; if (pausing == 8) { pop_mc.gotoAndStop(pausing); flag4_mc._alpha = 0; flag3_mc._alpha = 0; flag2_mc._alpha = 0; flag1_mc._alpha = 0; pop_mc.swapDepths(25559); return undefined; } else { if (pausing >= 9) { pop_mc.gotoAndStop(pausing); } else { pop_mc.gotoAndStop(17); } } pop_mc.swapDepths(25559); if (language == 2) { pop_mc.txt.text = Pause[12]; } else { if (language == 0) { pop_mc.txt.text = Pause[4]; } else { pop_mc.txt.text = Pause[8]; } } sp = 64; cmousex = mousex - 360; cmousey = mousey - 240; tx = floor((cmousex + 192) / 64); ty = cmousey - 171; if (tx >= 0 && tx < 6 && ty >= 0 && ty < 40) { flag = tx; } else { flag = -1; } flag1_mc._x = 200; flag1_mc._y = 430 + fadjy; flag1_mc.swapDepths(25560); flag1_mc.gotoAndStop(1); if (flag == 0) { flag1_mc._alpha = 100; } else { flag1_mc._alpha = 50; } flag2_mc._x = 200 + sp * 1 + fadjx; flag2_mc._y = 430 + fadjy; flag2_mc.swapDepths(25561); flag2_mc.gotoAndStop(2); if (flag == 1) { flag2_mc._alpha = 100; } else { flag2_mc._alpha = 50; } flag3_mc._x = 200 + sp * 2 + fadjx; flag3_mc._y = 430 + fadjy; flag3_mc.swapDepths(25562); flag3_mc.gotoAndStop(3); if (flag == 2) { flag3_mc._alpha = 100; } else { flag3_mc._alpha = 50; } if (pausing == 9) { flag4_mc._alpha = 0; flag3_mc._alpha = 0; flag2_mc._alpha = 0; flag1_mc._alpha = 0; } flag1_mc._yscale = 100; flag1_mc._xscale = 100; flag2_mc._yscale = 100; flag2_mc._xscale = 100; flag3_mc._yscale = 100; flag3_mc._xscale = 100; flag4_mc._yscale = 100; flag4_mc._xscale = 100; if (flag == 0) { pop_mc.txt.text = 'English'; if (buttonpress) { language = flag; resay(); } } else { if (flag == 1) { pop_mc.txt.text = 'Deutsch'; if (buttonpress) { language = flag; resay(); } } else { if (flag == 2) { pop_mc.txt.text = 'Français'; if (buttonpress) { language = flag; resay(); } } } } } function dolanguagebutton() { fxadj = -81 + zadjx; uggadj = 40 + wadjx; uggadjy = -8 + wadjy; if (mousex >= 272 + fxadj + uggadj && mousex <= 397 + fxadj + uggadj && mousey >= 554 + uggadjy) { flag1_mc._x = 360; flag1_mc._y = 556 + fadjy; flag1_mc.swapDepths(27019); flag1_mc.gotoAndStop(10); flag1_mc._alpha = 100; flag1_mc._xscale = 100; flag1_mc._yscale = 100; flag4_mc._alpha = 0; flag3_mc._alpha = 0; flag2_mc._alpha = 0; if (buttonpress) { seenpause = 1; pausing = 1; } return undefined; } sp = 32; lbx = 328 + fxadj; flag1_mc._x = lbx; flag1_mc._y = 556 + fadjy; flag1_mc.swapDepths(25560); flag1_mc.gotoAndStop(1); flag1_mc._alpha = 100; flag1_mc._xscale = 50; flag1_mc._yscale = 50; flag2_mc._x = lbx + sp * 1; flag2_mc._y = 556 + fadjy; flag2_mc.swapDepths(25561); flag2_mc.gotoAndStop(2); flag2_mc._alpha = 100; flag2_mc._xscale = 50; flag2_mc._yscale = 50; flag3_mc._x = lbx + sp * 2; flag3_mc._y = 556 + fadjy; flag3_mc.swapDepths(25562); flag3_mc.gotoAndStop(3); flag3_mc._alpha = 100; flag3_mc._xscale = 50; flag3_mc._yscale = 50; } function domover() { if (!backmove) { if (mover < moverd) { mvspd = 100 / movertime; mover += mvspd; } else { mover = moverd; } } else { if (mover > 0) { mvspd = 100 / movertime; mover -= mvspd; } else { backmove = 0; moverd = 0; mover = 0; } } if (!mbackmove) { if (mmover < mmoverd) { mmvspd = 100 / mmovertime; mmover += mmvspd; } else { mmover = mmoverd; } } else { if (mmover > 0) { mmvspd = 100 / mmovertime; mmover -= mmvspd; } else { mbackmove = 0; mmoverd = 0; mmover = 0; } } mang = mover * 1.8; m100 = (sine(mang - 90) + 1) / 2; mang = mmover * 1.8; mm100 = (sine(mang - 90) + 1) / 2; } function dopop() { if (!buttonpress) { plinkrel = 1; } if (showpop) { if (mousey > 515 && mousex > 582) { showpoptype = 4; } else { showpoptype = 10; } if (showpoptype == 10) { pop_mc._x = 646; pop_mc._y = 538; } else { pop_mc._x = 610; pop_mc._y = 516; if (buttonpress && plinkrel) { getURL('http://pusooy.net', '_blank'); plinkrel = 0; } if (!buttonpress) { plinkrel = 1; } } pop_mc.gotoAndStop(showpoptype); pop_mc.swapDepths(25608); } else { pop_mc._x = -10000; } } function do_powerbar() { dopowerbar(); } function dopowerbar() { h100 = (horny + surge) / 100; powerbarsize = horny + surge; if (dosurge) { if (surge < 12 * dosurge) { surge += dosurge; } else { dosurge = 0; } } else { if (surge) { surge -= 0.5; } } sinehorny = sine(horny * 0.9) * 100; } function do_fsprites() { i = 0; while (i < totalsprites) { i1 = i + 1; if (fs_changing[i] > 0) { tfs = fs_fadestep[i]; if (fs_alpha[i + 1] < 100) { fs_alpha[i1] += tfs; if (fs_alpha[i1] >= 100) { fs_alpha[i1] = 100; fs_alpha[i] = 100 - tfs; } } else { if (fs_alpha[i] > 0) { fs_alpha[i] -= tfs; if (fs_alpha[i] <= 0) { fs_alpha[i] = 100; fs_frame[i] = fs_frame[i + 1]; fs_alpha[i + 1] = 0; fs_frame[i + 1] = 5; fs_changing[i] = 0; } } } _root['sprite' + i + '_mc']._alpha = fs_alpha[i]; _root['sprite' + i + '_mc'].gotoAndStop(fs_frame[i]); _root['sprite' + i1 + '_mc']._alpha = fs_alpha[i1]; _root['sprite' + i1 + '_mc'].gotoAndStop(fs_frame[i1]); _root['sprite' + i1 + '_mc']._x = _root['sprite' + i + '_mc']._x; _root['sprite' + i1 + '_mc']._y = _root['sprite' + i + '_mc']._y; _root['sprite' + i1 + '_mc']._rotation = _root['sprite' + i + '_mc']._rotation; _root['sprite' + i1 + '_mc']._xscale = _root['sprite' + i + '_mc']._xscale; _root['sprite' + i1 + '_mc']._yscale = _root['sprite' + i + '_mc']._yscale; } ++i; } } function fsprite(wspritei, wspritex, wspritey, wspritez, wspriter, wspritef, wspritea, wspritexs, wspriteys, fadestep) { if (wspritea == undefined) { wspritea = 100; } if (wspritexs == undefined) { wspritexs = 100; } if (wspriteys == undefined) { wspriteys = 100; } if (fadestep == undefined) { fadestep = 25; } fs_fadestep[wspritei] = fadestep; _root['sprite' + wspritei + '_mc']._x = wspritex; _root['sprite' + wspritei + '_mc']._y = wspritey; _root['sprite' + wspritei + '_mc'].swapDepths(wspritez); _root['sprite' + wspritei + '_mc']._rotation = wspriter; _root['sprite' + wspritei + '_mc']._xscale = wspritexs; _root['sprite' + wspritei + '_mc']._yscale = wspriteys; i = wspritei; i1 = i + 1; if (fadestep >= 100) { fs_changing[i] = 0; fs_frame[i] = wspritef; fs_alpha[i] = wspritea; _root['sprite' + i + '_mc'].gotoAndStop(wspritef); _root['sprite' + i + '_mc']._alpha = 100; _root['sprite' + i1 + '_mc']._alpha = 0; } else { if (fs_changing[i] > 0) { } else { if (fs_changing[i] < 0) { fs_changing[i] = 0; fs_frame[i] = wspritef; fs_alpha[i] = 100; _root['sprite' + i + '_mc'].gotoAndStop(wspritef); _root['sprite' + i + '_mc']._alpha = 100; _root['sprite' + i1 + '_mc']._alpha = 0; } else { if (wspritef != fs_frame[i]) { fs_changing[i] = 1; fs_alpha[i] = 100; fs_frame[i1] = wspritef; fs_alpha[i1] = 0; _root['sprite' + i1 + '_mc'].swapDepths(wspritez + 1); } } } } } function wsprite(wspritei, wspritex, wspritey, wspritez, wspriter, wspritef, wspritea, wspritexs, wspriteys) { if (wspritea == undefined) { wspritea = 100; } if (wspritexs == undefined) { wspritexs = 100; } if (wspriteys == undefined) { wspriteys = 100; } _root['sprite' + wspritei + '_mc']._x = wspritex; _root['sprite' + wspritei + '_mc']._y = wspritey; _root['sprite' + wspritei + '_mc'].swapDepths(wspritez); _root['sprite' + wspritei + '_mc']._rotation = wspriter; _root['sprite' + wspritei + '_mc'].gotoAndStop(wspritef); _root['sprite' + wspritei + '_mc']._alpha = wspritea; _root['sprite' + wspritei + '_mc']._xscale = wspritexs; _root['sprite' + wspritei + '_mc']._yscale = wspriteys; } function wsperm(wspermi, wspermx, wspermy, wspermz, wspermr, wspermf, wsperma, wspermxs, wspermys) { if (wsperma == undefined) { wsperma = 100; } if (wspermxs == undefined) { wspermxs = 100; } if (wspermys == undefined) { wspermys = 100; } _root['sperm' + wspermi + '_mc']._x = wspermx; _root['sperm' + wspermi + '_mc']._y = wspermy; _root['sperm' + wspermi + '_mc'].swapDepths(wspermz); _root['sperm' + wspermi + '_mc']._rotation = wspermr; _root['sperm' + wspermi + '_mc'].gotoAndStop(wspermf); _root['sperm' + wspermi + '_mc']._alpha = wsperma; _root['sperm' + wspermi + '_mc']._xscale = wspermxs; _root['sperm' + wspermi + '_mc']._yscale = wspermys; } function isnan(a) { if (a <= 0 || a >= 0) { return 1; } else { return 0; } } function sine(deg) { rad = deg * Math.PI / 180; return Math.sin(rad); } function cosine(deg) { rad = deg * Math.PI / 180; return Math.cos(rad); } function rad2deg(rad) { deg = rad * 180 / Math.PI; return deg; } function deg2rad(deg) { rad = deg * Math.PI / 180; return rad; } function abs(n) { return Math.abs(n); } function floor(n) { return Math.floor(n); } function rnd(range) { r = floor(Math.random() * range); return r; } function rnd1() { r = rnd(65536); if (r < 32768) { return 0; } else { return 1; } } function finddistance(x1, y1, x2, y2) { distance = Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)); return distance; } function dokeys() { if (!Key.isDown(27)) { escrel = 1; } if (Key.isDown(27) && escrel) { escrel = 0; balpha = 0; bfade = 0; bubtimer = 0; _root.wordBalloon.wordBalloonGraphic._y = 10000; _root.wordBalloon.wordBalloonGraphic._alpha = balpha; _root.wordBalloon.wordBalloonGraphic.balloon_txt._alpha = balpha; fadespeed = 0; fadingout = 0; scenestarted = 0; } if (!Key.isDown(68)) { drel = 1; } if (Key.isDown(68) && drel && allowdebug && !pausing) { if (debug) { debug = 0; } else { debug = 1; } drel = 0; } if (!Key.isDown(83)) { srel = 1; } if (Key.isDown(83) && srel && (secretunlocked || debug || allowsceneswitch) && !pausing) { if (showpop) { showpop = 0; } if (showpoptype == 10) { showpoptype = 2; } fadingout = 0; fadespeed = 0; fade = 0; sheet_mc._alpha = fade; sheet_mc.swapDepths(-33333); srel = 0; hideall(); ++scene; if (scene > scenes) { scene = 0; } balpha = 0; bfade = 0; bubtimer = 0; _root.wordBalloon.wordBalloonGraphic._y = 10000; _root.wordBalloon.wordBalloonGraphic._alpha = balpha; _root.wordBalloon.wordBalloonGraphic.balloon_txt._alpha = balpha; fadespeed = 0; fadingout = 0; scenestarted = 0; stopsounds(); } if (debug) { if (Key.isDown(87)) { if (Key.isDown(39)) { ++wadjx; } if (Key.isDown(37)) { --wadjx; } if (Key.isDown(38)) { --wadjy; } if (Key.isDown(40)) { ++wadjy; } } if (Key.isDown(90)) { if (Key.isDown(39)) { ++zadjx; } if (Key.isDown(37)) { --zadjx; } if (Key.isDown(38)) { --zadjy; } if (Key.isDown(40)) { ++zadjy; } } if (Key.isDown(70)) { if (Key.isDown(39)) { ++fadjx; } if (Key.isDown(37)) { --fadjx; } if (Key.isDown(38)) { --fadjy; } if (Key.isDown(40)) { ++fadjy; } } if (Key.isDown(71)) { if (Key.isDown(39)) { ++gadjx; } if (Key.isDown(37)) { --gadjx; } if (Key.isDown(38)) { --gadjy; } if (Key.isDown(40)) { ++gadjy; } } if (Key.isDown(81)) { if (Key.isDown(39)) { ++qadjx; } if (Key.isDown(37)) { --qadjx; } if (Key.isDown(38)) { --qadjy; } if (Key.isDown(40)) { ++qadjy; } } if (Key.isDown(65)) { if (Key.isDown(39)) { ++adjx; } if (Key.isDown(37)) { --adjx; } if (Key.isDown(38)) { --adjy; } if (Key.isDown(40)) { ++adjy; } } else { if (Key.isDown(66)) { if (Key.isDown(39)) { ++vscale; xscroll += qadjx; } if (Key.isDown(37)) { --vscale; xscroll -= qadjx; } } else { if (Key.isDown(67)) { if (Key.isDown(39)) { xscroll += 5; } if (Key.isDown(37)) { xscroll -= 5; } if (Key.isDown(38)) { --yscroll; } if (Key.isDown(40)) { ++yscroll; } } } } } if (!teaser) { kk = Key.getCode(); if (keyseq == 0 && kk == 74) { keyseq = 1; } else { if (keyseq == 1) { if (kk == 74) { } else { if (kk == 79) { keyseq = 2; rkeyrel = 0; } else { keyseq = 0; } } } else { if (keyseq == 2) { if (kk == 79) { } else { if (kk == 74) { keyseq = 3; } else { keyseq = 0; } } } else { if (keyseq == 3) { if (kk == 74) { } else { if (kk == 79) { secretunlocked = 1; debug = 0; allowdebug = 1; highestscene = 10; gamesave.data.scene = 10; gamesave.data.unlocked = 1; keyseq = 0; sayfile('chimes.wav', 30); pausing = 9; } else { if (kk != 66) { keyseq = 0; } } } } } } } } if (!teaser) { kk = Key.getCode(); if (dkeyseq == 0 && kk == 65) { dkeyseq = 1; } else { if (dkeyseq == 1) { if (kk == 65) { } else { if (kk == 75) { dkeyseq = 2; } else { dkeyseq = 0; } } } else { if (dkeyseq == 2) { if (kk == 75) { } else { if (kk == 73) { dkeyseq = 3; } else { dkeyseq = 0; } } } else { if (dkeyseq == 3) { if (kk == 73) { } else { if (kk == 75) { dkeyseq = 4; } else { dkeyseq = 0; } } } else { if (dkeyseq == 4) { if (kk == 75) { } else { if (Key.isDown(79)) { allowdebug = 1; keyseq = 0; sayfile('chimes.wav', 30); pausing = 25; debug = 1; } else { if (kk != 72) { keyseq = 0; } } } } } } } } } mon1 = 'a:' + adjx + ' ' + adjy + ' f:' + fadjx + ' ' + fadjy + ' g:' + gadjx + ' ' + gadjy + ' z:' + zadjx + ' ' + zadjy + ' q:' + qadjx + ' ' + qadjy + ' w:' + wadjx + ' ' + wadjy; } function calcFPS() { ++numFrames; now = getTimer(); elapsedSeconds = (now - startTime) / 1000; tfps = numFrames / elapsedSeconds; fpstab[fpsi] = tfps; ++fpsi; if (fpsi >= 4) { fpsi = 0; } fps = (fpstab[0] + fpstab[1] + fpstab[2] + fpstab[3]) / 4; if (fps >= 29.5) { fps = 30; } if (fps >= 30) { speedadj = 1; } else { speedadj = 1 + (30 - fps) / 10; } } function initfps() { startTime = getTimer(); numFrames = 0; fps = 30; speedadj = 1; } function sss(tshx, tshy, tshrad, telrad, tfpx, tfpy, facingr) { reach = telrad + tshrad; reach5 = reach - 1; dist2point = finddistance(tshx, tshy, tfpx, tfpy); ang2point = rad2deg(-Math.atan2(tshx - tfpx, tshy - tfpy)); if (dist2point >= reach5) { xadd = sine(ang2point) * reach5; yadd = -cosine(ang2point) * reach5; tfpx = tshx + xadd; tfpy = tshy + yadd; dist2point = finddistance(tshx, tshy, tfpx, tfpy); } point2arm = ang2point + 180; if (facingr) { a = tshrad; b = telrad; } else { a = telrad; b = tshrad; } c = dist2point; angleA = rad2deg(Math.acos((b * b + c * c - a * a) / 2 * b * c)); angleB = rad2deg(Math.acos((a * a + c * c - b * b) / 2 * a * c)); if (facingr) { ugsha = ang2point + angleB; ugela = point2arm - angleA + 180; } else { ugsha = ang2point - angleA; ugela = point2arm + angleB + 180; } } teaser = 0; if (teaser) { version1 = 'Teaser version'; } else { version1 = '1.0'; } teasertime = 0; tmybug = 0; allowsceneswitch = 0; credits = 0; skipahead = 0; if (teaser) { mybug = 0; blackpause = 0; allowdebug = 0; debug = 0; } else { mybug = 0; blackpause = 0; blankpause = 0; allowsceneswitch = 0; allowdebug = 0; debug = 0; scene = 0; } ssay = 0; phase = 0; scenes = 5; scenetext = ['title', 'Frontporch', 'Hayloft', 'Swimming hole', 'Garden swing', '', '']; if (debug) { seenpause = 1; } else { seenpause = 0; } rolls = 0; fadefont = 0; language = 0; goblack = 0; resumegame = 0; scenestarted = 0; time = 0; framerate = 20; pusooypop = 0; showpop = 0; pausing = 0; pauserel = 0; smdelay = 0; slomo = 0; wait = 0; games = 0; noisy = 0; highestscene = 0; keyseq = 0; dkeyseq = 0; gadjy = 0; gadjx = 0; fadjy = 0; fadjx = 0; adjy = 0; adjx = 0; qadjy = 0; qadjx = 0; zadjy = 0; zadjx = 0; wadjy = 0; wadjx = 0; fadespeed = -2; lickingtits = 0; balpha = 0; bubtime = 30; bubtimer = 0; time = 0; testbubble = -1; skippy = 0; totalsprites = 32; Credits = ['\r\rEnd of part Three\rCountry Cousins', 0, 320, 240, '\rSecret unlock code for part 3:\rjojo', 0, 320, 240, 'Farmer\'s Daughter 3\rcopyright 2011\r all rights reserved', 0, 320, 240, '\rGame design, coding, art and music by\rPuso', 0, 320, 240, 'German translation: Arnulf\rFrench translation:: Vinny53\r', 0, 320, 240, 'Special thanks\rto the Pusooy Mods\rfor help in game design', 0, 320, 240, 'The final part of the series\r Farmer\'s Daughter 4\rcoming soon!', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, 0, 0, 0, 0]; Pause = ['', 0, 320, 240, 'Press the space bar again to continue playing.', 0, 320, 240, 'Drücke die Abstandstaste um fortzufahren.', 0, 320, 240, 'Pressez la barre d\'espacement pour continuer à jouer.', 0, 320, 240, 0, 0, 0, 0]; English3 = ['Oh! Thanks for fixing the garden swing!', 1, 526, 238, 'Just needed a new rope. Good as new.', 0, 204, 271, 'Listen Becky, I got a letter from your aunt Emily a while back. Don\'t know if you remember her.', 0, 230, 144, 'She\'s goin\' through some hard times right now, and asked if her daughter Jo could come and stay with us for a while.', 0, 0, 0, 'Joe?', 1, 508, 177, 'Elizabeth Jo. Everyone has always just called her Jo though.', 0, 230, 144, 'You probably don\'t remember your cousin Jo. You were only four or five when you met.', 0, 0, 0, 'The two of you were best of friends. Had great fun playing together.', 0, 0, 0, 'I don\'t remember.', 1, 508, 177, 'Course you don\'t. I\'ll find the photo album later. We got some pictures around here somewhere.', 0, 230, 144, 'Anyways she\'s gonna arrive today.', 0, 0, 0, 'How exciting!', 1, 508, 177, 'Jo, this here\'s your cousin Becky.', 0, 216, 69, 'Hi!', 0, 495, 201, 'Hello. Nice to meet you.', 0, 458, 205, 'Why don\'t y\'all get acquainted. I got plenty of work to do.', 0, 216, 69, 'Okay.', 0, 458, 205, 'Sure.', 0, 495, 200, 'Wanna sit on the swing? It\'s nice and cool in the shade there.', 0, 0, 0, '', 0, 0, 0, 'Aren\'t you uncomfortable wearing that long dress in this hot weather?!', 0, 468, 164, 'I\'d be itching to get out of it and into some short pants', 0, 0, 0, 'Oh! Well... Where I come from... They would have a fit if I wore anything but a dress.', 2, 273, 369, 'You mean you ain\'t got no summer clothes?', 0, 543, 212, 'These are my summer clothes.', 2, 273, 369, 'How can you stand it! And... You can\'t do chores dressed like that!', 0, 468, 164, 'You\'re on the farm now. You need to dress for the farm. You can\'t go around like that!', 0, 543, 212, 'Oh! But I couldn\'t...', 2, 273, 389, 'Auntie Em ain\'t here! On the farm y\'all gotta dress like a farm girl. Okay? ', 0, 543, 212, 'I\'ll give you some clothes to wear. C\'mon.', 0, 0, 0, 'Oh! I don\'t know about this Becky!', 0, 442, 100, 'My belly is bare, my legs aren\'t covered and this blouse is so thin I feel like I\'m just all naked!', 0, 516, 130, 'I shouldn\'t be out like this in public. It\'s sinful to show so much flesh.', 0, 0, 0, 'Aww, it ain\'t nothing of the kind.', 1, 225, 154, 'It\'s summer, it\'s hot, and this is how you dress out here in the country. Just let loose, enjoy it!', 1, 0, 0, '', 1, 0, 0, 'I do see you pokin\' out a little.', 1, 177, 175, 'Becky!', 0, 526, 153, 'They\'s just cute as gumdrops \'n beggin\' to be squeezed!', 2, 199, 190, 'Relax! Learn to enjoy your body.', 2, 0, 0, 'I\'m real sensitive there. Aren\'t you?', 2, 0, 0, 'Doesn\'t this give you a nice feeling?', 1, 284, 138, 'Becky, I don\'t think you should be doing that.', 3, 569, 181, 'Oh... Dear!', 3, 0, 0, 'I... I shouldn\'t let you do that.', 3, 0, 0, 'Oh dear Lord what is happening?', 3, 0, 0, 'Yeah, you\'re real sensitive.', 1, 207, 154, 'C\'mon, let me show you around the farm.', 1, 207, 154, '', 1, 0, 0, 'How can you stand the smell?', 0, 344, 175, 'Aww, you\'ll get used to it.', 1, 177, 160, 'Dear Lord what are they doing?', 0, 476, 79, 'I remember when I used to think they was wrestling, but I know better now .', 1, 204, 96, 'But why is it grunting like that?', 0, 555, 132, 'Cause it feels good I guess.', 1, 168, 163, 'That\'s the boy pig putting his thing inside the girl.', 1, 0, 0, 'Huh?', 3, 582, 176, 'Feels real good having it in there.', 2, 172, 216, 'You oughta try it some time. But not with a pig!', 2, 0, 0, 'Let\'s go to the barn.', 2, 198, 189, 'I want to show you the hay loft. It\'s my most favorite place in the whole world!', 2, 0, 0, 'Up here.', 3, 386, 222, 'I just love to come up here and think.', 3, 547, 336, 'I like to imagine the most wonderful things.', 3, 0, 0, 'What kinds of things?', 0, 486, 231, 'I like to imagine being hugged and kissed.', 3, 481, 308, 'You ever been kissed by a boy?', 3, 547, 336, 'No.\rHave you?', 0, 486, 231, 'Oh yeah.', 3, 547, 336, 'What\'s it like? I think I\'d be scared!', 0, 486, 231, 'Oh it ain\'t scary at all! It\'s the most wonderful feeling!', 3, 547, 336, 'Close your eyes.', 3, 495, 150, 'Good. Now imagine the most wonderful cute boy being right there with you.', 3, 485, 171, 'Here?', 2, 276, 225, 'Yes here in the hayloft.', 3, 485, 171, 'Imagine you are alone here with the boy, and you really like him, and he really likes you too. ', 3, 0, 0, 'He says how nice you are, and how pretty you are.', 3, 0, 0, 'He says how soft your hair is and how wonderful it smells.', 3, 532, 253, 'He touches you ever so softly.', 0, 475, 201, 'Oh!', 1, 0, 0, 'That\'s what it is like.', 0, 483, 115, 'What did you feel?', 0, 0, 0, 'Oh! I can\'t describe it!', 1, 257, 111, 'Did you feel anything here?', 0, 483, 115, 'Uh huh.', 1, 274, 107, 'Me too. I\'m still feeling it a little.', 0, 483, 115, 'Me too.', 1, 274, 107, 'I love that feeling.', 0, 504, 93, 'If you rub here like this you can make that feeling better and better!', 0, 0, 0, 'Oh! No! Isn\'t that... evil somehow?', 2, 289, 130, 'Oh don\'t be silly! It\'s only the most wonderful feeling! How can that be bad?', 0, 504, 93, 'I want you to know this wonderful feeling too.', 0, 0, 0, 'Just rub like this.', 1, 0, 0, 'There. Feel it?', 1, 0, 0, 'Mmmm...', 0, 0, 0, '', 0, 0, 0, 'Wow! The hayloft was amazing!', 0, 431, 115, 'Becky,You have this way of making me do things I would never dream of doing before.', 0, 0, 0, 'Are you mad at me?', 1, 272, 112, 'Oh no, it\'s not like that.', 0, 431, 115, 'I mean... I\'ve never felt anything like that before. I didn\'t know it could feel that good down there.', 0, 0, 0, 'Ewww! My pants are all wet!', 0, 507, 84, 'Me too!', 1, 212, 99, 'It don\'t matter though. It\'s a hot day and it will dry real fast.', 1, 236, 205, 'Hey, I got a idea! Why don\'t we go down to the swimmin\' hole for a dip?', 1, 0, 0, 'It\'s only \'bout a half mile from here.', 1, 0, 0, 'Okay, but don\'t you have to ask your father first?', 0, 536, 240, 'Heck no! He don\'t care. We can go anytime we want.', 1, 236, 205, 'Wow! What freedom!', 0, 536, 240, '', 0, 0, 0, 'Don\'t the water feel nice?', 1, 283, 204, 'Uh huh.', 0, 458, 233, 'What a great little hideaway!', 0, 531, 136, 'Yeah, I love it here.', 1, 196, 122, 'Do you always wear your hair like this?', 1, 280, 73, 'Um... yes.', 0, 483, 142, 'Uhhh... I though so.', 2, 275, 108, 'Looks kind of... well like somebody\'s stuffy old aunt would wear.', 2, 275, 108, 'Here, let me braid it.', 2, 0, 0, 'Uh, Okay.', 0, 483, 142, 'There! Now you\'re lookin\' more like a country girl!', 2, 186, 147, 'C\'mon. Let\'s get wet.', 2, 0, 0, '', 1, 0, 0, 'What are you doing!', 0, 558, 154, 'Don\'t want to get my shirt all wet. C\'mon take yours off too.', 1, 234, 147, 'But... I couldn\'t!', 0, 558, 154, 'Sure you can! Ain\'t no one else \'round for miles. Don\'t worry about it. Let loose!', 1, 234, 147, 'Oh, now there you go making me tingly all over again!', 0, 515, 187, 'It ain\'t that deep. Come on!', 1, 245, 128, '', 0, 0, 0, 'Sweet Lord Jesus in heaven!', 0, 432, 268, 'I think yours are much bigger than mine.', 2, 226, 201, 'Let\'s see.', 2, 0, 0, 'Becky!', 3, 562, 240, 'What are you doing?', 3, 0, 0, 'You shouldn\'t be doing that.', 3, 0, 0, 'They\'s so big!', 1, 230, 174, 'Lord forgive me, but this is more than a boy can bear.', 0, 446, 239, 'Becky, I think there\'s someone in the bushes.', 1, 156, 149, 'Oh, Sh......', 3, 328, 468, 'Look. It\'s that boy from down the road.', 0, 317, 96, 'Ain\'t your Paw a preacher or somethin?', 0, 0, 0, '', 0, 0, 0, 'What you doin\' spying on us?', 0, 484, 92, 'I gotta tell your paw you been sneaking up and spying on us girls.', 0, 484, 92, 'No! Please! Don\'t tell. He would kill me!', 2, 539, 278, 'Please! Please don\'t tell.', 2, 539, 278, 'No, I think we have to tell. You shouldn\'t be looking at us skinny dipping.', 0, 363, 94, 'No! Please! I\'ll do anything! Just don\'t tell.', 2, 539, 278, 'Hmmm... Anything?', 0, 363, 94, 'Anything! Just don\'t tell my Daddy.', 2, 539, 278, 'Okay. I got an idea. You been bad and so we will punish you, okay?', 0, 363, 94, 'Yes, anything. Just don\'t tell on me.', 2, 539, 278, 'Okay then. We\'re gonna torture you. That\'s your punishment. Okay?', 0, 363, 94, 'Anything!', 2, 539, 278, 'Becky! You aren\'t going to hurt him are you?', 2, 154, 123, 'Oh, not too bad. But he\'s been bad and needs some discipline.', 0, 363, 94, 'Let\'s tie him to this here post.', 3, 419, 212, 'Becky! We\'re still naked! can\'t we get our clothes?', 2, 181, 189, 'No. That\'s part of the torture.', 2, 195, 156, 'Tied up by two naked girls and helpless.', 2, 0, 0, 'Do you like looking at naked girls?', 2, 184, 250, 'Is that why you wanted to spy on us?', 2, 0, 0, 'You know what? You\'re kinda cute. I never noticed that before.', 2, 0, 0, 'Isn\'t he cute?', 2, 153, 259, 'Uhh...', 0, 590, 198, 'Oh come on. We have to give him the real torture treatment!', 2, 153, 259, 'Come and snuggle up to him.', 2, 0, 0, 'That\'s it. Rub up to him real good.', 2, 186, 175, 'Make him suffer!', 2, 0, 0, 'Bet you never kissed a girl before. Have you?', 2, 196, 293, 'Go on now. Get it over with.', 2, 0, 0, 'Mmm!', 3, 87, 273, 'Nhhh!', 3, 421, 258, 'Owww!', 3, 568, 284, 'My nose got smashed!', 3, 0, 0, 'Y\'all didn\'t do it right!', 3, 158, 263, 'It ain\'t a boxing match!', 3, 0, 0, 'Oh! But it was amazing!', 3, 454, 400, 'Amazing.', 1, 174, 307, 'Time to teach you a few things about boys.', 3, 407, 184, 'And we\'re really gonna torture him now!', 3, 0, 0, 'Hey! Why are your pants undone?', 1, 325, 238, 'What you been doin\' while you\'s spyin\' on us?', 1, 0, 0, 'See this big ol\' lump?', 3, 493, 250, 'He\'s darn near fixin\' to bust out of them jeans!', 3, 0, 0, 'Let\'s let him out!', 3, 562, 270, 'Oh! My God!', 2, 200, 332, 'Mmmm! Ever seen one of these?', 3, 531, 320, 'Uh uh... Not like that. \rHave you?', 2, 200, 332, 'Course I have!', 3, 531, 320, 'Why is it so... big?', 2, 200, 332, 'Cause we been torturing him.', 3, 531, 320, 'Got him all swollen up.', 3, 0, 0, 'It\'s real sensitive too. Look.', 3, 0, 0, 'See him jump?\ryou try it.', 3, 485, 277, 'Ummm... okay.', 1, 180, 240, 'Fun, ain\'t it?', 3, 485, 277, 'Watch! This\'ll really make him go crazy!', 3, 0, 0, 'Whoa there tiger!', 2, 372, 198, 'Not yet!', 2, 0, 0, 'Wow! Just watching you do that makes me... makes my... ', 2, 246, 172, 'I know. Me too!', 3, 443, 165, 'I\'ve never felt like this.\rI just... Want to...', 2, 246, 172, 'Here. You try it.', 3, 443, 165, 'Mmmm! you\'re good!', 3, 414, 180, 'He really likes it when you do it.', 3, 0, 0, 'I think you\'re going to make him squirt!', 3, 0, 0, 'Huh?', 2, 292, 184, 'Do it! Make him cum!', 3, 414, 180, 'Wow! That was awesome!', 3, 365, 207, 'You really made him squirt a lot!', 3, 0, 0, '', 1, 0, 0, '', 0, 0, 0, 'I\'ll be going into town today for the livestock auction. Won\'t be home \'till late. I know y\'all can take care of things around here.', 0, 197, 150, 'Okay, bye Paw.', 1, 561, 62, 'So what are we going to do today?', 2, 200, 194, 'Maybe later we can go down to the old peach tree. The peaches are so sweet! But they\'re hard to get \'cause they\'re so high up.', 3, 538, 247, 'I love peaches!', 2, 200, 194, 'Oh! Forgot to tell you. Paw found the old photo album! Wanna see us as little kids?', 3, 538, 247, 'Wow! That\'s us? I don\'t remember.', 1, 279, 228, 'Me neither.', 0, 462, 255, 'Here at last! That was a long trip.', 0, 268, 179, 'Aaaaoooogahhhh!', 0, 486, 161, 'Huh? That\'s ain\'t no car horn.', 3, 475, 225, 'There you are!', 0, 226, 165, 'Slick! You\'re back!', 0, 533, 248, 'I\'ve been waiting and waiting!', 3, 459, 294, 'It\'s been so long!', 3, 0, 0, 'I was worried you\'d never come back.', 3, 0, 0, 'Oh I had to come back to you.', 2, 262, 233, 'Awwww, that\'s so sweet.', 0, 391, 191, 'Oh!', 3, 459, 294, 'This here is my dear cousin Jo! She\'s staying here now.', 1, 414, 108, 'How do you do?', 0, 171, 227, 'Well you\'re just as pretty as a picture! It must run in the family.', 3, 566, 135, 'Where\'s that funny old car you was drivin?', 0, 490, 158, 'Oh, that was the company\'s car. I had to quit though because they stuck me in a little office and didn\'t let me go out on the road anymore.', 1, 370, 131, 'I had to take the bus, then hitchhike and walk from the highway. I got here though!', 1, 0, 0, 'I\'m so glad!', 0, 490, 158, 'Jo and I were just looking through this old photo album. Wanna see?', 0, 0, 0, 'Sure!', 1, 370, 131, 'Oh! There we are!', 0, 517, 178, 'Aren\'t we cute?', 2, 170, 191, 'What a great picture!', 0, 434, 89, 'Look! We\'s takin\' a bath in the laundry tub!', 3, 534, 217, 'And we\'s naked as jaybirds!', 3, 0, 0, 'Becky!', 0, 390, 122, 'Hee hee!', 3, 512, 171, 'You really are happy to see me!', 3, 0, 0, 'Look! We\'re hugging! How sweet!', 2, 205, 191, 'Oh!', 3, 592, 200, 'Let me see!', 3, 563, 212, 'Aww! We really were best friends!', 3, 556, 218, 'Becky!!', 2, 200, 184, 'Oh. Sorry. ', 3, 561, 227, 'Becky! What has gotten into you!', 2, 242, 297, 'Oh don\'t worry about it. Its nothing. She just likes to play around.', 0, 383, 170, '', 1, 0, 0, 'I... I didn\'t mean to... to touch you like that.', 2, 182, 224, 'Oh don\'t feel bad! ', 1, 0, 0, 'Becky wasn\'t trying to make you feel bad. She was just teasing me.', 0, 383, 170, 'She knows how horny... How sensitive I am there.', 0, 0, 0, 'Sure got hard when you touched it! ', 3, 553, 248, '', 1, 0, 0, 'I love it when it gets hard like that, and I love making it hard like that.', 3, 0, 0, 'I just wanted you to enjoy it too.', 3, 0, 0, 'Aww now look! Its gettin\' small again. ', 3, 519, 206, 'Go on. See if you can make it hard again.', 3, 0, 0, 'Me? You want me to do it?', 2, 168, 162, 'You can do it. Just give it a good rub.', 3, 519, 206, 'Becky, are you sure this is alright?', 0, 399, 129, 'Ain\'t no harm in it. Does it feel good when she does that?', 3, 534, 260, 'Mmmm hmmm!', 0, 400, 130, 'Good. I want you to like Jo.', 3, 534, 260, 'Oh! I like Jo! And I sure like this country life. Y\'all are so open and free here.', 0, 400, 130, 'Do it harder! Make him squirm!', 3, 534, 259, 'Is he going to squirt in his pants?', 2, 204, 196, 'Naw. Don\'t let him waste it like that!', 3, 534, 260, 'Just tease him \'till he cain\'t stand it no more!', 3, 0, 0, 'You got him all pumped good up now.', 3, 0, 0, 'He\'s gonna squirt real good when we let him.', 3, 0, 0, 'Ooo! I can\'t wait!', 2, 204, 196, 'Me neither.', 0, 400, 130, 'Hey, can we go over and look at the tractor?', 1, 210, 224, 'Sure!', 0, 295, 230, 'I love tractors!', 1, 210, 224, '', 0, 0, 0, 'Excuse me. Uhhh... Miss?', 1, 520, 125, 'Mmmm! Yes?', 1, 215, 110, 'Uhhh, I was wonderin\' if you could help me.', 2, 506, 140, 'What do you need Honey?', 3, 235, 254, 'Uhhh, I was lookin\' for...', 2, 494, 202, '', 0, 0, 0, 'Do you like cherry pie?', 1, 494, 185, 'Can\'t say I don\'t.', 0, 334, 108, 'You know, somehow you just don\'t look very comfortable to me.', 1, 494, 185, 'Well I gotta admit I do feel like a kid been all dressed up for Sunday school.', 0, 334, 108, 'I just ain\'t used to the city and bein\' all dressed up like this.', 0, 0, 0, 'Oh! then why don\'t you change? I\'ll make some coffee.', 1, 494, 185, 'Uhhh, alright.', 0, 334, 108, 'So Hank, how do you like my pie?', 1, 480, 140, 'Love the pie. Don\'t much like that dress though. You work as a school marm?', 2, 325, 260, 'I\'m a librarian. I\'m expected to dress like this.', 1, 480, 140, 'I can change now though.', 1, 0, 0, 'Hmmm... How would you like me to dress?', 3, 537, 182, 'You know, you\'d make a damn cute little farm girl.', 2, 256, 221, 'I just love little farm girls. Can you dress like that?', 2, 0, 0, 'Oh! That\'s kinky! I love it!', 3, 531, 206, 'Hold on. Don\'t go anywhere!', 3, 0, 0, 'Hey there cowboy, any cows \'round here need milking?', 0, 500, 103, 'I\'m real good at milking.', 0, 500, 112, 'Want me to show you?', 0, 0, 0, 'Come here little darlin\'.', 2, 248, 178, 'You can get to work on this,', 2, 0, 0, 'While I take a peek here.', 2, 257, 151, 'What tiny little tits you have!', 2, 223, 245, 'Ain\'t hardly nothin\' there at all.', 2, 0, 0, 'I never knew that could make me so hot!', 2, 0, 0, 'You\'re getting bigger.', 3, 426, 178, 'Oh yes... Like that.', 2, 226, 215, 'Fuck me. Fuck me hard. ', 3, 502, 151, 'Harder!', 3, 427, 404, 'Fuck me harder!', 3, 0, 0, 'Nice ride.', 3, 557, 210, 'What a sweet ass you got girl.', 2, 185, 195, 'You gonna let me fuck you there?', 2, 252, 178, 'Isn\'t that how cowboys like it?', 1, 521, 136, 'Oh yeah!', 2, 201, 211, 'Let\'s get you all buttered up.', 0, 212, 165, 'Slides right in, like a dream.', 2, 262, 223, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, 0, 0, 0, 0]; German3 = ['Oh! Danke, dass du die Hollywoodschaukel repariert hast!', 1, 526, 238, 'Die hat nur ein neues Seil gebraucht. So gut wie neu.', 0, 204, 271, 'Pass auf, Becky, vor einiger Zeit habe ich einen Brief von deiner Tante Emily bekommen. Ich weiß ja nicht, ob du dich überhaupt an sie erinnern kannst.', 0, 230, 144, 'Ihr geht es gerade nicht gut und so hat sie gefragt, ob sie uns ihre Tochter Jo schicken darf, damit sie eine Zeit lang bei uns bleibt.', 0, 0, 0, 'Joe?', 1, 508, 177, 'Elizabeth Jo. Jeder hat sie aber einfach Jo genannt.', 0, 230, 144, 'Wahrscheinlich kannst du dich gar nicht mehr an deine Kusine Jo erinnern. Du warst ja höchstens vier oder fünf, als ihr euch zuletzt gesehen habt.', 0, 0, 0, 'Ihr zwei wart die besten Freundinnen. Ihr habt viel Spaß gehabt beim Spielen.', 0, 0, 0, 'Ich kann mich nicht erinnern.', 1, 508, 177, 'Klar, kannst du nicht. Ich suche später das Photoalbum heraus. Wir haben hier irgendwo Bilder gemacht', 0, 230, 144, 'Jedenfalls kommt sie heute an.', 0, 0, 0, 'Wie aufregend!', 1, 508, 177, 'Jo, das ist deine Kusine Becky.', 0, 216, 69, 'Hallo!', 0, 495, 201, 'Hallo. Schön, dass wir uns wieder treffen.', 0, 458, 205, 'Macht euch doch miteinander bekannt. Ich habe jetzt noch viel zu tun.', 0, 216, 69, 'Gut.', 0, 458, 205, 'Sicher.', 0, 495, 200, 'Setzen wir uns auf die Schaukel! Hier im Schatten ist es angenehm kühl.', 0, 0, 0, '', 0, 0, 0, 'Ist dieses lange Kleid bei der Hitze nicht unbequem?!', 0, 468, 164, 'Ich würde es sofort ausziehen und in irgendwelche Shorts schlüpfen', 0, 0, 0, 'Na ja... Da wo ich herkomme....würden sie einen Anfall kriegen, wenn ich was anderes als ein Kleid anhätte.', 2, 273, 369, 'Du meinst, du hast keine Sommersachen?', 0, 543, 212, 'Das SIND meine Sommersachen.', 2, 273, 369, 'Wie hältst du das aus! Und...Drehst du nicht durch, wenn du sowas anhast!', 0, 468, 164, 'Du bist jetzt auf einem Bauernhof. Du musst dir was Passenderes anziehen. So kannst du nicht herumlaufen!', 0, 543, 212, 'Oh! Aber ich kann doch nicht...', 2, 273, 389, 'Tante Milli ist nicht da! Auf einem Bauernhof sollst du dich wie ein Bauernmädchen anziehen. Stimmt\'s? ', 0, 543, 212, 'Ich gebe dir ein paar Sachen, die du anziehen kannst. Los.', 0, 0, 0, 'Oh! Ich weiß nich so recht, Becky!', 0, 442, 100, 'Mein Bauch ist frei, meine Beine sind auch nicht bedeckt und die Bluse ist so dünn - ich fühle mich wie nackt!', 0, 516, 130, 'Ich sollte mich nicht so in der Öffentlichkeit sehen lassen. Soviel Fleisch zu zeigen ist unanständig.', 0, 0, 0, 'Ach, nichts da!', 1, 225, 154, 'Es ist Sommer, es ist heiß und das ist, was du hier draußen auf dem Land anhaben sollst. Entspann\' dich und fühl\' dich wohl!', 1, 0, 0, '', 1, 0, 0, 'Da drückt sich was durch; ich kann es sehen.', 1, 177, 175, 'Becky!', 0, 526, 153, 'Die sind ja lieb wie Gummibärchen, die müssen gedrückt werden!', 2, 199, 190, 'Entspann dich! Lerne deinen Körper zu mögen.', 2, 0, 0, 'Da bin ich richtig empfindlich, du auch?', 2, 0, 0, 'Ist das nicht angenehm für dich?', 1, 284, 138, 'Becky, du solltest das nicht tun!', 3, 569, 181, 'Oh... du liebes Bisschen!', 3, 0, 0, 'Ich...ich sollte mir das von dir nicht gefallen lassen.', 3, 0, 0, 'Oh Gottgütiger, was passiert da?', 3, 0, 0, 'Ooch, du bist da ja richtig empfindlich.', 1, 207, 154, 'Komm, ich zeige dir jetzt den Bauernhof.', 1, 207, 154, '', 1, 0, 0, 'Wie hältst du diesen Gestank aus?', 0, 344, 175, 'Hmmm, du gewöhnst dich dran.', 1, 177, 160, 'Mein Gott, was machen die da?', 0, 476, 79, 'Ich erinnere mich, dass ich erst geglaubt habe, sie raufen, aber ich weiß es jetzt besser.', 1, 204, 96, 'Aber warun grunzen sie so?', 0, 555, 132, 'Weil es gut für sie ist, ich glaube es jedenfalls.', 1, 168, 163, 'Das ist, weil der Schweinejunge sein Ding ins Mädchen steckt.', 1, 0, 0, 'Uhh?', 3, 582, 176, 'Es ist wirklich angenehm, es da drinnen zu spüren.', 2, 172, 216, 'Du solltest es auch eines Tages probieren. Aber nicht mit einem Schwein!', 2, 0, 0, 'Geh\'n wir in die Scheune.', 2, 198, 189, 'Ich will dir den Heuboden zeigen. Das ist mein liebster Platz auf der ganzen Welt!', 2, 0, 0, 'Da \'rauf!', 3, 386, 222, 'Ich mag es, hier oben nur nachzudenken.', 3, 547, 336, 'Ich stelle mir die wunderbarsten Sachen vor.', 3, 0, 0, 'Welche Sachen?', 0, 486, 231, 'I male mir gerne aus, wie ich umarmt und geküsst werde.', 3, 481, 308, 'Hat dich schon einmal ein Junge geküsst?', 3, 547, 336, 'Nein.\rDich?', 0, 486, 231, 'Oh ja.', 3, 547, 336, 'Wie ist das? Ich glaube, ich wäre erschrocken!', 0, 486, 231, 'Oh, das ist gar kein Grund zu erschrecken! Das ist das wundervollste Gefühl!', 3, 547, 336, 'Mach deine Augen zu.', 3, 495, 150, 'Gut. Jetzt stell dir den hübschesten Jungen vor, der genau neben dir sitzt.', 3, 485, 171, 'Da?', 2, 276, 225, 'Ja, da auf dem Heuboden.', 3, 485, 171, 'Stell dir vor, du bist allein mit dem Jungen und du hast ihn wirklich gern und er mag dich auch. ', 3, 0, 0, 'Er sagt dir, wie lieb du bist und auch wie hübsch.', 3, 0, 0, 'Er sagt, wie weich deine Haare sind und wie wunderbar du riechst.', 3, 532, 253, 'Er berührt dich immer so sanft.', 0, 475, 201, 'Oh!', 1, 0, 0, 'So ist das.', 0, 483, 115, 'Was hast du gespürt?', 0, 0, 0, 'Oh! Ich kann es nicht beschreiben!', 1, 257, 111, 'Hast du dort was gespürt?', 0, 483, 115, 'Oh ja.', 1, 274, 107, 'Ich auch. Ich spür\' es noch immer ein bisschen.', 0, 483, 115, 'Ich auch.', 1, 274, 107, 'Das Gefühl gefällt mir.', 0, 504, 93, 'Wenn du da so reibst, kannst du das Gefühl stärker und stärker machen!', 0, 0, 0, 'Oh! Nein! Ist das nicht......irgendwie unanständig?', 2, 289, 130, 'Ach sei doch nicht dumm! Es ist nur das wunderbarste Gefühl! Wie kann es da schlecht sein?', 0, 504, 93, 'Ich wollte doch nur, dass du dieses besondere Gefühl kennenlernst.', 0, 0, 0, 'Reib einfach so.', 1, 0, 0, 'Da. Spürst du es?', 1, 0, 0, 'Mhmmm...', 0, 0, 0, '', 0, 0, 0, 'Uuhh! Der Heuboden war toll!', 0, 431, 115, 'Becky, du kannst mich zu Sachen treiben, von denen ich niemals geträumt hätte, dass ich sie tun würde..', 0, 0, 0, 'Bist du mir böse?', 1, 272, 112, 'Oh nein, überhaupt nicht.', 0, 431, 115, 'Ich meine...noch nie habe ich sowas gefühlt. Ich habe mich noch nie so gut da unten gefühlt.', 0, 0, 0, 'Igitt! Meine Shorts sind ganz nass!', 0, 507, 84, 'Meine auch!', 1, 212, 99, 'Das macht aber nichts. Bei der heutigen Hitze werden sie ziemlich schnell trocknen.', 1, 236, 205, 'Hee, Da fällt mir etwas Gutes ein! Gehen wir doch runter schwimmen und kühlen uns im Teich ab!', 1, 0, 0, 'Es ist nur ein kurzes Stück von hier.', 1, 0, 0, 'Gut, aber musst du nicht vorher deinen Vater fragen?', 0, 536, 240, 'Wirklich nicht! Er schert sich nicht um uns. Wir dürfen überall hingehen.', 1, 236, 205, 'Wau! Wie großzügig!', 0, 536, 240, '', 0, 0, 0, 'Ist es nicht angenehm hier im Wasser?', 1, 283, 204, 'Hmm, ja.', 0, 458, 233, 'Was für nettes kleines Versteck!', 0, 531, 136, 'Ja, ich bin gern hier.', 1, 196, 122, 'Trägst du deine Haare immer so?', 1, 280, 73, 'Hmm... ja.', 0, 483, 142, 'Na ja...aber das geht so nicht!', 2, 275, 108, 'Sieht aus wie... wie von einer wunderlichen alten Tante.', 2, 275, 108, 'Da, lass es mich anders frisieren.', 2, 0, 0, 'Hmm, Gut.', 0, 483, 142, 'So! Jetzt siehst du mehr wie ein Landmädchen aus!', 2, 186, 147, 'Komm. Gehen wir ins Wasser', 2, 0, 0, '', 1, 0, 0, 'Was machst du jetzt?!', 0, 558, 154, 'Ich will nicht, dass mein Hemd nass wird.', 1, 234, 147, 'Aber...das könnte ich nicht', 0, 558, 154, 'Na sicher kannst du! Da ist niemand sonst in der Nähe weit und breit. Mach dir nicht ins Hemd. Tu es einfach!', 1, 234, 147, 'Oh, jetzt jagst du mir aber einen Schauer über den ganzen Körper!', 0, 515, 187, 'Da ist es nicht tief. Komm!', 1, 245, 128, '', 0, 0, 0, 'Mein Jesus im Himmel!', 0, 432, 268, 'Ich glaube, deine sind größer als meine.', 2, 226, 201, 'Schau\'n wir einmal.', 2, 0, 0, 'Becky!', 3, 562, 240, 'Was machst du?!', 3, 0, 0, 'Du solltest das nicht tun.', 3, 0, 0, 'Die sind aber groß!', 1, 230, 174, 'Gott vergib mir, aber das ist mehr, als ich aushalten kann.', 0, 446, 239, 'Becky, Ich glaube, da ist jemand hinter den Büschen.', 1, 156, 149, 'Oh, Sch......', 3, 328, 468, 'Schau. Das ist der Junge, der die Straße weiter unten wohnt.', 0, 317, 96, 'Ist dein Vater nicht ein Priester oder sowas?', 0, 0, 0, '', 0, 0, 0, 'Was machst du da, bespannst du uns?', 0, 484, 92, 'Ich werde deinem Vater verraten, dass du dich anschleichst und uns Mädchen bespannst.', 0, 484, 92, 'Nein! Bitte! Verpetz\' mich nicht! Er würde mich umbringen.', 2, 539, 278, 'Bitte! Sag bitte nichts.', 2, 539, 278, 'Nein, ich meine, wir müssen es sagen. Du darfst uns doch nicht beim Nacktbaden beobachten.', 0, 363, 94, 'Nein! Bitte! Ich tu alles! Verratet mich bloß nicht.', 2, 539, 278, 'Hmmm... Alles?', 0, 363, 94, 'Alles! Sagt nur meinem Vater nichts.', 2, 539, 278, 'Gut, Ich habe eine Idee. Du hast dich danebenbenommen und dafür muss ich dich bestrafen. Einverstanden?', 0, 363, 94, 'Ja, alles, was du willst. Nur verrate mich nicht.', 2, 539, 278, 'Na gut. Wir werden dich quälen. Das soll deine Strafe sein. OK?', 0, 363, 94, 'Ja, ich habe doch gesagt: Alles!', 2, 539, 278, 'Becky! Du wirst ihm doch nicht wehtun, oder', 2, 154, 123, 'Oh nein, nicht sehr. Aber er war böse und braucht daher etwas Disziplin.', 0, 363, 94, 'Erst binden wir ihn an den Pfahl da.', 3, 419, 212, 'Becky! Wir sind noch immer nackt! Können wir uns nicht wieder anziehen?', 2, 181, 189, 'Nein. Das gehört zur Bestrafung.', 2, 195, 156, 'Von zwei Mädchen gefesselt und hilflos.', 2, 0, 0, 'Magst du nackte Mädchen begaffen?', 2, 184, 250, 'Wolltest du uns deswegen beobachten?', 2, 0, 0, 'Weißt du was? Du bist ziemlich süß. Das ist mir noch gar nicht aufgefallen.', 2, 0, 0, 'Ist er nicht süß?', 2, 153, 259, 'Ja doch...', 0, 590, 198, 'Dann los, geben wir ihm die richtige Strafe!', 2, 153, 259, 'Komm und schmiege dich an ihn.', 2, 0, 0, 'Das ist es. Knutsche ihn richtig ab.', 2, 186, 175, 'Gib\'s ihm!', 2, 0, 0, 'Wetten, dass du noch nie ein Mädchen geküsst hast, oder?', 2, 196, 293, 'Los jetzt. Fang an.', 2, 0, 0, 'Mhmm!', 3, 87, 273, 'Uhhh!', 3, 421, 258, 'Autsch!', 3, 568, 284, 'Ich habe mir meine Nase gequetscht!', 3, 0, 0, 'Da hast du was nicht richtig gemacht!', 3, 158, 263, 'Das ist ja kein Boxkampf!', 3, 0, 0, 'Oh! Aber es war aufregend!', 3, 454, 400, 'Aufregend.', 1, 174, 307, 'Jetzt musst du ein paar Dinge über Jungens wissen.', 3, 407, 184, 'Und jetzt werden wir ihn richtig reizen!', 3, 0, 0, 'He! Warum hast du deine Hose aufgemacht?', 1, 325, 238, 'Was hast du gemacht, während du uns begafft hast?', 1, 0, 0, 'Schau mal, wie groß das olle Ding ist!', 3, 493, 250, 'Das quillt ja fast aus seinen Jeans heraus!', 3, 0, 0, 'Jetzt hol ich\'s \'raus!', 3, 562, 270, 'Oh! Mein Gott!', 2, 200, 332, 'Mhmm! Hast du schon einmal so einen gesehen?', 3, 531, 320, 'Uuhhh... So noch nicht. \rUnd du?', 2, 200, 332, 'Klar habe ich!', 3, 531, 320, 'Warum ist der so...groß?', 2, 200, 332, 'Weil wir ihn gereizt haben.', 3, 531, 320, 'Das hat ihn anschwellen lassen.', 3, 0, 0, 'Der ist auch wirklich empfindlich. Schau!', 3, 0, 0, 'Schau, wie er zuckt?\rProbier es mal.', 3, 485, 277, 'Hmmm... Na gut.', 1, 180, 240, 'Lustig, nicht wahr?', 3, 485, 277, 'Schau her! Das lässt ihn richtig ausflippen!', 3, 0, 0, 'Halt, Tiger!', 2, 372, 198, 'Noch nicht!', 2, 0, 0, 'Wuii! Schon das Zuschauen macht mich.....macht mir....', 2, 246, 172, 'Ich weiß. Mich auch!', 3, 443, 165, 'Ich hab\' sowas noch nie gespürt.\rIch will jetzt auch...', 2, 246, 172, 'Da, probier\'s mal.', 3, 443, 165, 'Mmmm! Du kannst das gut!', 3, 414, 180, 'Er mag das wirklich.', 3, 0, 0, 'Ich glaube, gleich lässt du ihn abspritzen!', 3, 0, 0, 'Huch?', 2, 292, 184, 'Mach\'s! Lass ihn kommen!', 3, 414, 180, 'Wau! Das war toll!', 3, 365, 207, 'Du hast ihm ja wirklich eine Menge \'rausgeholt!', 3, 0, 0, '', 1, 0, 0, '', 0, 0, 0, 'Ich muss heute in die Stadt zur Hausratsauktion. Werde erst spät heimkommen. Ich weiß, dass ihr hier auf alles aufpassen könnt.', 0, 197, 150, 'Gut, tschüss Papa.', 1, 561, 62, 'So, was machen wir denn heute?', 2, 200, 194, 'Später könnten wir zum alten Pfirsichbaum runtergehen. Die Pfirsiche sind ja so süß! Aber sie sind schwer zu erreichen, weil sie so hoch oben hängen.', 3, 538, 247, 'Ich mag Pfirsiche!', 2, 200, 194, 'Oh! Ich habe vergessen, dir zu sagen, Papa hat das alte Photoalbum gefunden! Schau\'n wir uns die alten Kinderbilder an?', 3, 538, 247, 'Wau! Das sollen wir sein? Ich kann mich gar nicht mehr erinnern.', 1, 279, 228, 'Ich auch nicht.', 0, 462, 255, 'Endlich am Ziel! Das war aber eine langwierige Reise.', 0, 268, 179, 'Aaaaoooogahhhh!', 0, 486, 161, 'Huh? Das war aber keine Autohupe.', 3, 475, 225, 'Da bist du ja!', 0, 226, 165, 'Slick! Du bist zurück!', 0, 533, 248, 'Ich musste warten und warten!', 3, 459, 294, 'Es hat soooo lange gedauert!', 3, 0, 0, 'Ich hab schon geglaubt, du kommst nicht mehr.', 3, 0, 0, 'Doch! Ich musste zurückkommen.', 2, 262, 233, 'Ach, das ist aber süß von dir.', 0, 391, 191, 'Oh!', 3, 459, 294, 'Das da ist meine Kusine Jo. Sie ist jetzt zu Besuch.', 1, 414, 108, 'Wie geht\'s dir?', 0, 171, 227, 'Du bist ja bildschön! Das muss in der Familie liegen.', 3, 566, 135, 'Wo ist denn der komische alte Wagen, mit dem du gefahren bist?', 0, 490, 158, 'Oh, das war ein Firmenwagen. Ich musste kündigen, weil die mich in ein kleines Büro gesteckt haben und mich nicht mehr auf Reisen geschickt haben.', 1, 370, 131, 'Ich musste den Bus nehmen, dann musste ich autostoppen und von der Autobahn das letzte Stück zu Fuß gehen. Aber ich hab\'s geschafft!', 1, 0, 0, 'Ich freu\' mich so!', 0, 490, 158, 'Jo und ich haben uns gerade das alte Photoalbum angeschaut. Magst du auch hineinschauen?', 0, 0, 0, 'Ja klar!', 1, 370, 131, 'Das sind wir also!', 0, 517, 178, 'Sind wir nicht hübsch?', 2, 170, 191, 'Was für ein großartiges Bild!', 0, 434, 89, 'Schau! Da baden wir im Waschtrog!', 3, 534, 217, 'Und wir waren pudelnackt', 3, 0, 0, 'Becky!', 0, 390, 122, 'Hee hee!', 3, 512, 171, 'Du bist richtig glücklich, dass wir wieder zusammen sind!', 3, 0, 0, 'Schau! Da umarmen wir uns! Wie süß!', 2, 205, 191, 'Oh!', 3, 592, 200, 'Lasst mich sehen!', 3, 563, 212, 'Ahh! Damals waren wir wirklich die besten Freundinnen!', 3, 556, 218, 'Becky!!', 2, 200, 184, 'Oh. Entschuldigung. ', 3, 561, 227, 'Becky! Was ist denn in dich gefahren!', 2, 242, 297, 'Ach reg dich nicht auf. Das war nichts von Bedeutung. Sie spielt nur gerade herum.', 0, 383, 170, '', 1, 0, 0, 'Ich... Ich wollte dich ja nicht so....so anfassen.', 2, 182, 224, 'Das ist mir aber nicht unangenehm! ', 1, 0, 0, 'Becky wollte dich nicht belästigen. Sie hat mich nur getestet.', 0, 383, 170, 'Sie weiß ja, wie geil.....ups! wie erregbar ich sein kann.', 0, 0, 0, 'Klar ist er hart geworden, wenn du ihn so antatscht! ', 3, 553, 248, '', 1, 0, 0, 'Ich mag\'s, wenn er so hart wird, weil er so gerieben wird.', 3, 0, 0, 'Ich wollte ihm nur was Gutes tun.', 3, 0, 0, 'Da schau jetzt! Er schrumpft schon wieder. ', 3, 519, 206, 'Los! probieren wir, ob du ihn wieder steif kriegst.', 3, 0, 0, 'Ich? Du willst, dass ich es tue?', 2, 168, 162, 'Du kannst es. Reib\' ihn nur kräftig.', 3, 519, 206, 'Becky, bist du sicher, dass ich das darf?', 0, 399, 129, 'Da ist nichts dabei. Ist dir das angenehm, wenn sie das macht?', 3, 534, 260, 'Mhmm hmmm!', 0, 400, 130, 'Gut. Mir gefällt, dass du Jo magst.', 3, 534, 260, 'Oh! Ich mag Jo sehr! Und sicherlich mag ich das Landleben. Ihr seid da alle so offen und frei.', 0, 400, 130, 'Fester!! Lass ihn abspritzen!', 3, 534, 259, 'Wird er in seine Hose abspritzens?', 2, 204, 196, 'Aber nein! Lass es ihn nicht so vergeuden!', 3, 534, 260, 'Geil\' ihn nur auf, bis er es nicht mehr aushalten kann!', 3, 0, 0, 'Jetzt hast du ihn schön hochgebracht.', 3, 0, 0, 'Er wird gleich abspritzen, wenn wir ihn lassen.', 3, 0, 0, 'Ooo! Ich kann\'s nicht mehr abwarten!', 2, 204, 196, 'Ich auch nicht.', 0, 400, 130, 'He, können wir zu dem Traktor \'rübergehen und ihn anschauen?', 1, 210, 224, 'Klar!', 0, 295, 230, 'Ich habe eine Schwäche für Traktoren!', 1, 210, 224, '', 0, 0, 0, 'Entschuldigung... Ähhh... Fräulein?', 1, 520, 125, 'Mhmm! Bitte?', 1, 215, 110, 'Ach, Ich habe mich gefragt, ob sie mir helfen können.', 2, 506, 140, 'Was möchtest du denn, Süßer?', 3, 235, 254, 'Uhhh, Ich wollte nur...', 2, 494, 202, '', 0, 0, 0, 'Magst du Kirschenkuchen?', 1, 494, 185, 'Da kann ich nicht nein sagen.', 0, 334, 108, 'Weißt du, irgendwie scheinst du dich nicht so wohlzufühlen.', 1, 494, 185, 'Na ja, ich gebe es zu, ich fühle mich wie ein kleiner Bub, der für die Sonntagsschule angezogen ist.', 0, 334, 108, 'Ich bin die Stadt nicht gewohnt und das ist nicht mein Gewand, das ich sonst anhabe.', 0, 0, 0, 'Oh! Warum ziehst du dich dann nicht um? Ich mache dir auch Kaffee.', 1, 494, 185, 'Hmmm, Also gut!', 0, 334, 108, 'So Hank, wie schmeckt dir mein Kuchen?', 1, 480, 140, 'Der Kuchen ist köstlich. Dein Outfit gefällt mir aber nicht so. Bist du Lehrerin oder sowas?', 2, 325, 260, 'Ich bin in einer Bibliothek. Man erwartet eine solche Kleidung von mir.', 1, 480, 140, 'Ich kann mich jetzt auch umziehen.', 1, 0, 0, 'Hmmm...Wie willst du mich denn haben?', 3, 537, 182, 'Weißt du, du würdest ein verdammt hübsches Landmädchen abgeben.', 2, 256, 221, 'Ich schwärme für kleine Bauernmädchen. Kannst du dich so anziehen?', 2, 0, 0, 'Oh! Kein Problem! Das mache ich doch gern!', 3, 531, 206, 'Warte. Geh nicht weg!', 3, 0, 0, 'Hallo Cowboy, gibt\'s hier Kühe zum Melken?', 0, 500, 103, 'Ich bin richtig gut im Melken.', 0, 500, 112, 'Soll ich\'s dir zeigen?', 0, 0, 0, 'Komm her, kleiner Liebling.', 2, 248, 178, 'Du kannst dich darum kümmern,', 2, 0, 0, 'während ich mich da umschaue.', 2, 257, 151, 'Was für winzigkleine Titten du hast!', 2, 223, 245, 'Da ist fast garnichts.', 2, 0, 0, 'Ich habe nie geglaubt, dass die mich so aufgeilen können!', 2, 0, 0, 'Da wird ja was größer.', 3, 426, 178, 'Oh ja...genau so!', 2, 226, 215, 'Fick mich. Besorg\'s mir richtig! ', 3, 502, 151, 'Härter!', 3, 427, 404, 'Fick mich härter!', 3, 0, 0, 'Netter Ritt!.', 3, 557, 210, 'Was für süßen Arsch du hast, Mädchen.', 2, 185, 195, 'Lässt du mich ihn vögeln?', 2, 252, 178, 'Ist es nicht das, was Cowboys so gern machenn?', 1, 521, 136, 'Oh jaaa!', 2, 201, 211, 'Lass dich schön ausbuttern.', 0, 212, 165, 'Gleitet schön \'rein, traumhaft!', 2, 262, 223, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, 0, 0, 0, 0]; French3 = ['Oh! Super! Tu as réparé la balançoire', 1, 526, 238, 'Elle n\'avait besoin que d\'une nouvelle corde. Elle est comme neuve.', 0, 204, 271, 'Becky, J\'ai reçu une lettre de ta tante Emily il y a quelques temps. Sais pas si tu te souviens d\'elle.', 0, 230, 144, 'Elle a des problèmes personnels et elle m\'a demandé si sa fille Jo pouvait venir habiter avec nous pour un temps.', 0, 0, 0, 'Jo?', 1, 508, 177, 'Elizabeth Jo. Tout le monde l\'appelle Jo par contre.', 0, 230, 144, 'Tu ne te rappelles surement pas d\'elle. Tu n\'avais que 4 ou 5 ans lorsque tu l\'as vue la dernière fois.', 0, 0, 0, 'Vous étiez de bonnes amies. Vous aviez beaucoup de plaisir à jouer ensemble.', 0, 0, 0, 'Je ne m\'en souviens pas.', 1, 508, 177, 'Bien sûr que non. Je trouverais l\'album-photo plus tard. On a des photos de vous deux à quelque part.', 0, 230, 144, 'De toute façon, elle arrive aujourd\'hui.', 0, 0, 0, 'Comme c\'est excitant!', 1, 508, 177, 'Jo, voici ta cousine Becky.', 0, 216, 69, 'Salut!', 0, 495, 201, 'Bonjour. C\'est un plaisir de vous rencontrer.', 0, 458, 205, 'Pourquoi vous ne passez pas un peu de temps ensemble. J\'ai plein de travaux à faire.', 0, 216, 69, 'D\'accord.', 0, 458, 205, 'Bien sûr.', 0, 495, 200, 'Tu veux t\'installer sur la balançoire? On est super bien à l\'ombre.', 0, 0, 0, '', 0, 0, 0, 'T\'es pas inconfortable avec ta grande robe quand il fait si chaud ?', 0, 468, 164, 'Je n’aurais envie que de l’enlever pour mettre des shorts courtes', 0, 0, 0, 'Oh! Bien... D\'où je viens... Les gens seraient furieux si je portais autre chose qu\'une robe.', 2, 273, 369, 'Tu veux dire que tu n\'a pas de vêtements pour l’été?', 0, 543, 212, 'Cette robe est mon habillement pour l’été.', 2, 273, 369, 'Comment fais-tu pour supporter ça! Et... Tu ne peux pas faire tes corvées habillée comme ça!', 0, 468, 164, 'Tu es sur la ferme maintenant. Tu dois t\'habiller pour la ferme. Tu ne peux pas te trimbaler de la sorte!', 0, 543, 212, 'Oh! Mais je ne peux pas...', 2, 273, 389, 'Tante Em n\'est pas ici! Sur la ferme, on s\'habille en campagnarde. D\'accord? ', 0, 543, 212, 'Je vais te donner des vêtements. Allez.', 0, 0, 0, 'Oh! Je ne sais pas trop Becky!', 0, 442, 100, 'Mon ventre est dénudé, mes jambes ne sont pas couvertes et cette blouse est si mince que je me sens toute nue!', 0, 516, 130, 'Je ne devrais pas être habillée de la sorte en public. C\'est un péché de montrer autant de peau.', 0, 0, 0, 'Allons, tu ne montres presque rien.', 1, 225, 154, 'C\'est l\'été, il fait chaud et c\'est comme ça que l\'on s\'habille à la campagne. Détends-toi et amuses-toi!', 1, 0, 0, '', 1, 0, 0, 'Je vois que tu pointes un petit peu.', 1, 177, 175, 'Becky!', 0, 526, 153, 'Ils sont comme des bonbons à la gelée qui ne demandent qu\'à être pincés!', 2, 199, 190, 'Détends-toi! Apprends à profiter de ton corps.', 2, 0, 0, 'Je suis très sensible là. Toi aussi?', 2, 0, 0, 'Tu vois que c\'est plaisant?', 1, 284, 138, 'Becky, Je ne crois pas que tu devrais faire ça.', 3, 569, 181, 'Oh la la!', 3, 0, 0, 'Je... Je ne devrais pas te laisser faire ça.', 3, 0, 0, 'Oh grand Dieu, qu\'est-ce qui m\'arrive?', 3, 0, 0, 'Ouais, tu es très sensible.', 1, 207, 154, 'Allez, Laisse-moi te montrer la ferme.', 1, 207, 154, '', 1, 0, 0, 'Comment fais-tu pour supporter cette odeur?', 0, 344, 175, 'Aww, tu vas t\'y habituer.', 1, 177, 160, 'Bon dieu, que font-ils?', 0, 476, 79, 'Je me rappelle lorsque je croyais qu\'ils se battaient, mais je sais ce que c\'est à présent.', 1, 204, 96, 'Pourquoi grognent-ils comme ça?', 0, 555, 132, 'Parce que c\'est bon, je suppose.', 1, 168, 163, 'Le cochon rentre son truc dans la truie.', 1, 0, 0, 'Huh?', 3, 582, 176, 'C\'est si bon de l\'avoir là.', 2, 172, 216, 'Tu devrais tenter une bonne fois. Mais pas avec un cochon!', 2, 0, 0, 'Allons à la grange.', 2, 198, 189, 'Je veux te montrer le stockage de foin. C\'est mon endroit préféré au monde!', 2, 0, 0, 'Là-haut.', 3, 386, 222, 'J\'adore venir ici et penser.', 3, 547, 336, 'J\'aime imaginer de merveilleuses choses.', 3, 0, 0, 'Quel genre de choses?', 0, 486, 231, 'J\'aime m\'imaginer être enlacée et embrassée.', 3, 481, 308, 'Tu as déjà embrassé un garçon?', 3, 547, 336, 'Non.\r Toi?', 0, 486, 231, 'Oh oui.', 3, 547, 336, 'C\'est comment? Je crois que j\'aurais peur!', 0, 486, 231, 'Oh, ce n\'est pas épeurant! C\'est une sensation extraordinaire!', 3, 547, 336, 'Ferme tes yeux.', 3, 495, 150, 'Bien. Maintenant, imagine que le garçon le plus joli que tu aies vu est ici avec toi.', 3, 485, 171, 'Ici?', 2, 276, 225, 'Oui, ici dans le foin.', 3, 485, 171, 'Imagine que tu es seule avec le garçon et que vous vous aimez beaucoup. ', 3, 0, 0, 'Il te dit que tu es gentille et si jolie.', 3, 0, 0, 'Il te dit comment tes cheveux sont doux et que leur odeur est magnifique.', 3, 532, 253, 'Il te touche délicatement.', 0, 475, 201, 'Oh!', 1, 0, 0, 'Voilà, c\'est comme ça.', 0, 483, 115, 'Comment t\'es-tu sentie?', 0, 0, 0, 'Oh! Je ne peux pas le décrire!', 1, 257, 111, 'Tu as sentie quelque chose ici?', 0, 483, 115, 'Uh huh.', 1, 274, 107, 'Moi aussi. Je le ressens encore un peu.', 0, 483, 115, 'Moi aussi.', 1, 274, 107, 'J\'adore cette sensation.', 0, 504, 93, 'Si tu te frotte comme ça, tu peux rendre cette sensation encore meilleure!', 0, 0, 0, 'Oh! Non! Ce n\'est pas ... mauvais de faire ça?', 2, 289, 130, 'Oh ne soit pas si coincée! C\'est une sensation incroyable! Pourquoi est-ce que ce serait mauvais?', 0, 504, 93, 'Je veux que tu connaisses cette sensation toi aussi.', 0, 0, 0, 'Tu n\'as qu\'à frotter comme ça.', 1, 0, 0, 'Voilà. Tu le sens?', 1, 0, 0, 'Mmmm...', 0, 0, 0, '', 0, 0, 0, 'Wow! C\'était incroyable là-haut!', 0, 431, 115, 'Becky, Tu me fais faire des choses que je n\'aurais jamais rêvées de faire avant ta rencontre.', 0, 0, 0, 'Tu es fâchée?', 1, 272, 112, 'Oh non, pas du tout.', 0, 431, 115, 'He bien... Je n\'avais jamais ressentie quelque chose de la sorte avant. Je ne savais pas que ça pouvait être si bon en touchant là.', 0, 0, 0, 'Ewww! Mon short est trempé!', 0, 507, 84, 'Moi aussi!', 1, 212, 99, 'Ce n\'est pas grave. Il fait chaud aujourd\'hui et ça va sécher rapidement.', 1, 236, 205, 'Hey, J\'ai une idée! Pourquoi on ne va pas à l\'étang pour nager?', 1, 0, 0, 'Ce n\'est qu\'à un kilomètre d\'ici.', 1, 0, 0, 'D\'accord, mais tu ne dois pas demander la permission à ton père avant?', 0, 536, 240, 'Bien sûr que non! Il s\'en fout. Nous pouvons y aller n\'importe quand.', 1, 236, 205, 'Wow! Quelle liberté!', 0, 536, 240, '', 0, 0, 0, 'L\'eau est bonne n\'est-ce pas?', 1, 283, 204, 'Uh huh.', 0, 458, 233, 'Quel beau petit coin de paradis!', 0, 531, 136, 'Ouais, j\'adore ça ici.', 1, 196, 122, 'Tu coiffes toujours tes cheveux comme ça?', 1, 280, 73, 'Um... oui.', 0, 483, 142, 'Uhhh... C\'est ce que je croyais.', 2, 275, 108, 'Ça ressemble à... Bien, ce qu\'une vieille tante coincée aurait comme coiffure.', 2, 275, 108, 'Laisse-moi te natter les cheveux.', 2, 0, 0, 'Uh, d\'accord.', 0, 483, 142, 'Voici! Tu ressembles beaucoup plus à une fille de la campagne!', 2, 186, 147, 'Allons se mouiller.', 2, 0, 0, '', 1, 0, 0, 'Qu\'est-ce que tu fais!', 0, 558, 154, 'Je ne veux pas que me chemise soit trempée. Allez, enlève la tienne aussi.', 1, 234, 147, 'Mais... Je ne peux pas!', 0, 558, 154, 'Bien sûr que si tu peux! Y a personne ici dans le coin. Ne t\'inquiète pas. Laisse-toi aller!', 1, 234, 147, 'Oh, je me sens toute chose à nouveau!', 0, 515, 187, 'Ce n\'est pas très profond, allez!', 1, 245, 128, '', 0, 0, 0, 'Bon Dieu de merde!', 0, 432, 268, 'Je crois que les tiens sont plus gros que les miens.', 2, 226, 201, 'Voyons ça.', 2, 0, 0, 'Becky!', 3, 562, 240, 'Que fais-tu?', 3, 0, 0, 'Tu ne devrais pas faire ça.', 3, 0, 0, 'Sont si gros!', 1, 230, 174, 'Pardonne-moi seigneur, mais c\'est plus que ce qu\'un garçon peut endurer.', 0, 446, 239, 'Becky, Je crois qu\'il y a quelqu\'un dans les buissons.', 1, 156, 149, 'Oh, mer.....', 3, 328, 468, 'Regarde. C\'est le garçon du bout du rang.', 0, 317, 96, 'Ton père n\'est pas un prédicateur, toi?', 0, 0, 0, '', 0, 0, 0, 'Pourquoi nous espionnes-tu?', 0, 484, 92, 'Je vais dire à ton père que tu espionnes les jeunes filles.', 0, 484, 92, 'Non! Pitié! Ne dites rien. Il va me tuer!', 2, 539, 278, 'Pitié! Pitié, ne dites rien.', 2, 539, 278, 'Non, Je crois qu\'on doit le dire. Tu ne devrais pas nous espionner lorsque l\'on se baigne à moitiénue.', 0, 363, 94, 'Non! S\'il-vous-plaît! Je ferais tout ce que vous voulez! Ne dites rien.', 2, 539, 278, 'Hmmm... Tout ce que l\'on veut?', 0, 363, 94, 'Tout! Ne dites rien à mon père.', 2, 539, 278, 'D\'accord. J\'ai une idée. Tu as été vilain et nous devons te punir, d\'accord?', 0, 363, 94, 'Oui, Peu importe la punition. Ne me dénoncez pas.', 2, 539, 278, 'Super. Nous allons te torturer. c\'est ta sentence. D\'accord?', 0, 363, 94, 'Tout ce que vous voulez!', 2, 539, 278, 'Becky! Tu ne vas pas lui faire mal j\'espère?', 2, 154, 123, 'Oh, rien de bien grave. Mais il a été un mauvais garçon et il doit être puni.', 0, 363, 94, 'Attachons-le à ce poteau.', 3, 419, 212, 'Becky! Nous sommes encore nues! On ne peut pas aller chercher nos vêtements?', 2, 181, 189, 'Non. C\'est une partie de la torture.', 2, 195, 156, 'Attaché par deux filles nues et sans recours.', 2, 0, 0, 'Tu aimes regardes des filles nues?', 2, 184, 250, 'C\'est pour ça que tu voulais nous espionner?', 2, 0, 0, 'Tu sais quoi? Tu es mignon. Je n\'avais jamais remarqué.', 2, 0, 0, 'N\'est-ce pas qu\'il est mignon?', 2, 153, 259, 'Uhh...', 0, 590, 198, 'Oh, allons. Nous devons vraiment le torturer!', 2, 153, 259, 'Approche-toi et colle toi sur lui.', 2, 0, 0, 'Voilà. Frotte-toi bien contre lui.', 2, 186, 175, 'Fais-le souffrir!', 2, 0, 0, 'Je parie que tu n\'as jamais embrassée de fille. N\'est-ce pas?', 2, 196, 293, 'Allez. Passez à l\'action.', 2, 0, 0, 'Mmm!', 3, 87, 273, 'Nhhh!', 3, 421, 258, 'Owww!', 3, 568, 284, 'Mon nez s\'est fait écraser!', 3, 0, 0, 'Vous ne le faites pas correctement!', 3, 158, 263, 'Ce n\'est pas de la boxe!', 3, 0, 0, 'Oh! Mais c\'était merveilleux!', 3, 454, 400, 'Merveilleux.', 1, 174, 307, 'Il est temps de t\'apprendre quelques trucs sur les garçons.', 3, 407, 184, 'Et on va vraiment le torturer maintenant!', 3, 0, 0, 'Hé! Pourquoi as-tu défait tes pantalons?', 1, 325, 238, 'Que faisais-tu pendant que tu nous espionnais?', 1, 0, 0, 'Tu vois cette grosse bosse?', 3, 493, 250, 'Y est presque en train d\'exploser dans ses pantalons!', 3, 0, 0, 'Laissons-la sortir!', 3, 562, 270, 'Oh! Mon Dieu!', 2, 200, 332, 'Mmmm! Tu en as déjà vu une?', 3, 531, 320, 'Uh uh... Pas comme ça. \rToi?', 2, 200, 332, 'Bien sûr que si!', 3, 531, 320, 'Pourquoi est-ce si... gros?', 2, 200, 332, 'Parce qu\'on l\'a torturé.', 3, 531, 320, 'On l\'a fait enflé.', 3, 0, 0, 'C\'est très sensible aussi. Regarde.', 3, 0, 0, 'Tu l\'as vu sursauter?\rEssaie.', 3, 485, 277, 'Ummm... d\'accord.', 1, 180, 240, 'C\'est amusant, n\'est-ce pas?', 3, 485, 277, 'Regarde! Ça va vraiment le rendre fou!', 3, 0, 0, 'Du calme l\'étalon!', 2, 372, 198, 'Pas maintenant!', 2, 0, 0, 'Wow! Juste te voir faire ça me rend... rends ma... ', 2, 246, 172, 'Je sais. Moi aussi!', 3, 443, 165, 'Je ne me suis jamais sentie comme ça.\rJe veux juste... Je veux...', 2, 246, 172, 'À ton tour maintenant.', 3, 443, 165, 'Mmmm! Tu es bonne!', 3, 414, 180, 'Il aime ça lorsque tu le fais.', 3, 0, 0, 'Je crois que tu vas le faire gicler!', 3, 0, 0, 'Huh?', 2, 292, 184, 'Vas-y! Fais-le jouir!', 3, 414, 180, 'Wow! C\'était incroyable!', 3, 365, 207, 'Tu l\'as vraiment fait gicler!', 3, 0, 0, '', 1, 0, 0, '', 0, 0, 0, 'Je vais en ville pour l\'encan des animaux. Serais pas de retour avant la nuit. Je sais que vous pouvez vous occupez de la ferme en mon absence.', 0, 197, 150, 'D\'accord, au revoir pa.', 1, 561, 62, 'Alors, on fait quoi aujourd\'hui?', 2, 200, 194, 'Peut-être que plus tard on ira au pêcher. Les pêches sont très sucrées! Mais elles sont si difficiles à prendre puisqu\'elles sont très hautes.', 3, 538, 247, 'J\'adore les pêches!', 2, 200, 194, 'Oh! J\'ai oublié de te dire que pa as trouvé le vieil album photo! Tu veux nous voir quand nous étions enfants?', 3, 538, 247, 'Wow! C\'est nous? Je ne me souviens pas.', 1, 279, 228, 'Moi aussi.', 0, 462, 255, 'Enfin arrivé! C\'était tout un voyage.', 0, 268, 179, 'Aaaaoooogahhhh!', 0, 486, 161, 'Huh? Ce n\'est pas un klaxon de voiture.', 3, 475, 225, 'Te voilà!', 0, 226, 165, 'Slick! Tu es revenu!', 0, 533, 248, 'J\'ai attendu et attendu!', 3, 459, 294, 'Ça fait si longtemps!', 3, 0, 0, 'Je croyais que tu ne reviendrais jamais.', 3, 0, 0, 'Oh, Je devais revenir te voir.', 2, 262, 233, 'Awwww, c\'est si gentil.', 0, 391, 191, 'Oh!', 3, 459, 294, 'Voici ma cousine Jo! Elle reste ici maintenant.', 1, 414, 108, 'Comment vas-tu?', 0, 171, 227, 'Tu es aussi jolie qu\'une photo de magazine! Ça doit être de famille.', 3, 566, 135, 'Où est cette drôle de voiture que tu conduisais?', 0, 490, 158, 'Oh, c\'était l\'auto de la compagnie. J\'ai dû démissionner parce qu\'il m\'avait placé dans un petit bureau et ne me laissait plus aller sur la route comme avant.', 1, 370, 131, 'J\'ai dû prendre le bus, faire de l\'auto-stop et marcher jusqu\'ici. J\'ai enfin réussi!', 1, 0, 0, 'Je suis si contente!', 0, 490, 158, 'Jo et moi regardions un vieil album de photo. Tu veux voir?', 0, 0, 0, 'Bien sûr!', 1, 370, 131, 'Oh! Nous voilà!', 0, 517, 178, 'Nous sommes jolies, n\'est-ce pas?', 2, 170, 191, 'Quelle jolie photo!', 0, 434, 89, 'Regarde! Nous prenons un bain dans l\'évier de la cuisine!', 3, 534, 217, 'Et nous sommes nues comme des vers!', 3, 0, 0, 'Becky!', 0, 390, 122, 'Hee hee!', 3, 512, 171, 'Tu es vraiment heureux de me voir!', 3, 0, 0, 'Regarde! On s\'enlace! Comme c\'est mignon!', 2, 205, 191, 'Oh!', 3, 592, 200, 'Laisse-moi voir!', 3, 563, 212, 'Aww! Nous étions vraiment meilleures amies!', 3, 556, 218, 'Becky!!', 2, 200, 184, 'Oh. Désolé. ', 3, 561, 227, 'Becky! Qu\'est-ce qui te prend!', 2, 242, 297, 'Oh, ne t\'inquiète pas. c\'est rien. Elle aime bien s\'amuser.', 0, 383, 170, '', 1, 0, 0, 'Je... Je ne voulais pas... te toucher comme ça.', 2, 182, 224, 'Oh, ne te sens pas mal! ', 1, 0, 0, 'Becky ne tentais pas de t\'embarassée. Elle ne faisait que m\'agaçer.', 0, 383, 170, 'Elle sais que je suis excité... Que je suis sensible là.', 0, 0, 0, 'C\'est certainement devenu dur quand tu l\'as touché! ', 3, 553, 248, '', 1, 0, 0, 'J\'adore ça lorsqu\'il devient dur et j\'adore le rendre dur.', 3, 0, 0, 'Je voulais simplement partager ce bonheur avec toi.', 3, 0, 0, 'Aww, regarde! Il devient petit à nouveau. ', 3, 519, 206, 'Allez. Essaie de le ramener dur.', 3, 0, 0, 'Moi? Tu veux que je le fasse?', 2, 168, 162, 'Tu peux le faire. Tu n\'as qu\'à bien le masser.', 3, 519, 206, 'Becky, tu es certaine que ce n\'est pas un problène?', 0, 399, 129, 'Y a pas de mal. Est-ce que c\'est bon lorsqu\'elle fait ça?', 3, 534, 260, 'Mmmm hmmm!', 0, 400, 130, 'Bien. Je veux que tu aimes Jo.', 3, 534, 260, 'Oh! J\'aime bien Jo! Et j\'aime bien la vie à la campagne. Vous êtes si ouverts et libres ici.', 0, 400, 130, 'Plus vite! Fais-le gémir!', 3, 534, 259, 'Est-ce qu\'il va gicler dans ses pantalons?', 2, 204, 196, 'Nahh. Il ne faut pas qu\'il le gaspille comme ça!', 3, 534, 260, 'Tu n\'as qu\'à l\'exciter jusqu\'à ce qu\'il ne peuve plus tenir!', 3, 0, 0, 'Tu l\'as rendu très tendu.', 3, 0, 0, 'Il va vraiment gicler lorsqu\'on va le laisser faire.', 3, 0, 0, 'Ooo! J\'ai hâte!', 2, 204, 196, 'Moi aussi.', 0, 400, 130, 'Hé, on peut aller voir les tracteurs?', 1, 210, 224, 'Bien sûr!', 0, 295, 230, 'J\'adore les tracteurs!', 1, 210, 224, '', 0, 0, 0, 'Excusez-moi. Uhhh... Mademoiselle?', 1, 520, 125, 'Mmmm! Oui?', 1, 215, 110, 'Uhhh, Je me demandais si vous pouviez m\'aider.', 2, 506, 140, 'Tu as besoin de quoi trésor?', 3, 235, 254, 'Uhhh, Je cherchais...', 2, 494, 202, '', 0, 0, 0, 'Tu aimes la tarte à la cerise?', 1, 494, 185, 'Je peux pas dire que je déteste ça.', 0, 334, 108, 'Tu sais, tu ne me sembles pas très confortable.', 1, 494, 185, 'Je dois dire que je me sens comme un gamin habillé pour aller à la messe.', 0, 334, 108, 'Je suis pas habitué à la ville et être habillé de la sorte.', 0, 0, 0, 'Oh! Pourquoi tu ne te change pas? Je vais faire du café.', 1, 494, 185, 'Uhhh, d\'accord.', 0, 334, 108, 'Alors Hank, Tu aimes ma tarte?', 1, 480, 140, 'J\'adore la tarte. J\'aime pas trop votre robe par contre. Vous travaillez dans une école?', 2, 325, 260, 'Je suis libraire. Ils s\'attendent à ce que je sois habillée ainsi.', 1, 480, 140, 'Je peux me changer maintenant.', 1, 0, 0, 'Hmmm... Tu veux que je porte quoi?', 3, 537, 182, 'Tu sais, tu ferais une jolie petite fille de campagne.', 2, 256, 221, 'J\'adore les filles de la campagne. Vous pouvez vous habiller comme ça?', 2, 0, 0, 'Oh! C\'est cochon! J\'adore ça!', 3, 531, 206, 'Attends un peu. Reste ici!', 3, 0, 0, 'Hé cowboy, Y a des vaches qui ont besoin de se faire traire?', 0, 500, 103, 'Je suis très bonne pour la traite.', 0, 500, 112, 'Tu veux que je te montre?', 0, 0, 0, 'Viens ici beautée\'.', 2, 248, 178, 'Tu peux travailler là-dessus,', 2, 0, 0, 'Pendant que je regarde ici.', 2, 257, 151, 'Comme tu as de jolis petits seins!', 2, 223, 245, 'Y a presque rien dans ce coin là.', 2, 0, 0, 'Je croyais jamais que ça m\'exciterait autant!', 2, 0, 0, 'Elle grossit.', 3, 426, 178, 'Oh oui... Comme ça.', 2, 226, 215, 'Baise-moi. Baise-moi fort. ', 3, 502, 151, 'Plus fort!', 3, 427, 404, 'Baise-moi fort!', 3, 0, 0, 'Tu es bon.', 3, 557, 210, 'Quel joli cul tu as.', 2, 185, 195, 'Tu vas me laisser le baiser?', 2, 252, 178, 'Ce n\'est pas comme ça que les cowboys aiment ça?', 1, 521, 136, 'Oh oui!', 2, 201, 211, 'Je vais te huiler bien comme il faut.', 0, 212, 165, 'Ça glisse directement à l\'intérieur, comme dans un rêve.', 2, 262, 223, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, 0, 0, 0, 0]; if (!soundstarted) { beta_mc.swapDepths(11110); beta_mc.gotoAndStop(1); initsound(); initfps(); } pop_mc.gotoAndStop(10); Stage.showMenu = false; Stage.scaleMode = 'noBorder'; hideall(); bubble_mc.gotoAndStop(1); arrow_mc.gotoAndStop(1); if (!teaser) { gamesave = SharedObject.getLocal('gfsave'); } if (teaser) { oldscene = -1; oldphase = 0; gslastscene = 0; secretunlocked = 1; highestscene = 10; } else { oldscene = -1; oldphase = 0; gslastscene = 0; secretunlocked = 0; gamesave.data.unlocked = 0; gamesave.data.lastscene = 0; gamesave.data.scene = 0; } butrel = 0; _root.createEmptyMovieClip('mousebutton', 1); _root.onMouseDown = function () { buttonpress = 1; }; _root.onMouseUp = function () { buttonpress = 0; butrel = 1; }; hidemouse = 0; mousemove = 0; _root.onMouseMove = function () { mousemove = 15; if (mousex < 40 || mousex > 560 || mousey < 40 || mousey > 472) { Mouse.show(); } else { if (hidemouse) { Mouse.hide(); } else { Mouse.show(); } } }; newgame(); savmute = 0; _root.onEnterFrame = function () { ++time; ++teasertime; blinker = time & 8; calcFPS(); mousex = _root._xmouse; mousey = _root._ymouse; dokeys(); if (!seenpause) { dolanguagebutton(); if (scene > 0 && !pausing) { seenpause = 1; } } if (pausing) { if (lickingtits && ahvol > 0) { fadeahloop(); } if (mute != 99) { savmute = mute; mute = 99; } if (!blankpause) { doshowpause(); } if (Key.isDown(32) & pauserel || pausing == 8 && buttonpress) { if (teaser && pausing == 8) { fade = 100; sheet_mc._alpha = fade; sheet_mc.swapDepths(33333); scene = 0; scenestarted = 0; forcebuboff = 1; startfadein(); teasertime = 0; } pausing = 0; pauserel = 0; slomo = 0; ahwait = 0; talking3 = 0; talking2 = 0; mute = savmute; unmutepalace(); initfps(); pop_mc.gotoAndStop(10); pop_mc._x = -10000; flag1_mc.swapDepths(-10813); flag2_mc.swapDepths(-10814); flag3_mc.swapDepths(-10815); flag4_mc.swapDepths(-10816); if (mybug && blackpause) { bg4a = 0; bg4_mc._alpha = 0; bg4_mc.swapDepths(-10103); } } else { if (playingpalace) { mutepalace(); } } } else { if (Key.isDown(32) & pauserel) { pausing = 1; seenpause = 1; pauserel = 0; slomo = 0; if (mybug && blackpause) { bg4a = 100; bg4_mc._alpha = 100; bg4_mc.swapDepths(16666); bg4_mc.gotoAndStop(2); bg4_mc._x = 360; bg4_mc._y = 288; } } else { if (teaser && pausing == 0 && scene >= 2 && teasertime > 200) { pausing = 8; } else { if (debug && Key.isDown(86) || slomo) { ++smdelay; if (smdelay >= 25) { smdelay = 0; doscene(); dofade(); doarrow(); } } else { doscene(); dofade(); doarrow(); dopop(); } } } } if (!Key.isDown(32)) { pauserel = 1; } if (scene > highestscene && !teaser) { highestscene = scene; gamesave.data.scene = scene; } mon0 = 'mx:' + mousex + ' my:' + mousey + ' fps:' + floor(fps) + ' scene:' + scene + ' say:' + ssay + ' h:' + horny + ' p:' + pausing; domon(); }; mon7 = ''; mon6 = ''; mon5 = ''; mon4 = ''; mon3 = ''; mon2 = ''; mon1 = ''; var mon0 = ''; bfade = 0; rolledoff = 0; rolledon = 0; forcebuboff = 0; fadingout = 0; arrowcolor = 0; arrowcursor = 0; arrowangle = 0; attacharrow = 0; arrowy = 0; arrowx = 0; arrowtype = 0; arrowphase = -1; arrowblink = 0; arrowalpha = 0; bjphase = 0; oautopilot = 0; autopilot = 0; tautoangle = 0; autoangle = 0; finddir = 1; showhigh = 0; showleft = 0; ptasks = 14; ptasksdone = 0; powerbarsize = 0; powerbarcolor = 0; powerbarside = 0; enjoy = 0; hint = 0; hintx = 0; hinty = 0; swoosh = 0; swooshx = 0; swooshy = 0; swooshdir = 0; swoosha = 0; swooshadd = 0; swalpha = 0; onhot = 0; hotdir = 0; githot = 0; hotspot_mc.onEnterFrame = function () { if (!gothot) { onhot = 0; return undefined; } if (this.hitTest(_root._xmouse, _root._ymouse, true)) { onhot = 1; hidemouse = 1; mouse_mc._x = mousex; mouse_mc._y = mousey; mouse_mc.swapDepths(20007); if (ssay == 60) { mouse_mc.gotoAndStop(14); } else { mouse_mc.gotoAndStop(10); } mouse_mc._alpha = 100; mouse_mc._rotation = hotdir; hotspot_mc._alpha = 20; } else { if (onhot) { hotspot_mc._alpha = 0; } onhot = 0; hidemouse = 0; mouse_mc._alpha = 0; } }; fast = 0; fastend = 0; moverd = 0; moverm = 0; mover = 0; movertime = 40; mmoverd = 0; mmoverm = 0; mmover = 0; mmovertime = 40; backmove = 0; mbackmove = 0; showpoptype = 2; plinkrel == 0; showscenebar = 0; onbeta = 0; beta_mc.onEnterFrame = function () { if (showscenebar) { return undefined; } if (this.hitTest(_root._xmouse, _root._ymouse, true) && scene != 1) { onbeta = 1; if (teaser) { if (scene == 0) { beta_mc.gotoAndStop(11); } else { beta_mc.gotoAndStop(10); } } else { beta_mc.gotoAndStop(2); } beta_mc._x = 176 + adjx; beta_mc._y = 563 + adjy; } else { onbeta = 0; beta_mc.gotoAndStop(1); beta_mc.txt.text = '\rVersion:' + version1 + ' '; betarel = 1; beta_mc._x = 49 + fadjx; beta_mc._y = 565 + fadjy; }




http://swfchan.com/32/155547/info.shtml
Created: 24/10 -2018 07:50:01 Last modified: 24/10 -2018 07:50:01 Server time: 27/04 -2024 03:47:36