STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #89900 |
speech 1 2 3 4 5 6 |
Magnetic-Optical Scanner 2009 |
Scanner Activated |
Status: Pregnant Degree: Very Heavy |
Target: Kingdra |
Sorry, there's nothing out here. Drawing coral reefs is way too hard |
Growth speed: Select how fast you want her to grow. You can select a number between '.1' and 50. Examples: "1", "2", "50", ".9", ".5". |
Expand |
continuous |
+ |
Options |
Growth Speed |
Talk |
Ice Cream |
ActionScript [AS1/AS2]
Frame 1function setSize(n) { n = Math.floor(n); environ.kingdra.breast2.gotoAndStop(n); environ.kingdra.breast1.gotoAndStop(n); environ.kingdra.babies.gotoAndStop(n); environ.kingdra.front.gotoAndStop(n); environ.kingdra.body.gotoAndStop(n); } function grow() { if (pregnancy < environ.kingdra.front._totalframes) { pregnancy = pregnancy + growthSpeed; if (pregnancy > environ.kingdra.front._totalframes) { pregnancy = environ.kingdra.front._totalframes; } setSize(pregnancy); } else { growth = 0; } } function revert() { if (pregnancy > 1) { pregnancy = pregnancy - growthSpeed; if (pregnancy < 1) { pregnancy = 1; } setSize(pregnancy); } else { growth = 0; } } function timeout_fn() { if (!timer) { condition = ""; setState(curState.state); delete _root.onEnterFrame; } timer--; } function setState(str) { if (condition != "") { return(undefined); } if (state != str) { curState.state = str; state = str; curState.state = state; for (var _local2 in states[str]) { curState[_local2] = states[str][_local2]; } environ.kingdra.head.gotoAndPlay(curState.mouth); environ.kingdra.head.eye.gotoAndPlay(curState.eye); if (environ.kingdra.arm1._currentlabel != curState.arm1) { environ.kingdra.arm1.gotoAndPlay("move" + curState.arm1); } environ.kingdra.head.eye.pupil._x = pX + curState.pX; environ.kingdra.head.eye.pupil._y = pY + curState.pY; if (curState.blush) { environ.kingdra.head.blush.gotoAndPlay(2); } canBlink = curState.canBlink; } } function updateStatus() { environ.kingdra.scanner._status.text = stats[Math.floor((pregnancy * stats.length) / 500) + 1]; } function addSpeech(name) { var _local2 = words.total; words.total++; var _local1 = _talk.attachMovie("_speech", "_say" + _local2, 5 + _local2, {_x:5, _y:5 + (_local2 * 100)}); var _local3 = new TextFormat(); _local3 = _local1._txt.getTextFormat(); _local3.bold = true; _local1._txt.text = name; _local1._txt.setTextFormat(_local3); words[_local2] = _local1; return(_local1); } function removeSpeech(n) { var _local1 = 0; words[n].removeMovieClip(); words.splice(n, 1); words.total--; _local1 = n; while (_local1 < words.length) { words[_local1]._y = 5 + (_local1 * 100); _local1++; } } function question(n) { writePhrase(questions[n].question); delete _root.onEnterFrame; timer = 0; condition = ""; var _local6 = curState.state; timer = 30; condition = ""; setState(questions[n].state); condition = "question"; curState.state = _local6; _root.onEnterFrame = function () { if (!timer) { condition = ""; setState(curState.state); delete _root.onEnterFrame; } timer--; }; var group = new Array(); canContinue = false; growth = 0; var _local3 = 0; while (_local3 < questions[n].answers.length) { var _local4 = addSpeech(questions[n].answers[_local3].answer); group.push(_local4); _local4.group = group; _local4.reply = questions[n].answers[_local3].reply; _local4.state = questions[n].answers[_local3].state; _local4.onRelease = function () { canContinue = true; lastSpeech++; writePhrase(this.reply); var _local4 = curState.state; condition = ""; setState(this.state); condition = "answering"; curState.state = _local4; _root.onEnterFrame = function () { if (condition == "") { setState(curState.state); delete _root.onEnterFrame; } }; var _local3 = 0; while (_local3 < this.group.length) { if (this.group[_local3] != this) { removeSpeech(Math.floor((this.group[_local3]._y - 5) / 100)); } _local3++; } removeSpeech(Math.floor((this._y - 5) / 100)); }; _local3++; } } function writePhrase(input) { if (speech_mc.toSay == input) { return(undefined); } speech_mc._x = Stage.width * 0.5; speech_mc._y = Stage.height * 0.75; speech_mc._visible = true; speech_mc.toSay = input; speech_mc.speechState = 0; speech_mc.charPos = 0; speech_mc._txt.text = ""; speech_mc.gotoAndPlay(1); speech_mc.onEnterFrame = function () { if (this._currentframe == 8) { switch (this.speechState) { case 0 : if (this.charPos == this.toSay.length) { condition = ""; this.speechState++; } else { this._txt.text = this._txt.text + this.toSay.charAt(this.charPos++); this._txt.scroll = this._txt.maxscroll; } break; case 1 : if (!((this.charPos--) + 5)) { this.speechState++; } break; case 2 : this.play(); } } else if (this._currentframe == this._totalframes) { this.gotoAndStop(1); this._txt.text = ""; this.speechState = 0; this._visible = false; } else { this.play(); } }; } _level0.bgColor = 13311; _level0.flashWidth = 800; _level0.flashHeight = 600; var state = ""; var condition = ""; var states = new Array(); var pregnancy = 1; var growthSpeed = 1; var growth = 0; var curState = new Object(); var canBlink = false; var blinking = false; var timer = 0; var pX = environ.kingdra.head.eye.pupil._x; var pY = environ.kingdra.head.eye.pupil._y; var limit = false; var ok = false; var scanned = false; var canContinue = true; var lastSpeech = 0; setSize(1); states.normal = {mouth:"normal", eye:"open", arm1:"down", blush:false, pX:0, pY:0, canBlink:true}; states._wonder = {mouth:"normal", eye:"wide", arm1:"down", blush:false, pX:-4, pY:-7, canBlink:false}; states._startle = {mouth:"open", eye:"wide", arm1:"belly", blush:false, pX:5, pY:3, canBlink:false}; states._surprise = {mouth:"open", eye:"wide", arm1:"belly", blush:true, pX:5, pY:3, canBlink:false}; states._serene = {mouth:"normal", eye:"medium", arm1:"down", blush:false, pX:0, pY:0, canBlink:false}; states._sad = {mouth:"open", eye:"sad", arm1:"belly", blush:false, pX:1, pY:-1, canBlink:false}; states._cry = {mouth:"open", eye:"shut", arm1:"belly", blush:false, pX:1, pY:-1, canBlink:false}; states._mad = {mouth:"mad", eye:"mad", arm1:"down", blush:false, pX:-2, pY:-1, canBlink:false}; states._smile = {mouth:"happy", eye:"medium", arm1:"down", blush:false, pX:0, pY:2, canBlink:false}; states._blush = {mouth:"smile", eye:"medium", arm1:"down", blush:true, pX:5, pY:3, canBlink:false}; states._blushHard = {mouth:"happy", eye:"happy", arm1:"belly", blush:true, pX:0, pY:0, canBlink:false}; states._laugh = {mouth:"laugh", eye:"shut", arm1:"belly", blush:true, pX:5, pY:3, canBlink:false}; setState("normal"); environ.kingdra.onEnterFrame = function () { if (canBlink && (Math.random() > 0.99)) { environ.kingdra.head.eye.gotoAndPlay("blink"); environ.kingdra.head.eye.pupil._x = pX + curState.pX; environ.kingdra.head.eye.pupil._y = pY + curState.pY; blinking = true; } if (blinking && (environ.kingdra.head.eye._currentlabel == "endblink")) { environ.kingdra.head.eye.gotoAndPlay(curState.eye); environ.kingdra.head.eye.pupil._x = pX + curState.pX; environ.kingdra.head.eye.pupil._y = pY + curState.pY; blinking = false; } if (!canContinue) { growth = 0; } if (growth == 1) { grow(); updateStatus(); switch (true) { case pregnancy < 20 : break; case pregnancy < 200 : if ((pregnancy > 40) && (lastSpeech <= 0)) { question(0); } if ((pregnancy > 120) && (lastSpeech <= 1)) { question(1); } break; case (pregnancy > 200) && ((pregnancy - growthSpeed) < 200) : pregnancy = 200; setSize(pregnancy); case pregnancy == 200 : if (lastSpeech <= 2) { question(2); } break; case pregnancy < 400 : if ((pregnancy > 240) && (lastSpeech <= 3)) { question(3); } if ((pregnancy > 330) && (lastSpeech <= 4)) { question(4); } break; case (pregnancy > 400) && ((pregnancy - growthSpeed) < 400) : pregnancy = 400; case pregnancy == 400 : if (lastSpeech <= 5) { question(5); } limit = true; setState("over"); growth = 0; } } else if (growth == -1) { revert(); environ.kingdra.head.drop.gotoAndStop(1); updateStatus(); if (!(true === (pregnancy == 1))) { } else { environ.kingdra.scanner._status.text = "Status: OK"; if (limit && (!ok)) { ok = true; condition = ""; delete _root.onEnterFrame; setState(curState.state); writePhrase("Oh, thank you for proving to me that I can trust you. So now I will let you do whatever you want with me."); } } } else if (pregnancy == 200) { } else if (pregnancy == 400) { } }; var reset = false; _panel._plus._txt.text = "+"; _panel._minus._txt.text = "-"; _panel._expand._txt.text = "Expand"; _panel._revert._txt.text = "Revert"; _panel._info.text = "Interactive pregnant Anthro Kingdra. Drawn and programmed by Doom the wolf (http://doom-the-wolf.deviantart.com). Click 'Expand' or 'Revert' to change the size of her belly. Selecting 'continuous' will make the size change automatically. Move the camera by dragging the mouse across the screen. Zoom in or out by using the '+' and '-' buttons."; _panel._cont_txt.text = "continuous"; _panel._speed_txt.text = "1"; _panel.onEnterFrame = function () { if (_panel.hitTest(_root._xmouse, _root._ymouse)) { if (Math.abs(_panel._y - 500) > 1) { _panel._y = _panel._y + ((500 - _panel._y) * 0.4); } } else if (Math.abs(_panel._y - 600) > 1) { _panel._y = _panel._y + ((600 - _panel._y) * 0.4); } if (growth && (_panel._cont._currentframe == 2)) { _panel._cont_txt.text = "stop"; } else { _panel._cont_txt.text = "continuous"; } if (pregnancy < 200) { _panel._expand._txt.text = "Expand"; } else if (pregnancy < 400) { _panel._expand._txt.text = "Bigger"; } else { _panel._expand._txt.text = "Reset"; } }; _panel._cont.onRelease = function () { if (growth != 0) { growth = 0; } _panel._cont.gotoAndStop(3 - _panel._cont._currentframe); }; _panel._plus.onPress = function () { _panel._plus.onEnterFrame = function () { environ._xscale = (environ._yscale = environ._xscale + 2); }; }; _panel._minus.onPress = function () { _panel._minus.onEnterFrame = function () { if (environ._xscale > 20) { environ._xscale = (environ._yscale = environ._xscale - 2); } else { delete _panel._minus.onEnterFrame; } }; }; _panel.onMouseUp = function () { delete _panel._plus.onEnterFrame; delete _panel._minus.onEnterFrame; if (_panel._cont._currentframe == 1) { growth = 0; } }; _panel._expand.onPress = function () { if (pregnancy >= environ.kingdra.front._totalframes) { growth = 0; reset = true; } else { growth = 1; } }; _panel._expand.onRelease = function () { if (reset) { limit = false; ok = false; lastSpeech = 0; if (scanned) { questions[1].answers.pop(); scanned = false; } growth = 0; pregnancy = 1; setSize(1); condition = ""; environ.kingdra.scanner._status.text = "Status: OK"; var _local2 = 0; while (_local2 < words.length) { if (words[_local2]._txt.text.indexOf("scanner") > 0) { removeSpeech(_local2); break; } _local2++; } delete _root.onEnterFrame; setState("normal"); reset = false; } }; _panel._expand.onReleaseOutside = function () { reset = false; }; _panel._revert.onPress = function () { growth = -1; }; var kDown = new Object(); Key.addListener(kDown); _panel._speed_txt.maxChars = 2; _panel._speed_txt.restrict = "0123456789."; _panel._speed_txt.background = true; _panel._speed_txt.backgroundColor = 16777215 /* 0xFFFFFF */; _panel._speed_txt.border = true; kDown.onKeyDown = function (K) { if ((Key.getCode() == 13) || (K != undefined)) { if ((_panel._speed_txt.text.length == 0) || (_panel._speed_txt.text == "..")) { _panel._speed_txt.text = "1"; } else if (_panel._speed_txt.text == "0") { _panel._speed_txt.text = "1"; } else if (Number(_panel._speed_txt.text) > 50) { _panel._speed_txt.text = "50"; } growthSpeed = Number(_panel._speed_txt.text); _panel._speed_txt.backgroundColor = 16777215 /* 0xFFFFFF */; if (_panel._tip.getDepth() > _panel._ok.getDepth()) { _panel._tip.swapDepths(_panel._ok); } } }; _panel._speed_txt.onChanged = function () { _panel._speed_txt.backgroundColor = 16746632 /* 0xFF8888 */; if (_panel._tip.getDepth() < _panel._ok.getDepth()) { _panel._tip.swapDepths(_panel._ok); } }; _panel._speed_txt.onSetFocus = function () { if (_panel._tip.getDepth() < _panel._ok.getDepth()) { _panel._tip.swapDepths(_panel._ok); } _panel._speed_txt.backgroundColor = 16746632 /* 0xFF8888 */; }; _panel._speed_txt.onKillFocus = function () { kDown.onKeyDown(true); }; var tF = new TextFormat(); tF.size = 12; _panel._ok._txt.setNewTextFormat(tF); _panel._ok._txt.text = "ok"; _panel._ok.onPress = function () { kDown.onKeyDown(true); }; environ.onMouseDown = function () { if (((_panel._y > 550) && (environ.kingdra.scanner.mode != "drag")) && (!environ.kingdra.tree.hitTest(_root._xmouse, _root._ymouse, true))) { environ.startDrag(); } }; environ.onMouseUp = function () { environ.stopDrag(); }; environ.kingdra.scanner._status.text = "Status: OK"; var stats = new Array(); stats.push("Status: OK"); stats.push("Status: Pregnant\nDegree: Unnoticeable"); stats.push("Status: Pregnant\nDegree:\nVery small"); stats.push("Status: Pregnant\nDegree: Small"); stats.push("Status: Pregnant\nDegree: Light"); stats.push("Status: Pregnant\nDegree: Moderate"); stats.push("Status: Pregnant\nDegree: Large"); stats.push("Status: Pregnant\nDegree: Heavy"); stats.push("Status: Pregnant\nDegree:\nVery heavy"); stats.push("Status: Pregnant\nDegree: Maximum"); environ.kingdra.scanner.onPress = function () { environ.kingdra.scanner.startDrag(); environ.kingdra.scanner.mode = "drag"; environ.kingdra.scanner.onMouseMove = function () { environ.kingdra.s_mask._x = environ.kingdra.scanner._x; environ.kingdra.s_mask._y = environ.kingdra.scanner._y; }; if (!scanned) { scanned = true; questions[1].answers.push({answer:"The scanner tells me you're pregnant... with 10 little horseas.", reply:"O-Oh...! I'm... pregnant...", state:"_surprise"}); } }; environ.kingdra.scanner.onMouseUp = function () { environ.kingdra.scanner.stopDrag(); environ.kingdra.scanner.mode = ""; delete environ.kingdra.scanner.onMouseMove; environ.kingdra.s_mask._x = environ.kingdra.scanner._x; environ.kingdra.s_mask._y = environ.kingdra.scanner._y; }; var words = new Array(); words.total = 0; _talk.onEnterFrame = function () { if (_talk.hitTest(_root._xmouse, _root._ymouse, true)) { if (Math.abs(_talk._x - 640) > 1) { _talk._x = _talk._x + ((640 - _talk._x) * 0.4); } } else if (Math.abs(_talk._x - 800) > 1) { _talk._x = _talk._x + ((800 - _talk._x) * 0.4); } }; var questions = new Array(); speech_mc._visible = false; speech_mc.stop(); questions[0] = new Object(); questions[0].question = "I feel heavier, is something wrong with me?"; questions[0].state = "_wonder"; questions[0].answers = new Array(); questions[0].answers[0] = {answer:"Are your breasts growing? They look a bit bigger.", reply:"Oh...! They are! That's... \n ... \n ...wonderful!", state:"_blush"}; questions[0].answers[1] = {answer:"You look like you're getting a bit bigger.", reply:"What? No, I'm not fat! Leave me alone!", state:"_mad"}; questions[0].answers[2] = {answer:"Maybe it's nothing.", reply:"Oh... yeah, I must have imagined it.", state:"normal"}; questions[1] = new Object(); questions[1].question = "This isn't right. I never look this fat, there must be something wrong."; questions[1].state = "_mad"; questions[1].answers = new Array(); questions[1].answers[0] = {answer:"Your breasts ARE big. How beautiful.", reply:"Ooooooh... How nice! But my belly is getting big too... I must be pregnant.", state:"_blush"}; questions[1].answers[1] = {answer:"I think you're pregnant.", reply:"Pregnant!? But how?", state:"_startle"}; questions[1].answers[2] = {answer:"I think you look just fine.", reply:"Thank you for you consideration, but this still isn't normal. I must be pregnant!", state:"_serene"}; questions[1].answers[3] = {answer:"I don't see anything.", reply:"I don't believe you. I know what's wrong, I'm pregnant and growing way too fast!", state:"_sad"}; questions[2] = new Object(); questions[2].question = "I'm getting bigger! Oh, how did I get pregnant?!"; questions[2].state = "_sad"; questions[2].answers = new Array(); questions[2].answers[0] = {answer:"Mysterious forces... have I told you how radiant your breasts are?", reply:"Oh, are you teasing me? Do you really think I look so good?", state:"_blushHard"}; questions[2].answers[1] = {answer:"Sorry, I was doing it. I thought you'd look better like that.", reply:"Oh, really? Well, don't leave me like this, OK?", state:"_mad"}; questions[2].answers[2] = {answer:"Maybe it's just natural.", reply:"I never knew any other kingdra that got pregnant just like that.", state:"_sad"}; questions[2].answers[3] = {answer:"I still don't see anything wrong with you.", reply:"What's wrong with you? Are you blind?", state:"_mad"}; questions[3] = new Object(); questions[3].question = "Why are you staring at me, do you think this is entertaining?"; questions[3].state = "_mad"; questions[3].answers = new Array(); questions[3].answers[0] = {answer:"I only wanted to see your breasts get bigger. You're absolutely delightful.", reply:"I... You're doing this to me, aren't you? Well, put me back to normal before you leave. I don't want to be pregnant.", state:"_smile"}; questions[3].answers[1] = {answer:"Well... yes, you're fun to watch.", reply:"Using me as entertainment? You must have done this! Put me back to normal!", state:"_mad"}; questions[3].answers[2] = {answer:"Just try not to worry about it. You'll be fine.", reply:"If you're the one doing this to me, I had better be fine!", state:"_mad"}; questions[4] = new Object(); questions[4].question = "Oh, no... I'm getting very big. What's going to happen to me?"; questions[4].state = "_sad"; questions[4].answers = new Array(); questions[4].answers[0] = {answer:"You're only getting more beautiful by the minute. I'll fix you later.", reply:"Oh, alright. Thank you so much for being nice to me.", state:"_blushHard"}; questions[4].answers[1] = {answer:"You'll be fine. This isn't harmful.", reply:"Oh... I hope you're right. Please don't leave me like this.", state:"_sad"}; questions[4].answers[2] = {answer:"You'll give birth, of course. No, I'm just joking! Don't worry.", reply:"No! I don't want to be a mother yet! ... ... ... ... ... ...huh? It's not true? Please don't scare me like that!", state:"_cry"}; questions[4].answers[3] = {answer:"Nothing, Doom made this machine and it always returns you to normal.", reply:"Oh... I'm thankful for that. But that Doom guy shouldn't make them, this was scary.", state:"_smile"}; questions[5] = new Object(); questions[5].question = "What is everyone going to think when they see this?"; questions[5].state = "normal"; questions[5].answers = new Array(); questions[5].answers[0] = {answer:"They'll probably think you're are as attractive as I do.", reply:"Oh, I might even try that. You will make me look normal after this, won't you?", state:"_blush"}; questions[5].answers[1] = {answer:"Nothing, I'll put you back to normal soon.", reply:"Thanks for reassuring me that.", state:"_smile"}; questions[5].answers[2] = {answer:"Go tell them you offered your body for science", reply:"Ha, ha, ha. You're funny. Fine, as long as you promise to make me normal again after.", state:"_laugh"}; questions[5].answers[3] = {answer:"It's Doom's fault, go tell them that.", reply:"Yes, I sure will. ", state:"_mad"}; questions[5].answers[4] = {answer:"Well... tell them you're pregnant, isn't it the truth?", reply:"But I don't want to be pregnant, just fix me whenever you can.", state:"_serene"}; writePhrase("Oh, hello. ... Welcome to my home..."); _root.onEnterFrame = function () { if (speech_mc._visible == false) { condition = ""; setState(curState.state); delete _root.onEnterFrame; } }; var spring = true; _icecream.onEnterFrame = function () { if (spring) { if (_icecream.hitTest(_root._xmouse, _root._ymouse)) { if (_icecream._y < 0) { _icecream._y = _icecream._y + ((-_icecream._y) * 0.4); } } else if (_icecream._y > -100) { _icecream._y = _icecream._y + ((-100 - _icecream._y) * 0.4); } } }; _icecream.icecream.onPress = function () { var _local3 = _icecream.icecream.duplicateMovieClip("icCream2", 2); _local3.startDrag(); spring = false; _local3.onMouseUp = function () { if (environ.kingdra.hitTest(this._x, this._y)) { if (condition == "") { var _local3 = curState.state; speech_mc.toSay = ""; if (pregnancy < 200) { writePhrase("No, thanks. I'm not hungry right now."); setState("_serene"); } else { writePhrase("Oh, I was just thinking of an ice cream now. Thank you so much!"); setState("_blushHard"); } condition = "icecream"; curState.state = _local3; _root.onEnterFrame = function () { if (condition == "") { speech_mc.toSay = ""; setState(curState.state); delete _root.onEnterFrame; } }; } } this.removeMovieClip(); spring = true; }; }; var rub = 0; environ.kingdra.breast1.onPress = function () { if (condition == "") { var _local2 = curState.state; if (pregnancy < 40) { writePhrase("What? Are my breasts not big enough?"); setState("_mad"); } else if (pregnancy < 241) { writePhrase("Yes, I noticed. My breasts are bigger..."); setState("_serene"); } else { writePhrase("So you made me pregnant just to poke my big breasts? You're very daring."); setState("_blush"); } condition = "breastpoke"; curState.state = _local2; _root.onEnterFrame = function () { if (condition == "") { speech_mc.toSay = ""; setState(curState.state); delete _root.onEnterFrame; } }; } }; environ.kingdra.breast2.onPress = environ.kingdra.breast1.onPress; environ.kingdra.front.onPress = function () { if (condition == "") { var _local2 = curState.state; if (pregnancy < 40) { writePhrase("Ouch, stop poking me. Are you calling me fat?"); setState("_sad"); } else if (pregnancy < 120) { writePhrase("Ouch, my belly. Why are you poking me?"); setState("_mad"); } else if (pregnancy < 241) { writePhrase("Ow, why did you do that? Don't you know my belly is delicate now?"); setState("_mad"); } else { writePhrase("Stop it! And make me normal again."); setState("_mad"); } condition = "breastpoke"; curState.state = _local2; _root.onEnterFrame = function () { if (condition == "") { speech_mc.toSay = ""; setState(curState.state); delete _root.onEnterFrame; } }; } }; environ.kingdra.tail.onPress = function () { if (condition == "") { var _local2 = curState.state; writePhrase("Ahh, Ha Ha Ha Ha Ha Ha! Stop it! Enough!"); setState("_laugh"); condition = "breastpoke"; curState.state = _local2; _root.onEnterFrame = function () { if (condition == "") { speech_mc.toSay = ""; setState(curState.state); delete _root.onEnterFrame; } }; } }; environ.kingdra.head.face.onPress = function () { if (condition == "") { var _local2 = curState.state; writePhrase("Aahhhh..."); setState("_smile"); condition = "face"; curState.state = _local2; _root.onEnterFrame = function () { if (condition == "") { speech_mc.toSay = ""; setState(curState.state); delete _root.onEnterFrame; } }; } }; environ.kingdra.breast1.onRollOver = function () { if ((condition == "") && (!(rub % 4))) { var _local2 = curState.state; writePhrase("Oooohh... why do you touch me there?"); setState("_blush"); condition = "breastrub"; curState.state = _local2; _root.onEnterFrame = function () { if (condition == "") { speech_mc.toSay = ""; setState(curState.state); delete _root.onEnterFrame; } }; } rub++; }; environ.kingdra.breast2.onPress = environ.kingdra.breast1.onPress; environ.kingdra.front.onRollOver = function () { if ((condition == "") && (!(rub % 4))) { var _local2 = curState.state; if (pregnancy < 50) { writePhrase("What are you doing?"); setState("_mad"); } else if (pregnancy < 200) { writePhrase("Yes... I know I'm getting bigger. Can you feel it?"); setState("_sad"); } else { writePhrase("Ok, rub my belly... At least if you're going to make me pregnant you can be nice to me."); setState("_blush"); } condition = "bellyrub"; curState.state = _local2; _root.onEnterFrame = function () { if (condition == "") { speech_mc.toSay = ""; setState(curState.state); delete _root.onEnterFrame; } }; } rub++; };Symbol 46 MovieClip Frame 1_currentlabel = "open";Symbol 46 MovieClip Frame 2gotoAndPlay(_currentlabel);Symbol 46 MovieClip Frame 3_currentlabel = "closed";Symbol 46 MovieClip Frame 4gotoAndPlay(_currentlabel);Symbol 46 MovieClip Frame 5_currentlabel = "small";Symbol 46 MovieClip Frame 6gotoAndPlay(_currentlabel);Symbol 46 MovieClip Frame 7_currentlabel = "blink";Symbol 46 MovieClip Frame 11_currentlabel = "endblink";Symbol 46 MovieClip Frame 12gotoAndPlay(_currentlabel);Symbol 46 MovieClip Frame 15_currentlabel = "happy";Symbol 46 MovieClip Frame 16gotoAndPlay(_currentlabel);Symbol 46 MovieClip Frame 17_currentlabel = "medium";Symbol 46 MovieClip Frame 18gotoAndPlay(_currentlabel);Symbol 46 MovieClip Frame 19_currentlabel = "sad";Symbol 46 MovieClip Frame 20gotoAndPlay(_currentlabel);Symbol 46 MovieClip Frame 21_currentlabel = "mad";Symbol 46 MovieClip Frame 22gotoAndPlay(_currentlabel);Symbol 46 MovieClip Frame 23_currentlabel = "shut";Symbol 46 MovieClip Frame 24gotoAndPlay(_currentlabel);Symbol 46 MovieClip Frame 26_currentlabel = "wide";Symbol 46 MovieClip Frame 27gotoAndPlay(_currentlabel);Symbol 52 MovieClip Frame 1stop();Symbol 68 MovieClip Frame 1_currentlabel = "normal";Symbol 68 MovieClip Frame 2gotoAndPlay(_currentlabel);Symbol 68 MovieClip Frame 3_currentlabel = "mad";Symbol 68 MovieClip Frame 4gotoAndPlay(_currentlabel);Symbol 68 MovieClip Frame 5_currentlabel = "smile";Symbol 68 MovieClip Frame 6gotoAndPlay(_currentlabel);Symbol 68 MovieClip Frame 7_currentlabel = "happy";Symbol 68 MovieClip Frame 8gotoAndPlay(_currentlabel);Symbol 68 MovieClip Frame 9_currentlabel = "open";Symbol 68 MovieClip Frame 10gotoAndPlay(_currentlabel);Symbol 68 MovieClip Frame 11_currentlabel = "laugh";Symbol 68 MovieClip Frame 16gotoAndPlay(_currentlabel);Symbol 77 MovieClip Frame 1_currentlabel = "down";Symbol 77 MovieClip Frame 2gotoAndPlay(_currentlabel);Symbol 77 MovieClip Frame 5_currentlabel = "belly";Symbol 77 MovieClip Frame 10_currentlabel = "belly";Symbol 77 MovieClip Frame 11gotoAndPlay(_currentlabel);Symbol 77 MovieClip Frame 12_currentlabel = "down";Symbol 77 MovieClip Frame 17gotoAndPlay(_currentlabel);Symbol 162 MovieClip Frame 8stop();Symbol 172 MovieClip Frame 1stop();
Library Items
Symbol 1 Graphic | Used by:4 | |
Symbol 2 Font | Used by:3 | |
Symbol 3 EditableText | Uses:2 | Used by:4 |
Symbol 4 MovieClip [_speech] | Uses:1 3 | |
Symbol 5 Graphic | Used by:157 | |
Symbol 6 ShapeTweening | Used by:10 | |
Symbol 7 Graphic | Used by:10 | |
Symbol 8 ShapeTweening | Used by:10 | |
Symbol 9 Graphic | Used by:10 | |
Symbol 10 MovieClip | Uses:6 7 8 9 | Used by:155 |
Symbol 11 Graphic | Used by:12 | |
Symbol 12 MovieClip | Uses:11 | Used by:155 |
Symbol 13 ShapeTweening | Used by:16 | |
Symbol 14 ShapeTweening | Used by:16 | |
Symbol 15 Graphic | Used by:16 | |
Symbol 16 MovieClip | Uses:13 14 15 | Used by:155 |
Symbol 17 ShapeTweening | Used by:25 | |
Symbol 18 ShapeTweening | Used by:25 | |
Symbol 19 ShapeTweening | Used by:25 | |
Symbol 20 ShapeTweening | Used by:25 | |
Symbol 21 ShapeTweening | Used by:25 | |
Symbol 22 ShapeTweening | Used by:25 | |
Symbol 23 Graphic | Used by:25 | |
Symbol 24 Graphic | Used by:25 | |
Symbol 25 MovieClip | Uses:17 18 19 20 21 22 23 24 | Used by:155 |
Symbol 26 Graphic | Used by:27 | |
Symbol 27 MovieClip | Uses:26 | Used by:68 |
Symbol 28 Graphic | Used by:68 | |
Symbol 29 Graphic | Used by:68 | |
Symbol 30 Graphic | Used by:68 | |
Symbol 31 Graphic | Used by:46 | |
Symbol 32 Graphic | Used by:46 | |
Symbol 33 Graphic | Used by:34 | |
Symbol 34 MovieClip | Uses:33 | Used by:46 |
Symbol 35 Graphic | Used by:46 | |
Symbol 36 Graphic | Used by:46 | |
Symbol 37 Graphic | Used by:46 | |
Symbol 38 Graphic | Used by:46 | |
Symbol 39 Graphic | Used by:46 | |
Symbol 40 Graphic | Used by:46 | |
Symbol 41 Graphic | Used by:46 | |
Symbol 42 Graphic | Used by:46 | |
Symbol 43 Graphic | Used by:46 | |
Symbol 44 Graphic | Used by:46 | |
Symbol 45 Graphic | Used by:46 | |
Symbol 46 MovieClip | Uses:31 32 34 35 36 37 38 39 40 41 42 43 44 45 | Used by:68 |
Symbol 47 Graphic | Used by:68 | |
Symbol 48 ShapeTweening | Used by:52 | |
Symbol 49 Graphic | Used by:52 | |
Symbol 50 ShapeTweening | Used by:52 | |
Symbol 51 Graphic | Used by:52 | |
Symbol 52 MovieClip | Uses:48 49 50 51 | Used by:68 |
Symbol 53 Graphic | Used by:68 | |
Symbol 54 Graphic | Used by:68 | |
Symbol 55 Graphic | Used by:68 | |
Symbol 56 Graphic | Used by:68 | |
Symbol 57 Graphic | Used by:68 | |
Symbol 58 ShapeTweening | Used by:68 | |
Symbol 59 ShapeTweening | Used by:68 | |
Symbol 60 ShapeTweening | Used by:68 | |
Symbol 61 ShapeTweening | Used by:68 | |
Symbol 62 Graphic | Used by:68 | |
Symbol 63 ShapeTweening | Used by:68 | |
Symbol 64 ShapeTweening | Used by:68 | |
Symbol 65 ShapeTweening | Used by:68 | |
Symbol 66 ShapeTweening | Used by:68 | |
Symbol 67 Graphic | Used by:68 | |
Symbol 68 MovieClip | Uses:27 28 29 30 46 47 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | Used by:155 |
Symbol 69 Graphic | Used by:77 | |
Symbol 70 ShapeTweening | Used by:77 | |
Symbol 71 ShapeTweening | Used by:77 | |
Symbol 72 ShapeTweening | Used by:77 | |
Symbol 73 Graphic | Used by:77 | |
Symbol 74 ShapeTweening | Used by:77 | |
Symbol 75 ShapeTweening | Used by:77 | |
Symbol 76 ShapeTweening | Used by:77 | |
Symbol 77 MovieClip | Uses:69 70 71 72 73 74 75 76 | Used by:155 |
Symbol 78 Graphic | Used by:79 | |
Symbol 79 MovieClip | Uses:78 | Used by:155 |
Symbol 80 ShapeTweening | Used by:90 | |
Symbol 81 ShapeTweening | Used by:90 | |
Symbol 82 ShapeTweening | Used by:90 | |
Symbol 83 ShapeTweening | Used by:90 | |
Symbol 84 ShapeTweening | Used by:90 | |
Symbol 85 ShapeTweening | Used by:90 | |
Symbol 86 ShapeTweening | Used by:90 | |
Symbol 87 ShapeTweening | Used by:90 | |
Symbol 88 Graphic | Used by:90 | |
Symbol 89 Graphic | Used by:90 | |
Symbol 90 MovieClip | Uses:80 81 82 83 84 85 86 87 88 89 | Used by:155 |
Symbol 91 ShapeTweening | Used by:98 | |
Symbol 92 ShapeTweening | Used by:98 | |
Symbol 93 ShapeTweening | Used by:98 | |
Symbol 94 ShapeTweening | Used by:98 | |
Symbol 95 ShapeTweening | Used by:98 | |
Symbol 96 ShapeTweening | Used by:98 | |
Symbol 97 Graphic | Used by:98 | |
Symbol 98 MovieClip | Uses:91 92 93 94 95 96 97 | Used by:155 |
Symbol 99 Graphic | Used by:107 | |
Symbol 100 Font | Used by:101 156 160 164 168 173 174 175 177 178 179 188 | |
Symbol 101 Text | Uses:100 | Used by:107 |
Symbol 102 Graphic | Used by:107 | |
Symbol 103 Font | Used by:104 105 106 | |
Symbol 104 Text | Uses:103 | Used by:107 |
Symbol 105 EditableText | Uses:103 | Used by:107 |
Symbol 106 Text | Uses:103 | Used by:107 |
Symbol 107 MovieClip | Uses:99 101 102 104 105 106 | Used by:155 |
Symbol 108 Graphic | Used by:109 | |
Symbol 109 MovieClip | Uses:108 | Used by:155 |
Symbol 110 Graphic | Used by:154 | |
Symbol 111 ShapeTweening | Used by:154 | |
Symbol 112 ShapeTweening | Used by:154 | |
Symbol 113 ShapeTweening | Used by:154 | |
Symbol 114 ShapeTweening | Used by:154 | |
Symbol 115 ShapeTweening | Used by:154 | |
Symbol 116 ShapeTweening | Used by:154 | |
Symbol 117 ShapeTweening | Used by:154 | |
Symbol 118 ShapeTweening | Used by:154 | |
Symbol 119 ShapeTweening | Used by:154 | |
Symbol 120 ShapeTweening | Used by:154 | |
Symbol 121 ShapeTweening | Used by:154 | |
Symbol 122 ShapeTweening | Used by:154 | |
Symbol 123 ShapeTweening | Used by:154 | |
Symbol 124 ShapeTweening | Used by:154 | |
Symbol 125 ShapeTweening | Used by:154 | |
Symbol 126 ShapeTweening | Used by:154 | |
Symbol 127 ShapeTweening | Used by:154 | |
Symbol 128 ShapeTweening | Used by:154 | |
Symbol 129 ShapeTweening | Used by:154 | |
Symbol 130 ShapeTweening | Used by:154 | |
Symbol 131 ShapeTweening | Used by:154 | |
Symbol 132 ShapeTweening | Used by:154 | |
Symbol 133 ShapeTweening | Used by:154 | |
Symbol 134 ShapeTweening | Used by:154 | |
Symbol 135 ShapeTweening | Used by:154 | |
Symbol 136 ShapeTweening | Used by:154 | |
Symbol 137 ShapeTweening | Used by:154 | |
Symbol 138 ShapeTweening | Used by:154 | |
Symbol 139 ShapeTweening | Used by:154 | |
Symbol 140 ShapeTweening | Used by:154 | |
Symbol 141 ShapeTweening | Used by:154 | |
Symbol 142 ShapeTweening | Used by:154 | |
Symbol 143 ShapeTweening | Used by:154 | |
Symbol 144 ShapeTweening | Used by:154 | |
Symbol 145 ShapeTweening | Used by:154 | |
Symbol 146 ShapeTweening | Used by:154 | |
Symbol 147 ShapeTweening | Used by:154 | |
Symbol 148 ShapeTweening | Used by:154 | |
Symbol 149 ShapeTweening | Used by:154 | |
Symbol 150 ShapeTweening | Used by:154 | |
Symbol 151 ShapeTweening | Used by:154 | |
Symbol 152 ShapeTweening | Used by:154 | |
Symbol 153 Graphic | Used by:154 | |
Symbol 154 MovieClip | Uses:110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 | Used by:155 |
Symbol 155 MovieClip | Uses:10 12 16 25 68 77 79 90 98 107 109 154 | Used by:157 |
Symbol 156 Text | Uses:100 | Used by:157 |
Symbol 157 MovieClip | Uses:5 155 156 | Used by:Timeline |
Symbol 158 ShapeTweening | Used by:162 | |
Symbol 159 ShapeTweening | Used by:162 | |
Symbol 160 EditableText | Uses:100 | Used by:162 |
Symbol 161 Graphic | Used by:162 | |
Symbol 162 MovieClip | Uses:158 159 160 161 | Used by:Timeline |
Symbol 163 Graphic | Used by:165 | |
Symbol 164 Text | Uses:100 | Used by:165 |
Symbol 165 MovieClip | Uses:163 164 | Used by:180 |
Symbol 166 Graphic | Used by:180 | |
Symbol 167 Graphic | Used by:169 | |
Symbol 168 EditableText | Uses:100 | Used by:169 |
Symbol 169 MovieClip | Uses:167 168 | Used by:180 |
Symbol 170 Graphic | Used by:172 176 | |
Symbol 171 Graphic | Used by:172 | |
Symbol 172 MovieClip | Uses:170 171 | Used by:180 |
Symbol 173 EditableText | Uses:100 | Used by:180 |
Symbol 174 EditableText | Uses:100 | Used by:180 |
Symbol 175 EditableText | Uses:100 | Used by:176 |
Symbol 176 MovieClip | Uses:170 175 | Used by:180 |
Symbol 177 Text | Uses:100 | Used by:180 |
Symbol 178 EditableText | Uses:100 | Used by:180 |
Symbol 179 Text | Uses:100 | Used by:180 |
Symbol 180 MovieClip | Uses:165 166 169 172 173 174 176 177 178 179 | Used by:Timeline |
Symbol 181 Graphic | Used by:184 | |
Symbol 182 Font | Used by:183 | |
Symbol 183 Text | Uses:182 | Used by:184 |
Symbol 184 MovieClip | Uses:181 183 | Used by:Timeline |
Symbol 185 Graphic | Used by:189 | |
Symbol 186 Graphic | Used by:187 | |
Symbol 187 MovieClip | Uses:186 | Used by:189 |
Symbol 188 Text | Uses:100 | Used by:189 |
Symbol 189 MovieClip | Uses:185 187 188 | Used by:Timeline |
Instance Names
"environ" | Frame 1 | Symbol 157 MovieClip |
"speech_mc" | Frame 1 | Symbol 162 MovieClip |
"_panel" | Frame 1 | Symbol 180 MovieClip |
"_talk" | Frame 1 | Symbol 184 MovieClip |
"_icecream" | Frame 1 | Symbol 189 MovieClip |
"_txt" | Symbol 4 MovieClip [_speech] Frame 1 | Symbol 3 EditableText |
"pupil" | Symbol 46 MovieClip Frame 1 | Symbol 34 MovieClip |
"pupil" | Symbol 46 MovieClip Frame 26 | Symbol 34 MovieClip |
"face" | Symbol 68 MovieClip Frame 1 | Symbol 27 MovieClip |
"eye" | Symbol 68 MovieClip Frame 1 | Symbol 46 MovieClip |
"blush" | Symbol 68 MovieClip Frame 1 | Symbol 52 MovieClip |
"_status" | Symbol 107 MovieClip Frame 1 | Symbol 105 EditableText |
"backhair" | Symbol 155 MovieClip Frame 1 | Symbol 10 MovieClip |
"arm2" | Symbol 155 MovieClip Frame 1 | Symbol 12 MovieClip |
"body" | Symbol 155 MovieClip Frame 1 | Symbol 16 MovieClip |
"front" | Symbol 155 MovieClip Frame 1 | Symbol 25 MovieClip |
"head" | Symbol 155 MovieClip Frame 1 | Symbol 68 MovieClip |
"arm1" | Symbol 155 MovieClip Frame 1 | Symbol 77 MovieClip |
"tail" | Symbol 155 MovieClip Frame 1 | Symbol 79 MovieClip |
"breast2" | Symbol 155 MovieClip Frame 1 | Symbol 90 MovieClip |
"breast1" | Symbol 155 MovieClip Frame 1 | Symbol 98 MovieClip |
"scanner" | Symbol 155 MovieClip Frame 1 | Symbol 107 MovieClip |
"s_mask" | Symbol 155 MovieClip Frame 1 | Symbol 109 MovieClip |
"babies" | Symbol 155 MovieClip Frame 1 | Symbol 154 MovieClip |
"kingdra" | Symbol 157 MovieClip Frame 1 | Symbol 155 MovieClip |
"_txt" | Symbol 162 MovieClip Frame 8 | Symbol 160 EditableText |
"_txt" | Symbol 169 MovieClip Frame 1 | Symbol 168 EditableText |
"_txt" | Symbol 176 MovieClip Frame 1 | Symbol 175 EditableText |
"_tip" | Symbol 180 MovieClip Frame 1 | Symbol 165 MovieClip |
"_revert" | Symbol 180 MovieClip Frame 1 | Symbol 169 MovieClip |
"_expand" | Symbol 180 MovieClip Frame 1 | Symbol 169 MovieClip |
"_cont" | Symbol 180 MovieClip Frame 1 | Symbol 172 MovieClip |
"_cont_txt" | Symbol 180 MovieClip Frame 1 | Symbol 173 EditableText |
"_info" | Symbol 180 MovieClip Frame 1 | Symbol 174 EditableText |
"_plus" | Symbol 180 MovieClip Frame 1 | Symbol 176 MovieClip |
"_minus" | Symbol 180 MovieClip Frame 1 | Symbol 176 MovieClip |
"_speed_txt" | Symbol 180 MovieClip Frame 1 | Symbol 178 EditableText |
"_ok" | Symbol 180 MovieClip Frame 1 | Symbol 176 MovieClip |
"icecream" | Symbol 189 MovieClip Frame 1 | Symbol 187 MovieClip |
Special Tags
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "_speech" |
Labels
"open" | Symbol 46 MovieClip Frame 1 |
"closed" | Symbol 46 MovieClip Frame 3 |
"small" | Symbol 46 MovieClip Frame 5 |
"blink" | Symbol 46 MovieClip Frame 7 |
"endblink" | Symbol 46 MovieClip Frame 11 |
"happy" | Symbol 46 MovieClip Frame 15 |
"medium" | Symbol 46 MovieClip Frame 17 |
"sad" | Symbol 46 MovieClip Frame 19 |
"mad" | Symbol 46 MovieClip Frame 21 |
"shut" | Symbol 46 MovieClip Frame 23 |
"wide" | Symbol 46 MovieClip Frame 26 |
"normal" | Symbol 68 MovieClip Frame 1 |
"mad" | Symbol 68 MovieClip Frame 3 |
"smile" | Symbol 68 MovieClip Frame 5 |
"happy" | Symbol 68 MovieClip Frame 7 |
"open" | Symbol 68 MovieClip Frame 9 |
"laugh" | Symbol 68 MovieClip Frame 11 |
"down" | Symbol 77 MovieClip Frame 1 |
"movebelly" | Symbol 77 MovieClip Frame 5 |
"belly" | Symbol 77 MovieClip Frame 10 |
"movedown" | Symbol 77 MovieClip Frame 12 |
"off" | Symbol 172 MovieClip Frame 1 |
"on" | Symbol 172 MovieClip Frame 2 |
|