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

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

farmer4.swf

This is the info page for
Flash #131220

(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._x = 210; mon0_mc.gotoAndStop(3); if (pausing) { mon0_mc.gotoAndStop(3); } mon0_mc.mon0_txt.text = mon0 + '\r' + mon1 + '\r' + mon2 + '\r' + mon3 + '\r' + mon4 + '\r' + mon5 + '\r' + mon6 + '\r' + mon7; 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 - 550) * 4; savwordindex = i; savnarrow = narrow; if (language == 0) { words = English4[i]; type = English4[i + 1]; bubx = English4[i + 2]; buby = English4[i + 3]; } else { if (language == 1) { words = German4[i]; type = German4[i + 1]; bubx = German4[i + 2]; buby = German4[i + 3]; } else { if (language == 2) { words = French4[i]; type = French4[i + 1]; bubx = French4[i + 2]; buby = French4[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 == -2) { _root.wordBalloon.wordBalloonGraphic.createTextField('balloon_txt', 1, 5, 5, 220, 100); } else { 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; if (!showingskip) { startbutton2_mc._x = -10000; startbutton2_mc.swapDepths(-10503); } powerbarprio = 20004; 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; 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 (powerbarside == 0) { if (mousex >= 650 && mousey >= 510) { atext = 1; if (language == 1) { atext = 31; } } } else { if (mousex <= 50 && 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(powerbarprio + 4); 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(powerbarprio); arrow_mc.swapDepths(powerbarprio - 1); if (powerbarcolor < 0) { arrow2_mc._x = -10000; arrow_mc._x = -10000; } arrow_mc._x = -10000; } else { if (autopilot == 6) { 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; if (powerbarside > 0 && atext) { arrow2_mc._x = 50 + adjx; } arrow2_mc._alpha = 100; arrow2_mc._rotation = 0; heart_mc.gotoAndStop(80); heart_mc._rotation = 0; heart_mc.swapDepths(powerbarprio + 4); 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(powerbarprio); if (powerbarcolor < 0) { arrow2_mc._x = -10000; arrow_mc._x = -10000; } arrow_mc.swapDepths(powerbarprio - 1); } 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 vector(fromx, fromy, tox, toy) { tang2point = rad2deg(-Math.atan2(fromx - tox, fromy - toy)); return tang2point; } 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] < maxalpha) { fs_alpha[i1] += tfs; if (fs_alpha[i1] >= maxalpha) { fs_alpha[i1] = maxalpha; fs_alpha[i] = maxalpha - tfs; } } else { if (fs_alpha[i] > 0) { fs_alpha[i] -= tfs; if (fs_alpha[i] <= 0) { fs_alpha[i] = maxalpha; 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 = 20; } if (forcefadestep) { fadestep = forcefadestep; } 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 ssine(deg) { return (sine(deg - 90) + 1) / 2; } 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 (showingskip) { startbutton2_mc.swapDepths(-27010); startbutton2_mc._x = -10000; showingskip = 0; } } if (Key.isDown(83) && srel && (secretunlocked || debug || allowsceneswitch) && !pausing) { if (showpop) { showpop = 0; } if (showpoptype == 10) { showpoptype = 2; } autopilot = 0; fadingout = 0; fadespeed = 0; fade = 0; sheet_mc._alpha = fade; sheet_mc.swapDepths(-33333); srel = 0; hideall(); if (scene != 2) { ++scene; if (scene > scenes) { scene = 0; } } else { ++peachescaught; if (peachescaught > 2) { peachescaught = 0; scene = 3; } } oldscene = scene; highestscene = oldscene; gamesave.data.scene = scene; gamesave.data.lastscene = scene; gamesave.data.peaches = peachescaught; gamesave.data.unlocked = 1; 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(); scenet = scenetext[scene]; startbutton2_mc.swapDepths(27010); startbutton2_mc.gotoAndStop(11); if (scene == 2) { startbutton2_mc.txt.text = 'Skip to:\rscene ' + scene + '\r' + scenet + '\rwith ' + peachescaught + ' peaches caught.'; } else { startbutton2_mc.txt.text = '\rSkip to:\rscene ' + scene + '\r' + scenet; } startbutton2_mc._x = 363; startbutton2_mc._y = 287; showingskip = 1; } if (debug) { if (Key.isDown(87)) { if (Key.isDown(39)) { if (Key.isDown(18)) { wadjx += 0.1; } else { ++wadjx; } } if (Key.isDown(37)) { if (Key.isDown(18)) { wadjx -= 0.1; } else { --wadjx; } } if (Key.isDown(38)) { if (Key.isDown(18)) { wadjy -= 0.1; } else { --wadjy; } } if (Key.isDown(40)) { if (Key.isDown(18)) { wadjy += 0.1; } else { ++wadjy; } } } if (Key.isDown(90)) { if (Key.isDown(39)) { if (Key.isDown(18)) { zadjx += 0.1; } else { ++zadjx; } } if (Key.isDown(37)) { if (Key.isDown(18)) { zadjx -= 0.1; } else { --zadjx; } } if (Key.isDown(38)) { if (Key.isDown(18)) { zadjy -= 0.1; } else { --zadjy; } } if (Key.isDown(40)) { if (Key.isDown(18)) { zadjy += 0.1; } else { ++zadjy; } } } if (Key.isDown(70)) { if (Key.isDown(39)) { if (Key.isDown(18)) { fadjx += 0.1; } else { ++fadjx; } } if (Key.isDown(37)) { if (Key.isDown(18)) { fadjx -= 0.1; } else { --fadjx; } } if (Key.isDown(38)) { if (Key.isDown(18)) { fadjy -= 0.1; } else { --fadjy; } } if (Key.isDown(40)) { if (Key.isDown(18)) { fadjy += 0.1; } else { ++fadjy; } } } if (Key.isDown(71)) { if (Key.isDown(39)) { if (Key.isDown(18)) { gadjx += 0.1; } else { ++gadjx; } } if (Key.isDown(37)) { if (Key.isDown(18)) { gadjx -= 0.1; } else { --gadjx; } } if (Key.isDown(38)) { if (Key.isDown(18)) { gadjy -= 0.1; } else { --gadjy; } } if (Key.isDown(40)) { if (Key.isDown(18)) { gadjy += 0.1; } else { ++gadjy; } } } if (Key.isDown(81)) { if (Key.isDown(39)) { if (Key.isDown(18)) { qadjx += 0.1; } else { ++qadjx; } } if (Key.isDown(37)) { if (Key.isDown(18)) { qadjx -= 0.1; } else { --qadjx; } } if (Key.isDown(38)) { if (Key.isDown(18)) { qadjy -= 0.1; } else { --qadjy; } } if (Key.isDown(40)) { if (Key.isDown(18)) { qadjy += 0.1; } else { ++qadjy; } } } if (Key.isDown(65)) { if (Key.isDown(39)) { if (Key.isDown(18)) { adjx += 0.1; } else { ++adjx; } } if (Key.isDown(37)) { if (Key.isDown(18)) { adjx -= 0.1; } else { --adjx; } } if (Key.isDown(38)) { if (Key.isDown(18)) { adjy -= 0.1; } else { --adjy; } } if (Key.isDown(40)) { if (Key.isDown(18)) { adjy += 0.1; } else { ++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 == 84) { keyseq = 1; } else { if (keyseq == 1) { if (kk == 84) { } else { if (kk == 73) { keyseq = 2; rkeyrel = 0; } else { keyseq = 0; } } } else { if (keyseq == 2) { if (kk == 73) { } else { if (kk == 69) { keyseq = 3; } else { keyseq = 0; } } } else { if (keyseq == 3) { if (kk == 69) { } else { if (kk == 68) { 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; dkeyseq = 0; sayfile('chimes.wav', 30); pausing = 25; debug = 1; } else { if (kk != 72) { keyseq = 0; } } } } } } } } } mon1 = 'a:' + floor(adjx * 100) / 100 + ' ' + floor(adjy * 100) / 100 + ' f:' + floor(fadjx * 100) / 100 + ' ' + floor(fadjy * 100) / 100 + ' g:' + floor(gadjx * 100) / 100 + ' ' + floor(gadjy * 100) / 100 + ' z:' + floor(zadjx * 100) / 100 + ' ' + floor(zadjy * 100) / 100 + ' q:' + floor(qadjx * 100) / 100 + ' ' + floor(qadjy * 100) / 100 + ' w:' + floor(wadjx * 100) / 100 + ' ' + floor(wadjy * 100) / 100; } 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; gamever = 'fd4'; 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', 'Hayride', 'The old peach tree', 'Back at the farmhouse', 'Paw in town', '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 = 40; showingskip = 0; Credits = ['\r\rThe End', 0, 320, 240, '\r\r\rSecret unlock code for part 4:\rtied', 0, 320, 240, '\r\r\rFarmer\'s Daughter 4\rcopyright 2012\r all rights reserved', 0, 320, 240, '\r\r\rGame design, coding, art and music by\rPuso', 0, 320, 240, '\r\r\rGerman translation: Spitzertyp\rFrench translation: Vinny53\r', 0, 320, 240, '\r\r\rSpecial thanks\rto the Pusooy Mods\rfor their help and encouragement', 0, 320, 240, '', 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]; English4 = ['', 1, 0, 0, 'Wow! What an awesome machine!', 1, 440, 125, 'You just don\'t get to see these in the city.', 1, 186, 136, 'I\'ve always had a complete fascination with tractors.', 1, 440, 125, 'You wanna drive it?', 0, 450, 205, 'Oh God! Really!', 2, 218, 350, 'Sure! Why not? You can deliver this load of hay to the cows out on the back forty.', 0, 450, 205, 'And while you\'re at it you can give us a nice little hay ride.', 0, 0, 0, 'Every been on a hay ride?', 2, 409, 272, 'Umm... I don\'t think so.', 0, 366, 182, 'Well it ain\'t usually in Summer, and ain\'t usually in the daytime, but it could still be fun.', 1, 324, 204, 'Come on! Sit here with me.', 0, 94, 160, 'Which way?', 0, 542, 160, 'Straight ahead, yonder!', 0, 120, 202, 'Oh dear!', 2, 202, 280, 'Sure is bumpy!', 3, 505, 217, 'I\'ll say! You done popped clean out of your top!', 2, 194, 299, 'You don\'t think he saw do you?', 3, 509, 259, 'Well his tongue ain\'t hangin\' out.', 2, 248, 235, 'Huh?', 1, 0, 0, 'Yooo hooo! Slick!', 2, 176, 329, 'What\'s the matter?', 2, 467, 211, 'It\'s just a little too bumpy back here. Can you slow down a little?', 0, 120, 202, 'Oh! Okay. Sorry. ', 0, 542, 160, 'Slow and easy.', 0, 527, 287, 'Now ain\'t this nice?', 2, 235, 235, 'Mmmm hmmm.', 3, 535, 226, 'You know, a hay ride could be very romantic.', 2, 235, 235, 'Mmmm. So you want to ride with your boyfriend?', 3, 535, 226, 'Uh huh! Think you could drive this thing?', 2, 235, 235, 'Ummm, maybe. I know how to drive a car. How different could it be?', 3, 462, 225, 'Great!', 2, 235, 235, 'Wooo hooo!', 2, 176, 329, 'What\'s the matter now?', 2, 467, 211, 'Oh ain\'t nothin\' wrong.', 0, 120, 202, 'Jo wants to learn how to drive.\rCan you teach her?', 0, 0, 0, 'Sure!', 0, 542, 160, 'Uh uh! Don\'t pull it up!', 2, 275, 179, 'Here\'s how you should wear it.', 2, 257, 176, 'Becky!', 3, 481, 172, 'You need to know how attractive you are to boys, and how to really drive them crazy.', 2, 191, 240, 'Your boobs are so big!\rAnd he\'s been staring at them. ', 2, 0, 0, 'You gotta make him crazy for them.', 2, 0, 0, 'I wanna see him drool!', 2, 0, 0, '', 1, 0, 0, 'Come on. I\'ve got you.', 3, 535, 125, 'Eeek! Where do I step?', 1, 407, 94, 'Mmmf!!', 3, 512, 168, 'Oops! I fell.', 2, 438, 136, 'I\'m sorry.', 2, 219, 262, 'I\'m not.', 3, 448, 328, '', 0, 0, 0, 'Okay, now turn on the ignition.', 3, 461, 140, 'Ummm... How do I turn it on?', 1, 282, 200, 'The switch is down there. See it?', 1, 522, 68, 'There are just so many dials and things.', 1, 416, 198, ' I just feel all confused. My head is swirling.', 2, 260, 214, 'I don\'t know if I can do it.', 2, 0, 0, 'Oh you\'re doing just fine, believe me. Just fine.', 3, 440, 120, 'Go ahead, turn it.', 3, 440, 100, 'It started!', 1, 244, 159, 'Oh! It\'s started all right.', 3, 435, 122, 'But I think I need to get in back with Becky before I lose it right here.', 3, 0, 0, 'Just move that stick forward when you want to move.', 3, 435, 122, '', 1, 0, 0, 'So do you like Jo?', 2, 231, 200, 'Oh yes! She\'s such a nice sweet girl, but...', 3, 404, 193, 'But what?', 2, 231, 200, 'Well there\'s something about her that just really has an effect me. You know?', 3, 404, 193, 'Yeah, I know. I was watching. She really turned you on didn\'t she?', 2, 231, 200, 'Ummm...', 3, 404, 193, 'It\'s okay. I got pretty turned on just watching.', 2, 231, 200, 'Uhhh...', 3, 426, 178, 'It\'s been so long! I almost can\'t stand it.', 0, 440, 174, 'When can we be alone?', 0, 0, 0, 'Why?', 2, 266, 233, 'I want to do it.', 0, 440, 174, 'Do what?', 2, 266, 233, 'You know what!', 0, 440, 174, 'No, what?! I want you to tell me what you want.', 2, 255, 233, 'Tell me. Tell me what you want to do', 2, 266, 233, 'I want to fuck.', 0, 440, 175, 'I want to fuck you so bad, so hard. Oh please! When can we do it?', 0, 440, 175, 'Later.\rRight now I want you to kiss Jo. ', 2, 250, 220, 'Huh?', 0, 432, 142, 'Jo ain\'t had much experience kissing and she needs to learn how to do it good!', 2, 250, 220, 'But... But I don\'t think I should be kissing any other girls. I thought we had something special.', 0, 432, 142, 'Oh! We do! I could see if you was goin\' around kissing all of the girls behind my back, but this is different.', 2, 250, 220, 'Jo is my dear cousin, and I want you to teach her!', 2, 250, 220, 'Uhhh... Okay. I guess', 0, 432, 142, 'Don\'t you think she\'s pretty?', 1, 0, 0, 'Oh of course she is!', 0, 0, 0, 'Then you don\'t mind kissing her?', 1, 0, 0, 'If you say so, I\'ll be happy to do it.', 0, 0, 0, 'Good! I want you to teach her everything. Okay?', 2, 250, 220, 'I want you to really make her feel it. Okay?', 2, 0, 0, 'Okay, whatever you say!', 0, 432, 142, 'Yooo hooo! My turn!', 1, 162, 289, 'I\'m going to drive, and it\'s your turn with Slick in the hay.', 0, 320, 155, 'He said he really likes you and I think he wants to kiss you, but maybe he\'s too shy.', 0, 0, 0, 'Why don\'t you go and see if you can get him to kiss you!', 0, 0, 0, 'You want me to kiss your boyfriend?', 2, 220, 224, 'Uh huh! I don\'t mind sharing. He kisses real good!', 0, 320, 155, 'And I know he likes this.', 3, 463, 140, '', 1, 0, 0, 'So have you ever been on a hay ride?', 3, 470, 140, 'Uhhh, no.', 2, 240, 167, 'Well it\'s all about boys and girls snuggling together and enjoying the ride.', 3, 470, 140, 'Will you come and snuggle with me?', 3, 0, 0, 'You\'re just so pretty!', 3, 463, 181, 'Both you and Becky have the same family traits, you\'re so gorgeous!', 3, 0, 0, 'Your skin and hair are darker, but that makes you even more...', 3, 0, 0, 'Delicious is the only word I can think of.', 3, 0, 0, 'You just look so delicious, I want to taste you!', 3, 0, 0, 'I\'ve never worn anything so revealing before.', 2, 265, 243, 'Becky made me...', 2, 0, 0, 'Oh don\'t worry! I love it!', 0, 506, 130, 'Your body is wonderful. You are wonderful. I\'m so happy to be here close to you. ', 0, 0, 0, 'You should never feel bad about it. Please, just let me enjoy it.', 0, 0, 0, 'Just enjoy that I like it so much. Don\'t be embarrassed! Show it off!', 0, 538, 284, '', 0, 0, 0, 'It just really makes my crazy just looking at it.', 0, 506, 130, 'Make me crazy. Okay?', 0, 0, 0, 'Ummm... Okay.', 2, 277, 240, 'Mmmm! You\'re so sweet!', 0, 535, 281, 'Oh! Heaven!', 3, 607, 360, '', 1, 0, 0, 'We\'re here!', 0, 575, 322, 'Huh?', 0, 423, 120, 'We\'re at the old peach tree.', 0, 510, 132, 'Sweetest peaches you\'ll ever taste but real hard to get \'cause the tree\'s so old and tall.', 0, 0, 0, 'You\'ll get us some won\'t you Slick?', 1, 181, 237, 'Uh... Sure!', 0, 415, 196, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 0, 0, 0, 'If you get us a peach, you\'ll get a kiss, maybe even more!', 1, 633, 323, 'There\'s a ripe one. See it?', 1, 633, 323, 'Hint: Next time press the W key to instantly pick up the stick.', 10, 360, 300, 'More peaches!', 1, 633, 323, 'Try again.', 0, 501, 95, 'Are you all wet down there?', 0, 495, 151, 'Oh! Was the hay ride that good?', 0, 490, 107, 'This is the only scene that requires a mouse click!\r\r Click below the waist to the left or right of Slick to make him move.\r\rWhen holding the stick, click near his shoulder and drag back and down to aim, then release the button to throw.', 10, 360, 300, '', 0, 0, 0, '', 0, 567, 350, '', 0, 0, 0, 'Oh! You hit it too hard and smashed it!', 1, 633, 323, 'Oh! You let it fall and it got squashed!', 1, 633, 323, 'You caught it!', 1, 633, 323, 'This is where the reward kiss will go.', 10, 468, 345, 'Hint: Next time press the W key to instantly pick up the stick.', 10, 360, 300, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, 'I worked hard for this!', 2, 182, 179, 'Mmmm! Juicy!', 0, 520, 204, 'Try it!', 0, 570, 200, 'Sweet!', 3, 360, 230, 'But messy!', 3, 403, 245, 'Okay. You done good. I think you deserve a kiss.', 1, 534, 118, 'Finished the peach!', 1, 367, 180, 'We\'re gonna need more peaches.', 0, 533, 234, 'There\'s a ripe one, up high.', 1, 633, 323, 'That first peach was good. Can you get us more?', 1, 633, 323, 'Here\'s a real sweet one!', 1, 157, 173, 'You get the first bite this time.', 0, 520, 164, 'Take a real big messy bite! Then give him a nice juicy kiss.', 0, 530, 168, 'Look! The juice is running down your chest! ', 0, 520, 193, 'Better take that top off.', 0, 0, 0, 'Why don\'t you let me clean that up.', 1, 207, 176, 'Oops!', 2, 564, 128, 'I dropped the peach.', 0, 541, 120, 'Can you get another one?', 0, 0, 0, 'Those first two peaches were good. Can you get us one more?', 1, 633, 323, 'Yeee! Another one!', 1, 0, 0, 'This is the juiciest one yet!', 1, 185, 136, 'Mmmm!', 0, 540, 134, 'Juicy!', 0, 608, 167, 'Let\'s see just how juicy you are.', 2, 208, 194, ' Peachfuzz!', 1, 129, 206, 'You too sweet cheeks.', 1, 140, 100, 'Oh! Dear Lord.', 0, 0, 0, 'Those are some sweet juicy peaches.', 1, 159, 214, 'Just lie back and relax. Enjoy the sensation as I taste you.', 2, 157, 183, 'You\'re gonna like this.', 1, 552, 113, 'May I go down?', 2, 206, 144, 'No. Tease her some more!', 2, 623, 167, 'Oh yes! I want it!', 1, 496, 126, '', 1, 0, 0, 'Now it\'s your turn.', 2, 212, 284, 'Have you have any lemonade today?', 2, 0, 0, 'Not a drop. I swear!', 3, 476, 312, 'I not sure I believe you.', 2, 212, 284, 'I\'ll just have to taste and see.', 1, 148, 158, 'And now it\'s your turn.', 3, 534, 331, 'You did both of us, now both of us are going to do you.', 3, 0, 0, 'We are?', 2, 215, 230, 'Get them pants off and hop on up here.', 1, 367, 110, 'I been waitin\' a long time for this!', 1, 0, 0, 'I thought you said it was really big.', 1, 181, 171, 'Big enough for me!', 0, 525, 171, 'You ain\'t had too much lemonade have you ?', 1, 464, 200, 'Nope, don\'t taste none.', 1, 464, 200, 'You try. See what you taste.', 1, 387, 328, 'Uh...', 3, 526, 341, 'Please.', 3, 285, 129, 'I want you to try it.', 2, 214, 85, 'My turn.', 2, 365, 324, 'Try like that.', 2, 365, 324, 'Me again.', 2, 365, 324, 'Suck it.', 2, 220, 120, 'You try.', 2, 365, 324, '', 1, 0, 0, '', 0, 0, 0, 'Uhhh... I taste something!', 0, 551, 177, 'Are you cumming?', 2, 422, 362, 'No not yet. That\'s just some pre-cum.', 3, 318, 147, 'It means it\'s almost ready. You like it?', 3, 0, 0, 'Mmm.', 3, 553, 278, 'I want some!', 1, 301, 222, 'Sorry Punkin\', that\'s all there is.', 3, 310, 132, 'Awwww...', 2, 392, 333, 'Oh but Let me cum in your mouth. I\'ve been saving it up for you and I\'m ready to explode!', 3, 310, 132, 'And you can help make me cum.', 2, 283, 110, 'Is there more?', 3, 300, 364, 'Not right now.', 2, 470, 136, 'But I\'ll be ready to go again in no time.', 2, 0, 0, '', 0, 0, 0, '', 1, 0, 0, 'Sure is getting to be a hot day!', 1, 133, 149, 'Oh!\rUh... Sure is.', 1, 367, 156, 'When can we be alone together?', 1, 266, 132, 'Ummm, Slick and I are going up to the hayloft together and take a nap.', 0, 502, 165, 'Okay?', 0, 0, 0, 'Oh!\rOkay. I\'ll be fine. Y\'all go on now!', 1, 133, 149, 'Hmm... I wonder if they\'re really sleeping up there.', 0, 345, 113, 'Maybe I\'ll just take a tiny peek.', 1, 212, 275, 'I shouldn\'t be watching this!', 2, 235, 384, 'I\'d better go.', 2, 0, 0, 'I don\'t want to cum yet.', 1, 557, 290, 'Let\'s try something different.', 1, 386, 184, 'Roll over. I want to do it from behind.', 1, 0, 0, 'Mmmm, that\'s sweet.', 3, 275, 227, 'Now lift your butt up for me.', 3, 0, 0, 'Oh yes, like that.', 3, 431, 127, '', 1, 0, 0, 'I just can\'t get that out of my mind!', 0, 417, 125, 'Becky was lying in the hay.', 0, 0, 0, 'She spread her legs,', 0, 386, 111, 'And he put his penis right inside her!', 0, 0, 0, 'Oh! I wonder what that would feel like.', 0, 0, 0, 'Oh dear.', 0, 373, 80, 'Uhh... Oh! I\'m sorry!', 0, 265, 69, 'I didn\'t mean to wake you. You must have been sleeping. I... I didn\'t see you.', 3, 241, 83, 'I... I must have been dreaming.', 0, 373, 80, 'Uh, yeah. ', 0, 265, 69, 'Is Becky here too? I wanted to talk to both of you.', 3, 241, 83, 'I really want to apologize for the other day. I know I shouldn\'t have been spying on you girls.', 3, 0, 0, 'Her boyfriend from the city is here and they went to take a nap.', 1, 530, 144, 'She has a boyfriend?', 0, 265, 69, 'Uh huh. I didn\'t know until he got here,\r and now I\'m all alone.', 1, 530, 144, 'Well until you got here anyway.', 1, 0, 0, 'Oh, well I\'ll be glad to keep you company. Uh... if that\'s alright with you I mean.', 3, 241, 83, 'You can sit here with me.', 1, 530, 144, 'Wow! Thanks.', 0, 475, 75, 'So are you still mad about it?', 0, 0, 0, 'Mad about what?', 1, 192, 95, 'About me spying on you girls. I know I shouldn\'t have done it. I\'m really sorry about it now.', 3, 471, 100, 'Oh, don\'t feel bad. I\'m not mad. You know, if you were swimming and I came along, I\'d probably spy on you too.', 2, 192, 122, 'Really! If I was skinny dippin\' you would watch?', 0, 474, 75, 'Uh huh! I\'d want to see that!\r Hee hee!', 1, 192, 95, 'I don\'t think Becky should have tied you up like that though. That\'s a real mean thing to do to a boy.', 2, 192, 122, 'Aw heck! I didn\'t mind. I didn\'t think it was cruel at all. ', 0, 550, 120, 'I was scared at first, cause I really thought she was gonna hurt me,', 0, 0, 0, 'But then when she started kissing me, and you started kissing me... Well that was torture I could only dream about!', 0, 0, 0, 'Oh God, I was so embarrassed when she pulled your pants down. I couldn\'t believe she was doing that! Wasn\'t that awful?', 2, 210, 190, 'Oh, well I was kinda shocked at first, but when you started rubbing me it was the most wonderful thing that ever happened to me in my entire life!', 0, 520, 280, 'I couldn\'t believe this pretty girl was actually doing that to me!', 0, 0, 0, 'I mean I\'ve always done that to myself, but in private. Everyone does that. But there you were, so pretty and so close, and making it, making me feel like... Ohhhhh!!!', 0, 0, 0, 'She made me do it! I didn\'t know what to do. I was sooo embarrassed and shocked. It was just all so wild. It was like a crazy wild dream.', 2, 230, 370, 'But then these feelings just came over me that were so intense, my chest felt like it was going to explode with this feeling that just made me want to keep doing it,', 2, 0, 0, 'And between my legs it was like a fire, but a fire of total deep pleasure. I\'d never felt anything like that before.', 2, 0, 0, 'And then suddenly it just started squirting all over! I didn\'t know it would do that!', 2, 0, 0, 'Oh! I\'m sorry! I didn\'t mean to squirt on you! It just... happened.', 0, 520, 280, 'Oh! But that was the most intense part! Suddenly there were all of these warm splatters, like a hot shower from heaven and I was covered with your warmth.', 2, 230, 370, 'It was like suddenly I was a part of you, completely surrounded by you, wrapped in your warmth.', 2, 0, 0, 'I\'ve thought about it a lot since then. It was something very special, I feel a sort of connection to you. Like we shared something very special.', 2, 0, 0, 'Wow!', 0, 520, 280, 'I\'ve been hoping I could see you again ever since.', 2, 205, 270, 'Do you wanna be my boyfriend?', 2, 205, 270, 'Oh yes!', 3, 522, 238, '', 0, 0, 0, 'Do it.', 2, 205, 270, 'Do what?', 3, 522, 238, 'You said that everyone does it. I want to see you do it.', 2, 205, 270, 'What? That!?', 3, 522, 238, 'You want me to... jack off? Here?', 3, 522, 238, 'B..but.. that\'s so nasty! I couldn\'t possibly, not in front of you.', 3, 0, 0, 'It\'s only fair. I should be able to watch you do it.', 2, 205, 270, 'Oh...I guess I did watch you. Sorry. ', 3, 522, 238, 'Yes. And now I\'m going to watch you. ', 2, 205, 270, 'Uhhh.. okay, I guess.', 3, 522, 238, 'This is just so embarrassing!', 0, 480, 103, 'Its okay. You can show me.', 1, 210, 160, 'It\'s really hard. Is it always like that?', 1, 210, 160, 'Only when you\'re around.', 0, 480, 103, 'Let me see the rest. Pull your pants down all the way.', 1, 210, 160, 'Now,\rshow me how you do it.', 2, 271, 194, 'Ummm...\rI was wondering.', 0, 455, 103, 'Uh huh?', 2, 225, 183, 'Uhhh... Can I look at you while I do it?', 0, 455, 103, 'I mean, usually I would imagine how pretty and how sexy you are, but you\'re right here! ', 3, 445, 148, 'It would be so awesome to just look at you\rand do it.', 3, 0, 0, 'Really? You want to look at me while you do it? ', 2, 190, 215, 'Uh huh.', 3, 515, 153, 'Will that make you cum?', 2, 190, 215, 'Oh, God yeah!', 3, 515, 153, 'Good. I want to see you cum!', 2, 190, 215, 'There. Just like that. You\'re perfect.', 2, 315, 120, 'Your tits just really turn me on.', 2, 250, 163, 'Let me see them.', 2, 0, 0, 'I want to jack off on them.', 2, 0, 0, 'Like this?', 3, 492, 248, '', 0, 0, 0, 'Hey there big feller, what can I do for ya?', 1, 174, 185, 'I\'ll have the number one.', 0, 495, 263, 'Isn\'t that what you always have?', 1, 174, 185, 'Uhh, guess so. How do you know?', 1, 470, 185, 'Oh I remember you.', 0, 233, 166, 'So you remember all your customers? Even the one\'s that don\'t come in very often like me?', 1, 470, 185, 'No sweetie. I only remember the good lookin\' ones.', 0, 233, 166, 'Ha! Just an old dirty farmer.', 1, 470, 185, 'Well that\'s not what I see.', 0, 233, 166, 'I see a big hunk of a man, strong as an ox, yet soft and gentle.', 0, 0, 0, 'Couldn\'t dream any better.', 0, 0, 0, 'Uhhh...', 1, 470, 185, 'You married?', 0, 233, 166, 'Widower.', 1, 470, 185, 'Oh, I\'m sorry. How long?', 0, 233, 166, 'Long time.', 1, 470, 185, 'Long long time.', 1, 0, 0, 'Well I\'m guessing it\'s been just too long Honey.', 1, 173, 169, '', 1, 0, 0, '', 0, 0, 0, 'Mmm, it\'s much nicer now that it\'s not so hot.', 0, 480, 152, 'It\'s just so nice to be here with you.', 1, 204, 118, 'Jeb?', 0, 525, 190, 'It was real exciting... what happened on the porch earlier.', 0, 0, 0, 'God yeah!', 1, 240, 190, 'I\'m glad you did that for me... Let me watch.', 0, 525, 190, 'I\'m glad you made me\rdo it.', 2, 270, 176, 'You\'re not mad that I... forced you?', 0, 470, 143, 'Heck no. It turned out to be the most exciting thing I\'ve ever done! ', 2, 270, 190, 'I can\'t believe you let me... That you liked it... That you like me... even after... well squirting all over you.', 2, 0, 0, 'Oh! But I wanted you to!', 3, 490, 260, 'Wow.', 2, 270, 190, 'You know, when Becky and her boyfriend went to the hay loft, they weren\'t taking and nap like they said.', 0, 480, 152, 'They were doing it!', 3, 450, 190, 'They were doing ...it? Having sex?', 2, 270, 190, 'Uh huh. I went and peeked. I thought they\'d just be sleeping, but they were... Oh! It made me so excited!', 3, 490, 260, 'I want to do it. I want to do it with you. I want to know what it feels like.', 3, 0, 0, 'Me too. I\'ve always wanted to know what it feels like.', 1, 240, 190, 'Let\'s do it!', 3, 490, 260, 'But... We just got together. Isn\'t it too soon? Maybe we should take it a little slow.', 2, 270, 190, 'Oh, I guess you\'re right. ', 3, 490, 260, 'We can do it later though right?', 3, 0, 0, 'Oh yes. I want to do it with you.', 2, 270, 190, 'Wait a minute. You spied on them?', 2, 190, 290, 'But I thought they were just sleeping!', 3, 450, 360, 'And you watched them do it?', 2, 250, 190, 'That\'s bad! You were very bad!', 2, 0, 0, 'But... I...', 3, 470, 225, 'You need to be punished!', 2, 250, 190, 'Hey, I remember seeing some rope here from when they fixed the swing.', 1, 354, 99, 'I think you need to be tied up and tortured as punishment!', 1, 0, 0, 'Now... What should we do?', 0, 392, 86, 'What are you doing?', 0, 494, 180, 'You\'re just so helpless. I can\'t help it.', 3, 426, 126, 'I just want to do nasty things to you.', 3, 0, 0, '', 0, 0, 0, 'I\'d better stop. I don\'t want to cum yet.', 3, 377, 164, 'Besides, I was supposed to be torturing you! Not me.', 3, 0, 0, '', 1, 0, 0, 'Let\'s get you nice and naked.', 2, 230, 144, 'Oh!\rQuick! Behind the porch before they see us!', 1, 402, 167, 'Look! That\'s Jeb, the boy from the farm down the way.', 0, 445, 106, 'Jo really likes him a lot.\rI\'m glad they finally got together.', 3, 437, 145, 'Looks like they\'re fixing to do it!', 1, 307, 80, 'Oh! My God!\rHe\'s tied her to the swing!', 2, 296, 285, 'That\'s kinky! Why would she let him do that?', 0, 528, 132, 'Wow! I\'m getting all hot and tingly down there just watching.', 3, 453, 139, 'Does that turn you on?', 1, 284, 101, 'Would you ever want me to tie you up like that?', 1, 0, 0, 'Ooohhhh...', 0, 498, 104, 'What\'s that!', 0, 416, 224, 'Oh! Sorry! ', 3, 526, 198, 'We couldn\'t help but watch.', 3, 0, 0, 'Y\'all just got us all turned on and we couldn\'t help it!', 3, 0, 0, 'Uhh... Can we join you?', 1, 278, 158, 'Becky wants to be tied up too.', 0, 520, 149, 'I\'ve never seen her this hot.', 0, 520, 149, 'Wow.', 2, 133, 331, 'Let\'s just tease them for a while.', 2, 576, 197, '', 0, 0, 0, 'Becky\'s pussy is so cute and pink!', 2, 0, 0, 'Do you want to taste it? It\'s oh so sweet!', 3, 504, 215, 'Uhhh... I think I should stick to just my girlfriend.', 3, 141, 213, 'Oh, okay.', 3, 504, 215, 'Think they\'re ready to get licked yet?', 2, 576, 197, 'Uhhh... I... I\'ve never done that before.', 0, 182, 234, 'Oh! Well you should. Nothing gives a girl more pleasure.', 3, 504, 215, 'See this here at the top? That\'s the clitoris, her most sensitive spot.', 2, 576, 197, 'Lick it like crazy and she\'ll love you for it!', 2, 0, 0, 'I think they\'re good and ready. ', 0, 177, 238, 'But let\'s see if we can tie them up better.', 0, 0, 0, 'What sweet pussy!', 2, 587, 126, 'Fuck me! fuck me hard!', 0, 423, 182, 'Do it Jeb. Do it to me.', 2, 454, 238, 'Come on Jeb!', 0, 553, 207, 'Do it! I want it inside me.', 0, 0, 0, 'Fuck me!', 0, 0, 0, '', 0, 0, 0, 'I\'m worried about Paw.', 0, 530, 177, 'He never came home last night.', 0, 0, 0, 'Awww, he\'s okay.\rHe probably just spent the night in town.', 1, 380, 137, 'Guess what!\rJeb and I decided to get married!', 0, 511, 208, 'That\'s sudden!\r Are you sure?', 2, 531, 283, 'Oh yeah, we\'re sure. There\'s no doubt in our minds.', 0, 511, 208, 'I guess you\'re right. You\'ll be happy together.', 2, 531, 283, 'Slick is going to stay on here as the hired hand. I\'m surprised he knows so much about farming!', 2, 0, 0, 'Oh, but your Paw will have to...', 1, 278, 156, 'Don\'t you worry about Paw! He\'ll go along with it. I\'ll be sure of that.', 0, 470, 196, 'Maybe you should get married too.', 3, 280, 257, 'Maybe...', 2, 525, 285, 'Oh look! Paw\'s back!', 2, 538, 238, 'And he\'s not alone.', 0, 480, 150, 'This here\'s Bessie.', 0, 183, 130, '', 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]; Credits = ['\r\rENDE', 0, 320, 240, '\r\r\rSecret unlock code for part 4:\rtied', 0, 320, 240, '\r\r\rFarmer\'s Daughter 4\rcopyright 2012\r all rights reserved', 0, 320, 240, '\r\r\rGame design, coding, art and music by\rPuso', 0, 320, 240, '\r\r\rGerman translation: Spitzertyp \rFrench translation: Vinny53\r', 0, 320, 240, '\r\r\rSpecial thanks\rto the Pusooy Mods\rfor their help and encouragement', 0, 320, 240, '', 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 Leertaste um fortzufahren.', 0, 320, 240, 'Pressez la barre d\'espacement pour continuer à jouer.', 0, 320, 240, 0, 0, 0, 0]; German4 = ['', 1, 0, 0, 'Wow! Was für eine wunderschöne Maschine!', 1, 440, 125, 'Sowas bekommst Du in der Stadt nicht zu sehen.', 1, 186, 136, 'Ich war schon immer total von Traktoren fasziniert.', 1, 440, 125, 'Willst Du ihn mal fahren?', 0, 450, 205, 'Oh Gott! Wirklich?', 2, 218, 350, 'Klar! Warum nicht? Du kannst diese Ladung Heu ausliefern,zu den Kühen ganz hinten im Feld.', 0, 450, 205, 'Und während Du das tust kannst Du uns einen netten kleinen Heuritt gönnen .', 0, 0, 0, 'Warst Du schonmal bei nem Heuritt?', 2, 409, 272, 'Hmm...ich glaube nicht.', 0, 366, 182, 'Naja, normalerweise macht man das nicht im Sommer,und eigentlich auch nicht tagsüber, aber es könnte trotzdem Spaß machen.', 1, 324, 204, 'Na Los! Setz Dich hier zu mir!', 0, 94, 160, 'Welche Richtung?', 0, 542, 160, 'Geradeaus Kutscher!', 0, 120, 202, 'Hoppla!', 2, 202, 280, 'Ganz schön holprig!', 3, 505, 217, 'Das sag ich Dir. Du bist ja richtig aus Deinem Top herausgeplatzt!', 2, 194, 299, 'Er hat doch nichts gesehen, oder?', 3, 509, 259, 'Jedenfalls hängt seine Zunge nicht raus.', 2, 248, 235, 'Hä?', 1, 0, 0, 'Juuhuuu! Slick!', 2, 176, 329, 'Was ist los?', 2, 467, 211, 'Es ist schon fast zu holprig hier hinten. Kannst Du etwas langsamer fahren?', 0, 120, 202, 'Oh! Okay. Tschuldigung. ', 0, 542, 160, 'Locker und leicht.', 0, 527, 287, 'Und ist das nicht nett?', 2, 235, 235, 'Mmmm hmmm.', 3, 535, 226, 'Weißt Du, so eine Heufahrt kann sehr romantisch sein.', 2, 235, 235, 'Mmmm.Du würdest also lieber mit Deinem Freund fahren?', 3, 535, 226, 'Mh mh! Meinst Du Du kannst dieses Ding fahren?', 2, 235, 235, 'Mmh, vielleicht. Ich weiß wie man ein Auto fährt. Wie schwer kann das schon sein?', 3, 462, 225, 'Großartig!', 2, 235, 235, 'Juu huuu!', 2, 176, 329, 'Was ist jetzt wieder los?', 2, 467, 211, 'Oh, alles in Ordnung.', 0, 120, 202, 'Jo möchte wissen wie man fährt.\rKannst Du’s ihr zeigen?', 0, 0, 0, 'Klar!', 0, 542, 160, 'Mm mm! Zieh es nicht hoch!', 2, 275, 179, 'Hier,so solltest Du es tragen.', 2, 257, 176, 'Becky!', 3, 481, 172, 'Du musst lernen wie hübsch Du für die Jungs bist, und wie Du sie wirklich verrückt machst.', 2, 191, 240, 'Deine Möpse sind so groß!\rUnd er hat sie angestarrt. ', 2, 0, 0, 'Du musst ihn verrückt auf sie machen.', 2, 0, 0, 'Ich will ihn sabbern sehen!', 2, 0, 0, '', 1, 0, 0, 'Komm her. Ich hab Dich.', 3, 535, 125, 'Eeek! Wo soll ich Halt finden?', 1, 407, 94, 'Mmmf!!', 3, 512, 168, 'Oops! Ich bin gestolpert.', 2, 438, 136, 'Tut mir leid.', 2, 219, 262, 'Mir nicht.', 3, 448, 328, '', 0, 0, 0, 'Ok, jetzt starte die Zündung.', 3, 461, 140, 'Mmh…Wie mache ich sie denn an?', 1, 282, 200, 'Der Knopf ist da unten. Siehst Du?', 1, 522, 68, 'Da sind aber so viel Schalter und Hebel.', 1, 416, 198, 'Ich bin völlig verwirrt. In meinem Kopf dreht sich alles', 2, 260, 214, 'Ich weiß nicht ob ich das kann.', 2, 0, 0, 'Oh. Du machst das schon prima, glaub mir. Ganz prima.', 3, 440, 120, 'Mach weiter, dreh ihn.', 3, 440, 100, 'Er ist angesprungen!', 1, 244, 159, 'Oh! Er ist richtig angesprungen.', 3, 435, 122, 'Aber ich glaube ich muß nach hinten zu Becky gehen bevor ich hier alles verschleudere.', 3, 0, 0, 'Beweg einfach den Knüppel nach vorne wenn Du fahren willst.', 3, 435, 122, '', 1, 0, 0, 'Und, magst Du Jo?', 2, 231, 200, 'Oh ja! Sie ist so ein nettes süßes Ding, aber…', 3, 404, 193, 'Aber was?', 2, 231, 200, 'Aber etwas an ihr mag ich ganz besonders…Verstehst Du?', 3, 404, 193, 'Ja, ich verstehe. Ich hab’s gesehen. Sie hat Dich richtig angemacht, oder?', 2, 231, 200, 'Äähhhmm...', 3, 404, 193, 'Is schon ok. Mich hat’s ja auch angetörnt, nur beim zusehen.', 2, 231, 200, 'Mmmhhhh...', 3, 426, 178, 'Es ist so lange her! Ich kann’s fast nicht aushalten.', 0, 440, 174, 'Wann können wir allein sein?', 0, 0, 0, 'Warum?', 2, 266, 233, 'Ich will es tun.', 0, 440, 174, 'Was tun?', 2, 266, 233, 'Du weißt was!', 0, 440, 174, 'Nein, was? Ich will dass Du mir sagst was Du willst.', 2, 255, 233, 'Sag’s mir. Sag mir was Du tun willst', 2, 266, 233, 'Ich will Dich ficken.', 0, 440, 175, 'Ich will Dich so sehr ficken, so sehr. Oh bitte! Wann können wir es tun?', 0, 440, 175, 'Später.\rJetzt will ich erst dass Du Jo küsst. ', 2, 250, 220, 'Häh?', 0, 432, 142, 'Jo hat noch nicht viel Erfahrung im Küssen, und sie muß lernen wie man es richtig gut macht!', 2, 250, 220, 'Aber…Aber ich dachte ich soll keine anderen Mädels küssen. Ich dachte mit uns das sei was besonderes.', 0, 432, 142, 'Oh! Das ist es auch! Wenn Du andere Frauen hinter meinem Rücken küssen würdest wäre es schlimm, aber das hier ist was anderes..', 2, 250, 220, 'Jo ist meine liebe Cousine, und ich möchte dass Du ihr was beibringst!', 2, 250, 220, 'Ohhh….OK. Glaub’ ich ', 0, 432, 142, 'Findest Du sie nicht hübsch?', 1, 0, 0, 'Oh doch, natürlich ist sie das!', 0, 0, 0, 'Dann macht es dir nichts aus sie zu küssen ?', 1, 0, 0, 'Wenn Du das willst ist es mir eine Freude.', 0, 0, 0, 'Gut! Ich möchte dass Du ihr alles beibringst. OK?', 2, 250, 220, 'Ich möchte dass Du es sie richtig spüren lässt, OK?', 2, 0, 0, 'OK, was immer Du sagst!', 0, 432, 142, 'Juuu Huu! Ich bin dran!', 1, 162, 289, 'Ich werde fahren, und Du bist dran mit Slick hinten im Heu.', 0, 320, 155, 'Er hat gesagt dass er Dich wirklich mag, und ich glaube er würde Dich gerne küssen. Aber vielleicht ist er zu schüchtern.', 0, 0, 0, 'Warum gehst Du nicht hin und schaust ob Du ihn dazu bringen kannst Dich zu küssen!', 0, 0, 0, 'Du willst dass ich Deinen Freund küsse?', 2, 220, 224, 'Mmh-mm! Es macht mir nichts aus zu teilen. Er küsst wirklich gut!', 0, 320, 155, 'Und ich weiß dass er das mag.', 3, 463, 140, '', 1, 0, 0, 'Also…Warst Du schon mal auf einer Heufahrt?', 3, 470, 140, 'Äähh, nein.', 2, 240, 167, 'Naja, eigentlich geht’s drum dass Jungen und Mädchen miteinander kuscheln und die Fahrt genießen.', 3, 470, 140, 'Kommst Du jetzt her und kuschelst mit mir?', 3, 0, 0, 'Du bist einfach soo hübsch!', 3, 463, 181, 'Du und Becky, Ihr seid beide so wunderschön! Das muss in der Familie liegen', 3, 0, 0, 'Deine Haut und Deine Haare sind etwas dunkler, aber das macht Dich nur noch mehr...', 3, 0, 0, 'Zum Anbeißen ist der einzige Begriff der mir einfällt.', 3, 0, 0, 'Du siehst so zum Anbeissen aus, ich möchte Dich kosten!', 3, 0, 0, 'So was gewagtes habe ich vorher noch nie getragen.', 2, 265, 243, 'Becky hat mich überredet...', 2, 0, 0, 'Mach Dir keine Sorgen! Ich liebe es!', 0, 506, 130, 'Dein Körper ist wunderschön. Du bist wunderschön. Ich bin so froh hier ganz nah bei Dir zu sein. ', 0, 0, 0, 'Du solltest Dich nie schlecht deswegen fühlen. Bitte, lass es mich genießen.', 0, 0, 0, 'Genieß es einfach dass ich es so toll finde. Schäme Dich nicht! Lass es einfach raus!', 0, 538, 284, '', 0, 0, 0, 'Die machen mich einfach verrückt wenn ich sie nur ansehe.', 0, 506, 130, 'Mach mich verrückt. OK?', 0, 0, 0, 'Mmmh…OK.', 2, 277, 240, 'Mmmm! Du bist so süß!', 0, 535, 281, 'Oh! Himmel!', 3, 607, 360, '', 1, 0, 0, 'Wir sind da!', 0, 575, 322, 'Was?', 0, 423, 120, 'Wir sind am alten Pfirsichbaum.', 0, 510, 132, 'Die süßesten Pfirsiche die Du je probiert hast. Aber schwer dranzukommen weil der Baum so alt und groß ist ', 0, 0, 0, 'Du holst uns welche, oder Slick?', 1, 181, 237, 'Öhm…Sicher!', 0, 415, 196, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 0, 0, 0, 'Wenn Du uns nen Pfirsich bringst bekommst Du einen Kuss. Vielleicht auch mehr!', 1, 633, 323, 'Da ist eine reife, sieht Du?', 1, 633, 323, 'Tipp: Drücke beim nächsten Mal die Taste W um den Stock sofort wieder aufzunehmen.', 10, 360, 300, 'Mehr Pfirsiche!', 1, 633, 323, 'Versuch’s nochmal.', 0, 501, 95, 'Bist Du schon feucht da unten?', 0, 495, 151, 'Oh! War die Heufahrt so gut?', 0, 490, 107, 'Dies ist die einzige Szene wo Du einen Mausklick brauchst!\r\r Klick unterhalb Slick’s Hüfte nach links oder rechts, damit er sich bewegt.\r\rWenn er den Stock hält klick in die Nähe seiner Schulter und ziehe die Maus nach hinten und unten um zu zielen, dann lass den Mausknopf los um zu werfen.', 10, 360, 300, '', 0, 0, 0, '', 0, 567, 350, '', 0, 0, 0, 'Oh! Du hast zu fest geworfen und sie zermanscht!', 1, 633, 323, 'Oh! Du hast sie fallen gelassen und sie ist zermatscht!', 1, 633, 323, 'Du hast sie!', 1, 633, 323, 'Hierhin will ich den Belohnungskuss.', 10, 468, 345, ' Tipp: Drücke beim nächsten Mal die Taste W um den Stock sofort wieder aufzunehmen.', 10, 360, 300, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, 'Dafür hab ich hart gearbeitet!', 2, 182, 179, 'Mmmm! Saftig!', 0, 520, 204, 'Versuch es!', 0, 570, 200, 'Süß!', 3, 360, 230, 'Aber alles eingesaut!', 3, 403, 245, 'OK. Das hast Du gut gemacht. Du hast Dir einen Kuss verdient.', 1, 534, 118, 'Fertig mit dem Pfirsich!', 1, 367, 180, 'Wir brauchen wohl mehr Pfirsiche.', 0, 533, 234, 'Da ist eine reife, da oben.', 1, 633, 323, 'Der erste Pfirsich war gut. Kannst Du uns mehr holen?', 1, 633, 323, 'Hier ist ein richtig süßer!', 1, 157, 173, 'Diesmal hast Du den ersten Biss.', 0, 520, 164, 'Nimm einen richtig großen Biss! Und dann gib ihm einen schönen saftigen Kuss.', 0, 530, 168, 'Sieh nur! Der Saft ist auf Deine Brüste gelaufen! ', 0, 520, 193, 'Zieh das Top besser aus.', 0, 0, 0, 'Warum lässt Du mich das nicht sauber machen.', 1, 207, 176, 'Huch!', 2, 564, 128, 'Ich hab den Pfirsich fallen gelassen.', 0, 541, 120, 'Holst Du uns noch einen?', 0, 0, 0, 'Die ersten beiden Pfirsiche waren gut. Holst Du uns noch einen?', 1, 633, 323, 'Jaaa! Noch einer!', 1, 0, 0, 'Das ist jetzt der saftigste!', 1, 185, 136, 'Mmmm!', 0, 540, 134, 'Saftig!', 0, 608, 167, 'Lass mal sehen wie saftig Du bist.', 2, 208, 194, ' Pfirsichflaum!', 1, 129, 206, 'An Deinen Backen auch.', 1, 140, 100, 'Oh! Mein Gott.', 0, 0, 0, 'Das sind mal zwei saftige Pfirsiche.', 1, 159, 214, 'Lehn Dich einfach zurück und entspann Dich. Genieß die Sensation wenn ich Dich koste.', 2, 157, 183, 'Du wirst das mögen.', 1, 552, 113, 'Darf ich runtergehen?', 2, 206, 144, 'Nein. Geil sie noch mehr auf!', 2, 623, 167, 'Oh ja! Ich will es!', 1, 496, 126, '', 1, 0, 0, 'Jetzt bist Du an der Reihe.', 2, 212, 284, 'Hast Du heute Limonade getrunken?', 2, 0, 0, 'Keinen Tropfen. Ich schwöre!', 3, 476, 312, 'Ich weiß nicht ob ich Dir glauben soll.', 2, 212, 284, 'Ich muß Dich probieren um es zu erfahren.', 1, 148, 158, 'Und jetzt bist Du dran.', 3, 534, 331, 'Du hast es uns beiden besorgt, jetzt werden wir beide es Dir besorgen.', 3, 0, 0, 'Werden wir?', 2, 215, 230, 'Raus aus der Hose und hoch da.', 1, 367, 110, 'Darauf habe ich schon lange gewartet!', 1, 0, 0, 'Hattest Du nicht gesagt er sei wirklich groß?', 1, 181, 171, 'Groß genug für mich!', 0, 525, 171, 'Du hattest heut auch nicht zuviel Limo, oder ?', 1, 464, 200, 'Nöö, ich schmecke keine.', 1, 464, 200, 'Du bist dran. Schau mal was Du schmeckst .', 1, 387, 328, 'Ööh...', 3, 526, 341, 'Bitte.', 3, 285, 129, 'Ich will dass Du es versuchst.', 2, 214, 85, 'Ich bin dran.', 2, 365, 324, 'Versuchs mal so.', 2, 365, 324, 'Ich wieder.', 2, 365, 324, 'Saug dran.', 2, 220, 120, 'Du bist dran.', 2, 365, 324, '', 1, 0, 0, '', 0, 0, 0, 'Oohh…Ich schmecke was!', 0, 551, 177, 'Kommst Du?', 2, 422, 362, 'Nein, noch nicht. Das sind nur Sehnsuchtstropfen.', 3, 318, 147, 'Das heißt ich bin fast soweit. Magst Du das?', 3, 0, 0, 'Mmm.', 3, 553, 278, 'Ich will auch was!', 1, 301, 222, 'Sorry Punkin\', das ist alles was da war.', 3, 310, 132, 'Ooochhh...', 2, 392, 333, 'Oh, aber lass mich in Deinen Mund kommen. Ich habs mir für Dich aufbewahrt und bin bereit zum Abspritzen!', 3, 310, 132, 'Und Du kannst mir helfen abzuspritzen.', 2, 283, 110, 'Gibst da noch mehr?', 3, 300, 364, 'Im Moment nicht.', 2, 470, 136, 'Aber ich bin in Nullkommanichts wieder so weit.', 2, 0, 0, '', 0, 0, 0, '', 1, 0, 0, 'Wird bestimmt ein heißer Tag heute!', 1, 133, 149, 'Oh!\rÄhm….Bestimmt.', 1, 367, 156, 'Wann können wir alleine zusammen sein?', 1, 266, 132, 'Öhmm…Slick und ich gehen auf den Heuboden hoch und machen ein Nickerchen.', 0, 502, 165, 'Okay?', 0, 0, 0, 'Oh!\rOK. Ich komm klar. Geht Ihr nur!', 1, 133, 149, 'Hmm...Ich frag mich ob sie wirklich da oben schlafen.', 0, 345, 113, 'Vielleicht wage ich nur mal nen kurzen Blick.', 1, 212, 275, 'Ich sollte da nicht zusehen!', 2, 235, 384, 'Ich sollte besser gehen.', 2, 0, 0, 'Ich will jetzt noch nicht kommen.', 1, 557, 290, 'Lass uns was anderes ausprobieren.', 1, 386, 184, 'Dreh Dich um. Ich will es Dir von hinten besorgen.', 1, 0, 0, 'Mmmm, das ist süß.', 3, 275, 227, 'Jetzt heb Deinen Hintern für mich an.', 3, 0, 0, 'Oh ja, genau so.', 3, 431, 127, '', 1, 0, 0, 'Ich krieg das einfach nicht aus meinem Kopf!', 0, 417, 125, 'Becky hat im Heu gelegen.', 0, 0, 0, 'Sie hatte die Beine gespreizt,', 0, 386, 111, 'Und er hat seinen Penis in sie rein gesteckt!', 0, 0, 0, 'Oh! Ich frag mich wie sich das anfühlt.', 0, 0, 0, 'Oh Gott.', 0, 373, 80, 'Ähh... Oh! Tut mir leid!', 0, 265, 69, 'Ich wollte Dich nicht aufwecken. Du hast wohl geschlafen. Ich… Ich hab nichts gesehen.', 3, 241, 83, 'Ich...Ich hab wohl geträumt.', 0, 373, 80, 'Öhm… Ja. ', 0, 265, 69, 'Ist Becky auch da? Ich wollte mit Euch beiden reden.', 3, 241, 83, 'Ich möchte mich wirklich wegen neulich entschuldigen. Ich weiß dass ich Euch nicht hätte beobachten sollen.', 3, 0, 0, 'Ihr Freund aus der Stadt ist hier und sie wollten ein Nickerchen machen.', 1, 530, 144, 'Sie hat einen Freund?', 0, 265, 69, 'Mmhhh. Ich wusste es auch nicht bevor ich herkam,\r Und jetzt bin ich alleine.', 1, 530, 144, 'Naja, zumindest bis Du gekommen bist.', 1, 0, 0, 'Oh, naja, ich bin froh Dir Gesellschaft leisten zu dürfen Ähm… Wenn das für Dich in Ordnung ist mein ich.', 3, 241, 83, 'Du kannst Dich zu mir setzen.', 1, 530, 144, 'Wow! Danke.', 0, 475, 75, 'Also…Bist Du immer noch sauer deswegen?', 0, 0, 0, 'Sauer wegen was?', 1, 192, 95, 'Daß ich Euch Mädels beobachtet habe. Ich weiß dass ich es nicht hätte tun sollen. Es tut mir auch wirklich leid.', 3, 471, 100, 'Ach, mach Dir keine Sorgen. Ich bin nicht sauer. Weißt Du, wenn Du schwimmen gewesen wärst und ich wäre vorbeigekommen hätte ich Dich vielleicht auch beobachtet.', 2, 192, 122, 'Echt!? Wenn ich nackt gebadet hätte hättest Du zugeschaut?', 0, 474, 75, 'Mmhmm! Ich hätte das sehen wollen\r Hihi!', 1, 192, 95, 'Ich glaube Becky hätte Dich trotzdem nicht so festbinden sollen. Das ist echt gemein einem Jungen so was anzutun.', 2, 192, 122, 'Ach was! Vergiss es. So schlimm wars nun auch wieder nicht. ', 0, 550, 120, 'Anfangs hatte ich ein bisschen Schiss, ich dachte echt sie würde mir weh tun,', 0, 0, 0, 'Aber dann, als sie anfing mich zu küssen, und als Du mich geküsst hast…Naja, das waren Qualen von denen ich nicht mal geträumt hätte!', 0, 0, 0, 'Oh Gott, ich hab mich so geschämt als sie Dir die Hosen runterzog. Ich konnte gar nicht glauben was sie da tat. War das nicht furchtbar?', 2, 210, 190, 'Naja, anfangs war ich irgendwie geschockt, aber als Du mich dann gerieben hast war es das Wunderbarste dass mir jemals in meinem ganzen Leben passiert ist!', 0, 520, 280, 'Ich konnte es gar nicht fassen was dieses schöne Mädchen gerade da mit mir anstellte!', 0, 0, 0, 'Ich meine, ich hab’s mir natürlich schon selbst gemacht, aber da war ich alleine. Jeder tut das. Aber jetzt warst Du es, so schön und ganz nah, und machtest es mir, machtest mir so ein geiles Gefühl als ob…Ooohhhh!!!', 0, 0, 0, 'Sie hat mich dazu gebracht! Ich wusste gar nicht was ich machen soll. Ich war so verlegen und so geschockt. Es war einfach alles so abenteuerlich. Wie ein verrückter wilder Traum.', 2, 230, 370, 'Aber dann überkamen mich diese Gefühle, die waren so heftig, meine Brust schien schier zu zerspringen von diesem Gefühl, das ich es einfach weiter und weiter tun wollte,', 2, 0, 0, 'Und zwischen meinen Beinen brannte es wie Feuer, aber ein Feuer der totalen tiefen Lust. Sowas hatte ich vorher noch nie empfunden.', 2, 0, 0, 'Und dann plötzlich hat es überall herum gespritzt! Ich wusste nicht dass das passieren würde!', 2, 0, 0, 'Oh! Tut mir leid. Ich wollte Dich nicht vollspritzen! Es ist einfach…passiert.', 0, 520, 280, 'Oh! Aber das war das intensivste daran! Auf einmal waren da überall diese warmen Spritzer, wie ein heißer Schauer vom Himmel, und ich war mit Deiner Wärme bedeckt .', 2, 230, 370, 'Das war als wäre ich plötzlich ein Teil von Dir, völlig von Dir eingehüllt, bedeckt von Deiner Wärme.', 2, 0, 0, 'Ich hab seitdem oft daran gedacht. Es war etwas ganz besonderes, ich fühle mich Dir irgendwie verbunden. Als hätten wir etwas Wunderbares miteinander geteilt.', 2, 0, 0, 'Wow!', 0, 520, 280, 'Seitdem habe ich gehofft dass ich Dich wiedersehe.', 2, 205, 270, 'Willst Du mit mir gehen?', 2, 205, 270, 'Oh ja!', 3, 522, 238, '', 0, 0, 0, 'Tu es.', 2, 205, 270, 'Tun? Was?', 3, 522, 238, 'Du hast gesagt, jeder tut es. Ich will sehen wie Du es machst.', 2, 205, 270, 'Was? Das!?', 3, 522, 238, 'Du willst dass ich….mir einen runterhole? Hier?', 3, 522, 238, 'Aa..Aber…das ist so unanständig! Ich weiß nicht ob ich das kann, nicht vor Deinen Augen.', 3, 0, 0, 'Das ist nur fair. Ich sollte die Chance haben Dir dabei zuzusehen.', 2, 205, 270, 'Oh...Ich habe Dir ja auch zugesehen. Sorry. ', 3, 522, 238, 'Ja. Und jetzt werde ich dir zusehen. ', 2, 205, 270, 'Äähhh… Das ist OK denk ich.', 3, 522, 238, 'Es ist nur so…peinlich!', 0, 480, 103, 'Alles ist gut. Du kannst es mir zeigen.', 1, 210, 160, 'Er ist echt ganz hart. Ist er immer so?', 1, 210, 160, 'Nur wenn Du in der Nähe bist.', 0, 480, 103, 'Lass mich den Rest sehen. Zieh Deine Hose ganz aus.', 1, 210, 160, 'Jetzt,\rzeig mir wie Du es machst.', 2, 271, 194, 'Ehmmm...\rIch hab mich gefragt.', 0, 455, 103, 'Jaaah?', 2, 225, 183, 'Äähhh...Kann ich Dich dabei anschauen?', 0, 455, 103, 'Ich mein’, normalerweise würde ich mir jetzt vorstellen wie schön und sexy Du bist, aber Du bist ja hier! ', 3, 445, 148, 'Das wäre unglaublich toll Dich nur anzuschauen \rund es mir zu machen.', 3, 0, 0, 'Echt? Du willst mich anschauen während Du es Dir machst? ', 2, 190, 215, 'MmMmmhh.', 3, 515, 153, 'Wird Dich das kommen lassen?', 2, 190, 215, 'Oh, Gott, jaa!', 3, 515, 153, 'Gut. Ich will Dich kommen sehen!', 2, 190, 215, 'Da. Genauso. Du bist perfekt.', 2, 315, 120, 'Deine Brüste machen mich echt total geil.', 2, 250, 163, 'Lass sie mich sehen.', 2, 0, 0, 'Ich will auf sie abspritzen.', 2, 0, 0, 'So etwa?', 3, 492, 248, '', 0, 0, 0, 'Hallo Großer, was kann ich für Sie tun?', 1, 174, 185, 'Ich bekomm die Nummer eins.', 0, 495, 263, 'Haben Sie die nicht jedes Mal?', 1, 174, 185, 'Hmm, ich glaub schon. Woher wissen Sie das?', 1, 470, 185, 'Oh, ich erinnere mich an Sie.', 0, 233, 166, 'Also erinnern Sie sich an jeden Kunden? Auch an die die nicht so oft herkommen wie ich?', 1, 470, 185, 'Nein Süßer. Ich erinner’ mich nur an die Gutaussehenden.', 0, 233, 166, 'Ha! Nur ein schmutziger alter Farmer.', 1, 470, 185, 'Naja, das ist nicht das was ich sehe.', 0, 233, 166, 'Ich sehe einen Brocken von Mann, stark wie ein Ochse, gerade ganz weich und sanft.', 0, 0, 0, 'Hätt ich mir nicht besser träumen können.', 0, 0, 0, 'Äähhh...', 1, 470, 185, 'Verheiratet?', 0, 233, 166, 'Witwer.', 1, 470, 185, 'Oh, tut mir leid. Wie lange?', 0, 233, 166, 'Schon lange.', 1, 470, 185, 'Sehr sehr lange.', 1, 0, 0, 'Nun, ich glaube es war schon zu lange, Süßer.', 1, 173, 169, '', 1, 0, 0, '', 0, 0, 0, 'Mmm, jetzt ist es viel angenehmer wo es nicht mehr so heiß ist.', 0, 480, 152, 'Es ist so schön hier mit Dir zusammen.', 1, 204, 118, 'Jeb?', 0, 525, 190, 'Das war wirlich aufregend… Was da eben auf der Veranda passiert ist.', 0, 0, 0, 'Gott jaa!', 1, 240, 190, 'Ich bin glücklich dass Du das für mich getan hast… Mich zuschauen lassen.', 0, 525, 190, 'Ich bin froh dass Du mich dazu gebracht hast\res zu tun.', 2, 270, 176, 'Du bist nicht sauer dass ich Dich…gedrängt habe?', 0, 470, 143, 'Gott nein! Das war das aufregendste was ich je getan habe! ', 2, 270, 190, 'Ich kann nicht glauben dass Du mich gelassen hast…Daß Du es mochtest…Daß Du MICH magst…Vor allem nachdem ich Dich…vollgespritzt habe.', 2, 0, 0, 'Oh! Aber ich wollte dass Du das tust!', 3, 490, 260, 'Wow.', 2, 270, 190, 'Weißt Du, als Becky und ihr Freund zum Heuboden gegangen sind haben sie gar kein Nickerchen gemacht wie sie es gesagt hatten.', 0, 480, 152, 'Sie haben es getan!', 3, 450, 190, 'Sie haben es …getan? Hatten Sex?', 2, 270, 190, 'MmmMm. Ich war da und hab sie beobachtet. Ich dachte sie würden einfach schlummern, aber sie haben….Oh! Das hat mich so heiß gemacht!', 3, 490, 260, 'Ich will es tun. Ich will es mit dir tun. Ich will wissen wie sich das anfühlt.', 3, 0, 0, 'Ich auch. Ich wollte schon immer wissen wie sich das anfühlt.', 1, 240, 190, 'Lass es uns tun!', 3, 490, 260, 'Aber…Wir sind grade erst zusammen. Ist es nicht noch zu früh? Vielleicht sollten wir es langsamer angehen.', 2, 270, 190, 'Hm, ich glaub’ Du hast recht. ', 3, 490, 260, 'Wir können es später immer noch tun, oder?', 3, 0, 0, 'Oh ja. Ich will es mit Dir machen.', 2, 270, 190, 'Moment mal. Du hast sie beobachtet?', 2, 190, 290, 'Aber ich dachte doch sie würden nur schlafen!', 3, 450, 360, 'Und Du hast ihnen zugeschaut?', 2, 250, 190, 'Das ist böse! Du warst sehr böse!', 2, 0, 0, 'Aber... Ich...', 3, 470, 225, 'Du musst bestraft werden!', 2, 250, 190, 'Hey, ich kann mich erinnern dass da noch irgendwo ein Seil rumliegt, mit dem die Schaukel befestigt war.', 1, 354, 99, 'Ich glaube Du gehörst gefesselt und ein bisschen gefoltert zur Strafe!', 1, 0, 0, 'Also…Was sollen wir tun?', 0, 392, 86, 'Was machst Du da?', 0, 494, 180, 'Du bist so wehrlos. Ich kann einfach nicht anders.', 3, 426, 126, 'Ich will einfach schmutzige Dinge mit Dir anstellen.', 3, 0, 0, '', 0, 0, 0, 'Ich hör besser auf. Ich will jetzt noch nicht kommen.', 3, 377, 164, 'Außerdem wollte ich Dich ja quälen, nicht mich.', 3, 0, 0, '', 1, 0, 0, 'Machen wir es uns gemütlich. Und nackt. .', 2, 230, 144, 'Oh!\rSchnell! Hinter die Treppe bevor sie uns sehen!', 1, 402, 167, 'Sieh mal! Das ist Jeb, der Junge vom Nachbarhof.', 0, 445, 106, 'Jo mag ihn wirklich sehr. \rIch freu mich dass sie endlich zusammen sind.', 3, 437, 145, 'Sieht aus als ob er sie gefesselt hat um es zu tun!', 1, 307, 80, 'Oh! Mein Gott!\rEr hat sie an die Schaukel gefesselt!', 2, 296, 285, 'Das ist pervers! Warum sollte sie ihn das tun lassen?', 0, 528, 132, 'Wow! Ich werde ganz hart und pricklig da unten nur vom zuschauen.', 3, 453, 139, 'Macht Dich das an?', 1, 284, 101, 'Willst Du von mir auch mal so gefesselt werden?', 1, 0, 0, 'Ooohhhh...', 0, 498, 104, 'Was ist das?', 0, 416, 224, 'Oh! Sorry! ', 3, 526, 198, 'Wir mussten Euch einfach zusehen.', 3, 0, 0, 'Ihr habt uns einfach total heiß gemacht, wir konnten nichts dagegen tun!', 3, 0, 0, 'Äähh…Können wir mitmachen?', 1, 278, 158, 'Becky will auch mal so gefesselt werden.', 0, 520, 149, 'Ich hab sie noch nie so geil gesehen.', 0, 520, 149, 'Wow.', 2, 133, 331, 'Lass uns sie erstmal nur ein bisschen antörnen.', 2, 576, 197, '', 0, 0, 0, 'Becky\'s Pussy ist so hübsch und pink!', 2, 0, 0, 'Willst Du sie mal probieren? Sie ist oh-so süß!', 3, 504, 215, 'Äähmm… Ich glaube ich sollte nur mit meiner Freundin rummachen.', 3, 141, 213, 'Oh, okay.', 3, 504, 215, 'Meinst Du sie sind jetzt soweit geleckt zu werden?', 2, 576, 197, 'Ööh… Ich hab so was noch nie gemacht.', 0, 182, 234, 'Oh! Nun, das solltest Du. Nichts bereitet einer Frau größeres Vergnügen.', 3, 504, 215, 'Siehst Du das hier oben? Das ist der Kitzler, ihr empfindlichster Punkt.', 2, 576, 197, 'Leck sie wie verrückt und sie wird Dich dafür lieben!', 2, 0, 0, 'Ich glaube sie sind jetzt mehr als bereit. ', 0, 177, 238, 'Aber lass mal sehen ob wir sie noch besser fesseln können.', 0, 0, 0, 'Was für eine süße Möse!', 2, 587, 126, 'Fick mich! Fick mich richtig durch!', 0, 423, 182, 'Mach es Jeb. Besorgs mir.', 2, 454, 238, 'Na los Jeb!', 0, 553, 207, 'Tu es! Ich will Dich in mir spüren.', 0, 0, 0, 'Fick mich!', 0, 0, 0, '', 0, 0, 0, 'Ich mach mir Sorgen wegen Pa.', 0, 530, 177, 'Er ist letzte Nacht nicht nach Hause gekommen.', 0, 0, 0, 'Ach, ihm geht’s gut.\rWahrscheinlich hat er in der Stadt übernachtet.', 1, 380, 137, 'Ratet mal!\rJeb und ich wollen heiraten!', 0, 511, 208, 'Das kommt plötzlich!\r Seid Ihr sicher?', 2, 531, 283, 'Oh ja, wir sind sicher, Ohne Zweifel.', 0, 511, 208, 'Ich glaube Ihr habt recht. Ihr werdet glücklich miteinander.', 2, 531, 283, 'Slick wird hierbleiben, als Aushilfskraft. Ich war überrascht wie viel er über die Landwirtschaft weiß!', 2, 0, 0, 'Oh,aber Dein Vater muß erst noch...', 1, 278, 156, 'Mach Dir keine Sorgen wegen meinem Dad. Der wird einverstanden sein. Da bin ich mir sicher.', 0, 470, 196, 'Vielleicht solltet Ihr auch heiraten.', 3, 280, 257, 'Vielleicht...', 2, 525, 285, 'Schaut mal! Daddy ist zurück!', 2, 538, 238, 'Und er ist nicht alleine.', 0, 480, 150, 'Das hier ist Bessie.', 0, 183, 130, '', 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]; French4 = ['', 1, 0, 0, 'Wow! C\'est une superbe machine!', 1, 440, 125, 'On en trouve pas comme celle-ci en ville.', 1, 186, 136, 'J\'ai toujours été fasciné par les tracteurs.', 1, 440, 125, 'Tu veux le conduire?', 0, 450, 205, ' Oh! Vraiment!', 2, 218, 350, 'Bien sûr! Pourquoi pas? Tu peux livrer le foin aux vaches dans le pré .', 0, 450, 205, 'Et pendant que tu y es, tu pourras nous donner une belle balade sur le foin.', 0, 0, 0, 'Tu t\'es déjà baladée sur le foin?', 2, 409, 272, 'Umm... Je ne crois pas.', 0, 366, 182, 'Ouais bon, on ne se balade pas comme ça habituellement l\'été ou durant la journée, mais ça pourrait être amusant.', 1, 324, 204, 'Allez! Viens t\'asseoir près de moi.', 0, 94, 160, 'De quel côté?', 0, 542, 160, 'Droit devant mon gaillard!', 0, 120, 202, 'Oh là là!', 2, 202, 280, 'Ça bouge beaucoup!', 3, 505, 217, 'Tu ne pourrais si bien dire! Tu es littéralement sortie de ton top!', 2, 194, 299, 'Tu ne crois pas qu\'il m\'a vue?', 3, 509, 259, 'He bien, ses yeux sont toujours dans ses orbites.', 2, 248, 235, 'Huh?', 1, 0, 0, 'Yooo hooo! Slick!', 2, 176, 329, 'Y a un problème?', 2, 467, 211, 'C\'est que ça bouge beaucoup à l\'arrière. Tu pourrais ralentir un petit peu?', 0, 120, 202, 'Oh! D\'accord. Désolé. ', 0, 542, 160, 'Lentement et doucement.', 0, 527, 287, 'Voilà, n\'est-ce pas super comme balade?', 2, 235, 235, 'Mmmm hmmm.', 3, 535, 226, 'Tu sais, une balade sur le foin peut être très romantique.', 2, 235, 235, 'Mmmm. Tu veux être avec ton copain ?', 3, 535, 226, 'Uh huh! Tu crois que tu pourrais conduire ce truc?', 2, 235, 235, 'Ummm, peut-être. Je sais conduire une voiture. Ça ne doit pas être très différent.', 3, 462, 225, 'Super!', 2, 235, 235, 'Wooo hooo!', 2, 176, 329, 'Qu\'est-ce qu\'il y a maintenant?', 2, 467, 211, 'Oh, aucun problème cette fois.', 0, 120, 202, 'Jo veut apprendre à conduire.\rTu peux lui apprendre?', 0, 0, 0, 'Bien sûr!', 0, 542, 160, 'Uh uh! Ne le remonte pas!', 2, 275, 179, 'Voilà la bonne façon de le porter.', 2, 257, 176, 'Becky!', 3, 481, 172, 'Tu dois savoir à quel point les garçons sont attirés par toi et de quelle façon s\'y prendre pour les rendre fous.', 2, 191, 240, 'Tes seins sont si gros!\rEt il les fixe depuis un moment. ', 2, 0, 0, 'Tu va le rendre fou d\'eux.', 2, 0, 0, 'Je veux le voir baver!', 2, 0, 0, '', 1, 0, 0, 'Allez. Je te tiens.', 3, 535, 125, 'Eeeeh? Je pose mon pied où ?', 1, 407, 94, 'Mmmf!!', 3, 512, 168, 'Oops! Je suis tombée.', 2, 438, 136, 'Je suis désolée.', 2, 219, 262, 'Pas moi.', 3, 448, 328, '', 0, 0, 0, 'Ok, tourne le contact.', 3, 461, 140, 'Ummm... Comment je fais ça?', 1, 282, 200, 'La commande est juste là. Tu la vois?', 1, 522, 68, 'Y a tellement de boutons et de cadrans.', 1, 416, 198, ' Je suis vraiment confuse. Ma tête tourne.', 2, 260, 214, 'Je ne crois pas que je peux le faire.', 2, 0, 0, 'Oh, tu fais tout ça très bien, crois-moi.', 3, 440, 120, 'Allez, tu n\'as qu\'à tourner.', 3, 440, 100, 'C\'est allumé!', 1, 244, 159, 'Oh! Allumé est bien le mot.', 3, 435, 122, 'Je crois que je vais aller retrouver Becky à l\'arrière avant que je perde tous mes moyens.', 3, 0, 0, 'Tu n\'as qu\'à avancer ce levier lorsque tu veux bouger le tracteur.', 3, 435, 122, '', 1, 0, 0, 'Alors, tu aimes Jo?', 2, 231, 200, 'Oh oui! C\'est une jeune fille charmante, mais...', 3, 404, 193, 'Mais quoi?', 2, 231, 200, 'Il y a quelque chose chez elle qui me fait de l\'effet. Tu sais?', 3, 404, 193, 'Ouais, je t\'ai bien vu. Elle t\'a allumé, n\'est-ce pas?', 2, 231, 200, 'Ummm...', 3, 404, 193, 'C\'est ok. Je suis allumée moi aussi après vous avoir regardés.', 2, 231, 200, 'Uhhh...', 3, 426, 178, 'Ça fait si longtemps! Je ne peux presque plus me contenir.', 0, 440, 174, 'Quand pourrons-nous être seuls?', 0, 0, 0, 'Pourquoi?', 2, 266, 233, 'Je veux le faire.', 0, 440, 174, 'Faire quoi?', 2, 266, 233, 'Tu sais quoi!', 0, 440, 174, 'Non, quoi?! Je veux que tu me dises ce que tu veux réellement.', 2, 255, 233, 'Dis moi. Dis moi ce que tu veux faire', 2, 266, 233, 'Je veux baiser.', 0, 440, 175, 'Je veux tellement te baiser avec fougue. S\'il te plaît! Quand pourrons-nous le faire ?', 0, 440, 175, 'Plus tard.\rPour l\'instant, je veux que tu embrasses Jo. ', 2, 250, 220, 'Huh?', 0, 432, 142, ' Jo n\'a pas beaucoup d\'expérience dans ce domaine et elle doit apprendre comment bien le faire !', 2, 250, 220, 'Mais... mais je ne crois pas que je devrais embrasser d\'autres filles. Je croyais que nous avions quelque chose de spécial.', 0, 432, 142, 'Oh! Bien sûr! Ça ne serait pas du tout la même chose si tu allais embrasser toutes les filles du coin dans mon dos.', 2, 250, 220, 'Jo est ma tendre cousine et je veux que tu lui enseignes!', 2, 250, 220, 'Uhhh... Ok. Je crois', 0, 432, 142, 'Tu ne la trouves pas jolie?', 1, 0, 0, 'Oh, bien sûr qu\'elle l\'est!', 0, 0, 0, 'Alors ça ne t\'embêtera pas de l\'embrasser?', 1, 0, 0, 'Si tu me le demandes, je serai ravi de le faire.', 0, 0, 0, 'Super! Je veux que tu lui enseignes tout. D\'accord?', 2, 250, 220, 'Je veux vraiment que tu lui fasses ressentir des frissons. D\'accord?', 2, 0, 0, 'Ok, comme tu veux!', 0, 432, 142, 'Yooo hooo! Mon tour!', 1, 162, 289, 'Je vais conduire et toi, va rejoindre Slick dans le foin.', 0, 320, 155, 'Il m\'a dit qu\'il t\'aimait beaucoup et qu\'il aimerait t\'embrasser, mais je crois qu\'il est trop timide.', 0, 0, 0, 'Pourquoi tu n\'irais pas vérifier si tu peux le convaincre de t\'embrasser!', 0, 0, 0, 'Tu veux que j\'embrasse ton copain?', 2, 220, 224, 'Uh huh! Ça ne me dérange pas de partager. Il embrasse vraiment bien !', 0, 320, 155, 'Et je sais qu\'il les aime bien.', 3, 463, 140, '', 1, 0, 0, 'Alors, tu avais déjà fait une balade dans le foin?', 3, 470, 140, 'Uhhh, non.', 2, 240, 167, 'He bien, c\'est tout simplement une bonne occasion pour un garçon et une fille de se câliner et de profiter de la balade.', 3, 470, 140, 'Tu veux bien te rapprocher?', 3, 0, 0, 'Tu es si jolie!', 3, 463, 181, 'Toi et Becky avez les mêmes traits de famille, vous êtes si jolies!', 3, 0, 0, 'Ta peau et tes cheveux sont plus foncés, mais ça te rend encore plus...', 3, 0, 0, 'Délicieuse est le seul mot qui me vient en tête.', 3, 0, 0, 'Tu me sembles si délicieuse, j\'aimerais bien savoir quel goût tu as!', 3, 0, 0, 'Je n\'ai jamais porté quelque chose de si osé avant.', 2, 265, 243, 'Becky l\'a choisi pour moi...', 2, 0, 0, 'Oh ne t\'inquiètes pas! J\'adore ça!', 0, 506, 130, 'Ton corps est merveilleux. Tu es merveilleuse. Je suis si heureux d\'être près de toi comme ça. ', 0, 0, 0, 'Tu ne devrais jamais te sentir mal à propos de cela.Laisse-moi en profiter.', 0, 0, 0, 'Tu n\'as qu\'à apprécier que j\'aime cela comme ça. Ne sois pas gênée! Montre toi!', 0, 538, 284, '', 0, 0, 0, 'Ça me rend vraiment fou de les regarder.', 0, 506, 130, 'Ça me rend fou. Ok?', 0, 0, 0, 'Ummm... Ok.', 2, 277, 240, 'Mmmm! Tu es si gentille!', 0, 535, 281, 'Oh! Dieu du ciel!', 3, 607, 360, '', 1, 0, 0, 'Nous sommes arrivés!', 0, 575, 322, 'Huh?', 0, 423, 120, 'Nous sommes au vieux pêcher.', 0, 510, 132, 'Les meilleures pêches que vous n\'aurez jamais mangées, mais elles sont difficiles à prendre puisque le vieil arbre est si vieux et grand.', 0, 0, 0, 'Tu vas nous en chercher, n\'est-ce pas Slick?', 1, 181, 237, 'Uh... Bien sûr!', 0, 415, 196, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, '', 0, 0, 0, ' Si tu nous rapportes une pêche tu auras un baiser, peut-être même plus!', 1, 633, 323, 'Il y en a une de mûre. Tu la voies?', 1, 633, 323, 'Indice: Tu n\'as qu\'à peser sur la touche w de ton clavier pour attraper directement le bâton.', 10, 360, 300, 'Plus de pêches!', 1, 633, 323, 'Essaie de nouveau.', 0, 501, 95, 'Es-tu toute mouillée dans ta culotte?', 0, 495, 151, 'Oh! La balade était si bonne?', 0, 490, 107, 'C\'est la seule scène qui requiert de cliquer avec la souris!\r\r Clique sous la taille de Slick à droite ou à gauche pour le faire bouger.\r\r Lorsque tu tiens le bâton, Clique près de son épaule et glisse vers le bas et l\'arrière pour viser. Tu n\'as qu\'à relâcher le bouton de la souris pour lancer le bâton.', 10, 360, 300, '', 0, 0, 0, '', 0, 567, 350, '', 0, 0, 0, 'Oh! Tu l\'as frappée trop fort et elle a éclatée!', 1, 633, 323, 'Oh! Tu l\'as laissée tomber et elle s\'est écrasée!', 1, 633, 323, 'Tu l\'as eue!', 1, 633, 323, 'C\'est à cet endroit que le baiser se trouvera.', 10, 468, 345, 'Indice: Tu n\'as qu\'à peser sur la touche w de ton clavier pour attraper directement le bâton.', 10, 360, 300, '', 0, 0, 0, '', 1, 0, 0, '', 0, 0, 0, 'J\'ai travaillé fort pour ceci!', 2, 182, 179, 'Mmmm! Juteuse!', 0, 520, 204, 'Essaie toi aussi!', 0, 570, 200, 'Sucrée!', 3, 360, 230, 'Mais salissante!', 3, 403, 245, 'Ok. Tu as fait du bon boulot. Je crois que tu mérites un baiser.', 1, 534, 118, 'J\'ai fini la pêche!', 1, 367, 180, 'Nous allons avoir besoin de plus de pêches.', 0, 533, 234, 'Il y en a une mûre là-haut.', 1, 633, 323, 'La première pêche était délicieuse. Tu peux nous en chercher une autre?', 1, 633, 323, 'En voilà une bien sucrée!', 1, 157, 173, 'Tu as la première bouchée cette fois.', 0, 520, 164, 'Prend une grosse bouchée juteuse! Tu pourras lui donner un baiser juteux.', 0, 530, 168, 'Regarde! Le jus coule vers ta poitrine! ', 0, 520, 193, 'Tu ferais mieux t\'enlever ton haut.', 0, 0, 0, 'Pourquoi ne me laisses-tu pas nettoyer cela ?', 1, 207, 176, 'Oops!', 2, 564, 128, 'J\'ai laissé tomber la pêche.', 0, 541, 120, 'Tu peux aller en chercher une autre?', 0, 0, 0, 'Ces deux premières pêches étaient sublimes. Tu peux aller en chercher une autre?', 1, 633, 323, 'Yeee! Une autre!', 1, 0, 0, 'C\'est la plus juteuse jusqu\'à présent!', 1, 185, 136, 'Mmmm!', 0, 540, 134, 'Juteux!', 0, 608, 167, 'Allons voir à quel point tu es juteuse.', 2, 208, 194, ' Un petit duvet!', 1, 129, 206, 'Toi aussi ma jolie.', 1, 140, 100, 'Oh! seigneur.', 0, 0, 0, 'Voilà de belles pêches juteuses.', 1, 159, 214, 'Détends-toi. Laisse toi enivrer par les sensations lorsque je te goûte.', 2, 157, 183, 'Tu vas aimer ça.', 1, 552, 113, 'Je peux aller plus bas?', 2, 206, 144, 'Non. Continue un peu plus longtemps!', 2, 623, 167, 'Oh oui! Je te veux!', 1, 496, 126, '', 1, 0, 0, 'Maintenant, c\'est à toi.', 2, 212, 284, 'Tu as bu de la limonade aujourd\'hui?', 2, 0, 0, 'Pas une goutte, je le jure!', 3, 476, 312, 'Je ne suis pas certain de te croire.', 2, 212, 284, 'Je vais devoir goûter et vérifier.', 1, 148, 158, 'Et maintenant, c\'est à toi.', 3, 534, 331, 'Tu nous as goûtées toutes les deux, maintenant nous allons te goûter.', 3, 0, 0, 'Vraiment?', 2, 215, 230, 'Enlève vite ton pantalon et installe toi ici.', 1, 367, 110, 'J\'ai attendu longtemps pour ça!', 1, 0, 0, 'Je croyais que tu avais dit qu\'il était très gros.', 1, 181, 171, 'Il est assez gros pour moi!', 0, 525, 171, 'Tu n\'as pas eu trop de limonade, n\'est-ce pas ?', 1, 464, 200, 'En effet, je n\'en ai pas goûtée.', 1, 464, 200, 'Essaie. Je veux savoir ce que tu vas goûter.', 1, 387, 328, 'Uh...', 3, 526, 341, 'S\'il-te-plait.', 3, 285, 129, 'Je veux que tu essaies.', 2, 214, 85, 'Mon tour.', 2, 365, 324, 'Essaie comme ça.', 2, 365, 324, 'Encore moi.', 2, 365, 324, 'Suce la.', 2, 220, 120, 'À toi.', 2, 365, 324, '', 1, 0, 0, '', 0, 0, 0, 'Uhhh... Je goûte quelque chose!', 0, 551, 177, 'Est-ce que tu jouis?', 2, 422, 362, 'Non, pas encore. C\'est simplement du liquide prééjaculatoire.', 3, 318, 147, 'Cela veut dire que c\'est presque prêt. Tu aimes?', 3, 0, 0, 'Mmm.', 3, 553, 278, 'J\'en veux moi aussi!', 1, 301, 222, 'Désolé trésor\', c\'est tout ce qu\'il y avait.', 3, 310, 132, 'Awwww...', 2, 392, 333, 'Oh, mais laisse moi venir dans ta bouche. Je me suis préservé pour toi et je suis prêt à exploser!', 3, 310, 132, 'Et tu peux m\'aider à jouir.', 2, 283, 110, 'Il en reste?', 3, 300, 364, 'Plus maintenant.', 2, 470, 136, 'Mais je vais être prêt à nouveau rapidement.', 2, 0, 0, '', 0, 0, 0, '', 1, 0, 0, 'Ouf! ce qu\'il fait chaud aujourd\'hui!', 1, 133, 149, 'Oh!\rUh... Oui, en effet.', 1, 367, 156, 'Quand pourrons-nous être seuls ?', 1, 266, 132, 'Ummm, Jo, je vais aller à la grange avec Slick pour me reposer.', 0, 502, 165, 'Okay?', 0, 0, 0, 'Oh!\rOk. Pas de problèmes. Allez-y!', 1, 133, 149, 'Hmm... Je me demande s\'ils dorment réellement là-haut ?', 0, 345, 113, 'Peut-être vais-je jeter un petit coup d\'oeil.', 1, 212, 275, 'Je ne devrais pas regarder ça!', 2, 235, 384, 'Je devrais y aller.', 2, 0, 0, 'Je ne veux pas jouir tout de suite.', 1, 557, 290, 'Essayons quelque chose de différent.', 1, 386, 184, 'Tourne toi. Je veux le faire par derrière.', 1, 0, 0, 'Mmmm, joli.', 3, 275, 227, 'Lève ton derrière légèrement pour moi.', 3, 0, 0, 'Oh oui, comme ça.', 3, 431, 127, '', 1, 0, 0, 'Je ne peux pas me sortir ça de la tête!', 0, 417, 125, 'Becky était couchée dans le foin.', 0, 0, 0, 'Elle écartait ses jambes,', 0, 386, 111, 'Et il a placé son pénis directement à l\'intérieur d\'elle!', 0, 0, 0, 'Oh! Je me demande bien ce que ça fait.', 0, 0, 0, 'Oh là là.', 0, 373, 80, 'Uhh... Oh! Je suis désolé!', 0, 265, 69, 'Je ne voulais pas te réveiller. Je crois que tu dormais. Je.. Je ne t\'ai pas vue.', 3, 241, 83, 'Je...Je devais rêver.', 0, 373, 80, 'Uh, ouais. ', 0, 265, 69, 'Est-ce que Becky est avec toi? Je voulais vous parler à toutes les deux.', 3, 241, 83, 'Je voulais vraiment m\'excuser pour l\'autre jour. Je sais que je n\'aurais pas dû vous espionner.', 3, 0, 0, 'Son copain de la ville est ici et ils sont allés se reposer.', 1, 530, 144, 'Elle a un copain?', 0, 265, 69, 'Uh huh. Je ne le savais pas avant qu\'il n\'arrive,\r et maintenant je suis seule.', 1, 530, 144, 'Jusqu\'à ce que tu arrives en fait.', 1, 0, 0, 'Oh, je serais heureux de te tenir compagnie. Uh... si tu es d\'accord bien sûr.', 3, 241, 83, 'Tu peux t\'asseoir ici avec moi.', 1, 530, 144, 'Wow! Merci.', 0, 475, 75, 'Alors, es-tu toujours en colère à propos de tout ça?', 0, 0, 0, 'En colère à propos de quoi?', 1, 192, 95, 'À propos de moi qui vous ai espionnées. Je sais que je n\'aurais pas dû le faire. Je suis vraiment désolé.', 3, 471, 100, 'Oh, ne te sens pas mal. Je ne suis pas fâchée. Tu sais, si tu t\'étais baigné et que j\'étais passé par là, je t\'aurais probablement espionné également.', 2, 192, 122, 'Vraiment! Si je me baignais nu, tu regarderais?', 0, 474, 75, 'Uh huh! J\'aimerais bien voir ça!\r Hee hee!', 1, 192, 95, 'Je ne crois pas que Becky aurait dû t\'attacher de la sorte par contre. C\'est une très vilaine chose à faire à un garçon.', 2, 192, 122, 'Ah bof! Ça ne me dérangeait pas. Je ne trouvais pas ça cruel du tout. ', 0, 550, 120, 'J\'avais peur au début parce que je croyais réellement qu\'elle allait me blesser', 0, 0, 0, 'Mais elle a commencé à m\'embrasser et tu as commencé à m\'embrasser... C\'était une torture de rêve!', 0, 0, 0, 'Oh mon Dieu, j\'étais si gênée lorsqu\'elle a baissé ton pantalon. Je ne pouvais pas croire qu\'elle faisait une chose semblable! Ce n\'était pas affreux?', 2, 210, 190, 'Oh, j\'étais surpris au début, mais lorsque tu as commencé à me caresser, c\'était la chose la plus merveilleuse qui me soit arrivée de toute ma vie!', 0, 520, 280, 'Je ne pouvais pas croire que cette jolie fille me faisait ces choses!', 0, 0, 0, 'J\'ai l\'habitude de faire ces choses-là moi-même en privé. Tout le monde fait ça. Mais tu étais là, si belle et si près, et me faisant sentir, me faisant sentir... Ohhhhh!!!', 0, 0, 0, 'Elle m\'a forcée à le faire! Je ne savais pas quoi faire. J\'étais si gênée et surprise. C\'était si intense. C\'était comme un rêve chargé d\'intensité.', 2, 230, 370, 'Mais ces sensations ont commencé à me submerger. Je sentais ma poitrine sur le point d\'exploser avec ces émotions qui m\'ont poussée à vouloir continuer,', 2, 0, 0, 'Entre mes jambes, c\'était comme un feu, mais un feu de plaisir profond. Je n\'avais jamais rien ressenti de tel avant.', 2, 0, 0, 'Et soudainement, ça s\'est mis à gicler partout! Je ne savais pas que ça allait faire ça!', 2, 0, 0, 'Oh! Je suis désolé! Je ne voulais pas gicler sur toi! C\'est simplement... arrivé.', 0, 520, 280, 'Oh! Mais c\'était le moment le plus intense! Soudainement, il y avait toutes ces chaudes éclaboussures, comme une douche chaude provenant du ciel et j\'étais recouverte de ta chaleur.', 2, 230, 370, 'C\'était comme si soudainement je faisais partie de toi, complètement entourée par toi, enveloppée par ta chaleur.', 2, 0, 0, 'J\'y ai pensé beaucoup depuis. C\'était un moment très spécial. J\'ai senti une sorte de connexion avec toi. Comme si nous avions partagé quelque chose de spécial.', 2, 0, 0, 'Wow!', 0, 520, 280, 'J\'espérais te revoir depuis ce moment.', 2, 205, 270, 'Tu veux être mon copain?', 2, 205, 270, 'Oh oui!', 3, 522, 238, '', 0, 0, 0, 'Fais le.', 2, 205, 270, 'Faire quoi?', 3, 522, 238, 'Tu as dit que tout le monde le fait. Je veux te voir le faire.', 2, 205, 270, 'Quoi? Ça!?', 3, 522, 238, 'Tu veux que je me... branle? Ici?', 3, 522, 238, 'M..mais.. C\'est si vulgaire! Je ne pourrais pas, pas devant toi.', 3, 0, 0, 'Ça me semble juste pourtant que je puisse moi aussi te regarder faire.', 2, 205, 270, 'Oh...C\'est vrai que je t\'ai observée. Désolé. ', 3, 522, 238, 'Oui. Maintenant c\'est à moi de te regarder. ', 2, 205, 270, 'Uhhh.. ok, je présume.', 3, 522, 238, 'C\'est si embarrassant!', 0, 480, 103, 'Allons. Tu peux me montrer.', 1, 210, 160, 'C\'est vraiment dur. C\'est toujours comme ça?', 1, 210, 160, 'Seulement lorsque tu es là.', 0, 480, 103, 'Laisse-moi voir le reste. Enlève ton pantalon complètement.', 1, 210, 160, 'Maintenant,\rmontre moi comment tu fais.', 2, 271, 194, 'Ummm...\rJe me demandais.', 0, 455, 103, 'Uh huh?', 2, 225, 183, 'Uhhh... Je peux te regarder pendant que je le fais?', 0, 455, 103, 'C\'est que, je m\'imagine à quel point tu es belle et sexy, mais tu es ici! ', 3, 445, 148, 'Ça serait super de te regarder\ret de le faire.', 3, 0, 0, 'Vraiment? Tu veux me regarder pendant que tu le fais? ', 2, 190, 215, 'Uh huh.', 3, 515, 153, 'Est-ce que ça va te faire jouir?', 2, 190, 215, 'Oh, ouais!', 3, 515, 153, 'Super. Je veux te voir jouir!', 2, 190, 215, 'Voilà. Juste comme ça. Tu es parfaite.', 2, 315, 120, 'Tes seins m\'allument vraiment.', 2, 250, 163, 'Laisse-moi les voir.', 2, 0, 0, 'Je veux me branler dessus.', 2, 0, 0, 'Comme ça?', 3, 492, 248, '', 0, 0, 0, 'Hé mon beau, qu\'est-ce que je peux faire pour toi?', 1, 174, 185, 'Je vais prendre le numéro 1.', 0, 495, 263, 'Ce n\'est pas ce que tu commandes tout le temps?', 1, 174, 185, 'Uhh, ouais j\'imagine. Comment le sais-tu?', 1, 470, 185, 'Oh, je me souviens de toi.', 0, 233, 166, 'Donc, tu te souviens de tous tes clients? Même ceux qui ne viennent pas souvent ici comme moi?', 1, 470, 185, 'Non, mon coeur. Je me rappelle seulement de ceux que je trouve jolis.', 0, 233, 166, 'Ha! Juste un vieux fermier aigri.', 1, 470, 185, 'Ce n\'est pas ce que je vois.', 0, 233, 166, 'Je vois une belle pièce d\'homme, fort comme un boeuf, mais doux et gentil.', 0, 0, 0, 'Je ne pourrais pas imaginer mieux.', 0, 0, 0, 'Uhhh...', 1, 470, 185, 'Tu es marié?', 0, 233, 166, 'Veuf.', 1, 470, 185, 'Oh, désolé. Depuis combien de temps?', 0, 233, 166, 'Très longtemps.', 1, 470, 185, 'Très très longtemps.', 1, 0, 0, 'Je crois bien que ça fait trop longtemps trésor.', 1, 173, 169, '', 1, 0, 0, '', 0, 0, 0, 'Mmm, c\'est beaucoup mieux maintenant qu\'il ne fait plus aussi chaud.', 0, 480, 152, 'C\'est si bien d\'être ici avec toi.', 1, 204, 118, 'Jeb?', 0, 525, 190, 'C\'était très excitant... ce qui est survenu tout à l\'heure.', 0, 0, 0, 'Bon Dieu oui!', 1, 240, 190, 'Je suis contente que tu m\'aies laissée... Laissée regarder.', 0, 525, 190, 'Je suis heureux que tu m\'as laissé faire.', 2, 270, 176, 'Tu n\'es pas fâché que je t\'aie... forcé?', 0, 470, 143, 'Bien sûr que non. Ç\'a été la chose la plus excitante que j\'ai faite de ma vie! ', 2, 270, 190, 'Je ne peux pas croire que tu m\'as laissé... Que tu as aimé... Que tu m\'aimes... même après... avoir giclé partout sur toi.', 2, 0, 0, 'Oh! Mais c\'est ce que je voulais!', 3, 490, 260, 'Wow.', 2, 270, 190, 'Tu sais, quand Becky et son copain sont allés à la grange, ils ne se reposaient pas comme ils avaient dit.', 0, 480, 152, 'Ils le faisaient!', 3, 450, 190, 'Ils le ...faisaient? Ils baisaient?', 2, 270, 190, 'Uh huh. J\'y suis allée et je les ai vus. Je croyais qu\'ils dormiraient, mais ils étaient... Oh! Ça m\'a rendue tout excitée!', 3, 490, 260, 'Je veux le faire. Je veux le faire avec toi. Je veux savoir ce qu\'on ressent quand on le fait.', 3, 0, 0, 'Moi aussi. J\'ai toujours voulu savoir comment c\'était.', 1, 240, 190, 'Faisons le!', 3, 490, 260, 'Mais... on commence notre relation. Ce n\'est pas trop tôt? Peut-être devrions-nous prendre les choses plus lentement.', 2, 270, 190, 'Oh, j\'imagine que tu as raison. ', 3, 490, 260, 'On peut le faire plus tard par contre?', 3, 0, 0, 'Oh oui. Je veux le faire avec toi.', 2, 270, 190, 'Attends une minute. Tu les as espionnés?', 2, 190, 290, 'Mais je croyais qu\'ils ne faisaient que dormir!', 3, 450, 360, 'Et tu les as vus le faire?', 2, 250, 190, 'C\'est vilain! Tu as été très vilaine!', 2, 0, 0, 'Mais... Je...', 3, 470, 225, 'Tu dois être punie!', 2, 250, 190, 'Hey, je me rappelle avoir vu de la corde lorsqu\'ils ont réparé la balançoire.', 1, 354, 99, 'Je crois que tu devrais être attachée et torturée pour te punir!', 1, 0, 0, 'Bon... Que devrions-nous faire?', 0, 392, 86, 'Que fais-tu?', 0, 494, 180, 'Tu es sans défense. Je ne peux m\'en empêcher.', 3, 426, 126, 'Je veux te faire des choses vicieuses.', 3, 0, 0, '', 0, 0, 0, 'Je ferais mieux d\'arrêter. Je ne veux pas jouir tout de suite.', 3, 377, 164, 'En plus, je suis censé être celui qui te torture! Pas le contraire.', 3, 0, 0, '', 1, 0, 0, 'Enlevons ces vêtements encombrants.', 2, 230, 144, 'Oh!\rVite! Cachons-nous avant qu\'ils nous voient!', 1, 402, 167, 'Regarde! C\'est Jeb, le garçon de la ferme à la fin du rang.', 0, 445, 106, 'Jo l\'aime vraiment beaucoup.\rJe suis bien contente qu\'ils se soient rencontrés.', 3, 437, 145, 'Il semble qu\'ils soient prêts à le faire!', 1, 307, 80, 'Oh! Mon Dieu!\rIl l\'a attachée à la balançoire!', 2, 296, 285, 'C\'est coquin! Pourquoi le laisse-t-elle faire?', 0, 528, 132, 'Wow! Je suis toute chaude là-dessous juste à les regarder.', 3, 453, 139, 'Ça t\'allume?', 1, 284, 101, 'Tu aimerais que je t\'attache comme ça?', 1, 0, 0, 'Ooohhhh...', 0, 498, 104, 'Qu\'est-ce que c\'est!', 0, 416, 224, 'Oh! Désolé! ', 3, 526, 198, 'Nous n\'avons pas pu nous empêcher de regarder.', 3, 0, 0, 'Vous nous avez tellement excités qu\'on n\'a pas pu s\'empêcher!', 3, 0, 0, 'Uhh... On peut se joindre à vous?', 1, 278, 158, 'Becky veut être attachée elle aussi.', 0, 520, 149, 'Elle n\'a jamais été aussi chaude.', 0, 520, 149, 'Wow.', 2, 133, 331, 'Excitons-les un peu pour un moment.', 2, 576, 197, '', 0, 0, 0, 'La chatte de Becky est si rose et jolie!', 2, 0, 0, 'Tu veux y goûter? C\'est si sucré!', 3, 504, 215, 'Uhhh... Je crois que je vais me contenter de ma copine.', 3, 141, 213, 'Oh, ok.', 3, 504, 215, 'Tu crois qu\'elles sont prêtes à être léchées?', 2, 576, 197, 'Uhhh... Je... Je n\'ai jamais fait ça.', 0, 182, 234, 'Oh! Bien, tu devrais. Il n\'y a rien qui donne plus de plaisir à une femme.', 3, 504, 215, 'Tu vois ceci? C\'est le clitoris, son endroit le plus sensible.', 2, 576, 197, 'Lèche le en fou et elle t\'adorera!', 2, 0, 0, 'Je crois qu\'elles sont prêtes pour la prochaine étape. ', 0, 177, 238, 'Mais voyons si nous ne pouvons pas les attacher un peu mieux que cela.', 0, 0, 0, 'Quelle belle chatte!', 2, 587, 126, 'Baise-moi! Baise moi fort!', 0, 423, 182, 'Fais-le Jeb. Fais le avec moi.', 2, 454, 238, 'Allez Jeb!', 0, 553, 207, 'Fais-le! Je le veux à l\'intérieur de moi.', 0, 0, 0, 'Baise moi!', 0, 0, 0, '', 0, 0, 0, 'Je suis inquiète à propos de Pa.', 0, 530, 177, 'Il n\'est jamais revenu à la maison hier soir.', 0, 0, 0, 'Awww, ne t\'inquiète pas.\rIl a probablement passé la nuit en ville.', 1, 380, 137, 'Devinez quoi!\rJeb et moi avons décidé de se marier!', 0, 511, 208, 'C\'est très rapide!\r Êtes-vous certains?', 2, 531, 283, 'Oh oui, nous somme certains. Il n\'y a aucun doute dans nos esprits.', 0, 511, 208, 'J\'imagine que vous avez raison. Vous serez très heureux ensemble.', 2, 531, 283, 'Slick Va rester ici pour aider sur la ferme. Je suis surprise qu\'il en connaisse autant sur l\'agriculture!', 2, 0, 0, 'Oh, mais ton Pa va devoir...', 1, 278, 156, 'Ne t\'inquiète pas de Pa! Il va dire oui. J\'en suis certaine.', 0, 470, 196, 'Peut-être devriez-vous vous marier également.', 3, 280, 257, 'Peut-être...', 2, 525, 285, 'Oh regardez! Pa est de retour!', 2, 538, 238, 'Et il n\'est pas seul.', 0, 480, 150, 'J\'aimerais vous présenter Bessie.', 0, 183, 130, '', 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('fdsave'); } if (gamesave.data.scene != undefined) { oldscene = gamesave.data.scene; highestscene = oldscene; gslastscene = gamesave.data.lastscene; secretunlocked = gamesave.data.unlocked; peachescaught = gamesave.data.peaches; } else { oldscene = 0; oldphase = 0; gslastscene = 0; secretunlocked = 0; gamesave.data.unlocked = 0; gamesave.data.lastscene = 0; gamesave.data.scene = 0; gamesave.data.peaches = 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 > 536) { 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 (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; if (enginesoundon) { unmuteengine(); } 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._alpha = savebg4a; if (bg4a <= 0) { bg4_mc.swapDepths(-10103); } } } else {} } else { if (Key.isDown(32) & pauserel) { pausing = 1; seenpause = 1; pauserel = 0; slomo = 0; if (mybug && blackpause) { savebg4a = bg4a; bg4a = 100; bg4_mc._alpha = 100; bg4_mc.swapDepths(16666); bg4_mc.gotoAndStop(2); bg4_mc._x = 360; bg4_mc._y = 288; bg4_mc._xscale = 100; bg4_mc._yscale = 100; } if (enginesoundon) { muteengine(); } } 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:' + floor(horny * 10) / 10 + ' 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; powerbarprio = 20004; 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 (gamever == 'fd4' && scene == 5 && ssay >= 973) { beta_mc._y = 10000; return undefined; } if (showscenebar) { return undefined; } if (this.hitTest(_root._xmouse, _root._ymouse, true) && scene != 2) { 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/27/131220/info.shtml
Created: 21/2 -2019 14:08:50 Last modified: 21/2 -2019 14:08:50 Server time: 28/04 -2024 20:26:28