Combined Code
movieClip 2 {
}
movieClip 5 {
}
movieClip 7 {
}
movieClip 8 Fball {
frame 1 {
this.onEnterFrame = function () {
this.star._rotation += 5;
if (this.hasgrav == true) {
this._x += this.XV;
this._y -= this.YV;
this.YV -= 0.3;
this.star._alpha = 0;
} else {
if (this.givenpower >= 55) {
this.star._alpha = 150;
}
this.star._alpha -= 15;
this.star._xscale -= 0.5;
this.star._yscale -= 0.5;
this.XSB = _root.bellypoint._x;
this.YSB = _root.bellypoint._y;
this._x += (this.XSB - this._x) * 0.12;
this._y += (this.YSB - this._y) * 0.12;
if (_root.distance(this.XSB, this._x, this.YSB, this._y) < 30) {
if (this.givenpower > 3) {
this.givenpower -= 3;
_root.Tbellysize += 3;
} else {
_root.Tbellysize += this.givenpower;
this.givenpower = 0;
}
}
if (this._xscale != this.givenpower) {
this._xscale += (this.givenpower - this._xscale) * 0.3;
}
this._yscale = this._xscale;
if (this.givenpower <= 0) {
removeMovieClip(this);
}
}
if (this.Lmask._y < 0) {
this.Lmask._y += this.YV * 4;
}
this.lava._y = this.Lmask._y + 60;
this.lava._xscale = 100 - this.lava._y;
if (this.Lmask._y >= 0) {
this.Lmask._y = 0;
this.lava._visible = false;
this._lava._xscale = 0;
}
};
}
}
// unknown tag 88 length 14
movieClip 11 BCnum {
frame 1 {
if (this.created != true) {
this.created = true;
this.lifespan = 30;
this.flickering = false;
}
this.onEnterFrame = function () {
this._y -= 1;
flickering = !flickering;
if (this.flickering == false) {
this._alpha = 100 - (30 - lifespan) * 4;
} else {
this._alpha = 80 - (30 - lifespan) * 4;
}
lifespan -= 1;
if (this.lifespan <= 0) {
removeMovieClip(this);
}
};
}
}
movieClip 15 babykick {
frame 12 {
removeMovieClip(this);
}
}
frame 1 {
stop();
var firebeginning = 10;
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 22 {
}
movieClip 47 {
}
movieClip 60 {
}
movieClip 73 {
}
movieClip 75 {
}
movieClip 83 {
}
// unknown tag 88 length 122
movieClip 88 {
}
movieClip 95 {
}
movieClip 102 {
}
movieClip 114 {
}
movieClip 115 {
}
movieClip 116 {
}
movieClip 118 {
frame 1 {
this._alpha = 0;
}
}
frame 2 {
var debugging = false;
holly.head.gotoAndStop(1);
holly.head.backhead.gotoAndStop(1);
var kickID = 60;
var kickadd = 0;
var kickchance = 0;
var firstkick = false;
var kickdelay = 0;
var scanning = false;
var scansize = 0;
var armloss = false;
var inputType = 'draw';
var resetDelay = 0;
var bellysize = 1;
var Tbellysize = 1;
var bustsize = 1;
var Tbustsize = 1;
var hipsize = 1;
var Thipsize = 1;
var naked = false;
var lineMax = 3;
var fireStarted = false;
var fireStartX = 0;
var fireStartY = 0;
var fireEnded = false;
var fireEndX = 0;
var fireEndY = 0;
var firecount1 = 0;
var firecount2 = 0;
var firelines = new Array();
var fireballs = new Array();
var FLID = 1;
var makenewfireball = 30;
var FBID = 21;
var birthclicks = 1000;
var birthing = 0;
var birthing2 = 0;
var birthDelay = 0;
var birthDelay2 = 0;
var Pinarow = 0;
var Pcombo = 1;
var Ninarow = 0;
var Ncombo = 1;
var LLY = holly.l_leg._Y;
var RLY = holly.r_leg._Y;
var finalpush = 0;
var backupState = 'rest';
var states = new Object();
var curState = new Object();
var nodding = 0;
var nodrot = 0;
var nodrotplus = 0.6;
var shaking = 0;
var shakerot = 0;
var shakerotplus = 0.6;
var lpX = holly.head.eyes.l_pupil._x;
var lpY = holly.head.eyes.l_pupil._y;
var rpX = holly.head.eyes.r_pupil._x;
var rpY = holly.head.eyes.r_pupil._y;
var stateTimer = 0;
var speechTimer = 0;
var speech = new Object();
var nextspeech = 0;
var curspeech = bellysize;
var curPhase = 0;
var nextPhase = 0;
var keydetect = new Object();
var keyspressed = [];
Key.addListener(keydetect);
var flatbelly = false;
var forcemaxbust = false;
var forcezerobust = false;
var forcemaxdonk = false;
var forcezerodonk = false;
var forcemaxbelly = false;
var forcezerobelly;
detectSecretCode = function (n, c) {
if (Key.getCode() == _root[n + 'code'][_root[n + 'sofar'].length]) {
_root[n + 'sofar'].push(Key.getCode());
if (_root[n + 'sofar'].length >= _root[n + 'code'].length) {
activatecode = c;
if (activatecode == 1) {
armloss = true;
shrugging = 30;
setState('herpderp');
}
if (activatecode == 2) {
armloss = false;
shrugging = 0;
ARIS = 600;
}
if (activatecode == 3) {
flatbelly = true;
}
if (activatecode == 4) {
flatbelly = false;
}
if (activatecode == 5) {
forcemaxbust = true;
forcezerobust = false;
}
if (activatecode == 6) {
forcemaxbust = false;
forcezerobust = false;
}
if (activatecode == 7) {
forcezerobust = true;
forcemaxbust = false;
}
if (activatecode == 8) {
holly.neck.Btie._visible = !holly.neck.Btie._visible;
}
if (activatecode == 9) {
forcemaxdonk = true;
forcezerodonk = false;
}
if (activatecode == 10) {
forcemaxdonk = false;
forcezerodonk = false;
}
if (activatecode == 11) {
forcezerodonk = true;
forcemaxdonk = false;
}
if (activatecode == 12) {
debugging = !debugging;
}
if (activatecode == 13) {
forcemaxbelly = true;
forcezerobelly = false;
}
if (activatecode == 14) {
forcemaxbelly = false;
forcezerobelly = false;
}
if (activatecode == 15) {
forcezerobelly = true;
forcemaxbelly = false;
}
activatecode = 0;
}
} else {
_root[n + 'sofar'] = [];
}
};
keydetect.onKeyDown = function () {
detectSecretCode('armless', 1);
detectSecretCode('armsback', 2);
detectSecretCode('thinwaist', 3);
detectSecretCode('pudgeplease', 4);
detectSecretCode('megabust', 5);
detectSecretCode('normalbust', 6);
detectSecretCode('zerobust', 7);
detectSecretCode('bowtie', 8);
detectSecretCode('maxdonk', 9);
detectSecretCode('normaldonk', 10);
detectSecretCode('zerodonk', 11);
detectSecretCode('debugmode', 12);
detectSecretCode('maxbelly', 13);
detectSecretCode('normalbelly', 14);
detectSecretCode('zerobelly', 15);
};
var armlesssofar = new Array();
var armlesscode = [87, 72, 69, 82, 69, 65, 82, 69, 72, 69, 82, 65, 82, 77, 83];
var armsbacksofar = new Array();
var armsbackcode = [79, 72, 84, 72, 69, 82, 69, 84, 72, 69, 89, 65, 82, 69];
var thinwaistsofar = new Array();
var thinwaistcode = [73, 76, 73, 75, 69, 84, 72, 69, 77, 83, 75, 73, 78, 78, 89];
var pudgepleasesofar = new Array();
var pudgepleasecode = [80, 85, 68, 71, 69, 83, 65, 82, 69, 78, 73, 67, 69];
var megabustsofar = new Array();
var megabustcode = [77, 79, 82, 69, 66, 85, 83, 84, 80, 76, 69, 65, 83, 69];
var normalbustsofar = new Array();
var normalbustcode = [84, 72, 69, 89, 87, 69, 82, 69, 66, 69, 84, 84, 69, 82, 66, 69, 70, 79, 82, 69];
var zerobustsofar = new Array();
var zerobustcode = [66, 79, 79, 66, 83, 65, 82, 69, 76, 65, 77, 69];
var bowtiesofar = new Array();
var bowtiecode = [66, 79, 87, 84, 73, 69, 83, 65, 82, 69, 67, 79, 79, 76];
var maxdonksofar = new Array();
var maxdonkcode = [78, 69, 69, 68, 83, 77, 79, 82, 69, 68, 79, 78, 75];
var normaldonksofar = new Array();
var normaldonkcode = [83, 79, 77, 69, 66, 85, 84, 84, 73, 83, 78, 73, 67, 69];
var zerodonksofar = new Array();
var zerodonkcode = [87, 72, 79, 78, 69, 69, 68, 83, 72, 73, 80, 83];
var debugmodesofar = new Array();
var debugmodecode = [68, 69, 66, 85, 71, 71, 73, 78, 71, 83, 79, 85, 78, 68, 83, 70, 85, 78];
var maxbellysofar = new Array();
var maxbellycode = [72, 85, 71, 69, 66, 69, 76, 76, 73, 69, 83, 65, 82, 69, 66, 69, 83, 84];
var normalbellysofar = new Array();
var normalbellycode = [65, 86, 69, 82, 65, 71, 69, 73, 83, 69, 78, 79, 85, 71, 72];
var zerobellysofar = new Array();
var zerobellycode = [80, 82, 69, 71, 73, 83, 70, 79, 82, 87, 69, 73, 82, 68, 79, 83];
speech[0] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[1] = {'_nod': 30, '_question': 'Do you have a boyfriend?', '_expression': 'agree', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[2] = {'_nod': 30, '_question': 'You\'re Holly right?', '_expression': 'happy', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[3] = {'_nod': 30, '_question': 'Are you skinny dipping!? In lava?!', '_expression': 'proud', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[4] = {'_laugh': 45, '_question': 'A busty Chub-zard! It must be my lucky day.', '_expression': 'chuckle', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[5] = {'_expression': 'really', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[6] = {'_expression': 'good', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[7] = {'_expression': 'agree', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[8] = {'_expression': 'enjoy', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[9] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[10] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[11] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[12] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[13] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[14] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[15] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[16] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[17] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[18] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[19] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[50] = {'_expression': 'shock', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[51] = {'_shake': 30, '_question': 'Your boyfriend, is he a charizard like you?', '_expression': 'wrong', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[52] = {'_shrug': 35, '_question': 'Any reason your tail fire is green?', '_expression': 'shrug', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[53] = {'_nod': 35, '_question': 'Did your belly just get bigger!?', '_expression': 'amazed', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[54] = {'_nod': 35, '_question': 'You haven\'t said anything yet. Are you mute?', '_expression': 'pouty', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[55] = {'_expression': 'what', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[56] = {'_expression': 'stumped', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[57] = {'_expression': 'what', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[58] = {'_expression': 'stumped', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[59] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[60] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[61] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[62] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[63] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[64] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[65] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[66] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[67] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[68] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[69] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[100] = {'_expression': 'awe', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[101] = {'_shake': 35, '_question': 'Hmm. Is your boyfriend a dragon, or a fire or flying type then?', '_expression': 'wrong', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[102] = {'_nod': 35, '_question': 'Did your belly just move?', '_expression': 'amazed', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[103] = {'_nod': 35, '_question': 'I think you\'re pregnant. I guess that\'s what the sign behind you was warning you about.', '_expression': 'biteme', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[104] = {'_nod': 35, '_question': 'At least your bust got bigger.', '_expression': 'proud', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[105] = {'_expression': 'shock', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[106] = {'_expression': 'good', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[107] = {'_laugh': 45, '_expression': 'chuckle', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[108] = {'_expression': 'embarrassed', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[109] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[110] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[111] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[112] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[113] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[114] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[115] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[116] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[117] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[118] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[119] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[150] = {'_expression': 'tease', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[151] = {'_nod': 35, '_question': 'Really? Your boyfriend sounds very different to you.', '_expression': 'wrong', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[152] = {'_laugh': 45, '_nod': 35, '_question': 'You\'re pregnant allright. VERY pregnant.', '_expression': 'chuckle', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[153] = {'_question': 'You\'re taking what\'s happening to you very well.', '_expression': 'wrong', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[154] = {'_question': 'Is it just me, or are you enjoying this way too much...', '_expression': 'proud', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[155] = {'_expression': 'shock', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[156] = {'_expression': 'cheeky', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[157] = {'_laugh': 45, '_expression': 'laugh', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[158] = {'_expression': 'good', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[159] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[160] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[161] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[162] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[163] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[164] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[165] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[166] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[167] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[168] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[169] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[200] = {'_expression': 'amazed', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[201] = {'_laugh': 45, '_nod': 45, '_question': 'Wait, I know now, your boyfriend is that little buizel named Oliver.', '_expression': 'chuckle', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[202] = {'_nod': 45, '_question': 'With how big you\'ve gotten... I don\'t think you\'re only having one.', '_expression': 'love', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[203] = {'_shake': 45, '_question': 'You really have no shame, do you?', '_expression': 'tease', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[204] = {'_laugh': 45, '_question': 'Why do you have breasts anyway. That doesn\'t make sense.', '_expression': 'biteme', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[205] = {'_expression': 'shock', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[206] = {'_expression': 'agree', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[207] = {'_expression': 'astonished', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[208] = {'_expression': 'good', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[209] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[210] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[211] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[212] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[213] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[214] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[215] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[216] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[217] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[218] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[219] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[250] = {'_expression': 'wrong', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[251] = {'_nod': 45, '_question': 'Your boyfriend is a lucky guy.', '_expression': 'happy', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[252] = {'_nod': 45, '_laugh': 45, '_question': 'Holy smokes! You\'re the size of a house!', '_expression': 'love', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[253] = {'_nod': 45, '_question': 'I hope you\'re looking forward to being a mother.', '_expression': 'wrong', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[254] = {'_laugh': 45, '_question': 'Thanks for reminding me why Charmander is best starter.', '_expression': 'tease', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[255] = {'_expression': 'wince', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[256] = {'_expression': 'seductive', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[257] = {'_expression': 'cheeky', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[258] = {'_expression': 'good', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[259] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[260] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[261] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[262] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[263] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[264] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[265] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[266] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[267] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[268] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[269] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[300] = {'_expression': 'broken', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[301] = {'_question': 'Good luck Holly.', '_expression': 'thanks', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[302] = {'_nod': 45, '_question': 'Do you wish Oliver was here with you?', '_expression': 'wish', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[303] = {'_nod': 45, '_question': 'I hope you\'re ready for motherhood Holly.', '_expression': 'nervous', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[304] = {'_nod': 45, '_question': 'Just think, you\'ll get to see your little charmanders after this.', '_expression': 'consternation', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[305] = {'_expression': 'annoyed', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[306] = {'_expression': 'embarrassed', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[307] = {'_expression': 'sheepish', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[308] = {'_expression': 'thanks', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[309] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[310] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[311] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[312] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[313] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[314] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[315] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[316] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[317] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[318] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[319] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[350] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[351] = {'_shake': 45, '_question': 'I\'m missing a pokedex entry, may I adopt one of your children?', '_expression': 'content', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[352] = {'_laugh': 45, '_question': 'I guess your massive bust is good for something besides showing off.', '_expression': 'tease', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[353] = {'_nod': 45, '_question': 'Wow, a new mother of three little charmanders. You must be proud.', '_expression': 'chuckle', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[354] = {'_nod': 45, '_question': 'Do you think Oliver will accept being a father?', '_expression': 'consider', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[355] = {'_expression': 'seductive', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[356] = {'_expression': 'cheeky', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[357] = {'_laugh': 45, '_expression': 'laugh', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[358] = {'_expression': 'proud', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[359] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[360] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[361] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[362] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[363] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[364] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[365] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[366] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[367] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[368] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[369] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[400] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[401] = {'_question': '_____', '_expression': '', '_arm': 'belly', '_expression2': 'belly', 'arm2': ''};
speech[402] = {'_question': '_____', '_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[403] = {'_question': '_____', '_expression': '', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[404] = {'_question': '_____', '_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[405] = {'_expression': 'seductive', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[406] = {'_expression': 'cheeky', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[407] = {'_expression': 'seductive', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[408] = {'_expression': 'cheeky', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[409] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[410] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[411] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[412] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[413] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[414] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[415] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[416] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[417] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[418] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[419] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[450] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[451] = {'_question': 'Q1.2', '_expression': '', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[452] = {'_question': 'Are you skinny dipping? In lava?', '_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[453] = {'_question': 'Why is your tail fire green?', '_expression': '', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[454] = {'_question': 'Do you have a boyfriend?', '_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[455] = {'_expression': 'seductive', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[456] = {'_expression': 'cheeky', '_arm': 'breast', '_expression2': '', 'arm2': ''};
speech[457] = {'_expression': 'seductive', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[458] = {'_expression': 'cheeky', '_arm': 'belly', '_expression2': '', 'arm2': ''};
speech[459] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[460] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[461] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[462] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[463] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[464] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[465] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[466] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[467] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[468] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
speech[469] = {'_expression': '', '_arm': 'rest', '_expression2': '', 'arm2': ''};
states.blank = {'eyes': 'wha', 'mouth': 'grin', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'halfmad', 'mouth': 'smile', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'wide', 'mouth': 'o', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'halfup', 'mouth': 'Tsmile', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'shut', 'mouth': 'smallsmile', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'highmad', 'mouth': 'bigsmile', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'halfup2', 'mouth': 'smallT', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'narrow', 'mouth': 'biggrin', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'halfup3', 'mouth': 'Tbiggrin', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'halfmad2', 'mouth': 'none', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'halfmad4', 'mouth': 'puff', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'upshut', 'mouth': 'smallsad', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'sadshut', 'mouth': 'bigo', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'halfsad', 'mouth': 'blank', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'raised', 'mouth': 'line', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'sad', 'mouth': 'nice', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'tiredsad', 'mouth': 'breathing', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'sadtight', 'mouth': 'gritting', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.blank = {'eyes': 'tiredsad', 'mouth': 'grit', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.annoyed = {'eyes': 'madshut', 'mouth': 'puff', '_lpx': 0, '_lpy': 6, '_rpx': -5, '_rpy': 8};
states.astonished = {'eyes': 'high', 'mouth': 'line', '_lpx': 0, '_lpy': 6, '_rpx': -5, '_rpy': 8};
states.agree = {'eyes': 'shut', 'mouth': 'smile', '_lpx': 0, '_lpy': 7, '_rpx': -5, '_rpy': 7};
states.amazed = {'eyes': 'wide', 'mouth': 'none', '_lpx': 0, '_lpy': 7, '_rpx': -5, '_rpy': 7};
states.awe = {'eyes': 'wide', 'mouth': 'nice', '_lpx': 0, '_lpy': 6, '_rpx': -5, '_rpy': 8};
states.biteme = {'eyes': 'wha', 'mouth': 'Tsmile', '_lpx': 0, '_lpy': 0, '_rpx': -5, '_rpy': 0};
states.broken = {'eyes': 'wide', 'mouth': 'wide', '_lpx': 0, '_lpy': 7, '_rpx': -5, '_rpy': 9};
states.cheeky = {'eyes': 'wha', 'mouth': 'grin', '_lpx': 0, '_lpy': 7, '_rpx': -5, '_rpy': 7};
states.chuckle = {'eyes': 'upshut', 'mouth': 'biggrin', '_lpx': 0, '_lpy': 7, '_rpx': -5, '_rpy': 7};
states.content = {'eyes': 'shut', 'mouth': 'smile', '_lpx': 0, '_lpy': 7, '_rpx': -5, '_rpy': 7};
states.consider = {'eyes': 'high', 'mouth': 'nice', '_lpx': 0, '_lpy': 6, '_rpx': -5, '_rpy': 8};
states.consternation = {'eyes': 'sadshut', 'mouth': 'biggrin', '_lpx': 0, '_lpy': 6, '_rpx': -5, '_rpy': 8};
states.cry = {'eyes': 'madshut', 'mouth': 'wide', '_lpx': 0, '_lpy': 6, '_rpx': -5, '_rpy': 8};
states.enjoy = {'eyes': 'shut', 'mouth': 'Tsmile', '_lpx': 0, '_lpy': 7, '_rpx': -5, '_rpy': 7};
states.embarrassed = {'eyes': 'raised', 'mouth': 'grin', '_lpx': 0, '_lpy': 0, '_rpx': -5, '_rpy': 0};
states.good = {'eyes': 'shut', 'mouth': 'upopen', '_lpx': 0, '_lpy': 7, '_rpx': -5, '_rpy': 7};
states.happy = {'eyes': 'upshut', 'mouth': 'Tbiggrin', '_lpx': 0, '_lpy': 7, '_rpx': -5, '_rpy': 7};
states.herpderp = {'eyes': 'wide', 'mouth': 'upopen', '_lpx': -9, '_lpy': 0, '_rpx': 12, '_rpy': -3};
states.laugh = {'eyes': 'upshut', 'mouth': 'upopen', '_lpx': 0, '_lpy': 7, '_rpx': -5, '_rpy': 7};
states.love = {'eyes': 'high', 'mouth': 'biggrin', '_lpx': 0, '_lpy': 6, '_rpx': -5, '_rpy': 8};
states.nervous = {'eyes': 'sad', 'mouth': 'biggrin', '_lpx': 0, '_lpy': 0, '_rpx': -5, '_rpy': 0};
states.pain = {'eyes': 'sadtight', 'mouth': 'gritting', '_lpx': 0, '_lpy': 7, '_rpx': -5, '_rpy': 9};
states.panic = {'eyes': 'sad', 'mouth': 'breathing', '_lpx': 0, '_lpy': 7, '_rpx': -5, '_rpy': 9};
states.pouty = {'eyes': 'halfmad', 'mouth': 'smallsad', '_lpx': 5, '_lpy': 0, '_rpx': 5, '_rpy': 0};
states.proud = {'eyes': 'halfup2', 'mouth': 'biggrin', '_lpx': 0, '_lpy': 0, '_rpx': -5, '_rpy': 0};
states.really = {'eyes': 'raised', 'mouth': 'smile', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.relax = {'eyes': 'halfsad', 'mouth': 'Tsmile', '_lpx': 0, '_lpy': -3, '_rpx': -5, '_rpy': -5};
states.relieved = {'eyes': 'tiredsad', 'mouth': 'smile', '_lpx': 0, '_lpy': 7, '_rpx': -5, '_rpy': 7};
states.rest = {'eyes': 'smallmad', 'mouth': 'smile', '_lpx': 0, '_lpy': 1, '_rpx': 0, '_rpy': 2};
states.seductive = {'eyes': 'halfup', 'mouth': 'Tsmile', '_lpx': 0, '_lpy': 7, '_rpx': -5, '_rpy': 7};
states.serene = {'eyes': 'halfsad', 'mouth': 'smile', '_lpx': 0, '_lpy': 7, '_rpx': -5, '_rpy': 7};
states.sheepish = {'eyes': 'halfsad', 'mouth': 'none', '_lpx': 5, '_lpy': 0, '_rpx': 5, '_rpy': 0};
states.shock = {'eyes': 'wide', 'mouth': 'o', '_lpx': 0, '_lpy': 7, '_rpx': -5, '_rpy': 9};
states.shrug = {'eyes': 'halfup2', 'mouth': 'puff', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.stoned = {'eyes': 'wha', 'mouth': 'o', '_lpx': 0, '_lpy': 6, '_rpx': -5, '_rpy': 8};
states.stumped = {'eyes': 'raised', 'mouth': 'o', '_lpx': 0, '_lpy': 0, '_rpx': -5, '_rpy': 0};
states.tease = {'eyes': 'halfup2', 'mouth': 'biggrin', '_lpx': 0, '_lpy': 0, '_rpx': -5, '_rpy': 0};
states.thanks = {'eyes': 'sad', 'mouth': 'grin', '_lpx': 0, '_lpy': 0, '_rpx': -5, '_rpy': 0};
states.what = {'eyes': 'wide', 'mouth': 'o', '_lpx': 0, '_lpy': 0, '_rpx': -5, '_rpy': 0};
states.wince = {'eyes': 'wide', 'mouth': 'grit', '_lpx': 0, '_lpy': 0, '_rpx': -5, '_rpy': 0};
states.wish = {'eyes': 'sadshut', 'mouth': 'smallsad', '_lpx': 0, '_lpy': 0, '_rpx': 0, '_rpy': 0};
states.wrong = {'eyes': 'wha', 'mouth': 'smallsmile', '_lpx': 0, '_lpy': 7, '_rpx': -5, '_rpy': 7};
setState = function (str) {
stateTimer = 90;
if (CurState != str) {
CurState = str;
holly.head.eyes.gotoAndPlay(states[CurState].eyes);
holly.head.mouth.gotoAndPlay(states[CurState].mouth);
holly.head.eyes.l_pupil._x = lpX + states[CurState]._lpx;
holly.head.eyes.l_pupil._y = lpY + states[CurState]._lpy;
holly.head.eyes.r_pupil._x = rpX + states[CurState]._rpx;
holly.head.eyes.r_pupil._y = rpY + states[CurState]._rpy;
}
};
setState('rest');
moveArm = function (u_s) {
if (holly.r_arm._currentlabel != u_s) {
holly.r_arm.gotoAndPlay(holly.r_arm._currentlabel + '2' + u_s);
holly.r_overarm.gotoAndPlay(holly.r_arm._currentlabel + '2' + u_s);
}
};
charSpeak = function (n, f) {
speechTimer = speech[n]._line.length * 2.3;
speech_b._txt.text = speech[n]._line;
setState(speech[n]._expression);
moveArm(speech[n]._arm);
nodding = 0;
shaking = 0;
laughing = 0;
shrugging = 0;
if (speech[n]._laugh > 0) {
laughing = speech[n]._laugh;
}
if (speech[n]._nod > 0) {
nodding = speech[n]._nod;
}
if (speech[n]._shake > 0) {
shaking = speech[n]._shake;
}
if (speech[n]._shrug > 0) {
shrugging = speech[n]._shrug;
}
if (speech[n]._expression2 != '') {
if (secondline <= -5000) {
secondline = n;
} else {
speechTimer = speech[n]._line.length * 2.3;
speech_b._txt.text = speech[n]._line2;
setState(speech[n]._expression2);
moveArm(speech[n]._arm2);
if (f == false) {
secondline = -5000;
}
}
} else {
secondline = -5000;
}
if (f == true) {
speechTimer = speech[n]._line.length * 2.3;
speech_b._txt.text = speech[n]._line;
setState(speech[n]._expression);
moveArm(speech[n]._arm);
}
};
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;
birthing2 = 0;
birthclicks = 1000;
naked = false;
updateClothes();
resetDelay = 0;
nextPhase = 0;
armloss = false;
shrugging = 0;
fading = 0;
if (ARIS > 200) {
ARIS = 600;
}
};
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;
}
}
}
}
};
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));
};
holly.belly.onPress = function () {
startrub = 10;
};
holly.l_breast.onPress = function () {
bstartrub = 10;
};
holly.r_breast.onPress = holly.l_breast.onPress;
startrub = 0;
bstartrub = 0;
rubbing = 0;
brubbing = 0;
onMouseUp = function () {
mousepressed = false;
if (startrub > 1) {
startrub = 2;
}
if (bstartrub > 1) {
bstartrub = 2;
}
rubbing = 0;
brubbing = 0;
mousemove = 0;
if (distance(fireStartX, fireEndX, fireStartY, fireEndY) > 1 && firelines.length < lineMax) {
YD = fireStartY - fireEndY;
XD = fireStartX - fireEndX;
angle = Math.atan2(YD, XD);
rotis = angle * 180 / Math.PI;
O1LPX = fireStartX + Math.sin(Math.PI - angle) * -beamwidth;
O1LPY = fireStartY + Math.cos(Math.PI - angle) * -beamwidth;
O1UPX = fireStartX + Math.sin(1.570796326794897 - angle) * beamwidth * 2;
O1UPY = fireStartY + Math.cos(1.570796326794897 - angle) * beamwidth * 2;
O1RPX = fireStartX + Math.sin(Math.PI - angle) * beamwidth;
O1RPY = fireStartY + Math.cos(Math.PI - angle) * beamwidth;
O2LPX = fireEndX + Math.sin(Math.PI - angle) * -beamwidth;
O2LPY = fireEndY + Math.cos(Math.PI - angle) * -beamwidth;
O2UPX = fireEndX + Math.sin(1.570796326794897 - angle) * -beamwidth * 2;
O2UPY = fireEndY + Math.cos(1.570796326794897 - angle) * -beamwidth * 2;
O2RPX = fireEndX + Math.sin(Math.PI - angle) * beamwidth;
O2RPY = fireEndY + Math.cos(Math.PI - angle) * beamwidth;
if (fireStarted == true && firebeginning <= 0) {
with (_root['beam' + FLID]) {
lineStyle(0, 61440, 0);
beginFill(3407616, 9);
moveTo(O1LPX, O1LPY);
lineTo(O2LPX, O2LPY);
lineTo(O2UPX, O2UPY);
lineTo(O2RPX, O2RPY);
lineTo(O1RPX, O1RPY);
lineTo(O1UPX, O1UPY);
lineTo(O1LPX, O1LPY);
}
firecount1 = 30;
_root['beam' + FLID].firecount1 = 1;
_root['beam' + FLID].fireend = 25 + distance(fireStartX, fireEndX, fireStartY, fireEndY) * 0.035;
_root['beam' + FLID].fireworth = Math.max(Math.floor((distance(fireStartX, fireEndX, fireStartY, fireEndY) - 50) / 10) * 10, 0);
firelines.push(_root['beam' + FLID]);
FLID += 1;
if (FLID > 20) {
FLID = 0;
}
}
} else {
removeMovieClip(_root['beam' + FLID]);
}
fireStarted = false;
fireEnded = true;
};
onMouseDown = function () {
speechTimer = 100;
mousepressed = true;
if (inputType == 'draw') {
if (firebeginning <= 0 && firelines.length < lineMax) {
_root.createEmptyMovieClip('beam' + FLID, FLID);
}
if (fireStarted != true && firebeginning <= 0 && firelines.length < lineMax) {
fireStarted = true;
fireStartX = _xmouse;
fireStartY = _ymouse;
}
}
};
holly.neck.Btie._visible = false;
if (bellysize != Tbellysize) {
if (bellydiff() > 1 || bellydiff() < -1) {
bellysize += Math.floor(bellydiff());
} else {
if (bellydiff() < 0) {
bellysize -= 1;
} else {
if (bellydiff() > 0) {
bellysize += 1;
}
}
}
}
_root.createEmptyMovieClip('beam1', 1);
beamwidth = 15;
LWstartrot = holly.l_wing._rotation;
RWstartrot = holly.r_wing._rotation;
headstartrot = holly.head._rotation;
larmstartY = holly.l_arm._y;
shychildstartY = holly.shychild._y;
rarmstartY = holly.r_arm._y;
lbreaststartY = holly.l_breast._y;
rbreaststartY = holly.r_breast._y;
lbreaststartX = holly.l_breast._x;
rbreaststartX = holly.r_breast._x;
LstumpY = holly.torso.Lstump._y;
RstumpY = holly.torso.Rstump._y;
whitestartY = holly.torso.whitebit._y;
headX = holly.head._x;
lavastartY = BGlava._y;
O_panel.onEnterFrame = function () {
O_panel.YSB = -103;
if (O_panel.hitTest(_xmouse, _ymouse, true) == true) {
O_panel.YSB = 0;
}
if (O_panel._y != O_panel.YSB) {
O_panel._y += (O_panel.YSB - O_panel._y) * 0.2;
}
O_panel.reset_b._txt.text = 'Reset';
if (resetDelay > 0) {
O_panel.reset_b._txt.text = 'Really?';
}
O_panel.birth_b._txt.text = 'Birth';
countdown('birthDelay', 0);
countdown('birthDelay2', 0);
if (birthDelay > 0) {
if (Tbellysize >= 600) {
O_panel.birth_b._txt.text = birthclicks;
} else {
O_panel.birth_b._txt.text = 'Not Yet';
}
}
if (birthclicks < 1) {
O_panel.birth_b._txt.text = 'Push';
}
if (birthDelay2 > 0) {
O_panel.birth_b._txt.text = 'Pushing';
wingrot += 0.25;
}
if (birthing >= 2) {
O_panel.birth_b._txt.text = '';
}
O_panel.question1._txt.text = speech[curPhase + 1]._question;
O_panel.question2._txt.text = speech[curPhase + 2]._question;
O_panel.question3._txt.text = speech[curPhase + 3]._question;
O_panel.question4._txt.text = speech[curPhase + 4]._question;
};
O_panel.reset_b.onPress = function () {
if (resetDelay <= 0) {
resetDelay = 30;
} else {
reset();
}
};
O_panel.birth_b.onPress = function () {
birthDelay = 30;
if (Tbellysize < 600) {
} else {
birthclicks -= 1;
}
if (birthclicks <= 0 && birthing < 2) {
birthclicks = 0;
birthing = 1;
if (birthDelay2 <= 0) {
birthDelay2 = 50;
if (birthing == 1 && birthing2 < 7) {
birthing2 += 1;
setState('pain');
if (birthing2 == 7) {
setState('cry');
}
holly.l_leg._y -= 10;
holly.r_leg._y -= 10;
}
if (birthing2 >= 7) {
if (fading <= 0) {
fading = 1;
}
}
}
}
};
O_panel.question1.onPress = function () {
charSpeak(curPhase + 1);
};
O_panel.question2.onPress = function () {
charSpeak(curPhase + 2);
};
O_panel.question3.onPress = function () {
charSpeak(curPhase + 3);
};
O_panel.question4.onPress = function () {
charSpeak(curPhase + 4);
};
O_panel.draw_b.onPress = function () {
inputType = 'draw';
};
O_panel.touch_b.onPress = function () {
inputType = 'touch';
};
O_panel.help_b.onPress = function () {
inputType = 'help';
};
O_panel.scan_b.onPress = function () {
if (inputType != 'scan') {
inputType = 'scan';
scanning = true;
} else {
scanning = !scanning;
}
};
makeKick = function () {
kickadd += 20;
var v1 = holly.belly.attachMovie('babykick', 'kick' + kickID, kickID);
v1._x = 15 - Math.random() * 20 - (Tbellysize / 120) * 10;
v1._y = 80 + Math.random() * 40;
v1._xscale = 150;
v1._yscale = 150;
v1._rotation = Math.random() * 180;
kickID += 1;
charkick = 1 + Math.floor(Math.random() * 3);
armleg = Math.floor(Math.random() * 2);
if (armleg == 0) {
holly.womb['char' + charkick].mander.arm._rotation = -25;
}
if (armleg == 1) {
holly.womb['char' + charkick].mander.leg._rotation = 15;
}
};
ARIS = 0;
holly.torso.Lstump._visible = false;
holly.torso.Rstump._visible = false;
C3tailrotstart = holly.shychild.bottom.tail._rotation;
onEnterFrame = function () {
if (debugging == true) {
holly.l_leg.onPress = function () {
Tbellysize += 60;
};
sign.onPress = function () {
Tbellysize = 600;
if (birthclicks > 0) {
birthclicks = 0;
} else {
birthing = 2;
}
};
}
holly.tail.fire._xscale = 100 + Math.max(Tbellysize - bellysize, 0);
holly.tail.fire._yscale = 100 + Math.max(Tbellysize - bellysize, 0);
circular(0, 'headrot', 0.032);
if (laughing > 0) {
laughing -= 1;
headrot += 0.32;
}
ARSB = 0;
if (shrugging > 0) {
shrugging -= 1;
ARSB = -4;
if (armloss == true) {
holly.torso.Lstump._visible = true;
holly.torso.Rstump._visible = true;
}
}
if (armloss != true) {
ARIS += (ARSB - ARIS) * 0.12;
} else {
ARIS += (ARIS - ARSB) * 0.12;
}
holly.belly._visible = !flatbelly;
circular(0, 'wingrot', 0.03);
circular(0, 'sleeprot', 0.04);
holly.head._rotation = headstartrot + Math.cos(headrot) * 2;
holly.r_overarm._y = rarmstartY + ARIS + Math.sin(headrot) * 3;
holly.r_arm._y = rarmstartY + ARIS + Math.sin(headrot) * 3;
holly.shychild._y = shychildstartY + ARIS + Math.sin(headrot) * 3;
holly.l_arm._y = larmstartY + ARIS + Math.sin(headrot) * 3;
holly.r_breast._y = rbreaststartY + Math.sin(headrot) * 2;
holly.l_breast._y = lbreaststartY + Math.sin(headrot) * 2;
holly.r_breast._x = rbreaststartX + Math.sin(headrot) * 2;
holly.l_breast._x = lbreaststartX - Math.sin(headrot) * 2;
holly.torso.whitebit._y = whitestartY + Math.sin(headrot) * 2;
holly.r_wing._rotation = RWstartrot + Math.sin(wingrot) * 5;
holly.l_wing._rotation = LWstartrot - Math.sin(wingrot) * 5;
if (firebeginning > 0) {
firebeginning -= 1;
fireStarted = false;
}
if (fireStarted == true && firebeginning <= 0) {
_root.createEmptyMovieClip('beam' + FLID, FLID);
fireEndX = _xmouse;
fireEndY = _ymouse;
}
if (firebeginning <= 0 && fireStarted == true) {
with (_root['beam' + FLID]) {
lineStyle(3, 61440, 50);
moveTo(fireStartX, fireStartY);
lineTo(fireEndX, fireEndY);
}
}
Leyehit = false;
Reyehit = false;
Tfirehit = false;
for (i in firelines) {
if (firelines[i].hitTest(holly.head.eyes.l_pupil.Chole) == true) {
Leyehit = true;
}
if (firelines[i].hitTest(holly.head.eyes.r_pupil.Chole) == true) {
Reyehit = true;
}
if (firelines[i].hitTest(holly.tail.fire) == true) {
Tfirehit = true;
}
if (firelines[i].firecount1 > 0) {
firelines[i].firecount1 += 1;
}
if (firelines[i].firecount1 == 21) {
firelines[i].firecount2 = 1;
}
if (firelines[i].firecount2 > 0) {
firelines[i].firecount2 += 1;
firelines[i]._alpha = 250;
}
if (firelines[i].firecount2 > firelines[i].fireend) {
Pinarow = 0;
Ninarow = 0;
removeMovieClip(firelines[i]);
firelines.splice(i, 1);
}
}
if (nodding <= 0) {
nodrot = 0;
} else {
nodding -= 1;
nodrot += nodrotplus;
if (nodrot > 6.283185307179586) {
nodrot -= 6.283185307179586;
}
}
holly.head._rotation = Math.sin(nodrot) * 5;
if (shaking <= 0) {
shakerot = 0;
} else {
shaking -= 1;
shakerot += shakerotplus;
if (shakerot > 6.283185307179586) {
shakerot -= 6.283185307179586;
}
}
holly.head.eyes._xscale = Math.sin(shakerot) * 5 + 100;
holly.head._x = headX + Math.sin(shakerot) * 2;
countdown('makenewfireball', 0);
if (makenewfireball <= 0) {
makenewfireball = 45;
var newFB = attachMovie('Fball', 'Fball' + FBID, FBID);
newFB._x = 50 + Math.random() * 500;
newFB._y = 550 + Math.random() * 30;
newFB.XV = 3 - Math.random() * 6;
newFB.YV = 12 + Math.random() * 6;
newFB._xscale = 50;
newFB._yscale = 50;
newFB.hasgrav = true;
fireballs.push(newFB);
FBID += 1;
if (FBID > 40) {
FBID = 21;
}
}
for (i in fireballs) {
for (l in firelines) {
if (firelines[l].hitTest(fireballs[i]._x, fireballs[i]._y, true) == true && firelines[l].firecount2 > 0 && fireballs[i].YV < 0) {
addbelly = 30 - Math.sqrt(Math.min(firelines[l].fireworth, 900));
addbelly2 = 0.18 + Math.max(25 - firelines[l].firecount2, 0) * 0.08;
addbelly3 = addbelly * addbelly2;
testing = firelines[l].fireend;
Ninarow += 1;
if (addbelly3 > 55) {
Pinarow += 1;
} else {
Pinarow = 0;
}
tested = addbelly3;
removeMovieClip(firelines[l]);
firelines.splice(l, 1);
fireballs[i].hasgrav = false;
fireballs[i].givenpower = Math.floor(addbelly3);
}
}
if (fireballs[i]._y > 680) {
removeMovieClip(fireballs[i]);
fireballs.splice(i, 1);
}
}
backupState = 'rest';
if (Tbellysize >= 120) {
backupState = 'astonished';
}
if (Tbellysize >= 240) {
backupState = 'consider';
}
if (Tbellysize >= 360) {
backupState = 'good';
}
if (Tbellysize >= 480) {
backupState = 'relax';
}
if (Tbellysize >= 600) {
backupState = 'serene';
}
if (birthing == 1) {
backupState = 'panic';
headrot += 0.112;
}
if (birthing == 2) {
backupState = 'relieved';
}
countdown('stateTimer', 0);
countdown('speechTimer', 0);
countdown('lineDelay', 0);
if (stateTimer <= 5) {
setState(backupState);
if (secondline > -5000) {
charSpeak(secondline);
}
}
var whiteglow = new flash.filters.GlowFilter(16777215, 90, (2.5 + Math.sin(glowshift)) * 6, (2.5 + Math.cos(glowshift)) * 6, 2, 1);
O_panel.draw_b.filters = [];
O_panel.touch_b.filters = [];
O_panel.scan_b.filters = [];
O_panel.help_b.filters = [];
if (inputType == 'help') {
O_panel.help_b.filters = [whiteglow];
helpbox._alpha = 100;
if (helpbox._y > 433) {
helpbox._y += (433 - helpbox._y) / 4;
}
if (O_panel.draw_b.hitTest(_xmouse, _ymouse, true)) {
helpbox.gotoAndStop('line');
}
if (O_panel.help_b.hitTest(_xmouse, _ymouse, true)) {
helpbox.gotoAndStop('help');
}
if (O_panel.touch_b.hitTest(_xmouse, _ymouse, true)) {
helpbox.gotoAndStop('touch');
}
if (O_panel.scan_b.hitTest(_xmouse, _ymouse, true)) {
helpbox.gotoAndStop('scan');
}
if (O_panel.birth_b.hitTest(_xmouse, _ymouse, true)) {
helpbox.gotoAndStop('birth');
}
if (O_panel.reset_b.hitTest(_xmouse, _ymouse, true)) {
helpbox.gotoAndStop('reset');
}
if (sign.hitTest(_xmouse, _ymouse, true)) {
helpbox.gotoAndStop('sign');
}
if (holly.womb.hitTest(_xmouse, _ymouse, true) && scanning == true && Tbellysize < 2) {
helpbox.gotoAndStop('womb1');
}
if (holly.womb.hitTest(_xmouse, _ymouse, true) && scanning == true && Tbellysize > 1) {
helpbox.gotoAndStop('womb2');
}
if (holly.womb.hitTest(_xmouse, _ymouse, true) && scanning == true && Tbellysize > 120) {
helpbox.gotoAndStop('womb3');
}
i = 0;
while (i < 5) {
if (O_panel['question' + i].hitTest(_xmouse, _ymouse, true)) {
helpbox.gotoAndStop('question');
}
++i;
}
for (i in fireballs) {
if (fireballs[i].hitTest(_xmouse, _ymouse, true)) {
helpbox.gotoAndStop('fireball');
}
}
} else {
if (helpbox._y < 550) {
helpbox._y += (550 - helpbox._y) / 4;
}
if (helpbox._y > 548) {
helpbox._alpha -= 10;
}
}
if (inputType == 'scan') {
O_panel.scan_b.filters = [whiteglow];
if (fireballs.length < 1) {
makenewfireball = 2;
} else {
makenewfireball = 30;
}
}
if (scanning == true) {
if (scansize < 100) {
scansize += 10;
}
} else {
if (scansize > -10) {
scansize -= 10;
}
}
if (inputType == 'draw') {
O_panel.draw_b.filters = [whiteglow];
}
overbreast = false;
overbelly = false;
if (holly.belly.hitTest(_xmouse, _ymouse, true) == true) {
overbelly = true;
}
if (holly.l_breast.hitTest(_xmouse, _ymouse, true) == true) {
overbreast = true;
}
if (holly.r_breast.hitTest(_xmouse, _ymouse, true) == true) {
overbreast = true;
}
if (inputType == 'touch') {
if (fireballs.length < 1) {
makenewfireball = 2;
} else {
makenewfireball = 30;
}
O_panel.touch_b.filters = [whiteglow];
if (startrub > 0) {
startrub -= 1;
}
if (startrub == 1 && mousemove < 1) {
charSpeak(curPhase + 7);
}
if (bstartrub > 0) {
bstartrub -= 1;
}
if (bstartrub == 1 && mousemove < 1) {
charSpeak(curPhase + 5);
}
if (mousemove > 1 && overbelly == true) {
startrub = 0;
if (rubbing <= 0) {
charSpeak(curPhase + 8);
}
rubbing = 10;
}
if (mousemove > 1 && overbreast == true) {
bstartrub = 0;
if (brubbing <= 0) {
charSpeak(curPhase + 6);
}
brubbing = 10;
}
if (xmsb != _xmouse || ymsb != _ymouse) {
if (mousepressed == true) {
mousemove += distance(xmsb, _xmouse, ymsb, _ymouse) / 5;
}
xmsb = _xmouse;
ymsb = _ymouse;
}
}
if (rubbing > 0) {
rubbing -= 1;
}
if (brubbing > 0) {
brubbing -= 1;
}
if (mousemove > 0) {
mousemove -= 1;
}
if (mousemove > 20) {
mousemove = 20;
}
circular(0, 'glowshift', 0.074);
var yellowglow = new flash.filters.GlowFilter(14540032, 90, (2.5 + Math.sin(glowshift)) * 5, (2.5 + Math.cos(glowshift)) * 2, 2, 1);
var whiteglow = new flash.filters.GlowFilter(16777215, 90, (2.5 + Math.sin(glowshift)) * 6, (2.5 + Math.cos(glowshift)) * 6, 2, 1);
holly.r_leg.lavaring.filters = [yellowglow];
holly.r_leg.lavaring2.filters = [yellowglow];
holly.l_leg.lavaring.filters = [yellowglow];
holly.l_leg.lavaring2.filters = [yellowglow];
holly.r_arm.lavaring.innerring.filters = [yellowglow];
holly.belly.lavaring.innerring.filters = [yellowglow];
var yellowglow2 = new flash.filters.GlowFilter(14540032, 40, 0, 8, 3, 1);
circular(0, 'lavafloat', 0.034);
var greenglow = new flash.filters.GlowFilter(5627136, 67, 18, 18, 1, 1);
BGlava.filters = [yellowglow2];
BGlava._y = lavastartY + Math.sin(lavafloat) * 6;
holly.belly.filters = [];
if (bellysize != Tbellysize) {
holly.belly.filters = [greenglow];
}
if (bellysize >= 240) {
if (firstkick != true) {
firstkick = true;
makeKick();
}
if (Math.random() * 9000 < Tbellysize + kickchance && kickdelay <= 0 && birthing < 2) {
makeKick();
kickchance = 0;
kickdelay = 10;
} else {
kickchance += 1;
}
}
if (kickadd > 0) {
kickadd -= Math.floor(kickadd * 0.3);
}
countdown('kickdelay', 0);
countdown('resetDelay', 0);
minmax('Tbellysize', 0, 600);
smoothAdjust('bellysize', 'Tbellysize', 0.1);
smoothAdjust('bustsize', 'Tbustsize', 0.1);
smoothAdjust('hipsize', 'Thipsize', 0.1);
holly.belly.gotoAndStop(bellysize - kickadd);
holly.womb.gotoAndStop(bellysize - kickadd);
holly.womb.scanorb.gotoAndStop(bellysize);
holly.womb.scanorb2.gotoAndStop(bellysize);
holly.l_breast.gotoAndStop(bellysize);
holly.r_breast.gotoAndStop(bellysize);
holly.r_leg.thigh.gotoAndStop(bellysize);
holly.r_leg.lavaring.gotoAndStop(bellysize);
holly.l_leg.lavaring2.gotoAndStop(bellysize);
holly.l_leg.gotoAndStop(bellysize);
holly.torso.gotoAndStop(bellysize);
circular(0.4, 'testrot', 0.6);
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;
}
curPhase = Math.floor(Tbellysize / 120) * 50 + birthing * 50;
if (curPhase >= nextPhase) {
charSpeak(curPhase);
nextPhase += 50;
}
if (birthing >= 2) {
backupState = 'relieved';
holly.belly.gotoAndStop(100);
holly.womb.gotoAndStop(1);
holly.womb.scanorb.gotoAndStop(1);
holly.womb.scanorb2.gotoAndStop(1);
}
if (birthing > 0) {
makenewfireball = 5;
}
if (Pinarow == 0) {
Pcombo = 1;
}
if (Ninarow == 0) {
Ncombo = 1;
}
if (Ninarow >= Ncombo) {
Ncombo = Ninarow + 1;
if (Ninarow > 1) {
birthclicks -= 5;
var littlenum = attachMovie('BCnum', 'BCnum1', -2);
littlenum._x = 60;
littlenum._y = 100;
littlenum._txt.text = '-5';
}
}
if (Pinarow >= Pcombo) {
Pcombo = Pinarow + 1;
birthclicks -= 50;
var littlenum = attachMovie('BCnum', 'BCnum1', -2);
littlenum._x = 60;
littlenum._y = 100;
littlenum._txt.text = '-50';
if (Pinarow > 1) {
birthclicks -= 200;
littlenum._txt.text = '-250';
}
}
if (Leyehit == true && Reyehit == true && Tfirehit == true && Tbellysize >= 600) {
birthclicks = 0;
if (birthing < 1) {
birthing = 1;
}
}
if (fading > 0) {
fading += 1;
}
if (fading > 20 && fading < 70) {
fadetoblack._alpha += 4;
}
if (fading > 100) {
fadetoblack._alpha -= 4;
if (birthing == 1) {
birthing = 2;
setState('relieved');
}
}
if (fadetoblack._alpha > 100) {
fadetoblack._alpha = 100;
}
if (fadetoblack._alpha < 0) {
fadetoblack._alpha = 0;
}
if (holly.l_leg._y != LLY) {
holly.l_leg._y += (LLY - holly.l_leg._y) * 0.3;
}
if (holly.r_leg._y != RLY) {
holly.r_leg._y += (RLY - holly.r_leg._y) * 0.3;
}
circular(0, 'C3rot', 0.05);
circular(0, 'C3rot2', 0.18);
circular(0, 'C3rot3', 0.18);
holly.shychild.bottom._rotation = Math.sin(C3rot) * 5;
holly.shychild.bottom.tail._rotation = C3tailrotstart + Math.sin(C3rot2) * 5;
holly.sleepychild._visible = false;
holly.shychild._visible = false;
holly.chewychild._visible = false;
holly.r_arm._visible = true;
holly.r_overarm._visible = true;
if (birthing >= 2) {
holly.sleepychild._visible = true;
holly.shychild._visible = true;
holly.chewychild._visible = true;
holly.r_arm._visible = false;
holly.r_overarm._visible = false;
}
holly.sleepychild._yscale = 100 + Math.sin(sleeprot) * 5;
if (birthclicks < 0) {
birthclicks = 0;
}
O_panel.birth_b.gotoAndStop(Math.floor(birthDelay2 * 2));
holly.l_breast._visible = true;
holly.r_breast._visible = true;
if (forcemaxbust == true) {
holly.l_breast.gotoAndStop(700);
holly.r_breast.gotoAndStop(700);
}
if (forcezerobust == true) {
holly.l_breast._visible = false;
holly.r_breast._visible = false;
}
if (forcemaxdonk == true) {
holly.r_leg.thigh.gotoAndStop(600);
holly.r_leg.lavaring.gotoAndStop(600);
holly.l_leg.lavaring2.gotoAndStop(600);
holly.l_leg.gotoAndStop(600);
holly.torso.gotoAndStop(600);
}
if (forcezerodonk == true) {
holly.r_leg.thigh.gotoAndStop(1);
holly.r_leg.lavaring.gotoAndStop(1);
holly.l_leg.lavaring2.gotoAndStop(1);
holly.l_leg.gotoAndStop(1);
holly.torso.gotoAndStop(1);
}
if (forcemaxbelly == true) {
holly.belly.gotoAndStop(600);
holly.womb.gotoAndStop(600);
holly.womb.scanorb.gotoAndStop(600);
holly.womb.scanorb2.gotoAndStop(600);
}
if (forcezerobelly == true || flatbelly == true) {
holly.belly.gotoAndStop(1);
holly.womb.gotoAndStop(1);
holly.womb.scanorb.gotoAndStop(1);
holly.womb.scanorb2.gotoAndStop(1);
}
if (debugging == true) {
debug_01.text = birthing;
debug_02.text = Reyehit;
debug_03.text = Tfirehit;
} else {
debug_01.text = '';
debug_02.text = '';
debug_03.text = '';
}
};
}
movieClip 123 {
}
movieClip 125 {
}
movieClip 134 {
frame 1 {
if (this.started != 3) {
this.started = 3;
this.firerot = 0;
this.fireplus = 0.12;
}
this.onEnterFrame = function () {
this.firerot += fireplus;
if (this.firerot > 6.283185307179586) {
this.firerot -= 6.283185307179586;
}
this._yscale = 100 + Math.sin(firerot) * 14;
};
}
}
movieClip 135 {
}
movieClip 137 {
}
movieClip 139 {
}
movieClip 144 {
}
movieClip 148 {
}
movieClip 152 {
}
movieClip 156 {
}
movieClip 159 {
}
movieClip 162 {
}
movieClip 164 {
}
movieClip 171 {
}
movieClip 173 {
}
movieClip 175 {
}
movieClip 176 {
}
movieClip 180 {
}
movieClip 181 {
}
movieClip 184 {
frame 1 {
stop();
}
}
movieClip 187 {
}
movieClip 194 {
}
movieClip 201 {
}
movieClip 203 {
}
movieClip 204 {
}
movieClip 231 {
}
movieClip 276 {
}
movieClip 330 {
frame 1 {
_currentlabel = 'rest';
}
frame 2 {
gotoAndPlay(_currentlabel);
}
frame 3 {
_currentlabel = 'belly';
}
frame 14 {
_currentlabel = 'belly';
}
frame 15 {
gotoAndPlay(_currentlabel);
}
frame 16 {
_currentlabel = 'breast';
}
frame 22 {
_currentlabel = 'breast';
}
frame 23 {
gotoAndPlay(_currentlabel);
}
frame 24 {
_currentlabel = 'belly';
}
frame 30 {
_currentlabel = 'belly';
}
frame 31 {
gotoAndPlay(_currentlabel);
}
frame 32 {
_currentlabel = 'rest';
}
frame 43 {
_currentlabel = 'rest';
}
frame 44 {
gotoAndPlay(_currentlabel);
}
frame 45 {
_currentlabel = 'breast';
}
frame 55 {
_currentlabel = 'breast';
}
frame 56 {
gotoAndPlay(_currentlabel);
}
frame 57 {
_currentlabel = 'rest';
}
frame 67 {
_currentlabel = 'rest';
}
frame 68 {
gotoAndPlay(_currentlabel);
}
}
movieClip 336 {
}
movieClip 341 {
}
movieClip 345 {
}
movieClip 346 {
}
movieClip 355 {
frame 1 {
if (this.started != 3) {
this.started = 3;
this.firerot = 0;
this.fireplus = 0.12;
}
this.onEnterFrame = function () {
this.firerot += fireplus;
if (this.firerot > 6.283185307179586) {
this.firerot -= 6.283185307179586;
}
};
}
}
movieClip 356 {
}
movieClip 361 {
}
movieClip 362 {
}
movieClip 364 {
}
movieClip 365 {
frame 1 {
if (this.started != 1) {
this.started = 1;
this.tailrot = 0;
this.tailrotplus = 0.1;
}
this.onEnterFrame = function () {
this.tailrot += this.tailrotplus;
if (this.tailrot > 6.283185307179586) {
this.tailrot -= 6.283185307179586;
}
this.tail._rotation = Math.sin(tailrot) * 5;
};
}
}
movieClip 381 {
frame 1 {
_currentlabel = 'rest';
}
frame 2 {
gotoAndPlay(_currentlabel);
}
frame 3 {
_currentlabel = 'belly';
}
frame 14 {
_currentlabel = 'belly';
}
frame 15 {
gotoAndPlay(_currentlabel);
}
frame 16 {
_currentlabel = 'breast';
}
frame 22 {
_currentlabel = 'breast';
}
frame 23 {
gotoAndPlay(_currentlabel);
}
frame 24 {
_currentlabel = 'belly';
}
frame 30 {
_currentlabel = 'belly';
}
frame 31 {
gotoAndPlay(_currentlabel);
}
frame 32 {
_currentlabel = 'rest';
}
frame 43 {
_currentlabel = 'rest';
}
frame 44 {
gotoAndPlay(_currentlabel);
}
frame 45 {
_currentlabel = 'breast';
}
frame 55 {
_currentlabel = 'breast';
}
frame 56 {
gotoAndPlay(_currentlabel);
}
frame 57 {
_currentlabel = 'rest';
}
frame 67 {
_currentlabel = 'rest';
}
frame 68 {
gotoAndPlay(_currentlabel);
}
}
movieClip 383 {
}
movieClip 385 {
}
movieClip 387 {
}
movieClip 389 {
}
movieClip 394 {
}
movieClip 400 {
}
movieClip 401 {
}
movieClip 406 {
frame 1 {
stop();
}
}
movieClip 450 {
frame 2 {
_currentlabel = 'halfmad';
}
frame 3 {
gotoAndPlay(_currentlabel);
}
frame 4 {
_currentlabel = 'wide';
}
frame 5 {
gotoAndPlay(_currentlabel);
}
frame 6 {
_currentlabel = 'halfup';
}
frame 7 {
gotoAndPlay(_currentlabel);
}
frame 8 {
_currentlabel = 'wha';
}
frame 9 {
gotoAndPlay(_currentlabel);
}
frame 10 {
_currentlabel = 'high';
}
frame 11 {
gotoAndPlay(_currentlabel);
}
frame 12 {
_currentlabel = 'shut';
}
frame 13 {
gotoAndPlay(_currentlabel);
}
frame 14 {
_currentlabel = 'highmad';
}
frame 15 {
gotoAndPlay(_currentlabel);
}
frame 16 {
_currentlabel = 'halfup2';
}
frame 17 {
gotoAndPlay(_currentlabel);
}
frame 18 {
_currentlabel = 'narrow';
}
frame 19 {
gotoAndPlay(_currentlabel);
}
frame 20 {
_currentlabel = 'halfup3';
}
frame 21 {
gotoAndPlay(_currentlabel);
}
frame 22 {
_currentlabel = 'halfmad2';
}
frame 23 {
gotoAndPlay(_currentlabel);
}
frame 24 {
_currentlabel = 'halfmad4';
}
frame 25 {
gotoAndPlay(_currentlabel);
}
frame 26 {
_currentlabel = 'narrowup';
}
frame 27 {
gotoAndPlay(_currentlabel);
}
frame 28 {
_currentlabel = 'smallmad';
}
frame 29 {
gotoAndPlay(_currentlabel);
}
frame 30 {
_currentlabel = 'upshut';
}
frame 31 {
gotoAndPlay(_currentlabel);
}
frame 32 {
_currentlabel = 'sadshut';
}
frame 33 {
gotoAndPlay(_currentlabel);
}
frame 34 {
_currentlabel = 'halfsad';
}
frame 35 {
gotoAndPlay(_currentlabel);
}
frame 36 {
_currentlabel = 'raised';
}
frame 37 {
gotoAndPlay(_currentlabel);
}
frame 38 {
_currentlabel = 'sad';
}
frame 39 {
gotoAndPlay(_currentlabel);
}
frame 40 {
_currentlabel = 'tiredsad';
}
frame 41 {
gotoAndPlay(_currentlabel);
}
frame 42 {
_currentlabel = 'madshut';
}
frame 43 {
gotoAndPlay(_currentlabel);
}
frame 44 {
_currentlabel = 'sadtight';
}
frame 45 {
gotoAndPlay(_currentlabel);
}
}
movieClip 481 {
frame 2 {
_currentlabel = 'smile';
}
frame 3 {
gotoAndPlay(_currentlabel);
}
frame 4 {
_currentlabel = 'o';
}
frame 5 {
gotoAndPlay(_currentlabel);
}
frame 6 {
_currentlabel = 'Tsmile';
}
frame 7 {
gotoAndPlay(_currentlabel);
}
frame 8 {
_currentlabel = 'grin';
}
frame 9 {
gotoAndPlay(_currentlabel);
}
frame 10 {
_currentlabel = 'smallsmile';
}
frame 11 {
gotoAndPlay(_currentlabel);
}
frame 12 {
_currentlabel = 'bigsmile';
}
frame 13 {
gotoAndPlay(_currentlabel);
}
frame 14 {
_currentlabel = 'smallT';
}
frame 15 {
gotoAndPlay(_currentlabel);
}
frame 16 {
_currentlabel = 'biggrin';
}
frame 17 {
gotoAndPlay(_currentlabel);
}
frame 18 {
_currentlabel = 'Tbiggrin';
}
frame 19 {
gotoAndPlay(_currentlabel);
}
frame 20 {
_currentlabel = 'upopen';
}
frame 21 {
gotoAndPlay(_currentlabel);
}
frame 22 {
_currentlabel = 'none';
}
frame 23 {
gotoAndPlay(_currentlabel);
}
frame 24 {
_currentlabel = 'puff';
}
frame 25 {
gotoAndPlay(_currentlabel);
}
frame 26 {
_currentlabel = 'smallsad';
}
frame 27 {
gotoAndPlay(_currentlabel);
}
frame 28 {
_currentlabel = 'bigo';
}
frame 29 {
gotoAndPlay(_currentlabel);
}
frame 30 {
_currentlabel = 'line';
}
frame 31 {
gotoAndPlay(_currentlabel);
}
frame 32 {
_currentlabel = 'nice';
}
frame 33 {
gotoAndPlay(_currentlabel);
}
frame 34 {
_currentlabel = 'grit';
}
frame 35 {
gotoAndPlay(_currentlabel);
}
frame 36 {
_currentlabel = 'wide';
}
frame 37 {
gotoAndPlay(_currentlabel);
}
frame 38 {
_currentlabel = 'breathing';
}
frame 54 {
gotoAndPlay(_currentlabel);
}
frame 55 {
_currentlabel = 'gritting';
}
frame 59 {
gotoAndPlay(_currentlabel);
}
}
movieClip 485 {
frame 1 {
stop();
}
}
movieClip 488 {
frame 1 {
if (this.started != 3) {
this.started = 3;
this.rot = 0;
this.rotplus = 0.08;
}
this.onEnterFrame = function () {
this.rot += this.rotplus;
if (this.rot > 6.283185307179586) {
this.rot -= Math.PI;
}
this._xscale = _root.scansize + Math.sin(this.rot) * 10;
this._yscale = this._xscale;
this._alpha = 100 - Math.sin(this.rot) * 10;
this._visible = true;
if (_root.scansize <= 0) {
this._xscale = 0;
this._yscale = 0;
}
};
}
}
movieClip 492 {
}
movieClip 495 {
}
movieClip 498 {
}
movieClip 501 {
}
movieClip 504 {
}
movieClip 505 {
frame 1 {
if (this.started != 3) {
this.started = 3;
this.eggrot = Math.random() * Math.PI * 2;
this.eggrotplus = 0.025 + Math.random() * 0.1;
}
this.onEnterFrame = function () {
this.eggrot += this.eggrotplus;
if (this.eggrot > 6.283185307179586) {
this.eggrot -= 6.283185307179586;
}
this._rotation = Math.sin(this.eggrot) * 3;
if (this.arm._rotation != 0) {
this.arm._rotation += -this.arm._rotation * 0.25;
}
if (this.leg._rotation != 0) {
this.leg._rotation += -this.leg._rotation * 0.25;
}
};
}
}
movieClip 506 {
}
movieClip 508 {
}
movieClip 509 {
}
movieClip 514 {
}
movieClip 516 {
}
movieClip 519 {
}
movieClip 520 {
frame 1 {
stop();
if (this._name == 'touch_b') {
this.gotoAndStop(2);
}
if (this._name == 'help_b') {
this.gotoAndStop(3);
}
if (this._name == 'scan_b') {
this.gotoAndStop(4);
}
}
}
movieClip 523 {
}
movieClip 530 {
frame 1 {
stop();
}
}
movieClip 531 {
}
// unknown tag 88 length 282
movieClip 546 {
}
movieClip 550 {
}
// unknown tag 88 length 282
movieClip 556 {
}