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

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

mummy_love2.swf

This is the info page for
Flash #97085

(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) { doscene9(); } } } } } } } } } } } domover(); } function domon() { if (!debug) { mon0_mc.swapDepths(-10503); mon0_mc._x = -10000; return undefined; } mon0_mc.mon0_txt.text = mon0 + '\r' + mon1 + '\r' + mon2 + '\r' + mon3 + '\r' + mon4 + '\r' + mon5 + '\r' + mon6 + '\r' + mon7; mon0_mc._x = 210; if (scene == 8) { mon0_mc.gotoAndStop(2); } else { mon0_mc.gotoAndStop(1); } 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 say(windex, narrow) { forcebuboff = 0; if (narrow == undefined) { narrow = 0; } i = windex * 4; savwordindex = i; if (language == 0) { words = English[i]; type = English[i + 1]; bubx = English[i + 2]; buby = English[i + 3]; } else { if (language == 1) { words = German[i]; type = German[i + 1]; bubx = German[i + 2]; buby = German[i + 3]; } else { if (language == 2) { words = French[i]; type = French[i + 1]; bubx = French[i + 2]; buby = French[i + 3]; } else { if (language == 3) { words = Italian[i]; type = Italian[i + 1]; bubx = Italian[i + 2]; buby = Italian[i + 3]; } } } } 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, 200, 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) { 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 == 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() { 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; } 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; } function startfadein() { fadingout = 0; fadespeed = -2; } function hideall(flag) { heart_mc._alpha = 0; mouse_mc._alpha = 0; hotspot_mc._alpha = 0; webmasters_mc._alpha = 0; webmasters_mc._x = -10000; webmasters_shad_mc._x = -10000; startbutton_mc._x = -10000; webmasters_mc.swapDepths(-10500); webmasters_shad_mc.swapDepths(-10501); startbutton_mc.swapDepths(-10502); flag1_mc.swapDepths(-10513); flag2_mc.swapDepths(-10514); flag3_mc.swapDepths(-10515); flag4_mc.swapDepths(-10516); vinebutton_mc.swapDepths(-10517); vinebutton2_mc.swapDepths(-10518); mon6 = ''; mon5 = ''; mon4 = ''; mon3 = ''; mon2 = ''; mon1 = ''; mon0 = ''; if (flag == 2) { } else { stoploop(); } oldmousex = mousex; adjy = 0; adjx = 0; attacharrow = 0; attach = 0; arrowcursor = 0; arrowx = -10000; arrow_mc._x = arrowx; arrow_mc.swapDepths(-10518); arrow2_mc.swapDepths(-10519); mouse_mc.swapDepths(-10521); mouse_mc.gotoAndStop(6); hidesprites(); bg1_mc._x = -10000; bg2_mc._x = -10000; bg3_mc._x = -10000; bg4_mc._x = -10000; bg1_mc._xscale = 100; bg2_mc._xscale = 100; bg3_mc._xscale = 100; bg4_mc._xscale = 100; bg1_mc._yscale = 100; bg2_mc._yscale = 100; bg3_mc._yscale = 100; bg4_mc._yscale = 100; bg1_mc._alpha = 0; bg2_mc._alpha = 0; bg3_mc._alpha = 0; bg4_mc._alpha = 0; bg1_mc.swapDepths(-10100); bg2_mc.swapDepths(-10101); bg3_mc.swapDepths(-10102); bg4_mc.swapDepths(-10103); } function killsprites() { hidesprites(); } function hidesprites() { gothot = 0; i = 0; while (i < 29) { 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 < 16) { _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) { 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) { aindex = 15; extra = 0; autoangle = -45; } else { if (autopilot == 7) { aindex = 18; extra = 0; autoangle = -45; } } } } } } } arrow_mc._x = 609 - extra; if (autopilot == 1) { arrow_mc._y = 477; } else { if (autopilot == 3) { arrow_mc._y = 482; } else { arrow_mc._y = 457; } } arrow_mc._y -= showhigh * 445; arrow_mc._alpha = 100; arrow_mc._rotation = 45 + autoangle; arrow_mc.gotoAndStop(28 + aindex); arrow_mc.swapDepths(20003); if (autopilot == 5) { arrow_mc._yscale = ptasks * 400; arrow_mc._y = 500; } else { arrow_mc._yscale = 100; } atext = 0; if (showhigh) { if (mousex >= 650 && mousey <= 30) { atext = 1; if (language == 1) { atext = 31; } } } else { if (mousex >= 650 && mousey >= 510) { atext = 1; if (language == 1) { atext = 31; } } } if (autopilot == 6) { if (powerbarside > 0) { arrow_mc._x = 40; } arrow2_mc._x = arrow_mc._x; heart_mc._x = arrow2_mc._x; arrow2_mc._y = arrow_mc._y; heart_mc._y = arrow2_mc._y; arrow2_mc._alpha = 100; arrow2_mc._rotation = 0; heart_mc.gotoAndStop(80); heart_mc._rotation = 0; heart_mc.swapDepths(20008); if (atext) { if (hint) { arrow2_mc.gotoAndStop(46); } else { arrow2_mc.gotoAndStop(29 + atext + aindex); } arrow2_mc._yscale = 100; } else { arrow2_mc.gotoAndStop(51 + powerbarcolor); mpowerbarsize = powerbarsize; if (mpowerbarsize > 100) { hearta = (mpowerbarsize - 100) * 10; heart_mc._alpha = hearta; mpowerbarsize = 100; } else { heart_mc._alpha = 0; } arrow2_mc._yscale = mpowerbarsize; } arrow2_mc.swapDepths(20004); if (powerbarcolor < 0) { arrow2_mc._x = -10000; arrow_mc._x = -10000; } } else { if (autopilot == 5) { arrow2_mc._x = arrow_mc._x; arrow2_mc._y = arrow_mc._y; arrow2_mc._alpha = 100; arrow2_mc._rotation = 0; if (atext) { arrow2_mc.gotoAndStop(29 + atext + aindex); arrow2_mc._yscale = 100; } else { arrow2_mc.gotoAndStop(50); arrow2_mc._yscale = ptasksdone * 400; } arrow2_mc.swapDepths(20004); heart_mc._alpha = 0; } else { arrow2_mc._x = 609 - extra * 2; arrow2_mc._y = 502 - showhigh * 445; arrow2_mc._alpha = 100; arrow2_mc._rotation = 0; arrow2_mc.gotoAndStop(29 + atext + aindex); arrow2_mc.swapDepths(20004); arrow2_mc._yscale = 100; heart_mc._alpha = 0; heart_mc.swapDepths(-20008); } } arrow_mc._x += 80; arrow_mc._y += 54; heart_mc._x += 80; heart_mc._y += 54; arrow2_mc._x += 80; arrow2_mc._y += 54; return undefined; } arrow2_mc.swapDepths(-20004); arrow2_mc._x = -10000; heart_mc._alpha = 0; heart_mc.swapDepths(-20008); if (seearrow == 2) { if (arrowalpha < 100) { arrowalpha += 5; } arrow_mc._x = hintx; arrow_mc._y = hinty; arrow_mc._alpha = arrowalpha; arrow_mc._rotation = hintangle; arrow_mc.gotoAndStop(20 + arrowcolor); arrow_mc.swapDepths(20003); } else { if (arrowtype == 0) { arrow_mc._x = -10000; } else { if (arrowtype == 1) { if (Key.isDown(72) && arrowtime) { arrowtime = 0; } if (onhot) { arrowtime = 100; } if (arrowtime) { return undefined; } if (arrowblink == 0) { hotspot_mc._alpha = arrowalpha / 5; if (arrowalpha < 100) { arrowalpha += 5; } else { arrowblink = 1; } if (!onhot) { hotspot_mc._alpha = arrowalpha / 5; } } else { if (arrowalpha > 0) { arrowalpha -= 5; --hotspot_mc._alpha; } else { arrowblink = 0; arrowtime = 100; } if (!onhot) { hotspot_mc._alpha = arrowalpha / 5; } } arrow_mc._x = arrowx; arrow_mc._y = arrowy; arrow_mc._alpha = arrowalpha; arrow_mc._rotation = arrowangle; arrow_mc.gotoAndStop(20 + arrowcolor); arrow_mc.swapDepths(20003); } } } } function doswoosh_hand() { swoosh += 20; if (swoosh >= 180) { swoosh = 180; } if (swoosh < 90) { if (swalpha < 100) { swalpha += 20; } else { swalpha = 100; } } else { if (swoosh >= 90) { swalpha -= 20; hidemouse = 0; } } if (swalpha <= 0) { swalpha = 0; swoosh = 0; arrow_mc.swapDepths(-20003); swooshadd = 0; return undefined; } swooshadd += (sine(swoosh - 90) + 1) * (11 + fadjy); swoosha += (sine(swoosh - 90) + 1) * (4 + fadjx); if (swooshdir == o) { arrow_mc._x = swooshx; swooshy -= swooshadd; arrow_mc._y = swooshy; } else { if (swooshdir == 1) { arrow_mc._x = swooshx + swooshadd; arrow_mc._y = swooshy; } else { if (swooshdir == 2) { arrow_mc._x = swooshx; arrow_mc._y = swooshy + swooshadd; } else { if (swooshdir == 3) { arrow_mc._x = swooshx - swooshadd; arrow_mc._y = swooshy; } else { arrow_mc._x = swooshx - swooshadd; arrow_mc._y = swooshy + swooshadd; } } } } arrow_mc._alpha = swalpha; if (swooshdir == 7) { arrow_mc._rotation = 225; } else { arrow_mc._rotation = (swooshdir - 1) * 90 + swoosha; } arrow_mc.gotoAndStop(3); 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(); saysnd('blip'); } 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 == 3) { pop_mc.txt.text = Italian[4]; } else { if (language == 2) { pop_mc.txt.text = French[4]; } else { if (language == 0) { pop_mc.txt.text = English[4]; } else { pop_mc.txt.text = German[4]; } } } 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; } flag4_mc._x = 200 + sp * 3 + fadjx; flag4_mc._y = 430 + fadjy; flag4_mc.swapDepths(25563); flag4_mc.gotoAndStop(4); if (flag == 3) { flag4_mc._alpha = 100; } else { flag4_mc._alpha = 50; } 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(); } } else { if (flag == 3) { pop_mc.txt.text = 'Italiano'; 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; flag4_mc._x = lbx + sp * 3; flag4_mc._y = 556 + fadjy; flag4_mc.swapDepths(25565); flag4_mc.gotoAndStop(4); flag4_mc._alpha = 100; flag4_mc._xscale = 50; flag4_mc._yscale = 50; } function resay() { if (speaking) { say(savwordindex / 4, savbubx, savbuby); } } 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 isnan(a) { if (a <= 0 || a >= 0) { return 1; } else { return 0; } } function sine(deg) { rad = deg * Math.PI / 180; return Math.sin(rad); } function cosine(deg) { rad = deg * Math.PI / 180; return Math.cos(rad); } function rad2deg(rad) { deg = rad * 180 / Math.PI; return deg; } function deg2rad(deg) { rad = deg * Math.PI / 180; return rad; } function abs(n) { return Math.abs(n); } function floor(n) { return Math.floor(n); } function rnd(range) { r = floor(Math.random() * range); return r; } function rnd1() { r = rnd(65536); if (r < 32768) { return 0; } else { return 1; } } function finddistance(x1, y1, x2, y2) { distance = Math.sqrt((x2 - x1) * (x2 - x1) + (y2 - y1) * (y2 - y1)); return distance; } function dokeys() { if (!Key.isDown(27)) { escrel = 1; } if (Key.isDown(27) && escrel) { escrel = 0; balpha = 0; bfade = 0; bubtimer = 0; _root.wordBalloon.wordBalloonGraphic._y = 10000; _root.wordBalloon.wordBalloonGraphic._alpha = balpha; _root.wordBalloon.wordBalloonGraphic.balloon_txt._alpha = balpha; fadespeed = 0; fadingout = 0; scenestarted = 0; } if (!Key.isDown(68)) { drel = 1; } if (Key.isDown(68) && drel && allowdebug) { if (debug) { debug = 0; } else { debug = 1; } drel = 0; } if (!Key.isDown(83)) { srel = 1; } if (Key.isDown(83) && srel && (secretunlocked || debug || allowsceneswitch) && !pausing) { if (showpop) { showpop = 0; } if (showpoptype == 10) { showpoptype = 2; } fadingout = 0; fadespeed = 0; fade = 0; sheet_mc._alpha = fade; sheet_mc.swapDepths(-33333); srel = 0; hideall(); ++scene; if (scene > scenes) { scene = 0; } if (scene == 1) { scene = 4; } balpha = 0; bfade = 0; bubtimer = 0; _root.wordBalloon.wordBalloonGraphic._y = 10000; _root.wordBalloon.wordBalloonGraphic._alpha = balpha; _root.wordBalloon.wordBalloonGraphic.balloon_txt._alpha = balpha; fadespeed = 0; fadingout = 0; scenestarted = 0; stopsounds(); } if (debug) { if (Key.isDown(87)) { if (Key.isDown(39)) { ++wadjx; } if (Key.isDown(37)) { --wadjx; } if (Key.isDown(38)) { --wadjy; } if (Key.isDown(40)) { ++wadjy; } } if (Key.isDown(90)) { if (Key.isDown(39)) { ++zadjx; } if (Key.isDown(37)) { --zadjx; } if (Key.isDown(38)) { --zadjy; } if (Key.isDown(40)) { ++zadjy; } } if (Key.isDown(70)) { if (Key.isDown(39)) { ++fadjx; } if (Key.isDown(37)) { --fadjx; } if (Key.isDown(38)) { --fadjy; } if (Key.isDown(40)) { ++fadjy; } } if (Key.isDown(81)) { if (Key.isDown(39)) { ++qadjx; } if (Key.isDown(37)) { --qadjx; } if (Key.isDown(38)) { --qadjy; } if (Key.isDown(40)) { ++qadjy; } } if (Key.isDown(65)) { if (Key.isDown(39)) { ++adjx; } if (Key.isDown(37)) { --adjx; } if (Key.isDown(38)) { --adjy; } if (Key.isDown(40)) { ++adjy; } } else { if (Key.isDown(86)) { if (Key.isDown(39)) { ++vscale; } if (Key.isDown(37)) { --vscale; } } else { if (Key.isDown(83)) { if (Key.isDown(39)) { ++xscroll; } if (Key.isDown(37)) { --xscroll; } if (Key.isDown(38)) { --yscroll; } if (Key.isDown(40)) { ++yscroll; } } } } } if (!teaser) { kk = Key.getCode(); if (keyseq == 0 && kk == 83) { keyseq = 1; } else { if (keyseq == 1) { if (kk == 83) { } else { if (kk == 73) { keyseq = 2; rkeyrel = 0; } else { keyseq = 0; } } } else { if (keyseq == 2) { if (kk == 73) { } else { if (kk == 84) { keyseq = 3; } else { keyseq = 0; } } } else { if (keyseq == 3) { if (kk == 84) { } else { if (Key.isDown(73)) { secretunlocked = 1; highestscene = 10; gamesave.data.scene = 10; gamesave.data.unlocked = 1; keyseq = 0; sayfile('chimes.wav', 30); pausing = 9; } else { if (kk != 72) { keyseq = 0; } } } } } } } } mon1 = 'a:' + adjx + ' ' + adjy + ' f:' + fadjx + ' ' + fadjy + ' z:' + zadjx + ' ' + zadjy + ' q:' + qadjx + ' ' + qadjy + ' w:' + wadjx + ' ' + wadjy; } function calcFPS() { ++numFrames; now = getTimer(); elapsedSeconds = (now - startTime) / 1000; tfps = numFrames / elapsedSeconds; fpstab[fpsi] = tfps; ++fpsi; if (fpsi >= 4) { fpsi = 0; } fps = (fpstab[0] + fpstab[1] + fpstab[2] + fpstab[3]) / 4; if (fps >= 19.5) { fps = 20; } if (fps >= 20) { speedadj = 1; } else { speedadj = 1 + (20 - fps) / 10; } } function initfps() { startTime = getTimer(); numFrames = 0; fps = 30; speedadj = 1; } function sss(tshx, tshy, tshrad, telrad, tfpx, tfpy, facingr) { reach = telrad + tshrad; reach5 = reach - 1; dist2point = finddistance(tshx, tshy, tfpx, tfpy); ang2point = rad2deg(-Math.atan2(tshx - tfpx, tshy - tfpy)); if (dist2point >= reach5) { xadd = sine(ang2point) * reach5; yadd = -cosine(ang2point) * reach5; tfpx = tshx + xadd; tfpy = tshy + yadd; dist2point = finddistance(tshx, tshy, tfpx, tfpy); } point2arm = ang2point + 180; if (facingr) { a = tshrad; b = telrad; } else { a = telrad; b = tshrad; } c = dist2point; angleA = rad2deg(Math.acos((b * b + c * c - a * a) / 2 * b * c)); angleB = rad2deg(Math.acos((a * a + c * c - b * b) / 2 * a * c)); if (facingr) { ugsha = ang2point + angleB; ugela = point2arm - angleA + 180; } else { ugsha = ang2point - angleA; ugela = point2arm + angleB + 180; } } teaser = 0; if (teaser) { version1 = 'Teaser version'; } else { version1 = '1.04 Beta'; } teasertime = 0; tmybug = 0; allowsceneswitch = 0; if (teaser) { mybug = 0; blackpause = 0; allowdebug = 0; debug = 0; } else { mybug = 0; blackpause = 0; allowdebug = 0; debug = 0; } ssay = 0; phase = 0; scene = 0; scenes = 9; scenetext = ['title', 'Bath', 'History', 'Temple', 'Museum', 'First periond history', 'Mr. Bonner', 'AV room', 'School Nurse', 'Dr. Young', '']; if (debug) { seenpause = 1; } else { seenpause = 0; } credits = 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; 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; English = ['', 0, 320, 240, 'Press the space bar again to continue playing.', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Princess?', 3, 7, 77, 'Yes Ekibe?', 0, 485, 131, 'Come. It\'s time for you to bathe.', 0, 212, 125, 'We must prepare you for the big ceremony!', 0, 0, 0, 'Must I? I would rather just stay here and play.', 1, 480, 162, 'Oh yes!\rThis is the most important day in your life!', 0, 212, 125, 'Today you become a woman.\rThe blessings of the Gods will be placed upon you so you will be assured to be fruitful in your reign.', 0, 0, 0, '', 0, 320, 240, 'Come on now! There is so much to do before the big ceremony.', 0, 0, 0, 'Now don\'t be fussy!', 1, 277, 75, 'Child, why are you so shy?', 0, 263, 99, 'Just relax and enjoy the bath.', 0, 513, 97, 'There. That\'s better.', 0, 581, 92, '', 0, 320, 240, 'You know, some people are a little worried about you.', 0, 581, 92, 'Worried?', 1, 197, 138, 'Yes.\rYou have become a woman now, but… but…', 0, 522, 144, 'But what?', 1, 197, 138, 'Well the problem is that you are too… ummm… slim.', 0, 522, 144, 'I’m too skinny?', 1, 196, 116, 'It is very important for you to bear children.', 0, 522, 144, 'As royal princess and heir to the throne you must carry on the dynasty.', 3, 461, 63, 'See? Your breasts are so small. How can you have healthy children?', 0, 555, 111, 'And your hips are so narrow. How could you possibly bear a big strong baby?', 0, 555, 111, 'You need to eat more.', 0, 522, 144, 'Look at me!', 3, 461, 63, 'Yes. You have many healthy children.', 1, 201, 102, 'And all well fed!', 0, 536, 81, 'You need to fatten up a little! ', 0, 519, 108, 'Okay. I\'ll try.', 1, 162, 79, 'Good. ', 0, 519, 79, '', 0, 320, 240, 'There are some things you need to know,\rnow that you are becoming a woman.', 0, 557, 181, 'You need to learn how to please men,\rin the most important way.', 0, 0, 0, 'Guard!', 0, 558, 130, 'Yes you!\r Come here.', 0, 558, 130, 'But I have strict orders not to watch the princess bathing.', 1, 320, 121, 'Would you disobey her command then? She requires you here.', 0, 558, 130, 'Uh... okay maam.', 1, 320, 121, 'You won\'t be needing this spear.', 1, 195, 76, 'We don\'t need this garment either.', 1, 224, 106, 'Mmmm!', 1, 208, 125, 'Hee hee!', 0, 514, 142, 'Here.\rSit.', 1, 324, 116, 'I know You can\'t watch the princess bathe, but you can watch me dance.', 1, 324, 116, 'See what popped up?', 1, 203, 162, 'What happened to it?', 0, 505, 135, 'It is now filled with passion and fire.', 1, 153, 98, 'Come here.\r I want you to touch it. Feel how hot it is.', 1, 197, 129, 'But...', 0, 464, 204, 'It\'s okay. He only feels extreme pleasure when you touch it.', 1, 197, 129, 'Squeeze it. Feel how warm it is.', 1, 212, 77, 'Yes. Feel the heat of his passion.', 1, 259, 71, 'See? Now let me show you how to produce the milk of creation.', 1, 259, 85, 'Hold it like that.', 1, 278, 96, 'Now slide your hand up and down.', 1, 278, 96, 'Like this?', 0, 447, 175, 'Very good! Your touch is sweet. He is melting.', 1, 278, 96, 'Now I will gently coax here.', 1, 0, 0, 'Faster!', 1, 0, 0, 'Yes! He is feeling the urge.', 1, 0, 0, 'The princess is not bathing. Now look at her as she gives you love.', 1, 0, 0, 'Look at her sweet face. Let your desire flow.', 1, 0, 0, 'The milk of creation.', 0, 332, 86, 'It\'s alive. Can\'t you feel it?', 0, 0, 0, 'You need to learn the power of it. ', 0, 0, 0, 'You need to assimilate the power of it.', 0, 0, 0, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Okay class, let\'s run through the succession of rulers in the 8th dynasty.', 0, 381, 132, 'I\'m sure you will all find this very interesting...', 0, 0, 0, 'Uhhhhh! This is so boring!', 11, 301, 190, 'Pay attention! This is important.', 11, 301, 190, 'It\'s ancient history!', 11, 0, 0, 'Who cares about a lot of crusty old dead people?', 11, 0, 0, 'Uhhhh!', 11, 0, 0, 'Hee hee! I love to rile you up!', 11, 0, 0, 'Besides, you just look so amazing!', 11, 0, 0, 'It makes me crazy horny just to look at you.', 11, 0, 0, 'You\'re always horny.', 11, 0, 0, 'You\'re always sexy!', 11, 0, 0, 'Lift your skirt a little higher. I want to see your panties :-p', 11, 0, 0, 'Can’t you wait until after school?', 11, 0, 0, 'I want to see them now! Here!', 11, 301, 190, 'Is your dick getting hard?', 11, 301, 190, 'I want to see it. Here. Now!!!', 11, 0, 0, 'Rob?', 0, 462, 174, 'Huh?', 1, 395, 126, 'What is the answer?', 0, 462, 174, 'Uhhh... I don\'t know.', 1, 395, 126, 'Just as I thought. You weren\'t paying attention.', 0, 462, 174, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'You are just so beautiful!', 1, 198, 76, 'I wish I could be there for the ceremony.', 1, 0, 0, 'You won\'t be there?', 0, 570, 251, 'Sorry Princess, only the most holy can enter the inner sanctum of the temple.', 1, 197, 95, 'The Gods themselves appear there some times!', 1, 0, 0, 'You will have a special purification allowing you to enter along with the priests.', 1, 0, 0, 'You can manage by yourself can\'t you?', 1, 0, 0, 'I guess.', 0, 498, 142, 'We pray to all the Gods to bring the fruit of life to our princess,', 0, 554, 188, 'That she shall bring forth abundant offspring to bless the dynasty with lasting reign.', 1, 262, 177, 'Of this we pray.\rOf this we give offering.', 0, 554, 188, 'The Gods will be pleased with this one.', 1, 222, 177, 'Prepare her on the altar.', 1, 444, 77, 'You needn\'t be frightened.', 0, 548, 67, 'The gods themselves express their elation at your emergent womanhood through us, their priest servants.', 0, 503, 180, 'You should accept the blessings of the gods with great joy!', 0, 0, 0, 'But... But why am I bound?', 1, 254, 214, 'In the presence of the gods one must always remain perfectly open.', 0, 503, 180, 'Were you not bound you would be covering yourself in shame, an offense to the gods.', 0, 0, 0, 'It is necessary to train you.', 0, 0, 0, 'Oh.', 1, 254, 214, 'Just relax and enjoy, as the gods shower you with love and affection.', 0, 503, 180, 'I\'ll try.', 1, 254, 214, 'Good.', 0, 548, 67, 'Does that feel good?', 0, 554, 227, 'Mmmm....', 1, 229, 129, 'What about down here? Are you starting to feel a tingle?', 0, 514, 112, 'Oooo....\rIt\'s more than a tingle.', 1, 229, 129, 'Let\'s lift her up,', 0, 514, 112, 'And have a taste of that tingle.', 0, 514, 148, '', 0, 320, 240, '', 0, 320, 240, 'Uhhh...', 0, 392, 76, 'Ah, I see.\rCan you hold it?', 0, 528, 298, 'I... I don\'t know.', 1, 258, 55, 'She is just so pretty isn\'t she?', 0, 535, 83, 'Just looking at her face brings a throbbing desire to explode down there.', 0, 0, 0, 'I too am almost beyond being able to stop it.', 0, 0, 0, 'There my sweet princess. I know I\'m a little too big for you.', 0, 418, 77, 'Just flow with it.\rLet it in.', 0, 0, 0, 'Uhhhh!!!', 2, 254, 1, 'Princess, this is our newest young priest.', 0, 535, 126, 'It is the first time for him and control seems to be a problem.', 0, 0, 0, 'Will you be a sweetheart and help?', 0, 0, 0, 'Mmmmm', 2, 162, 368, 'Good. Look up into his eyes with that heavenly face of yours.', 0, 535, 126, 'Now hold that gaze and give the sweetest kisses.', 0, 587, 201, 'Let him dissolve into sweet surrender.', 0, 0, 0, 'Praise the gods!', 0, 587, 181, 'I\'ll take over here.', 0, 484, 47, 'We mustn\'t spill inside the royal vessel.\rOnly royal seed must grow there.', 0, 412, 100, 'Put her down.', 0, 0, 0, '', 0, 320, 240, 'Let us gather now for the offering.', 0, 515, 67, 'May the gods bless you with fertility in abundance.', 0, 0, 0, 'Come sweet one. Taste this.', 3, 403, 79, 'Instant Replay', 10, 345, 15, 'This is highly unusual, but I have a special gift for you.', 0, 495, 130, 'As you know, the ankh is the symbol for everlasting life.', 1, 436, 80, 'This golden ankh is said to have been forged by the gods themselves.', 1, 436, 80, 'It is a thing of incredible power.', 1, 0, 0, 'Wear it always, and the gods will bless you with everlasting life.', 1, 0, 0, 'End of Part One', 0, 320, 240, 'Mummy Love\rcopyright 2010\r all rights reserved', 0, 320, 240, 'Game design, coding, art and music by\rPuso', 0, 320, 240, 'German translation: Arnulf\rFrench: Vinny53\rItalian: Oaiki', 0, 320, 240, 'To be continued!', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'This is princess Siti.', 1, 277, 95, 'Little is known about her. We only know that she died as a teenager,', 1, 0, 0, 'From the bite of a poisonous snake.', 1, 0, 0, 'It\'s a mystery.', 1, 0, 0, 'In the next room we will see the artifacts of royal life.', 0, 409, 86, 'That sounds boring.', 0, 214, 256, 'I’d much rather stay here and check out your artifacts!', 1, 239, 79, 'They\'ll never miss us.', 1, 0, 0, 'I can’t believe how lucky I am!', 1, 200, 122, 'You have the most awesome tits, and you let me play with them as much as I want!” ', 1, 0, 0, 'But that\'s as far as you go.', 0, 494, 160, 'Why didn’t you come over yesterday after school?', 0, 0, 0, 'Oh I wanted to.', 1, 200, 122, 'God I’m horny!', 1, 0, 0, 'I had to do some yard work though.', 1, 0, 0, 'You just really made me crazy yesterday when you said you wanted to see my dick.', 1, 0, 0, 'I’ve been going crazy thinking about it ever since. ', 1, 0, 0, 'As long as you’ve been my girlfriend I’ve been wishing there was some way to show it to you.', 1, 0, 0, 'I love it when you squeeze and rub it through my pants.', 1, 254, 97, 'But I want you to touch it for real.', 1, 0, 0, 'Oh! No!\rI’m not ready for that!', 0, 528, 126, 'So you were only teasing?', 1, 218, 123, 'Nnnna… no.\rI want to see it! I’m just not ready… ready to…', 0, 524, 127, 'I only want to look. Not touch.', 0, 0, 0, 'Uhhh, okay. I see.', 1, 218, 123, 'But I can take it out and show you?', 1, 202, 86, 'Uh huh.', 0, 499, 142, 'But shouldn\'t we go over there? In the dark?', 0, 0, 0, 'I like the bright lights, so you can really see.', 1, 202, 86, 'Here, the princess can look too!', 0, 544, 123, 'Oh!', 1, 186, 116, 'Oooo... I want to rub it on your shirt.', 0, 522, 93, 'God I like that.', 0, 503, 73, 'Can I rub it on your tits?', 0, 0, 0, 'Please! They\'re so sexy! You know how I love them.', 0, 0, 0, 'I don\'t think...', 1, 193, 117, 'Oh dear...', 1, 217, 267, 'Oh God! I can\'t believe you\'re finally softening up a little. It\'s so hot!', 3, 434, 99, 'Uhhhh... I want to...\rI want to masturbate.', 3, 0, 0, 'Uhhh... Okay?', 3, 0, 0, 'That’s what I want to see.', 0, 445, 176, 'Really?', 3, 434, 99, 'I know you boys do it all of the time. Girls always talk about it.', 3, 175, 293, 'I’m just so curious! I want to see you do it', 3, 0, 0, 'Oh God I can’t believe it! I must have died and gone to heaven!', 3, 434, 99, 'You want to see me do it?', 3, 0, 0, 'Uh huh.', 0, 445, 176, 'You want to see me cum?', 3, 434, 99, 'Mmmmm.', 0, 445, 176, 'Uhhh! It almost came!', 3, 434, 99, 'See? There’s a drop of pre-cum. Look at it!', 3, 0, 0, 'Ewww!', 1, 146, 266, 'God I wish you’d lick it!', 3, 424, 89, 'Eeek! No!', 1, 148, 281, 'Okay. I know.', 3, 434, 99, 'Do you really want to see me cum?', 3, 434, 99, 'Uh huh.', 1, 158, 281, 'Watch real close. I’m going to squirt for you.', 3, 434, 99, 'It\'s going to squirt?', 1, 158, 280, 'Oh just a little.', 3, 434, 99, 'Uhhh! It’s cumming! It’s cumming! Emma!', 3, 0, 0, 'Emma! Emma!! I want to cum on your face!', 3, 0, 0, 'Eeeek! No!', 1, 148, 354, 'Not on me!', 0, 320, 240, 'Ewwww, gross.', 1, 512, 291, 'Someone’s coming!', 1, 0, 0, 'Anyone here?', 0, 528, 198, 'That was close!', 1, 182, 115, 'Let\'s get out of here.', 0, 352, 175, 'The milk of life!', 0, 320, 240, 'More!', 0, 460, 164, '', 0, 320, 240, 'This just in:', 0, 471, 200, 'In a bizarre story, the mid town museum has reported a missing mummy.', 0, 0, 0, 'It seems the three thousand year old mummy was stolen in the middle of the afternoon.', 0, 0, 0, 'The staff is not sure how the mummy was removed from the building without being noticed.', 0, 0, 0, 'In an even more bizarre side note, a local high school girl that had been on a field trip tour of the museum was found in a janitor’s closet with a bump on her head.', 0, 0, 0, 'She was not molested, but all of her clothes were missing. Police are not sure if the assault is related to the missing mummy. They are baffled at this point.', 0, 0, 0, 'We\'ll have more on this story as it comes in.', 0, 0, 0, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Class, we have a new student.', 1, 271, 155, 'Her name is Siti, which is an amazing coincidence That\'s the same as the mummy princess we visited at the museum yesterday.', 1, 0, 0, 'Oh yes. I was named after the princess.', 0, 550, 165, 'Really? That\'s fascinating! So where are you from?', 1, 215, 115, 'Ummm... I\'m from... Egypt.', 0, 550, 165, 'Really? That\'s fascinating! You speak our language so well!', 1, 215, 115, 'Uh...\rI\'ve had a long time to practice.', 0, 550, 165, 'Mmmm...', 1, 215, 115, 'Uh... Class, you will be taking a pop quiz on the museum visit yesterday.', 1, 176, 110, 'I will catch the new student up on what the class has covered so far.', 1, 0, 0, 'So have you studied ancient Egypt?', 0, 132, 279, 'Oh yes. I know this all very well', 1, 171, 215, 'We don\'t need to bother.', 1, 0, 0, 'We can talk about other things.', 1, 171, 136, 'I\'m just so hungry!', 1, 187, 131, 'Uhhh... Th... that\'s not appropriate.', 0, 500, 104, 'You shouldn\'t be touching me there.', 0, 0, 0, 'Where I come from it would be perfectly okay.', 1, 187, 131, 'You like me don\'t you?', 1, 0, 0, 'Of course, but...', 0, 500, 104, 'I can tell how much you like me.', 1, 187, 131, 'Well I like you too!', 1, 0, 0, 'I just want your sperm.', 1, 0, 0, 'I\'m so hungry!', 1, 0, 0, 'B...but... the class!', 0, 500, 104, 'Don\'t worry. They\'re so busy.', 3, 118, 377, 'How cute!', 1, 236, 178, 'Let me know when you\'re ready. I want to suck it out.', 1, 197, 148, 'Dear Lord in heaven.', 0, 500, 104, 'Squirt it in my mouth!', 1, 197, 148, 'Mmmm, that was so nice.', 1, 197, 148, '', 0, 320, 240, 'What are you doing!', 1, 217, 188, 'I\'m not that kind of girl!', 1, 217, 188, 'I\'m not going anywhere near that!', 1, 217, 188, 'No! Not that!', 1, 217, 188, 'You are so pretty!', 3, 489, 79, 'The face of an angel.', 3, 489, 79, '', 0, 320, 240, '', 0, 320, 240, 'You\'re so hot!', 1, 242, 57, 'I almost can\'t take it.', 1, 200, 97, 'Can you feel it?', 1, 299, 109, 'We\'ll have none of that in school!', 1, 204, 107, 'Emma, you should know better!', 1, 213, 97, 'And why is your sweater so tight? ', 1, 0, 0, 'We can\'t have you going around teasing all of the boys like that!', 1, 0, 0, 'And that skirt is too short! Our student body president should be setting a better example.', 1, 0, 0, 'And you! Pull up those pants! I\'ve about had it with you!', 1, 0, 0, 'One more time and you\'ll find yourself expelled!', 1, 0, 0, 'Why does the principal always have to be such an asshole?', 0, 450, 99, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Here, let me help you find your next class.', 1, 196, 91, 'H-how did you know?', 1, 390, 117, 'You\'re new here. I can tell. I\'ve been through it.', 0, 228, 133, 'I just don\'t want it to be as hard for you as it was for me.', 0, 0, 0, 'Thanks. That\'s nice.', 1, 390, 117, 'Today\'s a blue day. Your next class is English, room 201.', 0, 256, 166, 'C\'mon, I\'ll take you there.', 0, 226, 131, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Hi.', 1, 500, 140, 'Uh. Hi.', 0, 214, 123, 'What is this place? What are you doing in here?', 1, 500, 140, 'Uh... I... I\'m getting a projector for the health classroom. They have a movie today.', 0, 214, 140, 'So you\'re in charge of all of this equipment?', 1, 437, 156, 'Uhh.. yeah. I\'m the A/V guy.', 0, 283, 128, 'Mmmm, I like it in here. Its all dark and cozy.', 0, 515, 162, 'Uhh... I have a girlfriend you know.', 0, 304, 100, 'That\'s nice. I\'ve seen her. She\'s very pretty.', 0, 515, 162, 'We can be friends can\'t we?', 0, 0, 0, 'Uh... Yeah, sure.', 0, 304, 100, 'Good. I\'m glad. But you think I\'m pretty too don\'t you?', 0, 515, 162, 'Sure! I... I just already have a girlfriend.', 0, 304, 100, 'What do you like better about her?', 0, 515, 162, 'You don\'t like my breasts? Are they too small?', 0, 537, 184, 'Oh no! They\'re nice.', 1, 246, 128, 'But... But Emma has...', 1, 246, 128, 'Yes. They are very big! I\'m sorry mine don\'t please you.', 0, 537, 184, 'Oh they\'re nice!', 1, 246, 128, 'Does she like you to touch hers?', 0, 537, 184, 'Oh yes! She lets me play with them as much as I want to.', 1, 246, 128, 'Don\'t you want to play with mine?', 0, 537, 184, 'But... My girlfriend!', 1, 246, 128, 'It\'s okay! She\'s not here. We\'re friends! I just want to be friendly.', 0, 537, 184, 'They\'re so tiny! But they really turn me on!', 1, 246, 128, 'I like it when you do that.', 0, 537, 184, 'Does your girlfriend like to suck your finger?', 3, 529, 295, 'God that\'s nasty... Uh... nice.', 0, 239, 184, 'What about this? Does she like to suck this?', 0, 511, 150, 'You\'ll let your friend suck it won\'t you?', 0, 511, 150, 'I want to suck it so bad. I want to suck it until it squirts.', 0, 0, 0, 'Don\'t you want to cum in my mouth?', 0, 0, 0, 'Oh yeah.', 1, 242, 85, 'Oh No!', 1, 184, 83, 'Oh! There you are.', 1, 588, 162, 'You leave him alone!', 2, 593, 235, 'Fine. I\'ll leave.', 1, 304, 135, 'What were you doing here with her?', 0, 496, 175, 'She just walked in! ', 1, 236, 114, 'I... I was just... And she walked in.', 1, 236, 114, 'Nothing happened.', 1, 0, 0, 'I believe you.', 0, 524, 145, 'What did she do to you? ', 0, 0, 0, '', 0, 320, 240, 'I\'m so fucking horny. I can\'t stand it.', 1, 244, 100, 'I want to fuck.\rI want to fuck you right now.', 1, 244, 100, 'You know I don\'t like language like that!', 0, 534, 145, 'You know I don\'t do that! We agreed. We\'re not at that point in our relationship yet.', 0, 0, 0, 'Uhhhh!', 1, 242, 96, 'Suck my cock.', 1, 0, 0, 'Suck it!', 1, 0, 0, 'Rob! You know I won\'t do that either!', 0, 534, 145, 'Uhhhhh!', 1, 242, 96, 'I\'ve never seen you like this', 0, 534, 145, 'Can\'t you just feel my tits like you usually do?', 0, 0, 0, 'Uhhh! I want to fuck your tits!', 1, 242, 96, 'Ummm... I don\'t know.', 0, 543, 162, 'Ooooo!', 1, 208, 82, 'Ohhhh...', 1, 256, 92, 'Heaven at last!', 1, 0, 0, 'Rob!', 0, 524, 145, 'We\'re at school! I\'m naked!', 0, 534, 167, 'Just put your hands like this.', 2, 260, 80, 'And get down on your knees.', 2, 321, 121, 'We shouldn\'t be doing this.', 1, 469, 162, 'I shouldn\'t let you.', 1, 0, 0, 'That\'s too nasty!', 1, 0, 0, 'That\'s just filthy!', 1, 0, 0, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Hello?', 0, 408, 185, 'If you\'re looking for the nurse, don\'t bother.', 1, 535, 294, 'She\'s only here two days a week.', 1, 359, 313, 'Just lie down. If you don\'t feel better by next period they\'ll let you go home.', 1, 0, 0, 'Oh. Okay, thanks.', 0, 281, 122, 'Are you sick?', 1, 453, 315, 'Oh, well I was feeling faint so someone sent me here.', 0, 281, 122, 'But I\'m feeling better already,', 0, 0, 0, 'And I think I will be feeling just wonderful very soon.', 0, 0, 0, 'Well I\'m glad for you.', 1, 453, 315, 'You don\'t look very well though.', 0, 300, 111, 'It\'s my stomach. I think I must have eaten something bad.', 1, 471, 279, 'Let me see. I\'ve always had an interest in natural medicine.', 0, 300, 111, '', 0, 0, 0, 'I can see that there is a disturbance in your aura.', 0, 300, 111, 'You can see my aura?', 1, 471, 279, 'Yes, and there is a dark spot. Let\'s take a look. Where does it hurt? ', 0, 300, 111, '', 0, 320, 240, 'Mmm...', 0, 299, 157, 'Mmmmm...', 0, 299, 157, 'Let\'s move this.', 1, 169, 107, 'Ahhhh...', 0, 299, 157, 'What is it?', 1, 540, 300, 'Mmmm... There is an imbalance of energy.', 0, 399, 149, 'The Chi force is out of phase with the Sho force. The disturbance is creating the dark hole.', 0, 0, 0, 'The energies need adjustment.', 0, 0, 0, 'How do you do that?', 1, 540, 300, 'Well some people rely only on prayer, but medicine is more effective.', 0, 399, 150, 'You don\'t have the proper medicines here though.', 0, 0, 0, 'The other option is to adjust the energy directly.', 0, 0, 0, 'Huh?', 1, 540, 300, 'I need to know more about the disturbance.', 0, 399, 150, 'Let me listen.', 0, 399, 150, 'Hmm.', 0, 320, 240, 'Ahhhh! This side.', 0, 148, 295, 'I need your help to close the loop.', 1, 213, 222, 'Place your left hand on my head as I put my ear down.', 1, 0, 0, 'Your right hand needs to be on my belly at the exact same spot as my ear is on yours.', 1, 0, 0, 'Here, under the skirt, on bare skin.', 0, 406, 114, 'Uhhh... Okay.', 0, 320, 240, 'Mmmmmmm...', 0, 320, 240, 'That was amazing! I could see the energy!', 0, 362, 111, 'There was a bright glow! I could see it!', 0, 0, 0, 'Yes. You sure had a lot of energy!', 0, 547, 270, 'I almost couldn\'t swallow fast enough.', 0, 0, 0, 'Wow! I feel great now. How about you?', 0, 362, 111, 'Oh, I feel much better.', 0, 547, 270, 'But... I still feel... not quite full.', 0, 0, 0, 'I need more and more!', 0, 559, 228, 'Can you cum again?', 0, 0, 0, 'Uhh... I don\'t think so. I... I gotta go.', 0, 370, 76, '', 0, 0, 0, 'Mmmm, it\'s that new girl.', 0, 283, 162, 'How do you feel?', 0, 240, 105, 'Oh! I didn\'t hear you come in.', 1, 475, 270, 'I\'m okay, just a little weak, and maybe a little dizzy. Can you help?', 1, 0, 0, 'Let\'s have a look.\t', 0, 240, 100, 'Here. Have a seat.', 1, 160, 144, 'Just relax.', 1, 246, 107, 'Are you the doctor?', 0, 457, 226, 'Mmmmm...', 1, 246, 107, 'You look so young to be a doctor.', 0, 457, 226, 'Yes, that\'s right. Doctor Young. That\'s my name!', 1, 246, 107, 'Now take a deep breath.', 1, 246, 107, 'Again.', 1, 0, 0, 'Does it hurt when I press here?', 1, 189, 77, 'No.', 0, 471, 229, 'How about here?', 1, 189, 77, 'Uh uh.', 0, 471, 229, 'Well, I think we\'re going to need to do a complete exam. ', 1, 189, 82, 'Let\'s get those clothes off.', 1, 200, 64, 'This too?', 1, 446, 120, 'Yes. We\'re going to want to look there too.', 0, 273, 101, 'There. Now we are ready a thorough chest exam.', 0, 217, 191, 'Mmm! Tactile response is good.', 3, 325, 120, 'Very erect. Just how I like to see them.', 3, 325, 120, 'Oh...', 0, 375, 209, 'Mmmm, no lumps. Feels good there.', 3, 325, 120, 'Let\'s feel you stretch.', 3, 382, 101, 'Well that feels good. Very flexible!', 3, 0, 0, 'Awesome! Renthroe is playing doctor with that hot new chick.', 1, 200, 180, 'And he\'s getting away with it!', 0, 505, 190, 'God that\'s hot.', 1, 200, 180, 'Shhh!', 0, 505, 190, 'Now let\'s check down here.', 1, 292, 124, 'Mmmm.', 2, 441, 54, 'Now press hard against this. I want to hear the blood flow.', 2, 518, 76, 'Again, a little harder this time, and hold it.', 2, 0, 0, 'Again.', 2, 0, 0, 'Ah! The blood is really pumping now.', 2, 0, 0, 'Now let\'s take some temperature readings.', 1, 300, 145, 'Hold...', 2, 518, 76, 'Hmmm, a little hot. Just as I suspected.', 0, 510, 190, 'Now let\'s check inside.', 3, 515, 60, 'Work it in gently.', 2, 530, 12, 'deeper...', 2, 0, 0, 'All the way in there.', 2, 0, 0, 'Now hold....', 2, 0, 0, 'Mmmm, even hotter.', 0, 519, 190, 'Now one more reading.', 0, 474, 72, 'Let\'s have you roll over, face down for this.', 0, 0, 0, 'Ah, nice.', 0, 400, 65, 'Let\'s see.', 3, 423, 75, 'Hmmm...', 2, 520, 8, 'Looks like we need a little lubrication.', 0, 483, 100, 'Oooo that\'s tight!', 2, 493, 23, 'Just relax!', 2, 0, 0, 'There we go!', 2, 493, 23, 'Now we can slide this right in there.', 2, 0, 0, 'Hold...', 2, 0, 0, 'Great! Perfect!', 0, 497, 222, 'Mmmm that smells like heaven. You\'re so sweet!', 0, 0, 0, 'Let\'s try this.', 0, 240, 143, 'Okay. We\'ll just let that relax some more and get back to it later.', 1, 362, 112, 'Let\'s have you on your back again.', 1, 0, 0, '', 0, 0, 0, 'There, like that. Now we\'re going to do a Renthroe pelvic exam.', 2, 248, 72, 'Have you ever had the full Renthroe before?', 2, 314, 94, 'Uhhh, Uh uh.', 1, 212, 260, '', 0, 0, 0, 'We begin with gentle massage to loosen things up.', 3, 437, 120, 'Just relax. Enjoy it! It goes much better.', 3, 0, 0, 'We need to get the juices flowing.', 3, 0, 0, 'Try again?', 3, 437, 120, 'Ummmm...', 1, 277, 251, 'Again.', 3, 437, 120, 'Well that went very well!', 2, 314, 94, 'Now let\'s scoot you down to the end for the final exam.', 0, 458, 130, 'There. Now hold that like while I check the dilator.', 3, 539, 117, 'This should be very ready now.', 2, 556, 119, 'Oh yes!', 2, 395, 112, 'Now just lay back, close your eyes and relax.', 0, 458, 106, 'I\'m going to insert the Renthroe probe.', 0, 445, 74, 'This will be a tight fit.', 3, 486, 114, 'Just relax and let it in.', 3, 0, 0, 'Oh...', 3, 477, 91, 'Now I\'ll work it in very deep and prepare to inject the seminal fluid.', 3, 0, 0, 'How do you feel now?', 0, 532, 126, 'I\'ve never felt so warm and wonderful way deep down inside.', 2, 192, 310, 'Thanks doc.', 2, 0, 0, 'End of Part Two', 0, 320, 240, 'Mummy Love\rcopyright 2010\r all rights reserved', 0, 320, 240, 'Game design, coding, art and music by\rPuso', 0, 320, 240, 'German translation: Arnulf\rFrench: Vinny53\rItalian: Oaiki', 0, 320, 240, 'Part Two secret code: siti', 0, 320, 240, 'To be continued!', 0, 320, 240, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0]; German = ['', 0, 320, 240, 'Drücke die Abstandstaste um weiterzuspielen.', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Prinzessin?', 3, 7, 77, 'Ja Ekibe?', 0, 485, 131, 'Komm. Es ist Zeit für dich zu baden.', 0, 215, 125, 'Wir müssen dich für die große Feierlichkeit vorbereiten!', 0, 0, 0, 'Muss das sein? Ich würde lieber hierbleiben und spielen.', 1, 480, 162, 'Oh ja!\rDies ist der wichtigste Tag in deinem Leben!', 0, 215, 125, 'Heute wirst du zur Frau.\rDer Segen der Götter wird über dich herabkommen und dadurch wird sichergestellt, dass du während deiner Regentschaft fruchtbar sein wirst.', 0, 0, 0, '', 0, 320, 240, 'Komm jetzt! Es gibt noch so viel zu tun vor der großen Feierlichkeit.', 0, 0, 0, 'Mach jetzt kein Theater!', 1, 277, 75, 'Kind, warum zierst du dich so?', 0, 263, 99, 'Sei nur entspannt und genieße das Bad.', 0, 513, 97, 'Hier, das ist schon besser.', 0, 581, 92, '', 0, 320, 240, 'Du weißt ja, manche Leute machen sich Sorgen um dich.', 0, 581, 92, 'Sorgen?', 1, 197, 138, 'Ja,\rDu bist jetzt zur Frau herangereift, aber... aber...', 0, 522, 144, 'Aber was?', 1, 197, 138, 'Nun ja, das Problem ist, dass du zu... hmmm...schlank bist.', 0, 522, 144, 'Ich bin zu mager?', 1, 196, 116, 'Für dich ist es sehr wichtig, Kinder auszutragen,', 0, 522, 144, 'Als königliche Prinzessin und Thronerbin musst du die Dynastie weiterführen.', 3, 461, 63, 'Schau? Deine Brüste sind so klein. Wie könntest du gesunde Kinder haben?', 0, 555, 111, 'Und deine Hüften sind so eng. Wie könntest du möglicherweise ein großes, starkes Baby zur Welt bringen?', 0, 555, 111, 'Du musst mehr essen.', 0, 522, 144, 'Schau mich an!', 3, 461, 63, 'Ja, Du hast viele gesunde Kinder.', 1, 201, 102, 'Und alle gut genährt!', 0, 536, 81, 'Du solltest etwas zunehmen!', 0, 519, 108, 'Gut. Ich werde mich bemühen.', 1, 162, 79, 'Gut.', 0, 519, 79, '', 0, 320, 240, 'Da gibt es noch einiges, was du wissen musst,\rjetzt, wo du zur Frau wirst.', 0, 557, 181, 'Du sollst lernen, wie man einen Mann befriedigt,\rauf die wichtigste Art.', 0, 0, 0, 'Wache!', 0, 558, 130, 'Ja, du!\r Komm her.', 0, 558, 130, 'Aber ich habe strikten Befehl, die Prinzessin nicht beim Baden anzusehen.', 1, 320, 121, 'Würdest du ausnahmsweise ihren Befehl ausser Acht lassen? Sie braucht dich hier.', 0, 558, 130, 'Uh...na gut, gnädige Frau.', 1, 320, 121, 'Du brauchst diesen Speer nicht.', 1, 195, 76, 'Wir brauchen auch dieses Kleidungsstück nicht.', 1, 224, 106, 'Mmmm!', 1, 208, 125, 'He he!', 0, 514, 142, 'Da.\rSetz dich.', 1, 324, 116, 'Ich weiß, du darfst die Prinzesin nicht baden sehen, aber du kannst mir beim Tanzen zusehen.', 1, 324, 116, 'Schau, was da plötzlich herausschießt!', 1, 203, 162, 'Was ist denn damit passiert?', 0, 505, 135, 'Es hat sich jetzt mit Leidenschaft und Feuer gefüllt.', 1, 153, 98, 'Komm her. \rIch möchte, dass du ihn anfasst. Spür nur, wie heiß er ist.', 1, 197, 129, 'Aber...', 0, 464, 204, 'Es ist schon in Ordnung. Er findet es nur äußerst angenehm, wenn du ihn anfasst.', 1, 197, 129, 'Drücke ihn. Spür, wie warm er ist.', 1, 212, 77, 'Ja. Fühle die Hitze seiner Leidenschaft.', 1, 259, 71, 'Siehst du? Jetzt lass mich dir zeigen, wie man die Milch der Zeugung hervorholt.', 1, 259, 85, 'Halte ihn so.', 1, 278, 96, 'Nun reibe mit der Hand auf und ab.', 1, 278, 96, 'So?', 0, 447, 175, 'Sehr gut! Deine Berührung ist süß. Er schmilzt nur so dahin.', 1, 278, 96, 'Jetzt werde ich ihn sanft hier streicheln.', 1, 0, 0, 'Schneller!', 1, 0, 0, 'Ja! Er fühlt wie der Druck steigt.', 1, 0, 0, 'Die Prinzessin badet doch jetzt nicht. Schaue sie jetzt an, wie sie dir Liebe macht.', 1, 0, 0, 'schau dir ihr süßes Gesicht an. Lass deine Begierde fließen.', 1, 0, 0, 'Die Milch der Zeugung.', 1, 332, 86, 'Sie lebt. Kannst du es nicht fühlen?', 0, 0, 0, 'Du musst ihre Kraft spüren lernen.', 0, 0, 0, 'Du musst ihre Kraft in dich aufnehmen.', 0, 0, 0, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Gut, Klasse, nehmen wir jetzt die Reihenfolge der Herrscher in der 8. Dynastie durch.', 0, 381, 132, 'Ich bin sicher, ihr alle werdet das sehr interessant finden.....', 0, 0, 0, 'Uhhhhh! Das ist aber so langweilig!', 11, 301, 190, 'Paßt gut auf! Das ist wichtig.', 11, 301, 190, 'Es ist antike Geschichte!', 11, 0, 0, 'Wer interessiert sich schon für vertrocknete, alte, tote Leute?', 11, 0, 0, 'Uhhhh!', 11, 0, 0, 'He he! Ich mag es dich aufzuregen!', 11, 0, 0, 'Übrigens, du siehst gerade ziemlich aufregend aus.', 11, 0, 0, 'Es geilt mich fürchterlich auf, dich nur anzusehen.', 11, 0, 0, 'Du bist ja immer geil.', 11, 0, 0, 'Und du bist immer sexy!', 11, 0, 0, 'Heb deinen Rock ein bisschen hoch. Ich möchte deinen Slip sehen :-p', 11, 0, 0, 'Kannst du nicht bis nach der Schule warten?', 11, 0, 0, 'Ich will ihn aber jetzt sehen! Gleich!', 11, 301, 190, 'Bekommst du einen Steifen?', 11, 301, 190, 'ich möchte ihn sehen. Hier und jetzt!', 11, 0, 0, 'Rob?', 0, 462, 174, 'Huh?', 1, 395, 126, 'Wie ist die Antwort?', 0, 462, 174, 'Uhhh....Ich weiß es nicht?', 1, 395, 126, 'Genauso wie ich es mir gedacht hatte. Du hast nicht aufgepaßt.', 0, 462, 174, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Du bist ja so schön!', 1, 198, 85, 'Ich wünschte, ich könnte an der Feierlichkeit teilnehmen.', 1, 0, 0, 'Du wirst nicht dabei sein?', 0, 570, 251, 'Tut mir leid, Prinzessin, es können nur die Heiligsten in das innere Heiligtum des Tempels.', 1, 197, 100, 'Manchmal erscheinen die Götter selbst dort.', 1, 0, 0, 'Du brauchst eine besondere Reinigung, damit du zusammen mit den Priestern dort eintreten kannst.', 1, 197, 110, 'Das schaffst du auch alleine, nicht wahr?', 1, 0, 0, 'Ich glaube ja.', 0, 498, 142, 'Wir beten zu allen Göttern, unserer Prinzessin die Frucht des Lebens zu bringen,', 0, 554, 188, 'Und dass sie reichlich Nachkommen hervorbringe und die Dynastie mit andauernder Regentschaft segnen möge.', 1, 262, 177, 'Dafür beten wir.\rDafür bringen wir unsere Opfer dar.', 0, 554, 188, 'Die Götter werden sich an dieser Einen erfreuen.', 1, 222, 177, 'Bereite sie auf dem Altar vor.', 1, 444, 77, 'Du brauchst dich nicht fürchten.', 0, 548, 67, 'Die Götter selbst verleihen ihrem Stolz über deine hervortretende Weiblichkeit durch uns, ihre treu dienenden Priester, Ausdruck.', 0, 503, 180, 'Du sollst den Segen der Götter mit großer Freude annehmen.', 0, 0, 0, 'Aber....warum bin ich festgebunden?', 1, 254, 214, 'In Gegenwart der Götter muss man vollkommen geöffnet sein.', 0, 503, 180, 'Wärest du nicht festgebunden, würdest du dich vor Scham bedecken - und das wäre eine Beleidigung für die Götter.', 0, 0, 0, 'Es ist notwendig, dich zu trainieren.', 0, 0, 0, 'Oh.', 1, 254, 214, 'Jetzt entspanne dich und genieße, wie dich die Götter mit ihrer Liebe und Zuwendung überschütten.', 0, 503, 180, 'Ich will es versuchen.', 1, 254, 214, 'Gut.', 0, 548, 67, 'Fühlt sich das gut an?', 0, 554, 227, 'Mmmm....', 1, 229, 129, 'Was tut sich da unten? Beginnst du ein Kribbeln zu spüren?', 0, 514, 112, 'Oooo.....\rEs ist mehr als ein Kribbeln.', 1, 229, 129, 'Hebt sie hoch,', 0, 514, 148, 'Und jetzt sollst du das Kribbeln richtig auskosten.', 0, 514, 148, '', 0, 320, 240, '', 0, 320, 240, 'Uhhh...', 0, 392, 76, 'Ah, Ich sehe.\rKannst du es noch zurückhalten?', 0, 528, 298, 'Ich... Ich weiß nicht.', 1, 258, 55, 'Sie ist jetzt so hübsch, nicht wahr?', 0, 535, 83, 'Es sieht so aus, als zeigte ihr Gesicht eine pulsierende Sehnsucht, da unten zu explodieren.', 0, 0, 0, 'Ich bin auch fast so weit, dass ich nicht mehr aufhören kann.', 0, 0, 0, 'Da, meine süße Prinzessin. Ich weiß, ich bin etwas zu groß für dich.', 0, 418, 77, 'Lass dich nur treiben.\rLass ihn eindringen.', 0, 0, 0, 'Uhhhh!!!', 2, 254, 1, 'Prinzessin, das ist unser neuester Jungpriester.', 0, 535, 126, 'Es ist das erste Mal für ihn und die Beherrschung scheint ein Problem für ihn zu sein.', 0, 0, 0, 'Bist du ein Schatz und hilfst ihm?', 0, 0, 0, 'Mmmmm.', 2, 162, 368, 'Gut. Sieh ihm in die Augen mit deinem himmlischen Gesicht.', 0, 535, 126, 'Jetzt halte den Blick und gib ihm die süßesten Küsse.', 0, 587, 201, 'Lass ihn aufgehen in süßer Hingabe.', 0, 0, 0, 'Preiset die Götter!', 0, 587, 181, 'Ich werde hier übernehmen.', 0, 484, 47, 'Wir dürfen uns nicht in den königlichen Leib ergießen.\rNur königliche Saat darf dort wachsen.', 0, 412, 100, 'Lasst sie herunter.', 0, 0, 0, '', 0, 320, 240, 'Lasst uns jetzt versammeln und den Göttern unser Opfer darbringen.', 0, 515, 67, 'Mögen die Götter dich segnen mit Fruchtbarkeit im Überfluß.', 0, 0, 0, 'Komm, Süße. Koste dies.', 3, 403, 79, 'Sofortige Wiederholung', 10, 345, 15, 'Das ist äußerst unüblich, aber ich habe ein besonderes Geschenk für dich.', 0, 495, 130, 'Wie du weißt, der Ankh ist das Symbol für ewiges Leben.', 1, 436, 80, 'Man sagt, die Götter hätten diesen goldenen Ankh selbst geschaffen.', 1, 436, 80, 'Es ist ein Ding von unglaublicher Kraft.', 1, 0, 0, 'Trage es immer, und die Götter werden dich mit ewigem Leben segnen.', 1, 0, 0, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Das ist Prinzessin Siti.', 1, 277, 95, 'Über sie ist nur wenig bekannt. Wir wissen nur, dass sie als Teenager starb.', 1, 0, 0, 'An einem Giftschlangenbiss.', 1, 0, 0, 'Es ist misteriös.', 1, 0, 0, 'Im nächsten Raum können wir die kunstvollen Gebrauchsgegenstände des täglichen Lebens der Könige sehen.', 0, 409, 86, 'Das klingt aber langweilig.', 0, 214, 256, 'Ich würde lieber hierbleiben und deine "Kunstgegenstände" überprüfen!', 1, 239, 79, 'Die würden uns gar nicht vermissen.', 1, 0, 0, 'Ich kann\'s gar nicht fassen, was ich für ein Glück habe!', 1, 200, 122, 'Du hast die aufregendsten Brüste, und du läßt mich mit ihnen spielen, so viel ich nur will!', 1, 0, 0, 'Aber das ist auch nur so weit, wie du gehen darfst.', 0, 494, 160, 'Warum bist du gestern nach der Schule nicht vorbeigekommen?', 0, 0, 0, 'Oh, ich wollte das wirklich.', 1, 200, 122, 'Gott, bin ich geil!', 1, 0, 0, 'Ich musste aber einiges im Garten arbeiten.', 1, 0, 0, 'Du hast mich gestern richtig verrückt gemacht, als du gesagt hast, du willst meinen Schwanz sehen.', 1, 0, 0, 'Ich bin richtig verrückt geworden, seit ich andauernd daran denken muss. ', 1, 0, 0, 'Seitdem du meine Freundin bist, habe ich mir immer gewünscht, dass ich eine Gelegenheit bekomme, ihn dir zu zeigen.', 1, 0, 0, 'Ich mag das, wenn du ihn durch meine Hose hindurch drückst und daran reibst.', 1, 254, 97, 'Aber jetzt möchte ich, dass du ihn direkt anfasst.', 1, 0, 0, 'Oh! Nein!\rIch bin noch nicht so weit dafür!', 0, 528, 126, 'So, du willst mich nur quälen?', 1, 218, 123, 'Nnnnein… nicht.\rIch will ihn sehen! Ich bin nur noch nicht so weit, ihn zu...zu...…', 0, 524, 127, 'Ich will ihn nur anschauen. Nicht anfassen.', 0, 0, 0, 'Uhhh, Also gut. Ich verstehe.', 1, 218, 123, 'Aber, kann ich ihn jetzt herausnehmen und dir zeigen?', 1, 202, 86, 'Uh huh.', 0, 499, 142, 'Aber, sollten wir nicht da hinüber gehen, wo es dunkel ist?', 0, 0, 0, 'Ich mag aber helles Licht, da kannst du ihn wirklich gut sehen.', 1, 202, 86, 'Da, die Prinzessin kann auch zuschauen!', 0, 544, 123, 'Oh!', 1, 186, 116, 'Oooh... Ich will ihn an deinem Pulli reiben.', 0, 522, 93, 'Gott! Ich liebe das.', 0, 503, 73, 'Kann ich ihn an deinen Brüsten reiben?', 0, 0, 0, 'Bitte! Die sind so sexy! Du weißt ja, dass ich sie liebe.', 0, 0, 0, 'Ich glaube nicht...', 1, 193, 117, 'Du lieber Himmel!', 1, 217, 267, 'Oh Gott! Ich kann\'s gar nicht fassen, dass du endlich ein bisschen nachgibst. Das ist so heiß!', 3, 434, 99, 'Uhhhh... Ich möchte...\rIch möchte masturbieren.', 3, 0, 0, 'Uhhh... Gut??', 3, 0, 0, 'Genau das will ich sehen.', 0, 445, 176, 'Wirklich?', 3, 434, 99, 'Ich weiß, die Jungs tun das ständig. Die Mädchen sprechen immer davon.', 3, 175, 293, 'Ich bin gerade so neugierig! Ich möchte sehen, wie du es machst.', 3, 0, 0, 'Oh Gott, ich kann es gar nicht glauben! Ich muss gestorben sein und im Himmel sein!', 3, 434, 99, 'Du möchtest es wirklich sehen, wie ich es mache?', 3, 0, 0, 'Uh huh.', 0, 445, 176, 'Du willst mich abspritzen sehen?', 3, 434, 99, 'Mmmmm.', 0, 445, 176, 'Uhhh! Ich bin schon fast soweit!', 3, 434, 99, 'Schau? Da ist schon ein Tropfen Samenflüssikeit. Schau ihn dir an!', 3, 0, 0, 'Ewww!', 1, 146, 266, 'Gott, ich wünsche mir, dass du ihn aufleckst!', 3, 424, 89, 'Eeek! Nein!', 1, 148, 281, 'Gut. Ich weiß.', 3, 434, 99, 'Willst du mich jetzt wirklich abspritzen sehen?', 3, 434, 99, 'Uh huh.', 1, 158, 281, 'Schau wirklich genau hin. Ich werd jetzt für dich abspritzen.', 3, 434, 99, 'Kommst du jetzt gleich?', 1, 158, 280, 'Oh, gleich kommt\'s', 3, 434, 99, 'Uhhh! Ich komme! Ich komme! Emma!', 3, 0, 0, 'Emma! Emma!! Ich will in dein Gesicht spritzen!', 3, 0, 0, 'Eeeek! Nein!', 1, 148, 354, 'Nicht auf mich!', 0, 320, 240, 'Ewwww, toll.', 1, 512, 291, 'Es kommt jemand!', 1, 0, 0, 'Ist da jemand?', 0, 528, 198, 'Das war knapp!', 1, 182, 115, 'Wir sollten lieber raus hier.', 0, 352, 175, 'Die Milch des Lebens!', 0, 320, 240, 'Mehr!', 0, 460, 164, '', 0, 320, 240, 'Uns erreicht eben folgende Meldung:', 0, 471, 200, 'In einer seltsamen Geschichte, hat uns das Zentralmuseum vom Verschwinden einer Mumie berichtet.', 0, 0, 0, 'Es scheint, dass die dreitausend Jahre alte Mumie mitten am Nachmittag gestohlen worden sei.', 0, 0, 0, 'Die Angestellten haben keine Ahnung, wie die Mumie unbemerkt das Gebäude verlassen haben könnte.', 0, 0, 0, 'Laut eines ebenso seltsamen Zusatzberichtes, wurde eine Studentin der örtlichen Hochschule, welche sich auf einem Lehrausflug zum Museum befunden hatte, im Waschraum des Hausmeisters aufgefunden, mit einer Beule auf dem Kopf.', 0, 0, 0, 'Sie war nicht belästigt worden, aber all ihre Kleider waren verschwunden. Die Polizei ist sich nicht sicher, ob der Vorfall mit dem Verschwinden der Mumie zu tun hat. Sie tappt völlig im Dunkel wegen dieses Problems.', 0, 0, 0, 'Wir werden weiter über den Fall berichten, sobald sich etwas Neues in dieser Angelegenheit ergeben sollte.', 0, 0, 0, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Klasse, wir haben eine neue Studentin.', 1, 271, 155, 'Ihr Name ist Siti, was eine merkwürdige Übereinstimmung ist. Das ist derselbe Name wie jener der Prinzessin, deren Mumie wir gestern besucht haben.', 1, 0, 0, 'Oh ja. Ich wurde nach der Prinzessin benannt.', 0, 550, 165, 'Wirklich? Das ist faszinierend! So, woher kommst du?', 1, 215, 115, 'Ummm... Ich bin aus ...Ägypten.', 0, 550, 165, 'Wirklick? Das ist faszinierend! Du sprichst unsere Sprache so gut!', 1, 215, 115, 'Uh...\rIch hatte lange Zeit, um zu üben.', 0, 550, 165, 'Mmmm...', 1, 215, 115, 'Uh... Klasse, Sie werden jetzt einen kurzen Test darüber machen, was wir gestern gesehen haben.', 1, 176, 110, 'Ich werde die neue Studentin in Kenntnis davon setzen, was wir bisher durchgenommen haben.', 1, 0, 0, 'So, du hast altägyptische Geschichte studiert?', 0, 132, 279, 'Oh ja, Ich kenne das alles sehr gut.', 1, 171, 215, 'Wir müssen uns ja nicht gegenseitig langweilen.', 1, 0, 0, 'Wir können uns über andere Dinge unterhalten.', 1, 171, 136, 'Ich bin gerade schrecklich hungrig!', 1, 187, 131, 'Uhhh... D...Das ist aber jetzt nicht passend.', 0, 500, 104, 'Du solltest mich aber nicht da anfassen.', 0, 0, 0, 'Da, wo ich herkomme, ist das völlig in Ordnung.', 1, 187, 131, 'Sie mögen mich, nicht wahr?', 1, 0, 0, 'Natürlich, aber...', 0, 500, 104, 'Ich kann sagen, wie gern sie mich haben.', 1, 187, 131, 'Du musst zugeben, dass du mich auch magst.', 1, 0, 0, 'Ich will jetzt deinen Samen.', 1, 0, 0, 'Ich bin so hungrig!', 1, 0, 0, 'A...Aber... die Klasse!', 0, 500, 104, 'Keine Sorge. die sind so beschäftigt', 3, 118, 377, 'Wie hübsch!', 1, 236, 178, 'Sag mir, wenn du so weit bist. Ich will ihn aussaugen.', 1, 197, 148, 'Großer Gott im Himmel.', 0, 500, 104, 'Spritz in meinen Mund!', 1, 197, 148, 'Mmmm, das war so nett.', 1, 197, 148, '', 0, 320, 240, 'Was machst du da!', 1, 217, 188, 'Ich bin nicht diese Art von Mädchen!', 1, 217, 188, 'Ich werde nicht näher kommen als bis daher!', 1, 217, 188, 'Nein! Nicht das!', 1, 217, 188, 'Du bist so hübsch!', 3, 489, 79, 'Mein Engelsgesicht.', 3, 489, 79, '', 0, 320, 240, '', 0, 320, 240, 'Du bist so heiß!', 1, 242, 57, 'Ich halte es fast nicht mehr aus.', 1, 200, 97, 'Kannst du es fühlen?', 1, 299, 109, 'Das werden wir hier an unserer Schule nicht dulden.', 1, 204, 107, 'Emma, du solltest es besser wissen!', 1, 213, 97, 'Und warum ist dein Pulli so eng? ', 1, 0, 0, 'Wir können es nicht dulden, dass du alle Jungs so aufreizt!', 1, 0, 0, 'Und dieser Rock ist zu kurz! Unsere Studentensprecherin sollte ein besseres Beispiel abgeben.', 1, 0, 0, 'Und du! Zieh deine Hose hinauf! Mir reicht es jetzt mit dir!', 1, 0, 0, 'Noch ein einziges Mal und du findest dich des Institutes verwiesen wieder!', 1, 0, 0, 'Warum muss der Rektor immer solch ein Arschloch sein?', 0, 450, 99, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Hier, lass mich dir helfen, deine Klasse zu finden.', 1, 196, 91, 'W-Wie konntest du das wissen?', 1, 390, 117, 'Du bist neu hier.Ich kann davon ein Lied singen. Da musste ich auch durch.', 0, 228, 133, 'Ich will eben nicht, dass es dir so schlimm ergeht wie mir.', 0, 0, 0, 'Danke. Das ist nett.', 1, 390, 117, 'Heute ist ein blauer Tag. Deine nächste Klasse ist Englisch, Raum 201.', 0, 256, 166, 'Komm, ich bring dich hin.', 0, 226, 131, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Hallo.', 1, 500, 140, 'Uh. Hallo.', 0, 214, 123, 'Was ist das für ein Raum? Was machst du hier drinnen?', 1, 500, 140, 'Uh... Ich... Ich hole einen Projektor für den Gesundheitsunterricht. Die sehen heute einen Film.', 0, 214, 140, 'So, du bist für alle diese Sachen verantwortlich?', 1, 437, 156, 'Uhh.. Ja. Ich bin der Gerätebursche.', 0, 283, 128, 'Mmmm, Ich mag es hier herinnen. Hier überall ist es dunkel und kuschelig.', 0, 515, 162, 'Uhh... Ich habe eine Freundin, wie du weißt.', 0, 304, 100, 'Das ist nett. Ich habe sie gesehen. Sie ist sehr hübsch.', 0, 515, 162, 'Wir können doch Freunde sein, nicht wahr??', 0, 0, 0, 'Uh... Ja...Sicher.', 0, 304, 100, 'Gut. Das freut mich. Aber du denkst, dass ich auch hübsch bin, nicht wahr?', 0, 515, 162, 'Sicher! Ich... Ich habe aber schon eine Freundin.', 0, 304, 100, 'Was gefällt dir an ihr besser?', 0, 515, 162, 'Magst du meinen Busen nicht? Ist er dir zu klein?', 0, 537, 184, 'Oh nein! Er ist nett.', 1, 246, 128, 'Aber... Aber Emma hat...', 1, 246, 128, 'Ja. Sie ist da sehr üppig! Leider kann mein Busen da nicht mithalten.', 0, 537, 184, 'Oh, sie sind aber nett!', 1, 246, 128, 'Hat sie es gern, wenn du sie berührst?', 0, 537, 184, 'Oh ja! Sie lässt mich damit spielen, soviel ich will.', 1, 246, 128, 'Willst du nicht mit meinen spielen?', 0, 537, 184, 'Aber....meine Freundin!', 1, 246, 128, 'Es ist in Ordnung! Sie ist nicht da. Wir sind befreundet! Ich will ja nur freundlich sein.', 0, 537, 184, 'Sie sind so winzig! Aber sie machen mich wirklich an!', 1, 246, 128, 'Ich mag es, wenn du das machst.', 0, 537, 184, 'Liebt es deine Freundin, deine Finger zu lutschen?', 3, 529, 295, 'Gott, das ist versaut... Uh... nett.', 0, 239, 184, 'Was ist damit? Mag sie es, daran zu saugen?', 0, 511, 150, 'Du wirst deine Freundin auch daran saugen lassen, nicht wahr?', 0, 511, 150, 'Ich will so dringend daran saugen. I will daran saugen, bis du abspritzt.', 0, 0, 0, 'Willst du nicht in meinem Mund kommen?', 0, 0, 0, 'Oh ja.', 1, 242, 85, 'Oh Nein!', 1, 184, 83, 'Ah! Da bist du ja.', 1, 588, 162, 'Du, lass ihn jetzt allein!', 2, 593, 235, 'Fein. Ich gehe.', 1, 304, 135, 'Was hast du mit ihr gemacht?', 0, 496, 175, 'Sie ist nur hereingekommen! ', 1, 236, 114, 'Ich... Ich habe gerade.... Und sie kam herein.', 1, 236, 114, 'Es ist nichts passiert.', 1, 0, 0, 'Ich glaube dir.', 0, 524, 145, 'Was hat sie nur mit dir gemacht?', 0, 0, 0, '', 0, 320, 240, 'Ich bin so affengeil. Ich halte es nicht mehr aus.', 1, 244, 100, 'Ich will jetzt vögeln.\rIch will dich jetzt sofort ficken.', 1, 244, 100, 'Du weißt, dass ich es nicht mag, wenn du so mit mir sprichst!', 0, 534, 145, 'Du weißt, dass ich solche Sachen nicht mache! Wir waren uns einig. Wir sind in unserer Beziehung noch nicht so weit.', 0, 0, 0, 'Uhhhh!', 1, 242, 96, 'Saug an meinem Schwanz.', 1, 0, 0, 'Nimm ihn in den Mund!', 1, 0, 0, 'Rob! Du weißt, ich will nichts davon machen!', 0, 534, 145, 'Uhhhhh!', 1, 242, 96, 'Ich habe dich noch nie so gesehen.', 0, 534, 145, 'Kannst du nicht meine Brüste betatschen, wie du es sonst auch machst?', 0, 0, 0, 'Uhhh! Ich will deine Titten ficken!', 1, 242, 96, 'Ummm... Ich weiß nicht.', 0, 543, 162, 'Ooooo!', 1, 208, 82, 'Ohhhh...', 1, 256, 92, 'Himmel! Endlich!', 1, 0, 0, 'Rob!', 0, 524, 145, 'Wir sind in der Schule! Ich bin nackt!', 0, 534, 167, 'Halte einfach deine Hände so.', 2, 260, 80, 'Und knie dich nieder.', 2, 321, 121, 'Wir sollten das nicht tun.', 1, 469, 162, 'Ich sollte dir das nicht erlauben.', 1, 0, 0, 'Das ist so ekelhaft!', 1, 0, 0, 'Das ist so dreckig!', 1, 0, 0, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Hallo?', 0, 408, 185, 'Wenn du die Krankenschwester suchst, reg\' dich nicht auf.', 1, 535, 294, 'Sie ist nur zwei Tage die Woche da.', 1, 359, 313, 'Leg dich nur hin. Wenn du dich nach einiger Zeit nicht besser fühlst, lassen sie dich gehen.', 1, 0, 0, 'Oh. Gut, danke.', 0, 281, 122, 'Bist du krank?', 1, 453, 315, 'Na ja, ich habe mich etwas schwach gefühlt da hat man mich hierhergeschickt.', 0, 281, 122, 'Aber jetzt fühle ich mich schon besser.', 0, 0, 0, 'Und ich glaube, sehr bald wird es mir wundervoll gehen.', 0, 0, 0, 'Schön, dann freue ich mich für dich.', 1, 453, 315, 'Du siehst aber auch nicht gerade gesund aus.', 0, 300, 111, 'Es ist mein Magen. Ich denke, ich muss etwas Schlechtes gegessen haben.', 1, 471, 279, 'Lass mich sehen. Ich hatte schon immer Interesse an Naturmedizin.', 0, 300, 111, '', 0, 0, 0, 'Ich kann sehen, dass da eine Störung in deiner Aura ist.', 0, 300, 111, 'Du kannst meine Aura sehen?', 1, 471, 279, 'Ja, und da ist ein dunkler Fleck. Schau\'n wir einmal. Wo tut es weh? ', 0, 300, 111, '', 0, 320, 240, 'Mmm...', 0, 299, 157, 'Mmmmm...', 0, 299, 157, 'Lass mich das anheben.', 1, 169, 107, 'Ahhhh...', 0, 299, 157, 'Was ist es?', 1, 540, 300, 'Mmmm... Da ist ein Ungleichgewicht deiner Energie.', 0, 399, 149, 'Die Chi-Kraft ist nicht im Einklang mit der Sho-Kraft. Diese Störung verursacht die dunkle Stelle.', 0, 0, 0, 'Die Energien müssen neu eingestellt werden.', 0, 0, 0, 'Wie machst du das?', 1, 540, 300, 'Gut, manche Menschen verlassen sich auf das Gebet, aber Medizin ist viel wirksamer.', 0, 399, 150, 'Du hast aber keine geeigneten Medikamente hier.', 0, 0, 0, 'Die andere Möglichkeit ist, die Kraft direkt wiedereinzustellen.', 0, 0, 0, 'Huh?', 1, 540, 300, 'Ich muss mehr über diese Störung wissen.', 0, 399, 150, 'Lass mich hören.', 0, 399, 150, 'Hmm.', 0, 320, 240, 'Ahhhh! Diese Seite.', 0, 148, 295, 'Ich brauche deine Hilfe, um den Kreis zu schließen.', 1, 213, 222, 'Lege deine linke Hand auf meinen Kopf, wenn ich mein Ohr auf deinen Körper lege.', 1, 0, 0, 'Deine rechte Hand muss auf meinem Bauch sein, genau auf dem Punkt, wo mein Ohr bei dir liegt.', 1, 0, 0, 'Hier, unter dem Rock, auf nackter Haut.', 0, 406, 114, 'Uhhh... Gut.', 0, 320, 240, 'Mmmmmmm...', 0, 320, 240, 'Das war aufregend! Ich konnte die Energie sehen!', 0, 362, 111, 'Da war ein strahlendes Licht! Ich konnte es sehen!', 0, 0, 0, 'Ja! Du hattest sicher eine Menge Energie.', 0, 547, 270, 'Ich konnte fast nicht so schnell schlucken.', 0, 0, 0, 'Wow! Ich fühle mich jetzt großartig. Wie ist es mit dir?', 0, 362, 111, 'Oh, Ich fühle mich viel besser.', 0, 547, 270, 'Aber... Ich fühle mich noch immer... nicht ganz voll.', 0, 0, 0, 'Ich brauche noch viel mehr!', 0, 559, 228, 'Kannst du nocheinmal kommen?', 0, 0, 0, 'Uhh....Ich glaube nicht. Ich... Ich muss gehen.', 0, 370, 76, '', 0, 0, 0, 'Mmmm, ist das das neue Mädchen?', 0, 283, 162, 'Wie fühlst du dich?', 0, 240, 105, 'Oh! Ich habe sie nicht hereinkommen gehört.', 1, 475, 270, 'Ich bin in Ordnung, nur ein bisschen schwach und vielleicht ein wenig schwindlig. Können sie mir helfen?', 1, 0, 0, 'Schau\'n wir einmal.\t', 0, 240, 100, 'Hier. Setz dich.', 1, 160, 144, 'Entspanne dich.', 1, 246, 107, 'Sind sie der Arzt?', 0, 457, 226, 'Mmmmm...', 1, 246, 107, 'Für einen Arzt sehen sie aber ziemlich jung aus.', 0, 457, 226, 'Ja, das stimmt. Doktor Jung. Das ist mein Name!', 1, 246, 107, 'Jetzt atme tief ein.', 1, 246, 107, 'Noch einmal.', 1, 0, 0, 'Tut es weh, wenn ich hier drücke?', 1, 189, 77, 'Nein.', 0, 471, 229, 'Wie ist es da?', 1, 189, 77, 'Uh uh.', 0, 471, 229, 'Gut, ich denke wir sollten eine genaue Untersuchung durchführen. ', 1, 189, 82, 'Lege deine Kleider ab.', 1, 200, 64, 'Das auch?', 1, 446, 120, 'Ja, wir müssen auch dort untersuchen.', 0, 273, 101, 'Da. Jetzt sind wir bereit für eine genaue Brustuntersuchung.', 0, 217, 191, 'Mmm! Reaktion auf Berührung ist gut.', 3, 325, 120, 'Sehr aufgerichtet. Genau, wie ich es erwartet habe..', 3, 325, 120, 'Oh...', 0, 375, 209, 'Mmmm, keine Schwellung. Fühlt sich hier gut an.', 3, 325, 120, 'Jetzt fühlen wir, wie du dich strecken läßt.', 3, 382, 101, 'Gut, das sieht gut aus. Sehr dehnbar!', 3, 0, 0, 'Beeindruckend! Renthroe spielt Doktor mit dieser neuen heißen Puppe.', 1, 200, 180, 'Und es geht mit ihm durch!', 0, 505, 190, 'Gott, das ist heiß!', 1, 200, 180, 'Shhh!', 0, 505, 190, 'Nun, untersuchen wir da unten.', 1, 292, 124, 'Mmmm.', 2, 441, 54, 'Jetzt drücke kräftig dagegen. Ich möchte das Blut hören.', 2, 518, 76, 'Noch einmal, diesmal etwas fester, und halte dagegen.', 2, 0, 0, 'Noch einmal.', 2, 0, 0, 'Ah! Das Blut pumpt jetzt wirklich.', 2, 0, 0, 'Jetzt laß uns einige Temperaturmessungen machen.', 1, 300, 145, 'Halten...', 2, 518, 76, 'Hmmm, ein wenig heiß. So wie ich es vermutet habe.', 0, 510, 190, 'Nun machen wir eine Innenmessung.', 3, 515, 60, 'Laß es sanft eindringen.', 2, 530, 12, 'Tiefer...', 2, 0, 0, 'Ganz hinein diesmal.', 2, 0, 0, 'Jetzt halten....', 2, 0, 0, 'Mmmm, noch etwas heißer.', 0, 519, 190, 'Jetzt noch eine Messung.', 0, 474, 72, 'Jetzt dreh dich um, das Gesicht nach unten.', 0, 0, 0, 'Ah, nett.', 0, 400, 65, 'Laß mich sehen.', 3, 423, 75, 'Hmmm...', 2, 520, 8, 'Scheint, als bräuchten wir etwas zum Einfetten.', 0, 483, 100, 'Oooo das ist aber eng!', 2, 493, 23, 'Entspann dich nur!', 2, 0, 0, 'Jetzt geht\'s los!', 2, 493, 23, 'Jetzt können wir das hineingleiten lasssen.', 2, 0, 0, 'Festhalten...', 2, 0, 0, 'Großartig! Perfekt!', 0, 497, 222, 'Mmmm das riecht wie der Himmel. Du bist so süß!', 0, 0, 0, 'Versuchen wir jetzt das.', 0, 240, 143, 'Gut. Wir lassen es jetzt etwas entspannen und kommen später darauf zurück.', 1, 362, 112, 'Dreh\' dich wieder auf den Rücken.', 1, 0, 0, '', 0, 0, 0, 'Da, genau so. Jetzt nehmen wir die Renthroe Beckenuntersuchung vor.', 2, 248, 72, 'Hast du jemals schon die volle Renthroe gemacht?', 2, 314, 94, 'Uhhh, Uh uh.', 1, 212, 260, '', 0, 0, 0, 'Wir beginnen mit einer sanften Massage, um die Dinge aufzulockern.', 3, 437, 120, 'Entspanne dich nur. Genieße es! So geht es viel besser.', 3, 0, 0, 'Wir müssen die Säfte fließen lassen.', 3, 0, 0, 'Versuchst du es noch mal?', 3, 437, 120, 'Ummmm...', 1, 277, 251, 'Noch einmal.', 3, 437, 120, 'Fein, das ging schon ganz gut!', 2, 314, 94, 'Nun, laß dich runterdrücken für die finale Untersuchung.', 0, 458, 130, 'Hier. Nun halte das so, während ich die Dehnsonde überprüfe.', 3, 539, 117, 'Das sollte sehr bereit sein.', 2, 556, 119, 'Oh ja!', 2, 395, 112, 'Jetzt leg dich zurück, schließe deine Augen und entspanne dich.', 0, 458, 106, 'Ich werde jetzt die Renthroe-Probe einführen.', 0, 445, 74, 'Das wird ein enges Einpassen werden.', 3, 486, 114, 'Jetzt entspanne dich und lass es eindringen.', 3, 0, 0, 'Oh...', 3, 477, 91, 'Jetzt werde ich es sehr tief hineinstecken und mich vorbereiten die Samenflüssigkeit einzuspritzen.', 3, 0, 0, 'Wie fühlst du dich jetzt?', 0, 532, 126, 'Ich habe mich noch nie da tief drinnen so warm und wunderbar gefühlt.', 2, 192, 310, 'Danke Dok.', 2, 0, 0, 'Ende von Teil Zwei', 0, 320, 240, 'Mummy Love\rcopyright 2010\r Alle Rechte vorbehalten', 0, 320, 240, 'Game design, coding, art and music by\rPuso', 0, 320, 240, 'Deutsche Übersetzung: Arnulf\rFrench: Vinny53\rItalian: Oaiki', 0, 320, 240, 'Geheimcode für Teil Zwei: siti', 0, 320, 240, 'Fortsetzung folgt!', 0, 320, 240, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0]; French = ['Yo!', 0, 320, 240, 'Appuyez sur la barre d\'espacement pour continuer à jouer.', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Princesse?', 3, 7, 77, 'Oui Ekibe?', 0, 485, 131, 'Venez. Il est temps pour vous de prendre votre bain.', 0, 212, 125, 'Nous devons vous préparer pour la grande cérémonie!', 0, 0, 0, 'Suis-je obligée? J\'aimerais beaucoup plus rester ici et jouer.', 1, 480, 162, 'Absolument!\rC\'est le jour le plus important de votre vie!', 0, 212, 125, 'Aujourd\'hui, vous devenez une femme.\r La bénédiction des dieux vous sera donnée afin que vous ayez un règne fructeux.', 0, 0, 0, '', 0, 320, 240, 'Allons! Il y a tant à faire avant la cérémonie.', 0, 0, 0, 'Ne soyez pas difficile!', 1, 277, 75, 'Mon enfant, pourquoi être si gênée?', 0, 263, 99, 'Relaxez et profitez de votre bain.', 0, 513, 97, 'Voilà. C\'est mieux.', 0, 581, 92, '', 0, 320, 240, 'Vous savez, certains gens sont inquiets à propos de vous.', 0, 581, 92, 'Inquiets?', 1, 197, 138, 'Oui.\rVous êtes devenue une femme mais... mais...', 0, 522, 144, 'Mais quoi?', 1, 197, 138, 'Bien, le problème est que vous êtes trop… ummm… mince.', 0, 522, 144, 'Je suis trop mince?', 1, 196, 116, 'Il est très important que vous ayez des enfants.', 0, 522, 144, ' En tant que princesse et prétendante au trône, vous devez poursuivre la lignée.', 3, 461, 63, 'Vous voyez? Vos seins sont si petits. Comment pouvez vous avoir des enfants en santé?', 0, 555, 111, 'Et vos hanches sont si étroite. Comment pourriez-vous porter un bébé de bonne taille et fort?', 0, 555, 111, 'Vous devez manger plus.', 0, 522, 144, 'Regardez moi!', 3, 461, 63, 'Oui. Vous avez plusieurs enfants en santé.', 1, 201, 102, 'Et tous bien nourris!', 0, 536, 81, 'Vous devez engraisser un peu! ', 0, 519, 108, 'D\'accord. J\'essaierai.', 1, 162, 79, 'Bien. ', 0, 519, 79, '', 0, 320, 240, 'Il y a certaines choses que vous devez savoir,\rmaintenant que vous devenez une femme.', 0, 557, 181, 'Vous devez apprendre comment faire plaisir aux hommes,\rde la façon la plus importante.', 0, 0, 0, 'Garde!', 0, 558, 130, 'Oui, toi!\r Viens ici.', 0, 558, 130, ' Mais j\'ai reçu des consignes claires de ne pas observer la princesse dans son bain.', 1, 320, 121, 'Tu oserais lui désobéir? Elle a besoin de toi ici.', 0, 558, 130, 'Uh... d\'accord madame.', 1, 320, 121, 'Tu n\'auras pas besoin de cette lance.', 1, 195, 76, 'Ni de cet accoutrement.', 1, 224, 106, 'Mmmm!', 1, 208, 125, 'He he!', 0, 514, 142, 'Voilà.\rAssoyez-vous.', 1, 324, 116, ' Je sais que tu ne peux regarder la princesse se laver, mais tu peux me regarder danser.', 1, 324, 116, 'Vous voyez ce qui s\'est pointé le bout du nez?', 1, 203, 162, 'Qu\'est-ce qui lui est arrivé?', 0, 505, 135, 'Il est maintenant rempli de passion et de feu.', 1, 153, 98, 'Venez ici.\r Je veux que vous le touchiez. Sentez comme il est chaud.', 1, 197, 129, 'Mais...', 0, 464, 204, 'C\'est ok. Il ressent énormément de plaisir lorsque vous le touchez.', 1, 197, 129, 'Serrez-le. Sentez comme il est chaud.', 1, 212, 77, 'Oui. Sentez la chaleur de sa passion.', 1, 259, 71, 'Vous voyez? Maitenant, laissez moi vous montrer comment produire le lait créateur.', 1, 259, 85, 'Tenez-le comme ceci.', 1, 278, 96, 'Maintenant glissez votre main de haut en bas.', 1, 278, 96, 'Comme ceci?', 0, 447, 175, 'Très bien! Votre caresse est douce. Il fond.', 1, 278, 96, ' Maintenant, je vais doucement le cajoler ici.', 1, 0, 0, 'Plus vite!', 1, 0, 0, 'Oui! Il ressent du plaisir.', 1, 0, 0, 'La princesse n\'est plus dans son bain. Maintenant regardez là lorsqu\'elle vous donne du plaisir.', 1, 0, 0, 'Regardez son joli visage. Laissez votre désir jaillir.', 1, 0, 0, 'Le lait de la création.', 0, 332, 86, 'C\'est vivant. Vous ne le sentez pas?', 0, 0, 0, 'Vous devez apprendre son pouvoir. ', 0, 0, 0, 'Vous devez assimiler son pouvoir.', 0, 0, 0, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Bonjour tout le monde, nous allons apprendre aujourd\'hui les dirigeants de la 8ème dynastie.', 0, 381, 132, 'Je suis convaincu que vous trouverez tous cela très intéressant...', 0, 0, 0, 'Uhhhhh! Que c\'est ennuyant!', 11, 301, 190, 'Soit attentif! C\'est très important.', 11, 301, 190, 'C\'est de l\'histoire ancienne!', 11, 0, 0, 'Qui s\'intéresse encore à de vieux cadavres croûtés?', 11, 0, 0, 'Uhhhh!', 11, 0, 0, 'He he! J\'adore t\'agaçer!', 11, 0, 0, 'En plus, tu es si jolie!', 11, 0, 0, 'Je suis tout excité juste à te regarder.', 11, 0, 0, 'Tu es toujours excité.', 11, 0, 0, 'Tu es toujours sexy!', 11, 0, 0, 'Relève ta jupe un peu plus haut. Je veux voir ta culotte :-p', 11, 0, 0, 'Tu ne peux pas attendre après les classes?', 11, 0, 0, 'Je veux la voir maintenant! Ici!', 11, 301, 190, 'Ta queue devient dure?', 11, 301, 190, 'Je veux la voir. Maintenant. Ici!!!', 11, 0, 0, 'Rob?', 0, 462, 174, 'Huh?', 1, 395, 126, 'Quelle est la réponse?', 0, 462, 174, 'Uhhh... je ne sais pas.', 1, 395, 126, 'Comme je croyais. Tu n\'étais pas attentif.', 0, 462, 174, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Tu es si jolie!', 1, 198, 76, 'J\'aimerais bien être présente à la cérémonie.', 1, 0, 0, 'Tu ne seras pas là?', 0, 570, 251, 'Désolé princesse, seulement les gens les plus importants peuvent entrer dans le sanctuaire du temple.', 1, 197, 95, ' Les Dieux eux-même y apparaissent parfois!', 1, 0, 0, ' Vous allez recevoir une purification spéciale vous permettant d\'entrer avec les prêtres.', 1, 0, 0, 'Vous pourrez vous débrouiller seul, n\'est-ce pas?', 1, 0, 0, 'Je crois bien.', 0, 498, 142, ' Nous implorons les Dieux d\'amener le fruit de la vie à notre princesse.', 0, 554, 188, ' Qui amènera plusieurs descendants afin de bénir la dynastie d\'un règne qui dure.', 1, 262, 177, 'Pour ceci nous prions.\rPour ceci nous donnons des offrandes.', 0, 554, 188, 'Les Dieux seront content de ceci.', 1, 222, 177, 'Préparez-là sur l\'autel.', 1, 444, 77, 'Vous ne devez pas être effrayée.', 0, 548, 67, ' Les Dieux eux-mêmes expriment leur grande joie de votre entrée dans la vie de femme à travers nous, leurs prêtres servants.', 0, 503, 180, 'Vous devriez accepter la bénédiction des Dieux avec beaucoup de joie!', 0, 0, 0, 'Mais... Mais pourquoi suis-je attachée?', 1, 254, 214, 'En la présence des dieux, vous devez toujours rester parfaitement ouverte.', 0, 503, 180, ' Si vous n\'étiez pas attachée, vous vous couvririez dû à la honte, une grande offense envers les Dieux.', 0, 0, 0, 'Il est nécessaire de vous entraîner.', 0, 0, 0, 'Oh.', 1, 254, 214, ' Relaxez et profitez du moment alors que les Dieux vous couvrent d\'amour et d\'affection.', 0, 503, 180, 'Je vais essayer.', 1, 254, 214, 'Bien.', 0, 548, 67, 'Est-ce que vous aimez?', 0, 554, 227, 'Mmmm....', 1, 229, 129, 'Et plus bas? Commencez-vous à ressentir un chatouillement?', 0, 514, 112, 'Oooo....\rC\'est beaucoup plus qu\'un chatouillement.', 1, 229, 129, 'Relevons-là,', 0, 514, 112, 'Et goûtons à ce chatouillement.', 0, 514, 148, '', 0, 320, 240, '', 0, 320, 240, 'Uhhh...', 0, 392, 76, 'Ah, je vois.\rPouvez-vous vous retenir?', 0, 528, 298, 'Je... Je ne sais pas.', 1, 258, 55, 'Elle est tellement jolie, n\'est-ce pas?', 0, 535, 83, ' Simplement regarder son visage amène un grandissant désir d\'exploser partout sur son corps.', 0, 0, 0, ' Moi-même, je suis presque incapable de me contenir.', 0, 0, 0, ' Voilà ma douce princesse. Je sais que je suis un petit peu trop gros pour vous.', 0, 418, 77, 'Laissez-vous aller.\rLaissez-le entrer.', 0, 0, 0, 'Uhhhh!!!', 2, 254, 1, 'Princesse, voici notre nouveau jeune prêtre.', 0, 535, 126, 'Il participe à sa première cérémonie et le contrôle semble être un problème.', 0, 0, 0, 'Seriez-vous un amour et l\'aider avec sa condition?', 0, 0, 0, 'Mmmmm', 2, 162, 368, 'Bien. Regardez-le dans les yeux avec votre visage angélique.', 0, 535, 126, 'Maintenant, maintenez ce regard et donnez lui de doux baisers.', 0, 587, 201, 'Laissez-le s\'abandonner à vous.', 0, 0, 0, 'Gloire aux Dieux!', 0, 587, 181, 'Je vais prendre le relais.', 0, 484, 47, 'Nous ne devons pas nous répandre dans le canal royal.\r Seulement la semence royale doit pousser ici.', 0, 412, 100, 'Déposez-là.', 0, 0, 0, '', 0, 320, 240, 'Recueuillons-nous pour l\'offrande.', 0, 515, 67, 'Que les Dieux vous bénisse avec de la fertilité en abondance.', 0, 0, 0, 'Douce beautée. Goûtez à ceci.', 3, 403, 79, 'Reprise', 10, 345, 15, 'Cela est très inhabituel, mais j\'ai un cadeau spécial pour vous.', 0, 495, 130, 'Comme vous le savez,le ankh est le symbole de la vie éternelle.', 1, 436, 80, 'Cet ankh doré a supposément été forgé par les Dieux eux-mêmes.', 1, 436, 80, 'C\'est une chose doté d\'un pouvoir incroyable.', 1, 0, 0, 'Portez-le toujours et les Dieux vous béniront de la vie éternelle..', 1, 0, 0, 'Fin de la partie 1', 0, 320, 240, 'Mummy Love\rcopyright 2010\r Tous droits réservés', 0, 320, 240, 'Désign du jeu, codage, art et musique apr\rPuso', 0, 320, 240, 'Traduction Allemande par: Arnulf\rTraduction Française par: Vinny53', 0, 320, 240, 'À suivre!', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Voici la princesse Siti.', 1, 277, 95, 'Peu de choses sont connues à propos d\'elle. Nous savons seulement qu\'elle est décédée à l\'adolescence,', 1, 0, 0, 'D\'une morsure de serpent venimeux.', 1, 0, 0, 'C\'est un mystère.', 1, 0, 0, 'Dan la prochaine pièce, nous allons voir les artefacts de la famille royale.', 0, 409, 86, 'Ça semble ennuyeux.', 0, 214, 256, ' Je préfèrerais rester ici et examiner tes artefacts!', 1, 239, 79, 'Ils ne s\'ennuieront pas de nous.', 1, 0, 0, 'Je ne peux pas croire comment je suis chanceux!', 1, 200, 122, ' Tu as les seins les plus magnifiques et tu me laisses jouer avec autant que je le veux! ” ', 1, 0, 0, 'Mais c\'est aussi loin que tu iras.', 0, 494, 160, 'Pourquoi tu n\'es pas venu hier après l\'école?', 0, 0, 0, 'Oh, je voulais le faire.', 1, 200, 122, 'Bon Dieu que je suis excité!', 1, 0, 0, 'J\'avais du travail à faire par contre.', 1, 0, 0, ' Tu m\'as rendu vraiment fou hier lorsque tu as dit que tu voulais voir ma queue.', 1, 0, 0, ' Je suis maintenant fou à chaque fois que j\'Y pense depuis. ', 1, 0, 0, ' Depuis que tu es ma copine j\'espère avoir une façon pour pouvoir te la montrer. ', 1, 0, 0, ' J\'adore lorsque tu la serre et la frotte à travers mes pantalons.', 1, 254, 97, ' Mais je veux que tu la touches réellement.', 1, 0, 0, 'Oh! Non!\r Je ne suis pas prête pour ça!', 0, 528, 126, 'Donc tu ne faisais que m\'allumer?', 1, 218, 123, 'Nnnna… non.\r Je veux la voir! Je ne suis pas prête... prête à...', 0, 524, 127, 'Je veux seulement la voir. Pas la toucher', 0, 0, 0, 'Uhhh, okay. Je vois.', 1, 218, 123, 'Mais je peux la sortir et te la montrer?', 1, 202, 86, 'Uh huh.', 0, 499, 142, 'Mais, est-ce qu\'on ne devrait pas aller là-bas? Dans le noir?', 0, 0, 0, 'J\'aime les lumières brillantes, pour que puisses bien la voir.', 1, 202, 86, 'Regarde, la princesse peut la voir également!', 0, 544, 123, 'Oh!', 1, 186, 116, 'Oooo... Je veux la frotter sur ton chandail.', 0, 522, 93, 'Bon Dieu que j\'aime ça.', 0, 503, 73, 'Je peux la frotter sur tes seins?', 0, 0, 0, 'S\'il te plaît! Ils sont tellement sexy! Tu sais que je les aime.', 0, 0, 0, 'Je ne crois pas...', 1, 193, 117, 'Oh seigneur...', 1, 217, 267, 'Oh mon Dieu! Je ne peux pas croire que tu te ramollisses un petit peu. C\'est tellement excitant!', 3, 434, 99, 'Uhhhh... Je veux...\rJe veux me masturber.', 3, 0, 0, 'Uhhh... Okay?', 3, 0, 0, 'C\'est ce que je veux voir.', 0, 445, 176, 'Vraiment?', 3, 434, 99, 'Je sais que vous les garçons vous le faite tout le temps. Les filles parlent toujours de ça.', 3, 175, 293, 'Je suis si curieuse! je veux te voir le faire!', 3, 0, 0, 'Oh mon Dieu! je ne peux pas le croire! Je dois être mort et je suis au paradis!', 3, 434, 99, 'Tu veux me voir le faire?', 3, 0, 0, 'Uh huh.', 0, 445, 176, 'Tu veux me voir jouir?', 3, 434, 99, 'Mmmmm.', 0, 445, 176, 'Uhhh! C\'est presque venu!', 3, 434, 99, 'Tu vois? Il y a un peu de liquide prééjaculatoire. Regarde!', 3, 0, 0, 'Ewww!', 1, 146, 266, 'Ce que j\'aimerais que tu le liches!', 3, 424, 89, 'Eeek! Non!', 1, 148, 281, 'Okay. Je sais.', 3, 434, 99, 'Tu veux vraiment me voir jouir?', 3, 434, 99, 'Uh huh.', 1, 158, 281, 'Regarde de près. Je vais gicler pour toi.', 3, 434, 99, 'Ça va gicler?', 1, 158, 280, 'Oh, seulement un petit peu.', 3, 434, 99, 'Uhhh! Ça vient! Ça vient! Emma!', 3, 0, 0, 'Emma! Emma!! Je veux te jouir à la figure!', 3, 0, 0, 'Eeeek! Non!', 1, 148, 354, 'Pas sur moi!', 0, 320, 240, 'Ewwww, c\'est répugnant.', 1, 512, 291, 'Quelqu\'un vient de ce côté!', 1, 0, 0, 'Il y a quelqu\'un ici?', 0, 528, 198, 'C\'est venu près!', 1, 182, 115, 'Sortons d\'ici.', 0, 352, 175, 'Le lait créateur!', 0, 320, 240, 'Plus!', 0, 460, 164, '', 0, 320, 240, 'Nouvelle de dernière heure:', 0, 471, 200, ' Dans une histoire bizarre, le musée au centre-ville a déclaré avoir perdu une momie.', 0, 0, 0, 'Il semble que la momie vielle de trois mille ans a été volée dans le milieu de l\'après-midi.', 0, 0, 0, ' Le personnel n\'est pas certain comment la momie a été sortie de l\'immeuble sans que personne ne l\'aie vue.', 0, 0, 0, 'Dans une autre histoire encore plus étrange, une jeune adolescente qui faisait une sortie éducative au musée a été retrouvée dans le placard du concierge avec une bosse sur la tête. ', 0, 0, 0, 'Elle n\'a pas été violée, mais tous ces vêtements avaient disparus. La police n\'est pas certaine si l\'assaut est relié à la momie disparue. Ils sont présentement confus. ', 0, 0, 0, 'Nous divulguerons plus d\'informations sur cette histoire lorsque nous en recevrons.', 0, 0, 0, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Nous avons une nouvelle étudiante.', 1, 271, 155, 'Son nom est Siti, ce qui est une étrange coïncidence puisque c\'est le même nom que la momie que nous avons vue au musée hier. ', 1, 0, 0, 'Oh oui. On m\'a nommée en l\'honneur de la princesse.', 0, 550, 165, 'Vraiment? C\'est fascinant! D\'où venez-vous?', 1, 215, 115, 'Ummm... je suis... d\'Égypte.', 0, 550, 165, 'Vraiment? C\'est fascinant! Vous parlez notre langue tellement bien!', 1, 215, 115, 'Uh...\r J\'ai eu beaucoup de temps pour pratiquer.', 0, 550, 165, 'Mmmm...', 1, 215, 115, 'Uh... Vous allez avoir un petit test sur la visite du musée hier.', 1, 176, 110, 'Je vais indiquer à notre nouvelle étudiante ce que nous avons appris jusqu\'à maintenant.', 1, 0, 0, 'Donc, avez-vous étudié l\'Égypte ancienne?', 0, 132, 279, 'Oh Oui. Je sais tout ça très bien', 1, 171, 215, 'Nous n\'avons pas à s\'inquiéter de cela.', 1, 0, 0, 'Nous pouvons parler d\'autres choses.', 1, 171, 136, 'Je suis si affamée!', 1, 187, 131, 'Uhhh... Ce... Ce n\'est approprié.', 0, 500, 104, 'Tu ne devrais pas me toucher là.', 0, 0, 0, 'D\'où je viens, ce n\'est pas un problème.', 1, 187, 131, 'Vous m\'aimez bien, n\'est-ce pas?', 1, 0, 0, 'Bien sûr, mais...', 0, 500, 104, 'Je peux voir à quel point vous m\'aimez.', 1, 187, 131, 'Bien, je vous aime bien aussi!', 1, 0, 0, 'Je veux seulement votre sperme.', 1, 0, 0, 'Je suis si affamée!', 1, 0, 0, 'M...Mais... la classe!', 0, 500, 104, 'Ne t\'inquiète pas. Ils sont occupés', 3, 118, 377, 'Comme c\'est joli!', 1, 236, 178, 'Fais-moi savoir lorsque tu seras prêt. Je veux le faire gicler en suçant.', 1, 197, 148, 'Seigneur, je suis au paradis.', 0, 500, 104, 'Gicle dans ma bouche!', 1, 197, 148, 'Mmmm, c\'était si bon.', 1, 197, 148, '', 0, 320, 240, 'Que fais-tu!', 1, 217, 188, 'Je ne suis pas ce genre de filles!', 1, 217, 188, 'Je ne vais pas près de ce truc!', 1, 217, 188, 'Non! Pas ça!', 1, 217, 188, 'Tu es si jolie!', 3, 489, 79, 'Un visage angélique.', 3, 489, 79, '', 0, 320, 240, '', 0, 320, 240, 'Tu es si jolie!', 1, 242, 57, 'Je ne peux presque plus me contrôler.', 1, 200, 97, 'Tu peux le sentir?', 1, 299, 109, 'Nous n\'aurons pas ce genre de comportement dans mon école!', 1, 204, 107, 'Emma, tu devrais le savoir!', 1, 213, 97, 'Et pourquoi ton chandail est-il si serré? ', 1, 0, 0, 'Tu ne peux pas te promener partout et allumer les garçons comme ça!', 1, 0, 0, 'Et ta jupe est trop courte! Notre présidente des étudiants devrait donner un meilleur exemple.', 1, 0, 0, 'Et toi! Remonte tes pantalons! Je suis presque à bout avec toi!', 1, 0, 0, 'Une autre bêtise et tu seras renvoyé!', 1, 0, 0, 'Pourquoi le directeur doit toujours être un trou du cul?', 0, 450, 99, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Laisse moi t\'aider à trouver ton prochain local.', 1, 196, 91, 'C-Comment le sais-tu?', 1, 390, 117, 'Tu es nouvelle ici. Je peux le voir. J\'ai passé à travers ça moi aussi.', 0, 228, 133, 'Je veux simplement que ce ne soit pas aussi difficile pour toi que pour moi.', 0, 0, 0, 'Merci. C\'est gentil.', 1, 390, 117, 'Aujourd\'hui c\'est un jour bleu. Ton prochain cours est anglais, pièce 201.', 0, 256, 166, 'Allez, je t\'y amène.', 0, 226, 131, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Bonjour.', 1, 500, 140, 'Uh. Bonjour.', 0, 214, 123, 'Qu\'est-ce que c\'est que cet endroit? Que fais-tu ici?', 1, 500, 140, 'Uh... Je... Je viens chercher un projecteur pour la classe de santé. Ils regardent un film aujourd\'hui.', 0, 214, 140, 'Donc, tu es responsable de tout cet équipement?', 1, 437, 156, 'Uhh.. ouais. Je suis le gars de l\'audio-vidéo.', 0, 283, 128, 'Mmmm, J\'aime bien ça ici. C\'est sombre et chaleureux.', 0, 515, 162, 'Uhh... J\'ai une copine tu sais.', 0, 304, 100, 'C\'est bien. Je l\'ai vue. Elle est très jolie.', 0, 515, 162, 'Nous pouvons être amis, n\'est-ce pas?', 0, 0, 0, 'Uh... Ouais, d\'accord.', 0, 304, 100, 'Bien. J\'en suis heureuse. Mais tu crois que je suis jolie également, n\'est-ce pas?', 0, 515, 162, 'Bien sûr! C\'est... C\'est que j\'ai déjà une petite amie.', 0, 304, 100, 'Qu\'est-ce qu\'elle a de plus que moi?', 0, 515, 162, 'Tu n\'aimes pas mes seins? Ils sont trop petits?', 0, 537, 184, 'Oh non! Ils sont bien.', 1, 246, 128, 'Mais... Mais Emma a...', 1, 246, 128, 'Oui. Ils sont très gros! Je suis désolé que les miens ne te plaisent pas.', 0, 537, 184, 'Oh Ils sont bien!', 1, 246, 128, 'Est-ce qu\'elle aime que tu les touches?', 0, 537, 184, 'Oh oui! Elle me laisse jouer avec autant que je le désire.', 1, 246, 128, 'Tu ne veux pas jouer avec les miens?', 0, 537, 184, 'Mais... Ma copine!', 1, 246, 128, 'Pas de problèmes! Elle n\'est pas ici. Nous sommes amis! Je veux seulement être amicale.', 0, 537, 184, 'Ils sont si petits! Mais ils m\'excitent vraiment!', 1, 246, 128, 'J\'aime bien que tu fasses ça.', 0, 537, 184, 'Est-ce que ta copine aime te sucer le doigt?', 3, 529, 295, 'Bon Dieu que c\'est cochon... Uh... bien.', 0, 239, 184, 'Et ceci? Est-ce qu\'elle aime le sucer?', 0, 511, 150, 'Tu laisserais ton amie te sucer n\'est-ce pas?', 0, 511, 150, 'Je veux tellement la sucer. Je veux la sucer jusqu\'à ce qu\'elle gicle.', 0, 0, 0, 'Tu ne veux pas gicler dans ma bouche?', 0, 0, 0, 'Oh oui.', 1, 242, 85, 'Oh Non!', 1, 184, 83, 'Oh! Te voilà.', 1, 588, 162, 'Laisse-le tranquille!', 2, 593, 235, 'D\'accord. Je m\'en vais.', 1, 304, 135, 'Que faisais-tu avec elle?', 0, 496, 175, 'Elle est simplement entrée! ', 1, 236, 114, 'Je... Je faisais... Et elle est entrée.', 1, 236, 114, 'Rien n\'est arrivé.', 1, 0, 0, 'Je te crois.', 0, 524, 145, 'Qu\'est-ce qu\'elle t\'as fait? ', 0, 0, 0, '', 0, 320, 240, 'Je suis foutrement excité. Je peux plus me retenir.', 1, 244, 100, 'Je veux baiser.\rJe veux te baiser maintenant.', 1, 244, 100, 'Tu sais que je n\'aime pas ce genre de langage!', 0, 534, 145, 'Tu sais que je ne fais pas ça! Nous étions d\'accord. Nous ne sommes pas encore à ce point de notre relation.', 0, 0, 0, 'Uhhhh!', 1, 242, 96, 'Suce ma queue.', 1, 0, 0, 'Suce la!', 1, 0, 0, 'Rob! tu sais que je ne fais pas ça non plus!', 0, 534, 145, 'Uhhhhh!', 1, 242, 96, 'Je ne t\'aie jamais vu comme ça', 0, 534, 145, 'Tu ne peux simplement me toucher les seins comme à l\'habitude?', 0, 0, 0, 'Uhhh! Je veux baiser tes seins!', 1, 242, 96, 'Ummm... Je ne sais pas.', 0, 543, 162, 'Ooooo!', 1, 208, 82, 'Ohhhh...', 1, 256, 92, 'Le paradis enfin!', 1, 0, 0, 'Rob!', 0, 524, 145, 'Nous sommes à l\'école! Je suis nue!', 0, 534, 167, 'Place simplement tes mains comme ceci.', 2, 260, 80, 'Et place toi à genoux.', 2, 321, 121, 'On ne devrait pas faire ça.', 1, 469, 162, 'Je ne devrais pas te laisser faire.', 1, 0, 0, 'C\'est trop vulgaire!', 1, 0, 0, '\'C\'est dégoutant!', 1, 0, 0, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Allo?', 0, 408, 185, 'Si tu cherches l\'infirmière, tu peux arrêter.', 1, 535, 294, 'Elle est ici seulement deux jours par semaine.', 1, 359, 313, 'Étends-toi. Si tu ne te sens pas mieux d\'ici la prochaine période, ils te laisseront rentrer chez toi.', 1, 0, 0, 'Oh. d\'accord, merci.', 0, 281, 122, 'Es-tu malade?', 1, 453, 315, 'Oh, Je me sentais faible alors quelqu\'un m\'a envoyée ici.', 0, 281, 122, 'Mais je me sens mieux déjà,', 0, 0, 0, 'Et je crois que je vais me sentir vraiment bien très bientôt.', 0, 0, 0, 'Je suis heureux pour toi.', 1, 453, 315, 'Tu ne sembles pas te porter bien par contre.', 0, 300, 111, 'C\'est mon estomac.Je crois que j\'ai mangé quelque chose de mauvais.', 1, 471, 279, 'Laisse moi voir. J\'ai toujours été intéressé par la médecine naturelle.', 0, 300, 111, '', 0, 0, 0, 'Je peux voir qu\'il y a un problème avec ton aura.', 0, 300, 111, 'Tu peux voir mon aura?', 1, 471, 279, 'Oui, et il y a une partie noire. Regardons ça de plus près. Où est-ce que ça fait mal? ', 0, 300, 111, '', 0, 320, 240, 'Mmm...', 0, 299, 157, 'Mmmmm...', 0, 299, 157, 'Bougeons ça.', 1, 169, 107, 'Ahhhh...', 0, 299, 157, 'Qu\'est-ce qu\'il y a?', 1, 540, 300, 'Mmmm... Il y a un débalancement d\'énergie.', 0, 399, 149, 'La force Chi est déphasée avec al force Sho. Le débalancement a créé la partie noire.', 0, 0, 0, 'Les énergies doivent être ajustées.', 0, 0, 0, 'Comment fais-tu ça?', 1, 540, 300, 'Bien, certaines personnes utilisent les prières, mais la médecine est plus efficace.', 0, 399, 150, 'Vous n\'avez pas les bons médicaments ici cependant.', 0, 0, 0, 'L\'autre option est d\'ajuster l\'énergie directement.', 0, 0, 0, 'Huh?', 1, 540, 300, 'Je dois en savoir plus sur le débalancement.', 0, 399, 150, 'Laisse-moi écouter.', 0, 399, 150, 'Hmm.', 0, 320, 240, 'Ahhhh! Ce côté.', 0, 148, 295, 'J\'ai besoin de ton aide pour boucler la boucle', 1, 213, 222, 'Palce ta main gauche sur ma tête alors que je dépose mon oreille.', 1, 0, 0, 'Ta main droite doit être sur mon ventre à la même place que mon oreille sur le tien.', 1, 0, 0, 'Ici, sous la jupe, sur la peau nue.', 0, 406, 114, 'Uhhh... Okay.', 0, 320, 240, 'Mmmmmmm...', 0, 320, 240, 'C\'était génial! Je pouvais voir l\'énergie!', 0, 362, 111, 'Il y avait une lueur brillante! Je pouvais la voir!', 0, 0, 0, 'Oui. Tu avais vraiment beaucoup d\'énergie!', 0, 547, 270, 'Je n\'ai presque pas pu l\'avaler assez rapidement.', 0, 0, 0, 'Wow! Je me sens bien. Et toi?', 0, 362, 111, 'Oh, Je me sens vraiment mieux.', 0, 547, 270, 'Mais... me sent toujours... pas totalement remplie.', 0, 0, 0, 'j\'ai besoin de plus encore!', 0, 559, 228, 'Tu peux jouir de nouveau?', 0, 0, 0, 'Uhh... Je ne crois pas. Je... Je dois y aller.', 0, 370, 76, '', 0, 0, 0, 'Mmmm, C\'est la nouvelle fille.', 0, 283, 162, 'Comment te sens-tu?', 0, 240, 105, 'Oh! Je ne vous aie pas entendu entrer.', 1, 475, 270, 'Ça va, je me sens un peu faible et peut-être un peu étourdie. Vous pouvez m\'aider?', 1, 0, 0, 'Regardons cela.\t', 0, 240, 100, 'Prenez place ici.', 1, 160, 144, 'Relaxez.', 1, 246, 107, 'Êtes-vous le médecin?', 0, 457, 226, 'Mmmmm...', 1, 246, 107, 'Vous me semblez jeune pour être médecin.', 0, 457, 226, 'Yes, C\'est ça. Doctor Young. Voilà mon nom!', 1, 246, 107, 'Prenez une grande respiration.', 1, 246, 107, 'Encore.', 1, 0, 0, 'Est-ce que c\'est douloureux si je pèse ici?', 1, 189, 77, 'Non.', 0, 471, 229, 'Et ici?', 1, 189, 77, 'Uh uh.', 0, 471, 229, 'Bon, Je crois que nous allons devoir faire un examen complet.', 1, 189, 82, ' Débarasses-toi de tes vêtements.', 1, 200, 64, 'Ça aussi?', 1, 446, 120, 'Oui. Nous devrons examiner ici également .', 0, 273, 101, 'Voilà. Maintenant nous sommes prêts pour un examen de poitrine complet.', 0, 217, 191, 'Mmm! la réponse tactile est bonne.', 3, 325, 120, 'Très dur. Comme j\'aime les voir.', 3, 325, 120, 'Oh...', 0, 375, 209, 'Mmmm, pas de bosses. Tout semble bon.', 3, 325, 120, 'Bon, je vais vous étirez.', 3, 382, 101, 'C\'est très bon. Très flexible!', 3, 0, 0, 'Incroyable! Renthroe joue au docteur avec la nouvelle fille.', 1, 200, 180, 'Et elle se laisse faire!', 0, 505, 190, 'Bon Dieu que C\'est excitant.', 1, 200, 180, 'Shhh!', 0, 505, 190, 'Maintenant, vérifions plus bas.', 1, 292, 124, 'Mmmm.', 2, 441, 54, 'Maintenant, pousser fort contre ceci. Je veux entendre votre circulation sanguine.', 2, 518, 76, 'Encore, un peu plus fort cette fois, et maintenez votre position.', 2, 0, 0, ' Encore .', 2, 0, 0, 'Ah! Le sang circule vraiment bien maintenant.', 2, 0, 0, 'Maintenant nous allons prendre ta température.', 1, 300, 145, 'Retez fixe..', 2, 518, 76, 'Hmmm, un petit peu fiévreuse. Comme je le croyais.', 0, 510, 190, 'Maintenant vérifions à l\'intérieur.', 3, 515, 60, 'Insèrons-le doucement.', 2, 530, 12, 'plus creux...', 2, 0, 0, 'Rendu tout au fond.', 2, 0, 0, 'Maintenant retenez-le....', 2, 0, 0, 'Mmmm, encore plus chaud.', 0, 519, 190, 'Une dernière lecture.', 0, 474, 72, 'Retourne-toi, figure vers le sol pour la prochaine étape .', 0, 0, 0, 'Ah, bien.', 0, 400, 65, 'Voyons.', 3, 423, 75, 'Hmmm...', 2, 520, 8, 'Il semble qu\'on ait besoin d\'un peu de lubrification.', 0, 483, 100, 'Oooo c\'est serré!', 2, 493, 23, 'Relaxez!', 2, 0, 0, 'Voilà!', 2, 493, 23, 'Maintenant nous pouvons l\'insérez ici.', 2, 0, 0, 'Retenez-le...', 2, 0, 0, 'Bien! Parfait!', 0, 497, 222, 'Mmmm ça sent comme le paradis. Vous êtes si douce!', 0, 0, 0, 'Essayons ceci.', 0, 240, 143, 'Okay. nous allons laissez ceci relaxer un petit peu avant d\'y revenir.', 1, 362, 112, 'Revenez sur le dos.', 1, 0, 0, '', 0, 0, 0, 'Voilà, comme ça. Nous allons maintenant faire un examen du pelvis façon Renthroe.', 2, 248, 72, 'Avez-vous déjà eu un Renthroe complet auparavant?', 2, 314, 94, 'Uhhh, Uh uh.', 1, 212, 260, '', 0, 0, 0, ' Nous débutons avec un massage doux pour relâcher le tout.', 3, 437, 120, 'Relaxez. Profitez du moment! Ça va se dérouler beaucoup mieux.', 3, 0, 0, 'Il faut que le jus commence à couler.', 3, 0, 0, 'Essayons de nouveau ?', 3, 437, 120, 'Ummmm...', 1, 277, 251, 'Encore.', 3, 437, 120, 0, 0, 0, 'Ça s\'est très bien déroulé!', 2, 314, 94, 'Placez-vous à l\'extrémité de la table pour l\'examen final.', 0, 458, 130, 'Voilà. Maintenez la position pendant que je vérifie le dilatateur.', 3, 539, 117, 'Ça devrait être vraiment prêt maintenant.', 2, 556, 119, 'Oh oui!', 2, 395, 112, 'Placez-vous sur votre dos, fermez vos yeux et relaxez.', 0, 458, 106, 'Je vais insérez la sonde Renthroe.', 0, 445, 74, 'Cela va être serré.', 3, 486, 114, 'Relaxez et laisser-la entrer.', 3, 0, 0, 'Oh...', 3, 477, 91, 'Maintenant, je vais l\'insérez profondément pour y ajouter le fluide séminal.', 3, 0, 0, 'Comment te sens-tu?', 0, 532, 126, ' Je ne me suis jamais senti aussi chaude et merveilleuse profondément à l\'intérieur de moi.', 2, 192, 310, 'Merci, docteur.', 2, 0, 0, 'Fin de la partie deux', 0, 320, 240, 'Mummy Love\rcopyright 2010\r Touts droits réservés', 0, 320, 240, 'Désign du jeu, codage, art et musique par\rPuso', 0, 320, 240, 'Traduction allemande: Arnulf\rFrançaise: Vinny53\rItalienne: Oaiki', 0, 320, 240, 'code secret de la partie deux: siti', 0, 320, 240, 'À suivre!', 0, 320, 240, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0]; Italian = ['', 0, 320, 240, 'Premi la barra spaziatrice per continuare a giocare.', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Pincipessa?', 3, 7, 77, 'Si Ekibe?', 0, 485, 131, 'Vieni, È tempo per il bango.', 0, 212, 125, 'Dobbiamo preparati per la grande cerimonia!', 0, 0, 0, 'Devo? preferirei rimanere qui a giocare.', 1, 480, 162, 'Ma si!\rQuesta è la giornata più importante della tua vita!', 0, 212, 125, 'Oggi diventi una donna.\rRiceverai le benedizioni degli dèi, cosi sarai certa di essere feconda durante il tuo regno.', 0, 0, 0, '', 0, 320, 240, 'Su! Non c\'è tanto tempo prima della grande ceremonia', 0, 0, 0, 'Smetti di essere pignola!', 1, 277, 75, 'Bimba, perchè tanto timida?', 0, 263, 99, 'Rilassati e goditi il bagno.', 0, 513, 97, 'Ecco. Molto meglio.', 0, 581, 92, '', 0, 320, 240, 'Lo sai, c\'è gente che sono preoccupati per te.', 0, 581, 92, 'Davvero?', 1, 197, 138, 'Si.\rSei diventata una donna, ma… ma…', 0, 522, 144, 'Ma cosa?', 1, 197, 138, 'Vedi, il problema è che sei troppo… ummm… magrolina.', 0, 522, 144, 'Troppo magrolina?', 1, 196, 116, 'È molto importante che tu abbi figli.', 0, 522, 144, 'La principessa reale e erede del trono deve continuare la dinastia.', 3, 461, 63, 'Guarda come sono piccoli i tuoi seni. Come fai ad avere bimbi sani?', 0, 555, 111, 'I tuoi fianchi, son cosi stretti. Come farai a gestire un bambino grande e forte?', 0, 555, 111, 'Devi mangiare di più.', 0, 522, 144, 'Guarda me!', 3, 461, 63, 'Si. Hai molti figli sani', 1, 201, 102, 'E nessun affamato!', 0, 536, 81, 'Devi ingrassarti un po\'! ', 0, 519, 108, 'Va bene. Proverò.', 1, 162, 79, 'Bene. ', 0, 519, 79, '', 0, 320, 240, 'Ci sono delle cose che devi sapere,\rora che diventi una donna.', 0, 557, 181, 'Devi imparare come dar piacere agli uomini,\rnel modo più importante.', 0, 0, 0, 'Guardia!', 0, 558, 130, 'Si! tu\r Vieni qui.', 0, 558, 130, 'Ma ho ordini precisi di non guardare la principessa durante il bagno.', 1, 320, 121, 'Allora! La disobbediresti? È lei ti commanda di venire qua.', 0, 558, 130, 'Uh… Si Signora.', 1, 320, 121, 'Non ti servirà questa lancia', 1, 195, 76, 'Neppure di questo cencio.', 1, 224, 106, 'Mmmm!', 1, 208, 125, 'Hee hee!', 0, 514, 142, 'Qui.\rSiediti.', 1, 324, 116, 'So che no puoi guardare la principessa farsi il bagno, però puoi guardarmi ballare', 1, 324, 116, 'Visto chi s\'è fatto vedere?', 1, 203, 162, 'Cosa gli è successo?', 0, 505, 135, 'Si è riempito di passione e fuoco.', 1, 153, 98, 'Vieni.\r Voglio che tu lo tocchi. Senti come è caldo.', 1, 197, 129, 'Ma…', 0, 464, 204, 'Sta bene. Gode solo piacere estremo quando lo tocchi.', 1, 197, 129, 'Stringilo, Senti il suo calore', 1, 212, 77, 'Si. Senti il suo fuoco di passione.', 1, 259, 71, 'Ecco. Ora ti t\'insegno ad estrare il latte della creazione.', 1, 259, 85, 'Reggi lo in questo modo.', 1, 278, 96, 'Muovi la mano su e giù.', 1, 278, 96, 'Così?', 0, 447, 175, 'Perfetto! Hai un tocco dolce. Si sta sciogliendo.', 1, 278, 96, 'Ora lo carezzo qui.', 1, 0, 0, 'Più forte!', 1, 0, 0, 'Eccoci! Gli sta crescendo la voglia.', 1, 0, 0, 'La principessa non si sta lavando. Guardala mentre ti offre amore.', 1, 0, 0, 'Guarda il suo viso tenero. Libera i tuoi desideri.', 1, 0, 0, 'Il latte della creazione.', 0, 332, 86, 'Lo senti? È vivo.', 0, 0, 0, 'Devi imparare il suo potere', 0, 0, 0, 'Devi assimilare la sua potenza', 0, 0, 0, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Attenzione ragazzi, oggi studiamo la successione degli sovrani della 8a dinastia.', 0, 381, 132, 'Sono certo che lo troverete affascinante…', 0, 0, 0, 'Uffa! Che noia!', 11, 301, 190, 'Dargli retta! È importante.', 11, 301, 190, 'Ma è storia antica!', 11, 0, 0, 'Chi se ne frega di popoli antichi e crepati?', 11, 0, 0, 'Uhhhh!', 11, 0, 0, 'Hee hee! Mi piace prenderti in giro!', 11, 0, 0, 'Però, sei bella da morire!', 11, 0, 0, 'Mi fai impazzire solo a guardarti.', 11, 0, 0, 'Sei sempre eccitato', 11, 0, 0, 'Sei sempre sexy!', 11, 0, 0, 'Alza la gonna un po\' di più. Voglio vederti le mutandine :-p', 11, 0, 0, 'Non poi aspettare fino al dopo scuola?', 11, 0, 0, 'Li voglio vedere ora! Qui!', 11, 301, 190, 'Sta diventando duro il tuo cazzo?', 11, 301, 190, 'Fammelo vedere. Qui. Subito!!!', 11, 0, 0, 'Rob?', 0, 462, 174, 'Huh?', 1, 395, 126, 'Qual\'è la risposta?', 0, 462, 174, 'Uhhh… Non lo so.', 1, 395, 126, 'Come credevo. Non stavi attento', 0, 462, 174, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Sei bellissima!', 1, 198, 76, 'Se solo potessi essere li per la cerimonia.', 1, 0, 0, 'Non sarai li?', 0, 570, 251, 'Mi dispiace principessa, solo i più esultati possono entrare nel sancta sanctorum.', 1, 197, 95, 'A volte gli dèi stessi appaiano!', 1, 0, 0, 'Riceverai una purificazione speciale che ti permetterà di entrare coi sacerdoti.', 1, 0, 0, 'Ce la farai da sola, vero?', 1, 0, 0, 'Si, forse.', 0, 498, 142, 'Preghiamo a tutti gli dèi per il dono di fecondità della nostra principessa,', 0, 554, 188, 'Che lei avra abbondanti figli che benedicheranno la dinastia con un regno duraturo.', 1, 262, 177, 'Per questo preghiamo.\rPer questo facciamo l\'offerta.', 0, 554, 188, 'Gli dèi saranno soddisfatti con questa.', 1, 222, 177, 'Preparatela sull\' altare.', 1, 444, 77, 'Non abbi paura.', 0, 548, 67, 'Gli dèi esprimono la loro esaltazione nella vostra femminilità emergente tramite noi sacerdoti, i loro servi.', 0, 503, 180, 'Dovresti accettare le benedizioni degli dèi con una grande gioia!', 0, 0, 0, 'Ma… perchè sono legata?', 1, 254, 214, 'Nella presenza degli dèi dobbiamo essere completamente aperti', 0, 503, 180, 'Se lei non era legata vi coprireste per vergogna, un cosa offensiva a gli dèi.', 0, 0, 0, 'È necesario per allenarla', 0, 0, 0, 'Oh.', 1, 254, 214, 'Rilassati e goditi, mentre gli dèi vi inaffiano con amore e affetto.', 0, 503, 180, 'Proverò.', 1, 254, 214, 'Bene.', 0, 548, 67, 'Com\'è? Buono?', 0, 554, 227, 'Mmmm… …', 1, 229, 129, 'E qua giù? Senti un formicolio?', 0, 514, 112, 'Oooo… …\rÈ un po\' più di un formicolio.', 1, 229, 129, 'Alziamola,', 0, 514, 112, 'Assagiamo un po\' questo formicolio.', 0, 514, 148, '', 0, 320, 240, '', 0, 320, 240, 'Uhhh…', 0, 392, 76, 'Ah, capisco.\rCe la tieni?', 0, 528, 298, 'Nnnn… non lo so.', 1, 258, 55, 'È bellissima, vero?', 0, 535, 83, 'Soltanto veder il suo viso mi fa venire la voglia di esplodere.', 0, 0, 0, 'Anch\'io sono al limite, è quasi impossibile di contenermi.', 0, 0, 0, 'Forza dolce principessa. So che sono un pochino grande per te.', 0, 418, 77, 'Lasciati trasportare\rLascialo entrare.', 0, 0, 0, 'Uhhhh!!!', 2, 254, 1, 'Princessa, questo è il nostro più giovane novizio.', 0, 535, 126, 'È la prima volta per lui e sembra che ha problemi di controllo.', 0, 0, 0, 'Saresti un tesoro a dargli un po\' d\'aiuto?', 0, 0, 0, 'Mmmmm', 2, 162, 368, 'Bene. Guarda lo nei occhi con il tuo celeste viso.', 0, 535, 126, 'Tieni lo sguardo e dargli dei baci dolcissimi.', 0, 587, 201, 'Lascialo sciogliere e arrendersi in tenerezza.', 0, 0, 0, 'Lode agli dèi!', 0, 587, 181, 'Ti sostituisco.', 0, 484, 47, 'Non possiamo venire nel calice regale.\rSolo il seme dei re può crescere li.', 0, 412, 100, 'Abbasate la.', 0, 0, 0, '', 0, 320, 240, 'Stringiamoci intorno per l\'offerta', 0, 515, 67, 'Che gli dèi vi benedica con la fertilità in abbondanza.', 0, 0, 0, 'Ecco tesoro. Assagia questo.', 3, 403, 79, 'Instant Replay', 10, 345, 15, 'Questo è molto insolito, ma ho regalo speciale per te.', 0, 495, 130, 'Come sai, L\'Ankh e il simbolo di vita eterna.', 1, 436, 80, 'È detto che quest\' Ankh d\'oro è stata creata da gli dèi stessi.', 1, 436, 80, 'È un\' amuletto di potere incredibile.', 1, 0, 0, 'Indossala sempre e gli dèi ti benediranno con la vita eterna.', 1, 0, 0, 'End of Part One', 0, 320, 240, 'Mummy Love\rcopyright 2010\r all rights reserved', 0, 320, 240, 'Game design, coding, art and music by\rPuso', 0, 320, 240, 'German translation: Arnulf\rFrench: Vinny53\rItalian: Oaiki', 0, 320, 240, 'To be continued!', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Questa è la principessa Siti.', 1, 277, 95, 'Conosciamo poco di lei. Sappiamo solo che mori da adolescente,', 1, 0, 0, 'morsa da un serpente velenoso.', 1, 0, 0, 'È un mistero.', 1, 0, 0, 'Nella prossima camera troveremo gli artefatti della vita regale.', 0, 409, 86, 'Sarebbe anche noioso.', 0, 214, 256, 'Mi piacerebbe di più remanere qui a controllare gl\'artefatti tuoi!', 1, 239, 79, 'Non se ne accorgeranno nemmeno.', 1, 0, 0, 'Sono veramente fortunato!', 1, 200, 122, 'Hai delle poppe meravigliose e mi permetti di giocare con loro a voglia!” ', 1, 0, 0, 'Si, ma con il seno e basta.', 0, 494, 160, 'Perché non sei venuto ieri dopo la scuola?', 0, 0, 0, 'Volevo venire ma.', 1, 200, 122, 'Mannaggia! mi fai venire una voglia.', 1, 0, 0, 'Ho dovuto tendere al orto.', 1, 0, 0, 'Ieri, m\'hai fatto impazzire quando hai chiesto di vedermi il cazzo.', 1, 0, 0, 'Mi fa girare la testa solo a pensarci.', 1, 0, 0, 'Da quando sei diventata la mia ragazza ho cercato un modo di mostrartelo.', 1, 0, 0, 'Mi piace quando lo strizzi e strofini attraverso i miei pantaloni.', 1, 254, 97, 'Ma voglio che te lo prendi in mano.', 1, 0, 0, 'Oh! No!\rNon sono ancora pronta!', 0, 528, 126, 'Allora! è solo una presa in giro?', 1, 218, 123, 'Nnnn… no.\rLo voglio vedere! È solo che non son pronta… pronta a…', 0, 524, 127, 'Voglio solo guardare. Non toccare.', 0, 0, 0, 'Uhhh, va bene. Ho capito.', 1, 218, 123, 'Però te lo posso far vedere?', 1, 202, 86, 'Uh huh.', 0, 499, 142, 'Sarebbe meglio andare là? dov\'è piu buio.', 0, 0, 0, 'Mi piaciono le luci, così lo vedrai davvero.', 1, 202, 86, 'Qui! Cosi lo vede anche la principessa.', 0, 544, 123, 'Oh!', 1, 186, 116, 'Oooo… voglio strofinarlo sulla tua camicetta', 0, 522, 93, 'Dio, che bono.', 0, 503, 73, 'Lo posso strofinare sulle tue poppe?', 0, 0, 0, 'Per favore! Sono molto sexy! Lo sai quanto li amo.', 0, 0, 0, 'Non credo…', 1, 193, 117, 'Caspita…', 1, 217, 267, 'Oddio! È incredibile, finalmente ti lasci andare un po\'. Favoloso!', 3, 434, 99, 'Uhhhh… Voglio…\rVoglio masturbarmi.', 3, 0, 0, 'Uhhh… Okay?', 3, 0, 0, 'Voglio vederti.', 0, 445, 176, 'Davvero?', 3, 434, 99, 'So che i ragazzi se lo fanno ad ogni secondo. Un fatto che è molto discusso tra noi ragazze.', 3, 175, 293, 'Sono incuriosita. Voglio vederti far te lo', 3, 0, 0, 'Mio dio! non ci credo! Sono asceso in paradiso!', 3, 434, 99, 'Vuoi vedermi far lo?', 3, 0, 0, 'Uh huh.', 0, 445, 176, 'Mi vuoi vedere sborrare?', 3, 434, 99, 'Mmmmm.', 0, 445, 176, 'Uhhh! Stavo per schizzare!', 3, 434, 99, 'Vedi? c\'è una goccia del fluido. Guardalo!', 3, 0, 0, 'Schifoso!', 1, 146, 266, 'Vorrei tanto che lo lecassi', 3, 424, 89, 'Iiii! No!', 1, 148, 281, 'Vabbè. Capisco.', 3, 434, 99, 'Mi vuoi veder sborrare davvero?', 3, 434, 99, 'Uh huh.', 1, 158, 281, 'Attenta. Lo faccio spruzzare per te.', 3, 434, 99, 'Dici che spruzza?', 1, 158, 280, 'Oh, solo un pochino.', 3, 434, 99, 'Uhhh! Vengo! Vengo! Emma!', 3, 0, 0, 'Emma! Emma!! Voglio sborrati in faccia!', 3, 0, 0, 'Eeeek! No!', 1, 148, 354, 'Non su di me!', 0, 320, 240, 'Ewwww, Che schifo.', 1, 512, 291, 'Arriva qualcuno!', 1, 0, 0, 'C\'è nessuno?', 0, 528, 198, 'Ci ha mancato per un filo!', 1, 182, 115, 'Vai, scappiamo.', 0, 352, 175, 'Il latte della creazione', 0, 320, 240, 'Mi serve di più!', 0, 460, 164, '', 0, 320, 240, 'Ultimissime:', 0, 471, 200, 'In una storia bizzarra, il Museo di Antichità ha denunciato la mancanza di una mummia.', 0, 0, 0, 'Sembra che la mummia, vecchia tremila anni, sia stata rubata questo pomeriggio.', 0, 0, 0, 'Personale del museo non sanno spiegare come la mummia potesse essere rimossa senza essere notato.', 0, 0, 0, 'Ancora più strana, una giovane liceale in visita scolastica al museo è stata trovata in un ripostiglio, con un bernoccolo in testa.', 0, 0, 0, 'La giovane non risulata molestata, ma tutti i suoi vestiti sono mancanti. La polizia non sono certi se l\'attacco è legato al furto. Sono senza ipotesi', 0, 0, 0, 'Avremo di più nel prossimo bolletino', 0, 0, 0, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Ragazzi, oggi diamo il benvenuto a questa nuova studentessa.', 1, 271, 155, 'Si chiama Siti, che in una sorprendente coincidenza è lo stesso nome della pricipessa mummificata che abbiamo visto nel museo ieri', 1, 0, 0, 'Sì. Prendo il nome dalla principessa.', 0, 550, 165, 'Davvero? Affascinante! Di dove sei?', 1, 215, 115, 'Ummm… Sono dall\'… Egitto.', 0, 550, 165, 'Si? Interessante! Parli la nostra lingua molto bene!', 1, 215, 115, 'Uh… \rHo avuto molto tempo per praticarlo', 0, 550, 165, 'Mmmm… ', 1, 215, 115, 'Uh… Classe, vi ho preparato un quiz sulla visita al museo di ieri', 1, 176, 110, 'Io aggiornerò la nuova studentessa su ciò che abbiamo imparato fin ora', 1, 0, 0, 'Allora, hai studiato la storia dell\'Egitto antico?', 0, 132, 279, 'Oh si. È materia che conosco molto bene', 1, 171, 215, 'Non è necessario preoccuparci', 1, 0, 0, 'Parliamo di qualcos\'altro.', 1, 171, 136, 'Sono affamata!', 1, 187, 131, 'Uhhh… Nnnn… non è apposito', 0, 500, 104, 'Non dovresti toccarmi la giù.', 0, 0, 0, 'Da dove vengo, sarrebbe perfettamente apposto', 1, 187, 131, 'Ti piacio, è vero?', 1, 0, 0, 'Certo, ma…', 0, 500, 104, 'Vedo quanto ti piacio.', 1, 187, 131, 'Anche tu me piaci!', 1, 0, 0, 'Voglio solo il tuo seme.', 1, 0, 0, 'Sono molto affamata!', 1, 0, 0, 'M… ma… la classe!', 0, 500, 104, 'Non ti preoccupare. Sono occupati.', 3, 118, 377, 'Carino!', 1, 236, 178, 'Dimmi quando sei pronto. Lo voglio estrarre a succhiate', 1, 197, 148, 'Santo Cielo.', 0, 500, 104, 'Spruzzamelo tutto in bocca!', 1, 197, 148, 'Mmmm, buonissimo.', 1, 197, 148, '', 0, 320, 240, 'Cosa Fai!', 1, 217, 188, 'Non sono quel tipo di ragazza!', 1, 217, 188, 'Non voglio esserlo vicino!', 1, 217, 188, 'No! Non lo fo!', 1, 217, 188, 'Bellissima!', 3, 489, 79, 'C\'hai viso d\'un angelo.', 3, 489, 79, '', 0, 320, 240, '', 0, 320, 240, 'Sei strepitosa!', 1, 242, 57, 'È quasi insopportabile.', 1, 200, 97, 'Lo senti?', 1, 299, 109, 'Questo non è comportamento proprio per l\'ambiente scolastico', 1, 204, 107, 'Emma, dovresti saperne meglio!', 1, 213, 97, 'E perché indossi una maglietta così stretta?', 1, 0, 0, 'Non possiamo permetterti di andare in giro così, provocando tutti i ragazzi!', 1, 0, 0, 'Quella gonna è troppo corta! Il presidente del corpo studentesco dovrebbe dare un esempio migliore.', 1, 0, 0, 'E tu! Tirati su quei pantaloni! Ne ho avuto abbastanza di te!', 1, 0, 0, 'Ancora una volta e ti ritroverai espulso!', 1, 0, 0, 'Perché il preside deve essere sempre così stronzo?', 0, 450, 99, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Ciao, Ti serve un po\' d\'aiuto a trovare la prossima classe.', 1, 196, 91, 'Come hai fatto a sapere?', 1, 390, 117, 'Sei nuova. Lo vedo. L\'ho avuto fare anche io.', 0, 228, 133, 'Non voglio che sia tanto difficile per te quanto era per me.', 0, 0, 0, 'Grazie. Molto gentile.', 1, 390, 117, 'Oggi è un giorno blu. La tua prossima classe è L\'Inglese, aula 201.', 0, 256, 166, 'Vieni, Ti porto li.', 0, 226, 131, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'Ciao.', 1, 500, 140, 'Uh. Ciao.', 0, 214, 123, 'Cos\'è questo posto? Cosa ci fai?', 1, 500, 140, 'Uh… Io… Sto prendendo un proiettore per la lezione in salute. Oggi c\'hanno un film.', 0, 214, 140, 'Allora, sei responsabile di tutto queste machine.', 1, 437, 156, 'Uhh… Si. Sono l\'incaricato di A/V.', 0, 283, 128, 'Mmmm, mi piace qui. Buio ed accogliente.', 0, 515, 162, 'Uhh… C\'ho una ragazza, lo sai.', 0, 304, 100, 'Ben per te. Vi ho visto. È molto carina.', 0, 515, 162, 'Comunque, possiamo essere amici, vero?', 0, 0, 0, 'Uh… Si, certamente.', 0, 304, 100, 'Bene. Sono contenta. Ma pensi che anche io sono carina?', 0, 515, 162, 'Senza dubbio! Io… Ce l\'ho di già una ragazza.', 0, 304, 100, 'Cosa preferisci di più in lei che di me?', 0, 515, 162, 'Non ti piaciono le mie tette? Sono troppo piccoli?', 0, 537, 184, 'Oh no! Sono gradevoli.', 1, 246, 128, 'Ma… Ma Emma ha…', 1, 246, 128, 'Si. Sono poponi! Mi spiace che non trovi le mie piacevoli.', 0, 537, 184, 'No Sono belli!', 1, 246, 128, 'E lei, se le fa toccare?', 0, 537, 184, 'Oh si! Mi permette di giocarci a voglia.', 1, 246, 128, 'Non vuoi giocare coi miei?', 0, 537, 184, 'Si… Ma la mia ragazza!', 1, 246, 128, 'Non c\'è di male! Non è qui. Siamo amici! Voglio solo essere amichevole.', 0, 537, 184, 'Sono cosi piccoli! Ma li trovo eccitanti!', 1, 246, 128, 'Mi piace quando fai cosi.', 0, 537, 184, 'La tua ragazza ti succhia il dito?', 3, 529, 295, 'Oddio gustoso… Uh… Buono.', 0, 239, 184, 'E questo? Le piace succhiare questo?', 0, 511, 150, 'Permetterai ad un\'amica di ciucciarlo, vero?', 0, 511, 150, 'Ho un voglia di ciucchiarlo da morire. Lo voglio succhiare fino a che non schizzi.', 0, 0, 0, 'Non vuoi sborrarmi in bocca?', 0, 0, 0, 'Oh Si!', 1, 242, 85, 'Oh No!', 1, 184, 83, 'Oh! Eccoti.', 1, 588, 162, 'Tu! lascialo stare!', 2, 593, 235, 'Va bene. me ne vò.', 1, 304, 135, 'Cosa facevi con lei?', 0, 496, 175, 'È apparita tutto d\'un tratto!', 1, 236, 114, 'I… Io stavo per… E lei entrò.', 1, 236, 114, 'Non è successo nulla.', 1, 0, 0, 'Ti credo.', 0, 524, 145, 'Cosa ti ha fatto? ', 0, 0, 0, '', 0, 320, 240, 'Sono molto eccitato. Non lo posso sopportare.', 1, 244, 100, 'Ti voglio fottere.\rTi voglio fottere immediatamente.', 1, 244, 100, 'Lo sai che non mi piaciono quelle parolaccie!', 0, 534, 145, 'Lo sai non faccio quelle cose! Abbiamo una intesa. Non siamo ancora a quel punto nelle nostre relazioni.', 0, 0, 0, 'Uhhhh!', 1, 242, 96, 'Ciucciami il cazzo.', 1, 0, 0, 'Succhialo!', 1, 0, 0, 'Rob! Lo sai che non farò neanche quello!', 0, 534, 145, 'Uhhhhh!', 1, 242, 96, 'Non t\'ho mai visto cosi', 0, 534, 145, 'Perchè non giochi con le mie tette come al solito?', 0, 0, 0, 'Uhhh! Voglio fotterti le poppe!', 1, 242, 96, 'Ummm… Non lo so.', 0, 543, 162, 'Ooooo!', 1, 208, 82, 'Ohhhh…', 1, 256, 92, 'Finalmente, Paradiso!', 1, 0, 0, 'Rob!', 0, 524, 145, 'Siamo in scuola! È sono nuda!', 0, 534, 167, 'Metti le mani così.', 2, 260, 80, 'E inginocchiati.', 2, 321, 121, 'Non dovremmo fare queste cose.', 1, 469, 162, 'Non dovrei permetterti.', 1, 0, 0, 'Non posso, fa schifo!', 1, 0, 0, 'Disgustoso!', 1, 0, 0, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, '', 0, 320, 240, 'C\'è nessuno?', 0, 408, 185, 'Se cerchi l\'infermiera, non ti scomodare.', 1, 535, 294, 'Lavora solo due giorni a settimana.', 1, 359, 313, 'Sdraiarti su un lettino. Se non ti senti meglio, prossimo periodo, ti mandano a casa.', 1, 0, 0, 'Oh. Va bene, grazie.', 0, 281, 122, 'Sei ammalata?', 1, 453, 315, 'Mi sono sentita poco bene e m\'hanno mandata qui', 0, 281, 122, 'Ma mi sento meglio di gia,', 0, 0, 0, 'E penso che tra un pochino mi sentiro meravigliosa', 0, 0, 0, 'Sono contento per te.', 1, 453, 315, 'Tu però, non sembri molto bene.', 0, 300, 111, 'È il mio stomaco. Credo di aver mangiato qualcosa indegistibile.', 1, 471, 279, 'Fammi vedere. Ho sempre avuto un interesse nella medicina naturale.', 0, 300, 111, '', 0, 0, 0, 'Vedo che c\'è un turbamento nella tua aura', 0, 300, 111, 'Mi vedi l\'aura?', 1, 471, 279, 'Si, e c\'ha una macchia oscura. Guardiamo un po\'. Dov\'è che ti fa male?', 0, 300, 111, '', 0, 320, 240, 'Mmm…', 0, 299, 157, 'Mmmmm…', 0, 299, 157, 'Spostiamo questo, un po\'.', 1, 169, 107, 'Ahhhh…', 0, 299, 157, 'Cos\'è?', 1, 540, 300, 'Mmmm… L\'energie sono disarmoniche', 0, 399, 149, 'La forza del tuo Chi è fuori fase con la forza Sho. Il disturbo sta creando un foro scuro.', 0, 0, 0, 'Bisogna aggiustare le energie.', 0, 0, 0, 'E come si fa?', 1, 540, 300, 'Beh! Ci sono coloro che credono solo nella preghiera, però la medicina e più efficace.', 0, 399, 150, 'Però qui non ci sono le medicine giuste.', 0, 0, 0, 'L\'altra opzione è di regolare l\'energia direttamente.', 0, 0, 0, 'Che?', 1, 540, 300, 'Devo accertarmi.', 0, 399, 150, 'Fammi sentire.', 0, 399, 150, 'Hmm.', 0, 320, 240, 'Ahhhh! Ecco qui.', 0, 148, 295, 'Aiutami a chiudere il circolo', 1, 213, 222, 'Metti la mano sinistra sulla mia testa mentre poso l\'orecchio qui', 1, 0, 0, 'La tua mano destra dev\'essere sulla mia pancia nel punto esattamente corrispondente a quello del mio orecchio sul tuo.', 1, 0, 0, 'Qui, sotto la gonna, sulla pelle nuda.', 0, 406, 114, 'Uhhh… Okay.', 0, 320, 240, 'Mmmmmmm…', 0, 320, 240, 'Incredibile! Ho potuto vedere l\'energia!', 0, 362, 111, 'C\'era un bagliore luminoso! L\'ho potuto vedere!', 0, 0, 0, 'Sì. Veramente, avevi un sacco di energia!', 0, 547, 270, 'Quasi, quasi non ce la facevo ad ingoiarlo tutto.', 0, 0, 0, 'Wow! Mi sento stupendo. E tu, come ti senti?', 0, 362, 111, 'Oh, Mi sento molto meglio.', 0, 547, 270, 'Ma… Mi sento… Non sono ancora sazziata.', 0, 0, 0, 'Mi serve di più!', 0, 559, 228, 'Ce la fai a sborrare di nuovo?', 0, 0, 0, 'Uhh… credo di no. Io… Devo andare.', 0, 370, 76, '', 0, 0, 0, 'Mmmm, È la ragazza nuova.', 0, 283, 162, 'Come ti senti?', 0, 240, 105, 'Oh! Non t\'ho sentio entrare.', 1, 475, 270, 'Sto bene, solo un po\' debole, forse un po\' svampita. Mi può aiutare?', 1, 0, 0, 'Guardiamo', 0, 240, 100, 'Qui. Siediti.', 1, 160, 144, 'Rilassati.', 1, 246, 107, 'Sei il dottore?', 0, 457, 226, 'Mmmmm…', 1, 246, 107, 'Mi sembri un po\' giovane per essere un dottore.', 0, 457, 226, 'Si. Giusto. Dottore Giovanni. È il mio nome!', 1, 246, 107, 'Ora fammi un respiro profondo', 1, 246, 107, 'Un\'altro.', 1, 0, 0, 'Ti fa male quando premo qui?', 1, 189, 77, 'No.', 0, 471, 229, 'E qui?', 1, 189, 77, 'Uh uh.', 0, 471, 229, 'Allora, Credo che dobbiamo fare una profonda esame', 1, 189, 82, 'Togliti i vestiti.', 1, 200, 64, 'Anche questo?', 1, 446, 120, 'Si. Esaminiamo anche li.', 0, 273, 101, 'Ecco. Siamo pronti per un\'approfondita analisi del petto', 0, 217, 191, 'Mmm! La risposta tattile è buona.', 3, 325, 120, 'Molto eretti. Proprio come mi piaciono.', 3, 325, 120, 'Oh…', 0, 375, 209, 'Mmmm, Non ci sono noduli. Molto piacevole.', 3, 325, 120, 'Sentiamo come ti allunghi.', 3, 382, 101, 'Si, gradevole. Molto flessibile!', 3, 0, 0, 'Forte! Renthroe fa finta di essere un dottore con la bamboletta nuova', 1, 200, 180, 'E sta per farla franca!', 0, 505, 190, 'Cazzo! che strepitoso.', 1, 200, 180, 'Shhh!', 0, 505, 190, 'Ora, controlliamo qua giù .', 1, 292, 124, 'Mmmm.', 2, 441, 54, 'Premi con forza contro questo. Voglio sentire il flusso del sangue.', 2, 518, 76, 'Di nuovo, con un po\' più forza questa volta, ora reggilo', 2, 0, 0, 'Un\'altra volta.', 2, 0, 0, 'Ah! Il sangue sta pulsando fortemente', 2, 0, 0, 'Ora controlliamo la temperatura.', 1, 300, 145, 'Reggilo…', 2, 518, 76, 'Hmmm, Un po\' alzato. Come credevo.', 0, 510, 190, 'Addesso controliamo dentro.', 3, 515, 60, 'Piano Piano.', 2, 530, 12, 'Più profondo…', 2, 0, 0, 'Fino in fondo.', 2, 0, 0, 'Ora. Reggilo…', 2, 0, 0, 'Mmmm, ancora più calda.', 0, 519, 190, 'Addesso, l\'ulitma controllo.', 0, 474, 72, 'Allora, facciamo ti girare per questo, faccia in giù ', 0, 0, 0, 'Ah, Che bella.', 0, 400, 65, 'Guardiamo un po\'.', 3, 423, 75, 'Hmmm…', 2, 520, 8, 'Sembra che ci serve un po\' di lubrificazione.', 0, 483, 100, 'Oooo, Molto stretto!', 2, 493, 23, 'Rilassati!', 2, 0, 0, 'Ecco ce la fai!', 2, 493, 23, 'Ora lo faccamo scorrere fino in fondo.', 2, 0, 0, 'Reggilo…', 2, 0, 0, 'Superbo! Perfetto!', 0, 497, 222, 'Mmmm odorino di nirvana. Sei dolcissima!', 0, 0, 0, 'Proviamo questo.', 0, 240, 143, 'Okay. Lasciamolo rilassare un poco di più e ci torniamo tra un po\'', 1, 362, 112, 'Girati, e sdraiti sulla schiena.', 1, 0, 0, '', 0, 0, 0, 'Ecco, così. Ora facciamo un esame Renthroe pelvico.', 2, 248, 72, 'Hai mai avuto una completa esame Renthroe pelvico?', 2, 314, 94, 'Uhhh, Uh uh.', 1, 212, 260, '', 0, 0, 0, 'Cominciamo con un massagio per scioglire le cose.', 3, 437, 120, 'Rilassati. Goditelo! Andrà molto meglio.', 3, 0, 0, 'Dobbiamo incoragiare i flussi vaginali.', 3, 0, 0, 'Riproviamo?', 3, 437, 120, 'Ummmm…', 1, 277, 251, 'Di nouvo.', 3, 437, 120, 'Beh, è andato molto bene!', 2, 314, 94, 'Spostiamo ti qui giù per l\'esame finale', 0, 458, 130, 'Ecco. Ferma così mentre controllo il dilatatore.', 3, 539, 117, 'Dovrebbe essere tutto pronto.', 2, 556, 119, 'Oh Si!', 2, 395, 112, 'Stenditi, chiudi gl\'occhi, e rilassati', 0, 458, 106, 'Sto per inserire la sonda Renthroe.', 0, 445, 74, 'Questa sarà una tenuta stretta.', 3, 486, 114, 'Rilassati a fallo entrare.', 3, 0, 0, 'Oh…', 3, 477, 91, 'Ora lo spingerò piano piano fino al fondo ed iniettero il fluido seminale.', 3, 0, 0, 'Come ti senti ora?', 0, 532, 126, 'Non mi sono mai sentita un calore così profondamente soddisfacente e meravigliosa.', 2, 192, 310, 'Grazie dottore.', 2, 0, 0, 'End of Part Two', 0, 320, 240, 'Mummy Love\rcopyright 2010\r all rights reserved', 0, 320, 240, 'Game design, coding, art and music by\rPuso', 0, 320, 240, 'German translation: Arnulf\rFrench: Vinny53\rItalian: Oaiki', 0, 320, 240, 'Part Two secret code: siti', 0, 320, 240, 'To be continued!', 0, 320, 240, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0]; if (!soundstarted) { beta_mc.swapDepths(11110); beta_mc.gotoAndStop(1); initsound(); initfps(); } pop_mc.gotoAndStop(10); Stage.showMenu = false; Stage.scaleMode = 'noBorder'; hideall(); bubble_mc.gotoAndStop(1); arrow_mc.gotoAndStop(1); if (!teaser) { gamesave = SharedObject.getLocal('gfsave'); } if (teaser) { oldscene = -1; oldphase = 0; gslastscene = 0; secretunlocked = 1; highestscene = 10; } else { oldscene = -1; oldphase = 0; gslastscene = 0; secretunlocked = 0; gamesave.data.unlocked = 0; gamesave.data.lastscene = 0; gamesave.data.scene = 0; } butrel = 0; _root.createEmptyMovieClip('mousebutton', 1); _root.onMouseDown = function () { buttonpress = 1; }; _root.onMouseUp = function () { buttonpress = 0; butrel = 1; }; hidemouse = 0; mousemove = 0; _root.onMouseMove = function () { mousemove = 15; if (mousex < 40 || mousex > 560 || mousey < 40 || mousey > 472) { Mouse.show(); } else { if (hidemouse) { Mouse.hide(); } else { Mouse.show(); } } }; newgame(); savmute = 0; _root.onEnterFrame = function () { ++time; ++teasertime; blinker = time & 8; calcFPS(); mousex = _root._xmouse; mousey = _root._ymouse; dokeys(); if (!seenpause) { dolanguagebutton(); if (scene > 0 && !pausing) { seenpause = 1; } } if (pausing) { if (lickingtits && ahvol > 0) { fadeahloop(); } if (mute != 99) { savmute = mute; mute = 99; } doshowpause(); if (Key.isDown(32) & pauserel || pausing == 8 && buttonpress) { if (teaser && pausing == 8) { fade = 100; sheet_mc._alpha = fade; sheet_mc.swapDepths(33333); scene = 0; scenestarted = 0; forcebuboff = 1; startfadein(); teasertime = 0; } pausing = 0; pauserel = 0; slomo = 0; ahwait = 0; talking3 = 0; talking2 = 0; mute = savmute; unmutepalace(); initfps(); pop_mc.gotoAndStop(10); pop_mc._x = -10000; flag1_mc.swapDepths(-10813); flag2_mc.swapDepths(-10814); flag3_mc.swapDepths(-10815); flag4_mc.swapDepths(-10816); if (mybug) { bg4a = 0; bg4_mc._alpha = 0; bg4_mc.swapDepths(-10103); } } else { if (playingpalace) { mutepalace(); } } } else { if (Key.isDown(32) & pauserel) { pausing = 1; seenpause = 1; pauserel = 0; slomo = 0; if (mybug && blackpause) { bg4a = 100; bg4_mc._alpha = 100; bg4_mc.swapDepths(16666); bg4_mc.gotoAndStop(2); bg4_mc._x = 360; bg4_mc._y = 288; } } else { if (teaser && pausing == 0 && scene >= 2 && teasertime > 200) { pausing = 8; } else { if (debug && Key.isDown(86) || slomo) { ++smdelay; if (smdelay >= 25) { smdelay = 0; doscene(); dofade(); doarrow(); } } else { doscene(); dofade(); doarrow(); dopop(); } } } } if (!Key.isDown(32)) { pauserel = 1; } if (scene > highestscene && !teaser) { highestscene = scene; gamesave.data.scene = scene; } mon0 = 'mx:' + mousex + ' my:' + mousey + ' fps:' + floor(fps) + ' scene:' + scene + ' say:' + ssay + ' h:' + horny + ' p:' + pausing; domon(); }; mon7 = ''; mon6 = ''; mon5 = ''; mon4 = ''; mon3 = ''; mon2 = ''; mon1 = ''; var mon0 = ''; bfade = 0; rolledoff = 0; rolledon = 0; forcebuboff = 0; fadingout = 0; arrowcolor = 0; arrowcursor = 0; arrowangle = 0; attacharrow = 0; arrowy = 0; arrowx = 0; arrowtype = 0; arrowphase = -1; arrowblink = 0; arrowalpha = 0; bjphase = 0; oautopilot = 0; autopilot = 0; tautoangle = 0; autoangle = 0; finddir = 1; showhigh = 0; ptasks = 14; ptasksdone = 0; powerbarsize = 0; powerbarcolor = 0; powerbarside = 0; enjoy = 0; hint = 0; hintx = 0; hinty = 0; swoosh = 0; swooshx = 0; swooshy = 0; swooshdir = 0; swoosha = 0; swooshadd = 0; swalpha = 0; onhot = 0; hotdir = 0; githot = 0; hotspot_mc.onEnterFrame = function () { if (!gothot) { onhot = 0; return undefined; } if (this.hitTest(_root._xmouse, _root._ymouse, true)) { onhot = 1; hidemouse = 1; mouse_mc._x = mousex; mouse_mc._y = mousey; mouse_mc.swapDepths(20007); if (ssay == 60) { mouse_mc.gotoAndStop(14); } else { mouse_mc.gotoAndStop(10); } mouse_mc._alpha = 100; mouse_mc._rotation = hotdir; hotspot_mc._alpha = 20; } else { if (onhot) { hotspot_mc._alpha = 0; } onhot = 0; hidemouse = 0; mouse_mc._alpha = 0; } }; fast = 0; fastend = 0; moverd = 0; moverm = 0; mover = 0; movertime = 40; mmoverd = 0; mmoverm = 0; mmover = 0; mmovertime = 40; backmove = 0; mbackmove = 0; showpoptype = 2; plinkrel == 0; showscenebar = 0; onbeta = 0; beta_mc.onEnterFrame = function () { if (showscenebar) { return undefined; } if (this.hitTest(_root._xmouse, _root._ymouse, true)) { 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/20/97085/info.shtml
Created: 23/3 -2019 09:26:47 Last modified: 23/3 -2019 09:26:47 Server time: 03/05 -2024 00:46:35