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

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

Interactive Pregnant Butterscotch Ripple by Barn-flakes.swf

This is the info page for
Flash #159943

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


ActionScript [AS1/AS2]
Combined Code
movieClip 6 vanish { frame 11 { stop(); removeMovieClip(this); } } movieClip 14 spore-dust { frame 1 { if (this.started != 5) { this.started = 5; this.shrink = 100; _root.sporedusts.push(this); } this.onEnterFrame = function () { if (this.shrink >= 0) { this.shrink -= 3; } this._xscale = this.shrink; this._yscale = this.shrink; if (this.shrink <= 0) { this.shrink = 0; this._x = -100; this._y = -100; } }; } } movieClip 17 { } movieClip 24 spore { frame 1 { if (this.started != 5) { this.started = 5; this.innercolour = 1 + Math.floor(Math.random() * 6); if (_root.goodspores > 0) { if (Math.random() < _root.spores.length * 0.15) { this.innercolour = _root.birthcolour; } } this.chosen = 0; _root.spores.push(this); this.xstart = this._x; this.xspan = Math.max(10, Math.random() * 45); this.xrot = Math.random() * 6.283185307179586; this.xrotplus = Math.max(0.003, Math.random() * 0.08); this.sporetrail = 10; this.disappear = 0; } this.hitbox.onPress = function () { for (i in _root.spores) { _root.spores[i].chosen -= 1; } this._parent.chosen = 2; }; this.onEnterFrame = function () { this._rotation += 5; if (this.chosen < 1) { this.gotoAndStop(1); } else { this.gotoAndStop(1 + this.innercolour); } if (_root.birthing > 0) { this.destroyme = 1; } this.xrot += this.xrotplus; if (this.xrot > 6.283185307179586) { this.xrot -= 6.283185307179586; } if (this.movebelly == 1) { this._x += (_root._x + 480 - this._x) * 0.12; this._y += (_root._y + 460 - this._y) * 0.12; this.gotoAndStop(1 + this.innercolour); this.disappear += 1; } else { if (this.movebirth == 1) { this._x += (_root._bpanel._x + (_root._bpanel.Bbutton._x + 55) - this._x) * 0.12; this._y += (_root._bpanel._y + (_root._bpanel.Bbutton._y + 30) - this._y) * 0.12; this.gotoAndStop(1 + this.innercolour); this.disappear += 1; } else { this._x = this.xstart + Math.sin(xrot) * this.xspan; } } if (this.sporetrail > 0) { this.sporetrail -= 1; } else { this.sporetrail = 10; _root.addsporedust(this._x, this._y, this._currentframe); } if (this._y > 200 && this.movebelly != 1 && this.movebirth != 1) { this.destroyme = 1; } if (this.disappear <= 20) { this.xscale = 100; } else { this._xscale = 100 - (this.disappear - 20) * 6; _root.Tbellysize += 1; _root.Tbustsize += 1; _root.Thipsize += 1; if (this.movebirth == 1) { _root.birthclicks -= 38; } } this._yscale = this._xscale; if (this._xscale <= 0) { this.destroyme = 1; } this._y += 0.25; }; } } movieClip 26 baby_kick { frame 1 { if (this.started != 5) { this.started = 5; this.kicking = 30 + Math.random() * 20; this.thisrot = Math.PI; this.maxsize = 60; this._xscale = Math.sin(this.thisrot) * this.maxsize; this._yscale = Math.sin(this.thisrot) * this.maxsize; this._rotation = Math.random() * 360; } this.onEnterFrame = function () { if (this._x != this.centerx) { this._x += (this.centerx - this._x) / this.kicking; } if (this._y != this.centery) { this._y += (this.centery - this._y) / this.kicking; } if (this.started == 5) { if (this.thisrot < 6.283185307179586) { this.thisrot += 6.283185307179586 / this.kicking; this._xscale = Math.sin(this.thisrot) * this.maxsize; this._yscale = Math.sin(this.thisrot) * this.maxsize; } else { this.removeMovieClip(); } } }; } } frame 1 { stop(); var testing = false; var zoeytotal = _root.getBytesTotal(); var thisloaded = 0; var zsize2 = 1; var zsize = 1; var ztotalsize = 300; var my_cm = new ContextMenu(); my_cm.builtInItems.rewind = false; my_cm.builtInItems.print = false; my_cm.builtInItems.play = false; my_cm.builtInItems.forward_back = false; my_cm.builtInItems.loop = false; this.menu = my_cm; zoey.body.lbar.onPress = function () { if (testing == true) { if (zsize2 < 330) { zsize2 += 15; } else { zsize2 = 1; } } else { if (zoeyloaded == 300) { gotoAndStop(2); } } }; onEnterFrame = function () { var v2 = _root.getBytesLoaded(); if (testing == true) { zoeyloaded = (zsize / ztotalsize) * 300; } else { zoeyloaded = (v2 / zoeytotal) * 300; } if (zsize2 != zsize) { zsize += Math.floor((zsize2 - zsize) / 15); } zoey.head.eye.gotoAndStop(1 + Math.floor(zoeyloaded / 30)); zoey.head.hornsandears.gotoAndStop(1 + Math.floor(zoeyloaded / 30)); zoey.head.mouth.gotoAndStop(1 + Math.floor(zoeyloaded / 30)); zoey.body.l_breast.gotoAndStop(Math.floor(zoeyloaded * 3)); zoey.body.r_breast.gotoAndStop(Math.floor(zoeyloaded * 3)); zoey.body.shirt.gotoAndStop(Math.floor(zoeyloaded * 3)); zoey.body.lbar.gotoAndStop(Math.floor(zoeyloaded * 3)); }; } movieClip 33 { } movieClip 58 { } movieClip 71 { } movieClip 84 { } movieClip 86 { } movieClip 94 { } // unknown tag 88 length 122 movieClip 99 { } movieClip 106 { } movieClip 113 { } movieClip 125 { } movieClip 126 { } movieClip 127 { } frame 2 { var debugging = false; var bellysize = 1; var Tbellysize = 1; var bustsize = 1; var Tbustsize = 1; var hipsize = 1; var Thipsize = 1; var naked = false; var headrotSB = 0; var headrot = 0; var birthclicks = 1000; var birthing = 0; var birthing2 = 0; var birthcolour = Math.floor(1 + Math.random() * 6); var finalpush = 0; var pushdelay = 0; var flegrot = 0; var flegrotSB = 0; var blegrotSB = 0; var blegrot = 0; var horngoing = 0; var wingsgoing = 0; var tailgoing = 0; var horncoming = 0; var wingscoming = 0; var tailcoming = 0; var PXis = 0; var BPXis = 1150; var backupState = 'rest'; var states = new Object(); var curState = new Object(); var pX = butter.head.eye.pupil._x; var pY = butter.head.eye.pupil._y; var stateTimer = 0; var speechTimer = 0; var speech = new Object(); var nextspeech = 0; var curspeech = bellysize; var secondline = -5000; var forceDelay = 0; var ranlines = new Array(); var ranspeech = 8000; resetLines = function () { ranlines = []; ranlines.push(1); ranlines.push(2); ranlines.push(3); ranlines.push(4); ranlines.push(5); }; resetLines(); var checkmatch = 0; var confirmMatch = 0; var startrub = 0; var bstartrub = 0; var mousemove = 0; var babykick = 0; var kickID = 0; var kickran = 0; var kickedyet = false; var babyrot = 0; var sporeTimer = 50; var sporeID = 1; var spores = new Array(); var sporedusts = new Array(); var dustID = -1; addsporedust = function (a, b, c) { var v2 = _root.sporemaker.attachMovie('spore-dust', 'dust' + dustID, dustID); v2._x = a; v2._y = b; v2.gotoAndStop(c); dustID -= 1; if (dustID <= -20) { dustID = -1; } }; newSpore = function (sx, sy) { var v2 = _root.sporemaker.attachMovie('spore', 'spore' + sporeID, sporeID); v2._x = sx; v2._y = sy; sporeID += 1; if (sporeID > 50) { sporeID = 1; } }; makeKick = function (kx, ky) { var v1 = butter.kickshere.attachMovie('baby_kick', 'kick' + kickID, kickID); v1._x = kx; v1._y = ky; v1.centerx = 0; v1.centery = 0; }; fadetoblack._alpha = 0; speech[-10] = {'_line': 'Well, it\'s nice to at least be a pegasus again.', '_expression': 'flattered', '_arm': '', '_line2': 'But I\'d really like my magic back as well, if that\'s okay.', '_expression2': 'shy', 'arm2': ''}; speech[-9] = {'_line': 'Oh? My horn! I\'ve got my horn back!', '_expression': 'hornback', '_arm': '', '_line2': 'I\'m still earth bound though....', '_expression2': 'lament', 'arm2': ''}; speech[-8] = {'_line': 'My wings!! I\'m back just the way I was.', '_expression': 'wingsback', '_arm': '', '_line2': 'I\'m going to enjoy flying around again.', '_expression2': 'guffaw', 'arm2': ''}; speech[-7] = {'_line': 'My horn? My horn! It\'s back!! Yay!!.', '_expression': 'hornback', '_arm': '', '_line2': 'Thank you so much! Being able to use magic without giving up flying means a lot to me!', '_expression2': 'flattered', 'arm2': ''}; speech[-5] = {'_line': 'Hey! My tail!', '_expression': 'tailgone', '_arm': '', '_line2': 'What\'s the big idea!? You can\'t just take people\'s tails like that!', '_expression2': 'stolen', 'arm2': ''}; speech[-4] = {'_line': 'AAiee! Not my wings!', '_expression': 'wingsgone', '_arm': '', '_line2': 'Now I\'m stuck as an earth pony! How could you?', '_expression2': 'upset', 'arm2': ''}; speech[-3] = {'_line': 'No! Not my horn too!', '_expression': 'horngone', '_arm': '', '_line2': 'Bu-but I\'m not an earth pony! I\'m an alicorn!', '_expression2': 'upset', 'arm2': ''}; speech[-2] = {'_line': 'Huh? My wings! Now I\'m only a unicorn!.', '_expression': 'wingsgone', '_arm': '', '_line2': 'How dare you take away my ability to fly!', '_expression2': 'stolen', 'arm2': ''}; speech[-1] = {'_line': 'Ah! My horn! I don\'t wanna be just a pegasus!.', '_expression': 'horngone', '_arm': '', '_line2': 'You give that back!', '_expression2': 'stolen', 'arm2': ''}; speech[-800] = {'_question': '', '_line': '', '_expression': 'worry', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': '', '_blush': 'blushing', '_blush2': ''}; speech[0] = {'_question': '', '_line': 'Oh no! I think I\'m lost in this freezing cave.', '_expression': 'worry', '_arm': 'breast', '_line2': 'However, this mushroom is nice and warm. So I\'ll rest here until the sun comes out. ', '_expression2': 'relax', 'arm2': ''}; speech[1] = {'_question': '', '_line': 'It\'s so cold in here...', '_expression': 'cold', '_arm': 'breast', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[2] = {'_question': '', '_line': 'My brother. .. I hope you\'re okay...', '_expression': 'worry', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[3] = {'_question': '', '_line': 'I hope that storm outside ends soon. I need to get out of here.', '_expression': 'worry', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[4] = {'_question': '', '_line': 'It\'s normal for fungus to glow and give off heat like this.', '_expression': 'confident', '_arm': '', '_line2': 'R-right?', '_expression2': 'worry', 'arm2': 'breast'}; speech[5] = {'_question': '', '_line': 'Maybe I\'ll use my time alone to master my control over my dark magic.', '_expression': 'worry', '_arm': '', '_line2': 'The mushroom is the only thing at risk.', '_expression2': 'laugh', 'arm2': 'breast'}; speech[6] = {'_question': 'Hi there. What\'s your name?', '_line': 'Oh hello. I\'m Butterscotch Ripple. I own an icecream parlour. Have you heard of it?', '_expression': 'greeting', '_arm': 'rest', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[7] = {'_question': 'Why were you in this cave in the first place?', '_line': 'I was practising my dark magic in the forest when it started to storm. HARD! This cave was my only refuge.', '_expression': 'worry', '_arm': 'breast', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[8] = {'_question': 'So... You\'re an alicorn? And not a cow?', '_line': 'Why yes. I was born this wa-', '_expression': 'proud', '_arm': 'belly', '_line2': 'H-Hey! Do I look like a cow to you?', '_expression2': 'stolen', 'arm2': 'breast'}; speech[9] = {'_question': 'Are you sure resting under that mushroom is a good idea?', '_line': 'Well, it\'s the only warm place I\'ve found in this whole cave, I don\'t want to be lost AND cold.', '_expression': 'explain', '_arm': 'breast', '_line2': 'Besides, what\'s the worst a silly old mushroom can do to me?', '_expression2': 'laugh', 'arm2': 'rest'}; speech[10] = {'_question': 'Can I rub your belly, please?', '_line': 'What belly? Are you calling me fat? You can feel for yourself that I\'m not.', '_expression': 'confident', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[11] = {'_question': '', '_line': 'Hey! Who do you think you are!? Those are sensitive!', '_expression': 'stolen', '_arm': 'breast', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[12] = {'_question': '', '_line': 'Oooo. That feels.....', '_expression': 'pleasure', '_arm': 'rest', '_line2': ' H-hey! Who do you think you are!? I have a husband and you\'re not him! Hands off!', '_expression2': 'stolen', 'arm2': 'breast', '_blush': 'blushing', '_blush2': ''}; speech[13] = {'_question': '', '_line': 'What do you think you\'re doing?', '_expression': 'stolen', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[14] = {'_question': '', '_line': 'I gave you permission to rub me, not poke me.', '_expression': 'unamused', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[15] = {'_question': '', '_line': 'H-hey! Don\'t you think it\'s a bit weird to rub my tummy without asking me first?', '_expression': 'confused', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[16] = {'_question': '', '_line': 'Hahahaha! That tickles.', '_expression': 'guffaw', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[100] = {'_question': '', '_line': 'Ooooo... I feel... funny.....', '_expression': 'worry', '_arm': '', '_line2': 'And not in a good way...', '_expression2': 'unsure', 'arm2': 'belly'}; speech[101] = {'_question': '', '_line': 'I feel a bit warmer too, actually.', '_expression': 'warm', '_arm': '', '_line2': 'Especially in my chest and stomach.', '_expression2': 'belly?', 'arm2': 'belly'}; speech[102] = {'_question': '', '_line': 'Whoaa... I think this mushroom may be messing with my head.', '_expression': 'dizzy', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[103] = {'_question': '', '_line': 'I should leave this mushroom, but... I\'d better not. I don\'t want to get even more lost when it\'s this cold in here.', '_expression': 'unsure', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[104] = {'_question': '', '_line': 'I hope I\'m not losing control of myself again.', '_expression': 'worry', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[105] = {'_question': '', '_line': 'Could this be a sense of confusion, meaning I\'m totally lost?', '_expression': 'worry', '_arm': '', '_line2': 'No! Stay positive, Butterscotch!', '_expression2': 'desperate', 'arm2': ''}; speech[106] = {'_question': 'Maybe the mushrooms are doing something to you?', '_line': 'The mushrooms? Hey, yeah! I\'ve heard they can be hallucinogenic.', '_expression': 'curious', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[107] = {'_question': 'You look a little different, too.', '_line': 'How do you mean? My spots aren\'t darkening, are they?', '_expression': 'terror', '_arm': 'breast', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[108] = {'_question': 'Do you have your magic under control?', '_line': 'I- I think so.. I\'m never completely sure.', '_expression': 'worry', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[109] = {'_question': 'Are you sure you\'re not part cow?', '_line': 'Why would you think that?', '_expression': 'offended', '_arm': 'belly', '_line2': 'Wait, I feel like my boobs are bigger. Is that why?', '_expression2': 'breasts?', 'arm2': 'breast'}; speech[110] = {'_question': 'Can I rub your belly, please?', '_line': 'Belly? Well, I guess I am a little pudgy. I sure feel like it.', '_expression': 'belly?', '_arm': '', '_line2': 'All right, then. Go ahead.', '_expression2': 'sigh', 'arm2': ''}; speech[111] = {'_question': '', '_line': 'Oooof! That hurt!', '_expression': 'OW', '_arm': '', '_line2': 'They\'re also more sensitive than usual for some reason.', '_expression2': 'breasts?', 'arm2': 'breast'}; speech[112] = {'_question': '', '_line': 'Ooooh. That feels better than it should.', '_expression': 'pleasure', '_arm': '', '_line2': '', '_expression2': 'stolen', 'arm2': '', '_blush': 'blushing'}; speech[113] = {'_question': '', '_line': 'Hey! What are you-!?', '_expression': 'surprise', '_arm': 'belly', '_line2': 'Whoa! That felt really weird!', '_expression2': 'weird', 'arm2': 'belly'}; speech[114] = {'_question': '', '_line': 'OH! Whoa!', '_expression': 'weird', '_arm': '', '_line2': 'That felt really weird.', '_expression2': 'belly?', 'arm2': ''}; speech[115] = {'_question': '', '_line': 'I said "I feel funny". Not "feel me, I\'m funny".', '_expression': 'unamused', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[116] = {'_question': '', '_line': 'Ooooh. That. that feels nice.', '_expression': 'pleasure', '_arm': 'belly', '_line2': 'Really strange... but... nice..', '_expression2': 'unsure', 'arm2': 'rest', '_blush': 'blushing'}; speech[200] = {'_question': '', '_line': 'Huh? I\'m sure my breasts and belly weren\'t this big before.', '_expression': 'belly?', '_arm': 'breast', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[201] = {'_question': '', '_line': 'Could it still be baby weight? That would explain the breasts too.', '_expression': 'worry', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[202] = {'_question': '', '_line': 'This doesn\'t make sense. I can\'t be bloated, I haven\'t eaten since I got here.', '_expression': 'belly?', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[203] = {'_question': '', '_line': 'Great! As if I wasn\'t mistaken for a cow enough already.', '_expression': 'defeated', '_arm': 'rest', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[204] = {'_question': '', '_line': 'Now I\'m lost AND chubby. Could this get any worse?', '_expression': 'unamused', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[205] = {'_question': '', '_line': '<sigh> More to love, as my hubby would say.', '_expression': 'depressed', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[206] = {'_question': 'Are you pregnant?', '_line': 'Don\'t be ridiculous. Even if I were, there\'s no way it would take effect this quickly.', '_expression': 'dismissive', '_arm': '', '_line2': 'Although, I\'ve been pregnant a few times already.. and it feels similar....', '_expression2': 'belly?', 'arm2': 'belly'}; speech[207] = {'_question': 'Did you put on weight, and just not notice until now?', '_line': 'Hmm, that\'s a sensible explanation. Plus, I am a mother, several times, and I own an icecream parlour...', '_expression': 'think', '_arm': '', '_line2': '...Which.. hehe... has its perks.', '_expression2': 'embarrased', 'arm2': 'belly'}; speech[208] = {'_question': 'I think you look better this way.', '_line': 'Awww, that\'s nice of you to say.', '_expression': 'flattered', '_arm': 'breast', '_line2': 'I hope my husband feels the same way.', '_expression2': 'unsure', 'arm2': 'belly', '_blush': 'blushing'}; speech[209] = {'_question': 'Could it be a spell?', '_line': 'I doubt it. I haven\'t used any magic, and I haven\'t seen you use any.', '_expression': 'explain', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[210] = {'_question': 'Can I rub your belly, please?', '_line': 'Well... Allright.', '_expression': 'defeated', '_arm': 'belly', '_line2': 'Actually, you can tell me if I\'m not just imagining things. Does this pudge feel a little hard to you?', '_expression2': 'think', 'arm2': ''}; speech[211] = {'_question': '', '_line': ' OUCH!!! ', '_expression': 'OW', '_arm': 'breast', '_line2': 'Hey! Stop that! Those are sore enough already!', '_expression2': 'stolen', 'arm2': ''}; speech[212] = {'_question': '', '_line': 'Wow! These feel a lot nicer now that they\'re bigger.', '_expression': 'goodness', '_arm': 'breast', '_line2': '', '_expression2': 'stolen', 'arm2': '', '_blush': 'blushing'}; speech[213] = {'_question': '', '_line': 'That wasn\'t an invitation to poke me.', '_expression': 'upset', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[214] = {'_question': '', '_line': 'I already know I\'m getting bigger. The poke doesn\'t help.', '_expression': 'upset', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[215] = {'_question': '', '_line': 'Look. I know you probably think a chubby belly is cute, but you shouldn\'t just help yourself to rubbing mine.', '_expression': 'unamused', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[216] = {'_question': '', '_line': 'Well, I\'d be lying if I said tummy rubs don\'t feel better when you have an actual tummy.', '_expression': 'embarrased', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': '', '_blush': 'blushing'}; speech[300] = {'_question': '', '_line': 'Wait! I\'m not stopping! I\'m growing!', '_expression': 'shocked', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[301] = {'_question': '', '_line': 'Could I really be pregnant again?', '_expression': 'belly?', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[302] = {'_question': '', '_line': 'I\'m trying to think of an explanation for this besides pregnancy.', '_expression': 'worry', '_arm': 'belly', '_line2': 'I\'m drawing a total blank.', '_expression2': 'belly?', 'arm2': ''}; speech[303] = {'_question': '', '_line': 'I really REALLY need to see a doctor about this.', '_expression': 'cold', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[304] = {'_question': '', '_line': 'If this is a prank, it\'s well past being funny.', '_expression': 'unamused', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[305] = {'_question': '', '_line': 'I\'d better not be pregnant. I have enough kids already.', '_expression': 'worry', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[306] = {'_question': 'You\'ve filled out your hips too.', '_line': 'What!?', '_expression': 'shockbutt', '_arm': '', '_line2': 'Oh man! Now I have a huge flank to deal with.', '_expression2': 'unamused', 'arm2': ''}; speech[307] = {'_question': 'It really looks like you\'re pregnant now.', '_line': '...I think so too. I\'ll take it as confirmed when I feel a kick though. Me and hubby took it as agreed we\'d had enough children.', '_expression': 'unsure', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[308] = {'_question': 'Do you have your magic under control?', '_line': 'I- I think so.. I\'m never completely sure.', '_expression': 'worry', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[309] = {'_question': 'I think that mushroom was responsible after all.', '_line': 'I... think you\'re right.', '_expression': 'worry', '_arm': '', '_line2': 'But if I try and go anywhere else, I might freeze.', '_expression2': 'cold', 'arm2': ''}; speech[310] = {'_question': 'Can I rub your belly, please?', '_line': '<sigh> I guess so. It might even make me feel a bit better.', '_expression': 'unsure', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[311] = {'_question': '', '_line': 'Me saying "My breasts are getting bigger" isn\'t an invitation to poke them.', '_expression': 'yell', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[312] = {'_question': '', '_line': 'You shouldn\'t be doing that, you know.', '_expression': 'shy', '_arm': '', '_line2': 'Even if it does feel nice.', '_expression2': 'belly?', 'arm2': '', '_blush': 'blushing'}; speech[313] = {'_question': '', '_line': 'Leave my belly alone!', '_expression': 'worry', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[314] = {'_question': '', '_line': 'I said RUB. Don\'t poke.', '_expression': 'upset', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[315] = {'_question': '', '_line': 'You don\'t need to randomly rub my belly to let me know it\'s there. Thanks.', '_expression': 'worry', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[316] = {'_question': '', '_line': 'OH! That feels... hard...ish... That\'s not right is it?', '_expression': 'weird', '_arm': '', '_line2': 'It still felt nice though.', '_expression2': 'pleasure', 'arm2': 'belly', '_blush2': 'blushing'}; speech[400] = {'_question': '', '_line': 'I felt it! I felt it move! Oh no! I\'m... I\'M...', '_expression': 'upset', '_arm': 'belly', '_line2': 'I\'M PREGNANT!- AGAIN!', '_expression2': 'cry', 'arm2': 'belly'}; speech[401] = {'_question': '', '_line': 'Pregnant! How can I be pregnant again. That\'s impossible.', '_expression': 'upset', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[402] = {'_question': '', '_line': 'Did that mushroom cause it? How can a fungus make an animal pregnant like this!?', '_expression': 'mushroom', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[403] = {'_question': '', '_line': '*I* can barely believe I\'m pregnant! So what chance do other people have?', '_expression': 'worry', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[404] = {'_question': '', '_line': 'I\'ll start lactating soon too. I might as well be a cow at this point!', '_expression': 'cow', '_arm': 'breast', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[405] = {'_question': '', '_line': 'I should have just been brave and admitted my mistake. Now I have a baby on the way I need to worry about. ', '_expression': 'cry', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[406] = {'_question': 'Calm down, Butterscotch.', '_line': 'Calm down!?', '_expression': 'yell', '_arm': '', '_line2': 'I\'m carrying a child I wasn\'t pregnant with yesterday! That\'s pretty good reason to panic, if you ask me!', '_expression2': 'panic', 'arm2': ''}; speech[407] = {'_question': 'Congratulations!', '_line': 'Congratulations!? This isn\'t good news, I shouldn\'t be pregnant. I have several children already, and they\'re enough of a handful as it is! I don\'t need another one!', '_expression': 'panic', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[408] = {'_question': 'Who do you think the father is?', '_line': 'Oh god! I didn\'t even think of that!', '_expression': 'worry', '_arm': '', '_line2': 'What if my husband thinks I cheated on him!?', '_expression2': 'cry', 'arm2': ''}; speech[409] = {'_question': 'Haven\'t you been through this before?', '_line': 'Yeah! That\'s why I\'m not happy about it. Pregnancy isn\'t easy, even when you ARE prepared for it. This one isn\'t just a complete surprise, but is about 100 times faster than normal!', '_expression': 'panic', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[410] = {'_question': 'Can I rub your belly, please?', '_line': 'Is that all you can think to do at a time like this!?', '_expression': 'yell', '_arm': '', '_line2': 'Fine<grumble> go ahead!', '_expression2': 'defeated', 'arm2': ''}; speech[411] = {'_question': '', '_line': 'Don\'t you know being pregnant makes my breasts more sensitive?', '_expression': 'yell', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[412] = {'_question': '', '_line': 'Look, I appreciate it, and it feels good, but keep your hands off please.', '_expression': 'shy', '_arm': '', '_line2': 'I don\'t want to be unloyal to my husband, especially when I don\'t even know that the baby\'s his.', '_expression2': 'depressed', 'arm2': ''}; speech[413] = {'_question': '', '_line': 'Ugh! I didn\'t say you could do that.', '_expression': 'yell', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[414] = {'_question': '', '_line': 'Ugh! Rub me, don\'t poke! You\'re agitating the baby.', '_expression': 'OW', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[415] = {'_question': '', '_line': 'I already know I\'m pregnant!!', '_expression': 'worry', '_arm': 'belly', '_line2': 'You don\'t have to prove it by giving me a random tummy rub.', '_expression2': 'depressed', 'arm2': 'rest'}; speech[416] = {'_question': '', '_line': 'I can feel the child react to your rub.', '_expression': 'belly?', '_arm': '', '_line2': 'I think...we both liked it.', '_expression2': 'pleasure', 'arm2': 'belly'}; speech[500] = {'_question': '', '_line': '<sigh> I can\'t escape this, can I? I\'m going to have to raise this child as well.', '_expression': 'depressed', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[501] = {'_question': '', '_line': '<sigh> What a rotten day. I\'m lost,pregnant and growing and there\'s nothing I can do but wait for it to stop.', '_expression': 'lament', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[502] = {'_question': '', '_line': 'What if I give birth in here? Will I just immediately get pregnant by the mushroom again?', '_expression': 'panic', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[503] = {'_question': '', '_line': 'How am I ever going to be able to share love between all of my kids? My adopted son is going to feel even more left out.', '_expression': 'depressed', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[504] = {'_question': '', '_line': '<sigh> Why me. All I wanted was a place to rest while escaping the hassles of life for just a few minutes.', '_expression': 'lament', '_arm': '', '_line2': 'Now I\'ve got yet another mouth to feed, and even more hassles.', '_expression2': 'depressed', 'arm2': 'belly'}; speech[505] = {'_question': '', '_line': 'It wont stop kicking me, either. I can\'t even sleep through it.', '_expression': 'lament', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[506] = {'_question': 'You\'ve been doing a great job so far.', '_line': 'Yeah. I\'m hiding in a cave because I can barely control my inner, evil self.', '_expression': 'unamused', '_arm': '', '_line2': 'Some role model I am.', '_expression2': 'depressed', 'arm2': ''}; speech[507] = {'_question': 'Maybe you should view this as an opportunity.', '_line': 'I don\'t see how. I already have plenty of children. Another one dropping in isn\'t going to help.', '_expression': 'lament', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[508] = {'_question': 'At least you won\'t be short of milk for your parlour, being part cow and all.', '_line': 'Number 1: I\'m not a cow! In whole, or in part!', '_expression': 'unamused', '_arm': '', '_line2': 'Number 2: That\'s gross!', '_expression2': 'stolen', 'arm2': 'breast'}; speech[509] = {'_question': 'Are you going to keep it?', '_line': '....................', '_expression': 'belly?', '_arm': '', '_line2': 'Definitely. I\'ve adopted a child of my own as well. I know what that can do to a child....', '_expression2': 'unsure', 'arm2': 'belly'}; speech[510] = {'_question': 'Can I rub your belly, please?', '_line': 'You might as well. At least one of us will enjoy my belly.', '_expression': 'lament', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[511] = {'_question': '', '_line': 'I\'m in a dismal enough mood without having my engorged breasts poked by you! Thank you very much!', '_expression': 'cry', '_arm': 'breast', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[512] = {'_question': '', '_line': 'That feels nice. I wish it were my husband doing it but... thanks.', '_expression': 'flattered', '_arm': 'breast', '_line2': '', '_expression2': 'stolen', 'arm2': ''}; speech[513] = {'_question': '', '_line': 'You poking isn\'t helping me or my child. Stop it!', '_expression': 'cry', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[514] = {'_question': '', '_line': 'I don\'t remember why I gave you permission to touch my belly. ', '_expression': 'depressed', '_arm': '', '_line2': 'That poking hurts!', '_expression2': 'unamused', 'arm2': ''}; speech[515] = {'_question': '', '_line': '<sigh> I\'d better get used to that. Unrequested tummy rubs aren\'t too bad, if a little intrusive.', '_expression': 'sigh', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': '', '_blush': 'blushing'}; speech[516] = {'_question': '', '_line': 'I suppose I feel a little better. Thank you.', '_expression': 'flattered', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': '', '_blush': 'blushing'}; speech[600] = {'_question': '', '_line': 'Perhaps I was overreacting to this.', '_expression': 'wonder', '_arm': '', '_line2': 'Another addition to the family won\'t hurt.', '_expression2': 'shrug', 'arm2': ''}; speech[601] = {'_question': '', '_line': 'I\'m sorry for all the mean things I said about you, little one..', '_expression': 'love', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[602] = {'_question': '', '_line': 'Mmmmmm...', '_expression': 'peace', '_arm': 'belly', '_line2': 'I forgot how comforting it is to have a life inside you.', '_expression2': 'wonder', 'arm2': ''}; speech[603] = {'_question': '', '_line': 'I can\'t wait to meet you little baby. No matter what it turns out you look like...', '_expression': 'love', '_arm': 'belly', '_line2': 'I love you.', '_expression2': 'love', 'arm2': 'belly'}; speech[604] = {'_question': '', '_line': 'The more the merrier, that\'s what I always say.', '_expression': 'shrug', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[605] = {'_question': '', '_line': 'Hahaha. Now my youngest child will get to know what my belly feels like.', '_expression': 'guffaw', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[606] = {'_question': 'Do you think your other kids will welcome the new child?', '_line': 'I KNOW they will. I could barely keep my oldest away from my belly when I was pregnant with my second. It was so adorable!', '_expression': 'greeting', '_arm': '', '_line2': 'EEEEEE! I\'m excited now! I wanna share this with my family.', '_expression2': 'guffaw', 'arm2': 'belly'}; speech[607] = {'_question': 'Got any names planned?', '_line': 'I\'d have to wait until the child\'s born before doing that. Or at least find out more about it.', '_expression': 'proud', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[608] = {'_question': 'Aren\'t you scared you\'ll give birth in here?', '_line': 'A little. But I\'ve been through it all before.', '_expression': 'nervous', '_arm': 'belly', '_line2': 'I almost forgot how much I love being pregnant.', '_expression2': 'peace', 'arm2': 'belly'}; speech[609] = {'_question': 'Do you think your husband will be happy?', '_line': 'After he faints you mean? Of course he will. Probably even more than I do.', '_expression': 'shrug', '_arm': '', '_line2': 'I hope he\'s the father, and that it looks at least a bit like him. Heck, I hope it at least resembles me, without looking like a cow.', '_expression2': 'lament', 'arm2': ''}; speech[610] = {'_question': 'Can I rub your belly please?', '_line': 'Go right ahead. Free tummy rubs are a great part of being pregnant.', '_expression': 'confident', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[611] = {'_question': '', '_line': 'Hey! Just cause I\'m feeling happy doesn\'t mean you get to poke my boobs.', '_expression': 'upset', '_arm': 'breast', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[612] = {'_question': '', '_line': 'Hey now. I know you like curves, but you should keep your hands to yourself.', '_expression': 'flattered', '_arm': '', '_line2': 'I wouldn\'t want hubby to come after you!', '_expression2': 'guffaw', 'arm2': ''}; speech[613] = {'_question': '', '_line': 'I may like being pregnant. But that doesn\'t mean I like being poked while pregnant.', '_expression': 'worry', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[614] = {'_question': '', '_line': 'Hey! I let you rub my tummy, so you poke me and my baby in return!? Shame on you!', '_expression': 'yell', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[615] = {'_question': '', '_line': 'Is that suposed to give you good luck.', '_expression': 'offended', '_arm': '', '_line2': 'I don\'t mind, but I wish you\'d asked me first.', '_expression2': 'explain', 'arm2': ''}; speech[616] = {'_question': '', '_line': 'Mmmmmm... ooh keep doing that. I love belly rubs....', '_expression': 'pleasure', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': '', '_blush': 'blushing'}; speech[700] = {'_question': '', '_line': 'Oh no. I\'m all wet down there! I know what that means....', '_expression': 'shocked', '_arm': 'belly', '_line2': 'It\'s time! Wish me luck.', '_expression2': 'terror', 'arm2': 'belly'}; speech[701] = {'_question': '', '_line': 'Oh man! How do I always forget how much I hate this part?', '_expression': 'terror', '_arm': '', '_line2': 'AAAaaah!', '_expression2': 'cold', 'arm2': ''}; speech[702] = {'_question': '', '_line': 'Owie, Owie, Owie! ', '_expression': 'cold', '_arm': 'belly', '_line2': '', '_expression2': 'wonder', 'arm2': ''}; speech[703] = {'_question': '', '_line': 'Aaagh! Doing this three times hasn\'t made it any easier on my lady parts.', '_expression': 'cry', '_arm': 'belly', '_line2': '', '_expression2': 'love', 'arm2': 'belly'}; speech[704] = {'_question': '', '_line': 'I know I love being pregnant!', '_expression': 'love', '_arm': 'belly', '_line2': 'ARGH! But I hate giving birth!', '_expression2': 'cold', 'arm2': 'rest'}; speech[705] = {'_question': '', '_line': 'I can\'t believe my pregnancy is coming to an end already! I would have liked just a bit more time to spend with my belly.', '_expression': 'upset', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[706] = {'_question': 'Is there anything I can do to help?', '_line': 'I think you\'d better leave this to me. I\'m the experienced one here after all.', '_expression': 'explain', '_arm': '', '_line2': '', '_expression2': 'guffaw', 'arm2': 'belly'}; speech[707] = {'_question': 'You know, farm cows go through this on a regular basis.', '_line': 'And I\'m like a cow in that respect? Look, can we leave off the cow jokes until after I\'ve delivered.', '_expression': 'unamused', '_arm': '', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[708] = {'_question': 'Are you feeling okay?', '_line': 'What? You mean apart from the intense pain of labour? Yeah! I\'m fine!', '_expression': 'defeated', '_arm': 'belly', '_line2': '', '_expression2': 'peace', 'arm2': 'belly'}; speech[709] = {'_question': 'I guess you\'ll be bringing a baby home instead of a belly.', '_line': '<sigh> I was so looking forward to sharing this with my family..', '_expression': 'depressed', '_arm': '', '_line2': 'Especially with my husband, he was thrilled when I was pregnant with Neffy.', '_expression2': 'lament', 'arm2': ''}; speech[710] = {'_question': 'Can I rub your belly please?', '_line': 'Do you think that will help?.', '_expression': 'huh?', '_arm': 'belly', '_line2': 'Okay then. I guess it wouldn\'t hurt.', '_expression2': 'curious', 'arm2': ''}; speech[711] = {'_question': '', '_line': 'Agh! Leave my breasts alone if you\'re just gonna poke them! I\'m in enough pain!', '_expression': 'upset', '_arm': 'breast', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[712] = {'_question': '', '_line': 'Ooooh...', '_expression': 'pleasure', '_arm': '', '_line2': 'Normally I\'d complain, but that feels nice. Which is welcome among all this pain.', '_expression2': 'guffaw', 'arm2': ''}; speech[713] = {'_question': '', '_line': 'I\'m trying my hardest and so is my baby! Your pokes are completely unwelcome!.', '_expression': 'yell', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[714] = {'_question': '', '_line': 'learn the difference between a poke and a rub you fool! I\'m hurting enough without being poked!', '_expression': 'yell', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[715] = {'_question': '', '_line': 'That was random... but it helps. Thank you.', '_expression': 'flattered', '_arm': '', '_line2': '', '_expression2': 'explain', 'arm2': ''}; speech[716] = {'_question': '', '_line': 'Ooooohh... ', '_expression': 'pleasure', '_arm': '', '_line2': 'I think that\'s helping us both. Good job.', '_expression2': 'flattered', 'arm2': '', '_blush': 'blushing'}; speech[750] = {'pushingline': 1, '_question': '', '_line': 'Aaaugh!', '_expression': 'push', '_arm': 'belly', '_line2': 'Okay! One push down. Plenty more to go.', '_expression2': 'cold', 'arm2': ''}; speech[751] = {'pushingline': 2, '_question': '', '_line': 'Here comes the next one...', '_expression': 'terror', '_arm': '', '_line2': 'Aaaaaah!', '_expression2': 'push', 'arm2': ''}; speech[752] = {'pushingline': 2, '_question': '', '_line': 'Come on little one. Don\'t be shy....', '_expression': 'unsure', '_arm': '', '_line2': 'Aaaugh!', '_expression2': 'push', 'arm2': ''}; speech[753] = {'pushingline': 2, '_question': '', '_line': 'Just think... It will all be worth it..... It always has been....', '_expression': 'cry', '_arm': '', '_line2': 'Ahh Aaaahh! Aaaaah!', '_expression2': 'push', 'arm2': ''}; speech[754] = {'pushingline': 2, '_question': '', '_line': 'I know I can do this..... I\'m getting close I can feel it....', '_expression': 'cold', '_arm': '', '_line2': 'AaaaaAaaahhh! Yes! I can feel you coming!', '_expression2': 'push', 'arm2': ''}; speech[755] = {'_question': '', '_line': 'Here we go! Last push....', '_expression': 'cry', '_arm': '', '_line2': 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', '_expression2': 'push', 'arm2': ''}; speech[800] = {'_question': '', '_line': 'A girl... I had a beautiful baby girl.', '_expression': 'spora', '_arm': 'belly', '_line2': 'I already know what to call her too. Spora. The beautiful mushroom pony.', '_expression2': 'laugh', 'arm2': 'belly'}; speech[801] = {'_question': '', '_line': 'Hmmm, I think she looks a little like my husband... Maybe, she... almost... has his eyes...', '_expression': 'belly?', '_arm': '', '_line2': 'I\'m confident he\'ll love her just as though she was anyway.', '_expression2': 'confident', 'arm2': ''}; speech[802] = {'_question': '', '_line': 'I think I see light over there. I\'ll start getting ready to leave soon.', '_expression': 'light', '_arm': 'belly', '_line2': 'I can\'t wait for my other kids to meet their new sister.', '_expression2': 'wonder', 'arm2': ''}; speech[803] = {'_question': '', '_line': 'It doesn\'t seem so cold in here anymore.', '_expression': 'wonder', '_arm': 'belly', '_line2': 'Although, that might only be because I just gave birth to a lovely daughter.', '_expression2': 'love', 'arm2': 'belly'}; speech[804] = {'_question': '', '_line': 'I don\'t know why this happened.', '_expression': 'bizzare', '_arm': 'belly', '_line2': 'But I couldn\'t be happier that it did.', '_expression2': 'love', 'arm2': 'rest'}; speech[805] = {'_question': '', '_line': 'Got any more babies for me, Mr mushroom?', '_expression': 'mushroom2', '_arm': '', '_line2': 'Ha! I probably shouldn\'t be tempting fate like that.', '_expression2': 'guffaw', 'arm2': ''}; speech[806] = {'_question': 'You dealt with that very well.', '_line': 'Practice makes perfect, as they say!', '_expression': 'guffaw', '_arm': '', '_line2': '', '_expression2': 'guffaw', 'arm2': 'belly'}; speech[807] = {'_question': 'I\'ve never seen a mushroom pony before.', '_line': 'Neither have I, but she\'s still my daughter, and I\'ll raise her with every inch of my worth.', '_expression': 'belly?', '_arm': '', '_line2': 'It was a mushroom that made me preggers in the first place. What did you expect?', '_expression2': 'shrug', 'arm2': ''}; speech[808] = {'_question': 'I guess you\'ll never eat mushroom soup again.', '_line': '... Thinking of that, what would a mushroom pony eat? I\'m not sure how I\'m going to keep her fed, post breast feeding of course.', '_expression': 'think', '_arm': 'belly', '_line2': 'But no, I don\'t think I\'ll be able to look at mushrooms the same way again.', '_expression2': 'peace', 'arm2': 'belly'}; speech[809] = {'_question': 'So spora\'s part mushroom? At least she\'s not part cow.', '_line': 'Still going on with the cow thing!? Come on! I just had a baby for goodness sake!', '_expression': 'yell', '_arm': '', '_line2': '', '_expression2': 'lament', 'arm2': ''}; speech[810] = {'_question': 'Can I rub your belly please?', '_line': 'There\'s quite a bit left over, isn\'t there?', '_expression': 'belly?', '_arm': 'belly', '_line2': 'That\'s the way pregnancy is though. Go ahead.', '_expression2': 'flattered', 'arm2': ''}; speech[811] = {'_question': '', '_line': 'Do you really think it\'s appropriate to poke a girl, who just gave birth, in her tits?! Here\'s a hint for you: It isn\'t!', '_expression': 'upset', '_arm': 'breast', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[812] = {'_question': '', '_line': 'Those are sore all right, and the rubbing does make them feel better.', '_expression': 'pleasure', '_arm': '', '_line2': 'But that won\'t be as much of a problem once I start putting them to use.', '_expression2': 'guffaw', 'arm2': ''}; speech[813] = {'_question': '', '_line': '<sigh> Yes, there\'s a little left over: and yes, it still annoys me when you poke it.', '_expression': 'unamused', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[814] = {'_question': '', '_line': 'That\'s a poor way to show thanks after I agreed to post-birth belly rubs!', '_expression': 'yell', '_arm': 'belly', '_line2': '', '_expression2': 'test', 'arm2': ''}; speech[815] = {'_question': '', '_line': 'You don\'t have to rub me to remind me there\'s still a little left over.', '_expression': 'depressed', '_arm': '', '_line2': '', '_expression2': 'explain', 'arm2': ''}; speech[816] = {'_question': '', '_line': 'I guess belly rubs wouldn\'t be so nice if I lost all of my belly. ', '_expression': 'pleasure', '_arm': '', '_line2': 'Maybe I\'ll keep this body a while longer than usual.', '_expression2': 'shrug', 'arm2': '', '_blush': 'blushing'}; states.belly? = {'eyes': 'sad', 'mouth': 'downwiggle', '_px': -4, '_py': 6, 'HR': -8}; states.bizzare = {'eyes': 'miffed', 'mouth': 'sad', '_px': -4, '_py': 6, 'HR': -8}; states.breasts? = {'eyes': 'sadplain', 'mouth': 'o', '_px': -4, '_py': 6, 'HR': -8}; states.cold = {'eyes': 'sadthin', 'mouth': 'grit', '_px': -4, '_py': 6, 'HR': -8}; states.confident = {'eyes': 'shut', 'mouth': 'chat', '_px': 0, '_py': 7, 'HR': -8}; states.confused = {'eyes': 'miffed', 'mouth': 'o', '_px': 0, '_py': -4, 'HR': 0}; states.cow = {'eyes': 'sadsmall', 'mouth': 'open', '_px': -5, '_py': 8, 'HR': -8}; states.cry = {'eyes': 'sadtight', 'mouth': 'grit', '_px': -4, '_py': 6, 'HR': -8}; states.curious = {'eyes': 'sadplain', 'mouth': 'o', '_px': 8, '_py': 0, 'HR': 5}; states.defeated = {'eyes': 'flat', 'mouth': 'open', '_px': 0, '_py': -5, 'HR': 5}; states.depressed = {'eyes': 'sadshut', 'mouth': 'open', '_px': 0, '_py': -5, 'HR': -10}; states.desperate = {'eyes': 'tight', 'mouth': 'grit', '_px': 0, '_py': -4, 'HR': -8}; states.dismissive = {'eyes': 'shut', 'mouth': 'open', '_px': 0, '_py': 7, 'HR': 5}; states.dizzy = {'eyes': 'plain', 'mouth': 'bigopen', '_px': -4, '_py': -9, 'HR': 3}; states.doom = {'eyes': 'verysmall', 'mouth': 'sad', '_px': 3, '_py': 11, 'HR': 6}; states.embarrased = {'eyes': 'sadthin', 'mouth': 'grin', '_px': 0, '_py': -5, 'HR': 0}; states.explain = {'eyes': 'sadsmall', 'mouth': 'open', '_px': 0, '_py': 0, 'HR': 0}; states.flattered = {'eyes': 'sad', 'mouth': 'smile', '_px': 0, '_py': 0, 'HR': 0}; states.greeting = {'eyes': 'plain', 'mouth': 'chat', '_px': 0, '_py': -4, 'HR': -8}; states.growing = {'eyes': 'sadwide', 'mouth': 'sad', '_px': -7, '_py': 9, 'HR': -8}; states.goodness = {'eyes': 'plain', 'mouth': 'bigopen', '_px': -5, '_py': 4, 'HR': -8}; states.guffaw = {'eyes': 'squee', 'mouth': 'chat', '_px': 0, '_py': -4, 'HR': 6}; states.huh? = {'eyes': 'miffed', 'mouth': 'o', '_px': -4, '_py': 1, 'HR': 15}; states.horngone = {'eyes': 'wide', 'mouth': 'wide', '_px': -6, '_py': -17, 'HR': 12}; states.hornback = {'eyes': 'sad', 'mouth': 'chat', '_px': -9, '_py': -15, 'HR': 12}; states.labour = {'eyes': 'sad', 'mouth': 'breathe', '_px': -8, '_py': 10, 'HR': -6}; states.lament = {'eyes': 'verysmall', 'mouth': 'open', '_px': -5, '_py': 10, 'HR': -6}; states.laugh = {'eyes': 'plain', 'mouth': 'chat', '_px': 8, '_py': 3, 'HR': 12}; states.light = {'eyes': 'plain', 'mouth': 'chat', '_px': -8, '_py': 3, 'HR': 12}; states.love = {'eyes': 'sadsmall', 'mouth': 'beam', '_px': -12, '_py': 9, 'HR': -8}; states.mushroom = {'eyes': 'sadplain', 'mouth': 'bigopen', '_px': 8, '_py': 3, 'HR': 12}; states.mushroom2 = {'eyes': 'sadplain', 'mouth': 'chat', '_px': 8, '_py': 3, 'HR': 12}; states.miserable = {'eyes': 'verysmall', 'mouth': 'open', '_px': 0, '_py': 0, 'HR': -2}; states.nervous = {'eyes': 'sadsmall', 'mouth': 'downwiggle', '_px': -3, '_py': 3, 'HR': -2}; states.nice = {'eyes': 'sadsmall', 'mouth': 'smile', '_px': -6, '_py': 9, 'HR': 8}; states.offended = {'eyes': 'miffed', 'mouth': 'bigopen', '_px': 0, '_py': -4, 'HR': 0}; states.OW = {'eyes': 'tight', 'mouth': 'bigopen', '_px': 0, '_py': -4, 'HR': -4}; states.panic = {'eyes': 'sadwide', 'mouth': 'wide', '_px': 0, '_py': -8, 'HR': 5}; states.peace = {'eyes': 'sadshut', 'mouth': 'smile', '_px': 0, '_py': 0, 'HR': -8}; states.pleasure = {'eyes': 'sadshut', 'mouth': 'o', '_px': 0, '_py': 7, 'HR': 5}; states.proud = {'eyes': 'shut', 'mouth': 'chat', '_px': 0, '_py': 7, 'HR': 5}; states.pregnant = {'eyes': 'sadplain', 'mouth': 'none', '_px': -3, '_py': -19, 'HR': 5}; states.push = {'eyes': 'tight', 'mouth': 'grind', '_px': -3, '_py': -19, 'HR': -10}; states.rest = {'eyes': 'sadsmall', 'mouth': 'smile', '_px': 0, '_py': 0, 'HR': 0}; states.relax = {'eyes': 'sadsmall', 'mouth': 'chat', '_px': 6, '_py': 0, 'HR': -5}; states.shockbutt = {'eyes': 'wide', 'mouth': 'bigopen', '_px': -4, '_py': 12, 'HR': -10}; states.shocked = {'eyes': 'wide', 'mouth': 'wide', '_px': -10, '_py': 12, 'HR': -10}; states.shrug = {'eyes': 'sadsmall', 'mouth': 'chat', '_px': 8, '_py': -5, 'HR': 12}; states.shy = {'eyes': 'sadplain', 'mouth': 'o', '_px': 0, '_py': 0, 'HR': -3}; states.sigh = {'eyes': 'shut', 'mouth': 'sad', '_px': 0, '_py': -5, 'HR': 5}; states.spora = {'eyes': 'sad', 'mouth': 'chat', '_px': -12, '_py': 9, 'HR': -8}; states.stolen = {'eyes': 'miffed', 'mouth': 'wide', '_px': 0, '_py': -5, 'HR': 0}; states.surprise = {'eyes': 'plain', 'mouth': 'bigopen', '_px': 0, '_py': -5, 'HR': 5}; states.tailgone = {'eyes': 'wide', 'mouth': 'wide', '_px': 0, '_py': 7, 'HR': -8}; states.terror = {'eyes': 'sadwide', 'mouth': 'bigopen', '_px': 0, '_py': -5, 'HR': 5}; states.test = {'eyes': 'sadsmall', 'mouth': 'o', '_px': 4, '_py': -7, 'HR': 0}; states.think = {'eyes': 'plain', 'mouth': 'downwiggle', '_px': 0, '_py': -8, 'HR': 5}; states.unamused = {'eyes': 'flat', 'mouth': 'sad', '_px': 0, '_py': 0, 'HR': 0}; states.unsure = {'eyes': 'sad', 'mouth': 'open', '_px': -6, '_py': 6, 'HR': -8}; states.upset = {'eyes': 'sad', 'mouth': 'wide', '_px': 0, '_py': 0, 'HR': 0}; states.warm = {'eyes': 'small', 'mouth': 'chat', '_px': 0, '_py': -4, 'HR': -8}; states.weird = {'eyes': 'plain', 'mouth': 'bigopen', '_px': -6, '_py': 6, 'HR': -8}; states.wingsgone = {'eyes': 'wide', 'mouth': 'wide', '_px': 7, '_py': 4, 'HR': -8}; states.wingsback = {'eyes': 'sad', 'mouth': 'chat', '_px': 7, '_py': 4, 'HR': -8}; states.wonder = {'eyes': 'verysmall', 'mouth': 'chat', '_px': -7, '_py': 4, 'HR': -8}; states.worry = {'eyes': 'sad', 'mouth': 'open', '_px': 0, '_py': 0, 'HR': 0}; states.yell = {'eyes': 'mad', 'mouth': 'bigopen', '_px': 0, '_py': -2, 'HR': 0}; setState = function (str) { stateTimer = 35 + speech_b._txt.length * 1.5; if (CurState != str) { CurState = str; butter.head.eye.gotoAndPlay(states[CurState].eyes); butter.head.mouth.gotoAndPlay(states[CurState].mouth); butter.head.eye.pupil._x = pX + states[CurState]._px; butter.head.eye.pupil._y = pY + states[CurState]._py; headrotSB = states[CurState].HR; } }; moveArm = function (u_s) { if (butter.arm._currentlabel != u_s) { butter.arm.gotoAndPlay(butter.arm._currentlabel + '2' + u_s); } }; butterSpeak = function (n, f) { speechTimer = 35 + speech[n]._line.length * 2.3; speech_b._txt.text = speech[n]._line; setState(speech[n]._expression); moveArm(speech[n]._arm); butter.head.blush.gotoAndPlay(speech[n]._blush); if (speech[n].pushingline == 1) { contraction(); } if (speech[n]._line2 != '') { if (secondline != n) { secondline = n; } else { speechTimer = 35 + speech[n]._line2.length * 2.3; speech_b._txt.text = speech[n]._line2; setState(speech[n]._expression2); moveArm(speech[n].arm2); butter.head.blush.gotoAndPlay(speech[n]._blush2); if (speech[n].pushingline == 2) { contraction(); } if (n == 755) { finalpush = 1; } if (f == false) { secondline = -5000; } } } else { secondline = -5000; } if (f == true) { speechTimer = 35 + speech[n]._line.length * 2.3; speech_b._txt.text = speech[n]._line; setState(speech[n]._expression); moveArm(speech[n]._arm); } }; butter.head.mouth.onPress = function () { speechTimer = 0; forceDelay = 0; ranspeech = 1; }; speech_b.onPress = function () { if (speechTimer > 10) { speechTimer = 10; stateTimer = 15; } }; reset = function () { Tbellysize = 1; Tbustsize = 0; Thipshize = 0; resetTimer = 0; nextspeech = 0; helpcancelled = 0; birthing = 0; birthclicks = 1000; naked = false; updateClothes(); permission = false; }; countdown = function (a, b) { if (_root[a] > b) { _root[a] -= 1; } }; minmax = function (a, b, c) { if (_root[a] < b) { _root[a] = b; } if (_root[a] > c) { _root[a] = c; } }; smoothAdjust = function (s1, s2, mu) { if (_root[s1] != _root[s2]) { if ((_root[s2] - _root[s1]) * mu > 1 || (_root[s2] - _root[s1]) * mu < -1) { _root[s1] += Math.floor((_root[s2] - _root[s1]) * mu); } else { if ((_root[s2] - _root[s1]) * mu < 0) { _root[s1] -= 1; } else { if ((_root[s2] - _root[s1]) * mu > 0) { _root[s1] += 1; } } } } }; superSmoothAdjust = function (s1, s2, mu) { if (_root[s1] != _root[s2]) { _root[s1] += (_root[s2] - _root[s1]) * mu; } }; circular = function (astart, a, aplus) { if (_root[a + 'started'] != 8) { _root[a] = astart; _root[a + 'started'] = 8; } if (_root[a] < 6.283185307179586) { _root[a] += aplus; } else { _root[a] -= 6.283185307179586; } }; distance = function (x1, x2, y1, y2) { return Math.sqrt((x1 - x2) * (x1 - x2) + (y1 - y2) * (y1 - y2)); }; _panel.onEnterFrame = function () { if (this.hitTest(_xmouse, _ymouse, true)) { PXSB = -3; } else { PXSB = -200; } smoothAdjust('PXis', 'PXSB', 0.2); this._x = PXis; this.question_1._txt.text = speech[curspeech + 6]._question; this.question_2._txt.text = speech[curspeech + 7]._question; this.question_3._txt.text = speech[curspeech + 8]._question; this.question_4._txt.text = speech[curspeech + 9]._question; this.question_5._txt.text = speech[curspeech + 10]._question; }; _bpanel.onEnterFrame = function () { if (Tbellysize < 601) { BPXSB = 1150; } else { if (this.hitTest(_xmouse, _ymouse, true)) { BPXSB = 800; } else { BPXSB = 960; } } smoothAdjust('BPXis', 'BPXSB', 0.2); this._x = BPXis; this.Bbutton.gotoAndStop(birthcolour); }; _bpanel.Bbutton.onPress = function () { if (birthclicks > 0) { if (Tbellysize >= 600) { if (sporecolour == birthcolour && checkmatch == 1) { confirmbirth = 5; } else { birthclicks -= 1; } } } else { if (birthing2 < 6 && pushdelay <= 0) { butterSpeak(curspeech + 50 + birthing2); birthing2 += 1; pushdelay = 50; } } }; contraction = function () { flegrot = -8; blegrot = 8; }; _panel.question_1.onPress = function () { butterSpeak(curspeech + 6); }; _panel.question_2.onPress = function () { butterSpeak(curspeech + 7); }; _panel.question_3.onPress = function () { butterSpeak(curspeech + 8); }; _panel.question_4.onPress = function () { butterSpeak(curspeech + 9); }; _panel.question_5.onPress = function () { butterSpeak(curspeech + 10); permission = true; }; var Note_to_Hackers = 'Just in case seeing an Alicorn OC makes you that mad, You can pull a Discord and steal her horn and wings if you\'d like. And her tail in keeping with something Svet said.'; butter.head.horn.onPress = function () { if (butter.head.horn._alpha > 0) { if (horngoing < 150) { horngoing += 18; } else { butter.head.horn._alpha = 0; var v1 = butter.head.attachMovie('vanish', 'vanish01', 0); v1._x = -50; v1._y = -100; horngoing = 0; if (butter.wing._alpha > 0) { butterSpeak(-1, true); } else { butterSpeak(-3, true); } } } else { if (horncoming < 150) { horncoming += 18; } else { butter.head.horn._alpha = 100; var v1 = butter.head.attachMovie('vanish', 'vanish01', 0); v1._x = -50; v1._y = -100; horncoming = 0; if (butter.wing._alpha > 0) { butterSpeak(-7, true); } else { butterSpeak(-9, true); } } } }; butter.wing.onPress = function () { if (butter.wing._alpha > 0) { if (wingsgoing < 150) { wingsgoing += 18; } else { butter.wing._alpha = 0; var v1 = butter.torso.attachMovie('vanish', 'vanish01', 0); v1._x = 150; v1._y = 120; v1._xscale = 220; v1._yscale = 220; wingsgoing = 0; if (butter.head.horn._alpha > 0) { butterSpeak(-2, true); } else { butterSpeak(-4, true); } } } else { if (wingscoming < 150) { wingscoming += 18; } else { butter.wing._alpha = 100; var v1 = butter.torso.attachMovie('vanish', 'vanish01', 0); v1._x = 150; v1._y = 120; v1._xscale = 220; v1._yscale = 220; wingscoming = 0; if (butter.head.horn._alpha > 0) { butterSpeak(-8, true); } else { butterSpeak(-10, true); } } } }; butter.tail.onPress = function () { if (tailgoing < 150) { tailgoing += 18; } else { butter.tail._visible = false; var v1 = butter.torso.attachMovie('vanish', 'vanish01', 0); v1._x = 100; v1._y = 300; v1._xscale = 220; v1._yscale = 220; butterSpeak(-5); } }; if (debugging == true) { mushroom.cap.onPress = function () { Tbellysize += 50; Tbustsize += 50; Thipsize += 50; }; } if (bellysize != Tbellysize) { if (bellydiff() > 1 || bellydiff() < -1) { bellysize += Math.floor(bellydiff()); } else { if (bellydiff() < 0) { bellysize -= 1; } else { if (bellydiff() > 0) { bellysize += 1; } } } } butter.belly.onPress = function () { if (checkmatch > 0) { confirmMatch = 2; } else { startrub = 10; } }; butter.l_breast.onPress = function () { bstartrub = 10; }; butter.r_breast.onPress = butter.l_breast.onPress; mousepressed = false; onMouseDown = function () { mousepressed = true; }; onMouseUp = function () { mousepressed = false; if (startrub > 1) { startrub = 2; } if (bstartrub > 1) { bstartrub = 2; } mousemove = 0; }; onEnterFrame = function () { smoothAdjust('bellysize', 'Tbellysize', 0.1); smoothAdjust('bustsize', 'Tbustsize', 0.1); smoothAdjust('hipsize', 'Thipsize', 0.1); minmax('Tbellysize', 1, 601); minmax('Tbustsize', 1, 601); minmax('Thipsize', 1, 601); butter.belly.gotoAndStop(bellysize - babykick); butter.blue_belly.gotoAndStop(bellysize - babykick); butter.l_breast.gotoAndStop(bustsize); butter.r_breast.gotoAndStop(bustsize); butter.blue_l_breast.gotoAndStop(bustsize); butter.blue_r_breast.gotoAndStop(bustsize); butter.boobmask1.gotoAndStop(bustsize); butter.boobmask2.gotoAndStop(bustsize); butter.f_leg.gotoAndStop(hipsize); butter.blueleg.gotoAndStop(hipsize); circular(0, 'tailrot', 0.03); butter.tail._rotation = +(Math.sin(tailrot) * 3); circular(0, 'headrot1', 0.04); smoothAdjust('headrot', 'headrotSB', 0.1); butter.head._rotation = headrot + Math.sin(headrot1) * 3; butter.backhair1._rotation = headrot + Math.sin(headrot1) * 3; butter.backhair2._rotation = headrot + Math.cos(headrot1) * 2; circular(0, 'legrot', 0.05); circular(0, 'babyrot', 0.04); butter.b_leg._rotation = blegrot + Math.sin(legrot); countDown('horngoing', 0); countDown('wingsgoing', 0); countDown('tailgoing', 0); countDown('horncoming', 0); countDown('wingscoming', 0); countDown('tailcoming', 0); curspeech = Math.floor(Tbellysize / 100) * 100 + birthing * 100; if (Tbellysize + birthing * 100 > nextspeech) { butterSpeak(curspeech, true); nextspeech += 100; } if (butter.belly.hitTest(_xmouse, _ymouse, true)) { overbelly = true; } else { overbelly = false; } if (butter.l_breast.hitTest(_xmouse, _ymouse, true) || butter.r_breast.hitTest(_xmouse, _ymouse, true)) { overbust = true; overbelly = false; } else { overbust = false; } countdown('startrub', 0); if (startrub == 1 && mousemove < 1) { kickran = 9000; if (permission == true) { butterSpeak(curspeech + 14, true); } else { butterSpeak(curspeech + 13, true); } } countdown('bstartrub', 0); if (bstartrub == 1 && mousemove < 1) { butterSpeak(curspeech + 11, true); } countdown('rubbing', 0); countdown('brubbing', 0); if (mousemove > 1 && overbelly == true) { startrub = 0; if (rubbing <= 0) { if (permission == true) { butterSpeak(curspeech + 16, true); } else { butterSpeak(curspeech + 15, true); } } rubbing = 10; } if (mousemove > 1 && overbust == true) { bstartrub = 0; if (brubbing <= 0) { butterSpeak(curspeech + 12); } brubbing = 10; } if (xmsb != _xmouse || ymsb != _ymouse) { if (mousepressed == true) { mousemove += distance(xmsb, _xmouse, ymsb, _ymouse) / 5; } xmsb = _xmouse; ymsb = _ymouse; } countdown('stateTimer', 0); countdown('speechTimer', 0); if (Tbellysize < 100) { backupstate = 'rest'; } else { if (Tbellysize < 200) { backupState = 'nervous'; } else { if (Tbellysize < 300) { backupState = 'bizzare'; } else { if (Tbellysize < 400) { backupState = 'growing'; } else { if (Tbellysize < 500) { backupState = 'pregnant'; if (kickedyet == false) { bellysize -= 40; kickedyet = true; } } else { if (Tbellysize < 600) { backupState = 'doom'; } else { backupState = 'nice'; } } } } } } if (birthing == 1) { backupState = 'labour'; } if (birthing == 2) { backupState = 'nice'; butter.belly.gotoAndStop(160); butter.blue_belly.gotoAndStop(160); } if (stateTimer <= 5) { setState(backupState); moveArm('rest'); if (secondline > -5000) { butterSpeak(secondline, false); } } if (speechTimer <= 0) { countdown('forceDelay', 0); if (forceDelay == 1) { ranspeech = 7850; } if (forceDelay <= 0) { countdown('ranspeech', 0); if (Math.random() * 8000 > ranspeech) { rannum = Math.floor(Math.random() * ranlines.length); butterSpeak(curspeech + ranlines[rannum], true); ranlines.splice(rannum, 1); if (ranlines.length <= 0) { resetLines(); } forceDelay = 40; } } } else { ranspeech = 8004; } if (speech_b._alpha < speechTimer * 10) { speech_b._alpha += 10; } else { speech_b._alpha = speechTimer * 10; } if (speech_b._alpha > 100) { speech_b._alpha = 100; } if (speech_b._alpha < 1) { speech_b._visible = false; } else { speech_b._visible = true; } countdown('sporeTimer', 0); if (sporeTimer <= 0) { sporeTimer = 90; newSpore(420 + Math.random() * 290, -20); } checkmatch = 0; if (bellysize >= 601) { goodspores = 2; } else { goodspores = 0; } for (i in spores) { if (spores[i].innercolour == birthcolour && Tbellysize >= 601) { goodspores -= 1; } if (spores[i].chosen == 1) { sporecolour = spores[i].innercolour; } if (spores[i].chosen == 2 && spores[i].innercolour == sporecolour) { checkmatch = 1; } if (confirmbirth > 0) { if (spores[i].chosen > 0) { spores[i].movebirth = 1; } } if (confirmMatch > 0) { if (spores[i].chosen > 0) { spores[i].movebelly = 1; } } if (spores[i].destroyme == 1) { removeMovieClip(spores[i]); spores.splice(i, 1); } } for (s in sporedusts) { if (sporedusts[s].shrink <= 0) { removeMovieClip(sporedusts[s]); sporedusts.splice(s, 1); } } countdown('confirmMatch', 0); countdown('confirmbirth', 0); if (Tbellysize >= 400 && birthing < 2) { kickran += 1; if (Math.random() * 8000 < Tbellysize + kickran && kickran > 0) { kickran = -30; bellysize -= 5 + Math.floor(Tbellysize / 60); makeKick(25 - Math.random() * 50, 25 - Math.random() * 50); } } else { kickran = 0; } countdown('babykick', 0); minmax('birthclicks', 0, 1000); if (birthclicks <= 0) { if (birthing < 1) { birthing = 1; } } if (finalpush > 0) { finalpush += 1; } if (finalpush > 30 && finalpush < 90) { if (fadetoblack._alpha < 100) { fadetoblack._alpha += 5; } } if (finalpush > 90) { if (birthing == 1) { birthing = 2; } if (fadetoblack._alpha > 0) { fadetoblack._alpha -= 5; } } minmax('finalpush', 0, 100); if (birthclicks > 0) { _bpanel.Bbutton._txt.text = birthclicks; } else { _bpanel.Bbutton._txt.text = 'Push'; if (birthing > 1) { _bpanel.Bbutton._txt.text = 'Done'; } } flegrotSB = 0; blegrotSB = 0; if (birthing == 1) { flegrotSB = -5; blegrotSB = 5; } butter.baby_arm._visible = false; butter.arm._visible = true; if (birthing > 1) { butter.baby_arm._visible = true; butter.arm._visible = false; } butter.baby_arm._rotation = +(Math.sin(babyrot) * 6); countdown('pushdelay', 0); butter.f_leg._rotation = flegrot; butter.blueleg._rotation = flegrot; butter.bluelegmask._rotation = flegrot; superSmoothAdjust('flegrot', 'flegrotSB', 0.1); superSmoothAdjust('blegrot', 'blegrotSB', 0.1); trace(spores); if (debugging == true) { debug_01.text = birthing2; debug_02.text = goodspores; debug_03.text = birthcolour; } else { debug_01.text = ''; debug_02.text = ''; debug_03.text = ''; } }; } movieClip 130 { } movieClip 132 { } movieClip 134 { } movieClip 137 { } movieClip 139 { } movieClip 145 { } movieClip 147 { } movieClip 151 { } movieClip 161 { } movieClip 167 { } movieClip 176 { } movieClip 189 { } movieClip 202 { } movieClip 211 { } movieClip 220 { } movieClip 228 { } movieClip 230 { } movieClip 235 { } movieClip 238 { } movieClip 241 { } movieClip 245 { } movieClip 262 { } movieClip 289 { } movieClip 301 { frame 1 { _currentlabel = 'rest'; } frame 2 { gotoAndPlay(_currentlabel); } frame 3 { _currentlabel = 'rest2belly'; } frame 10 { _currentlabel = 'belly'; } frame 11 { gotoAndPlay(_currentlabel); } frame 12 { _currentlabel = 'belly2breast'; } frame 18 { _currentlabel = 'breast'; } frame 19 { gotoAndPlay(_currentlabel); } frame 20 { _currentlabel = 'breast2belly'; } frame 26 { _currentlabel = 'belly'; } frame 27 { gotoAndPlay(_currentlabel); } frame 28 { _currentlabel = 'belly2rest'; } frame 35 { _currentlabel = 'rest'; } frame 36 { gotoAndPlay(_currentlabel); } frame 37 { _currentlabel = 'rest2breast'; } frame 48 { _currentlabel = 'breast'; } frame 49 { gotoAndPlay(_currentlabel); } frame 50 { _currentlabel = 'breast2rest'; } frame 61 { _currentlabel = 'rest'; } frame 62 { gotoAndPlay(_currentlabel); } } movieClip 308 { } movieClip 310 { } movieClip 316 { } movieClip 323 { } movieClip 327 { } movieClip 328 { } movieClip 329 { } movieClip 332 { frame 1 { _currentlabel = 'breast2belly'; } } movieClip 337 { } movieClip 397 { frame 1 { _currentlabel = 'smile'; } frame 2 { gotoAndPlay(_currentlabel); } frame 3 { _currentlabel = 'o'; } frame 4 { gotoAndPlay(_currentlabel); } frame 5 { _currentlabel = 'wide'; } frame 6 { gotoAndPlay(_currentlabel); } frame 7 { _currentlabel = 'downwiggle'; } frame 8 { gotoAndPlay(_currentlabel); } frame 9 { _currentlabel = 'chat'; } frame 10 { gotoAndPlay(_currentlabel); } frame 11 { _currentlabel = 'grin'; } frame 12 { gotoAndPlay(_currentlabel); } frame 13 { _currentlabel = 'sad'; } frame 14 { gotoAndPlay(_currentlabel); } frame 15 { _currentlabel = 'open'; } frame 16 { gotoAndPlay(_currentlabel); } frame 17 { _currentlabel = 'grit'; } frame 18 { gotoAndPlay(_currentlabel); } frame 19 { _currentlabel = 'bigopen'; } frame 20 { gotoAndPlay(_currentlabel); } frame 21 { _currentlabel = 'upwiggle'; } frame 22 { gotoAndPlay(_currentlabel); } frame 23 { _currentlabel = 'none'; } frame 24 { gotoAndPlay(_currentlabel); } frame 25 { _currentlabel = 'beam'; } frame 26 { gotoAndPlay(_currentlabel); } frame 27 { _currentlabel = 'breathe'; } frame 45 { gotoAndPlay(_currentlabel); } frame 46 { _currentlabel = 'grind'; } frame 50 { gotoAndPlay(_currentlabel); } } movieClip 400 { } movieClip 442 { frame 1 { _currentlabel = ''; } frame 2 { gotoAndPlay(_currentlabel); } frame 3 { _currentlabel = 'sadsmall'; } frame 4 { gotoAndPlay(_currentlabel); } frame 5 { _currentlabel = 'miffed'; } frame 6 { gotoAndPlay(_currentlabel); } frame 7 { _currentlabel = 'wide'; } frame 8 { gotoAndPlay(_currentlabel); } frame 9 { _currentlabel = 'sadwide'; } frame 10 { gotoAndPlay(_currentlabel); } frame 11 { _currentlabel = 'sad'; } frame 12 { gotoAndPlay(_currentlabel); } frame 13 { _currentlabel = 'mad'; } frame 14 { gotoAndPlay(_currentlabel); } frame 15 { _currentlabel = 'squee'; } frame 16 { gotoAndPlay(_currentlabel); } frame 17 { _currentlabel = 'shut'; } frame 18 { gotoAndPlay(_currentlabel); } frame 19 { _currentlabel = 'sadthin'; } frame 20 { gotoAndPlay(_currentlabel); } frame 21 { _currentlabel = 'plain'; } frame 22 { gotoAndPlay(_currentlabel); } frame 23 { _currentlabel = 'sadshut'; } frame 24 { gotoAndPlay(_currentlabel); } frame 25 { _currentlabel = 'flat'; } frame 26 { gotoAndPlay(_currentlabel); } frame 27 { _currentlabel = 'small'; } frame 28 { gotoAndPlay(_currentlabel); } frame 29 { _currentlabel = 'tight'; } frame 30 { gotoAndPlay(_currentlabel); } frame 31 { _currentlabel = 'sadplain'; } frame 32 { gotoAndPlay(_currentlabel); } frame 33 { _currentlabel = 'sadtight'; } frame 34 { gotoAndPlay(_currentlabel); } frame 35 { _currentlabel = 'verysmall'; } frame 36 { gotoAndPlay(_currentlabel); } } movieClip 448 { frame 1 { _gotoAndPlay(2); } frame 2 { _currentlabel = 'notblushing'; } frame 3 { gotoAndPlay(_currentlabel); } frame 4 { _currentlabel = 'blushing'; } frame 35 { _currentlabel = 'notblushing'; gotoAndPlay(_currentlabel); } } movieClip 451 { } movieClip 455 { } movieClip 456 { } movieClip 457 { } movieClip 461 { } movieClip 463 { } movieClip 468 { } movieClip 469 { } movieClip 479 { } movieClip 480 { } movieClip 482 { } // unknown tag 88 length 280




http://swfchan.com/32/159943/info.shtml
Created: 22/10 -2018 04:26:00 Last modified: 22/10 -2018 04:26:00 Server time: 28/04 -2024 04:44:30