Combined Code
movieClip 7 wisp_g {
}
frame 1 {
function grow() {
if (nicona.baby._visible == false) {
if (totalsize <= 600) {
nicona.belly.gotoAndStop(size);
nicona.f_breast.gotoAndStop(size);
nicona.b_breast.gotoAndStop(size);
nicona.f_breast.leaf.gotoAndStop(size);
nicona.b_breast.leaf.gotoAndStop(size);
nicona.f_leg.gotoAndStop(size);
scan.foul.gotoAndStop(size);
scan.human.gotoAndStop(size);
scan.centaur.gotoAndStop(size);
size += 2;
}
}
}
function revert() {
if (birthstage < 1) {
if (size > 1) {
nicona.belly.gotoAndStop(size);
nicona.f_breast.gotoAndStop(size);
nicona.b_breast.gotoAndStop(size);
nicona.f_breast.leaf.gotoAndStop(size);
nicona.b_breast.leaf.gotoAndStop(size);
nicona.f_leg.gotoAndStop(size);
scan.foul.gotoAndStop(size);
scan.human.gotoAndStop(size);
scan.centaur.gotoAndStop(size);
size -= 5;
setState('nobaby');
timer = 50;
}
}
}
function setState(str) {
if (state != str) {
curState.state = str;
state = str;
for (var v2 in states[str]) {
curState[v2] = states[str][v2];
}
nicona.head.eye.gotoAndPlay(curState.eye);
nicona.head.mouth.gotoAndPlay(curState.mouth);
nicona.head.horn.gotoAndPlay(curState.horn);
nicona.head.horn.sparks.gotoAndPlay(curState.sparks);
nicona.head.blush.gotoAndPlay(curState.blush);
bubble.gotoAndPlay(curState.bubble);
bubble._alpha = 150;
nicona.head.eye.pupil._x = px + curState.px;
nicona.head.eye.pupil._y = py + curState.py;
if (nicona.arm._currentlabel != curState.arm) {
nicona.arm.gotoAndPlay(nicona.arm._currentlabel + '2' + curState.arm);
}
}
if (nicona.head._currentlabel != curState.head) {
nicona.head.gotoAndPlay(nicona.head._currentlabel + '2' + curState.head);
}
}
function reset() {
size = 1;
totalsize = 0;
nicona.belly.gotoAndStop(size);
nicona.f_breast.gotoAndStop(size);
nicona.b_breast.gotoAndStop(size);
nicona.f_breast.leaf.gotoAndStop(size);
nicona.b_breast.leaf.gotoAndStop(size);
nicona.f_leg.gotoAndStop(size);
nicona.f_breast.leaf._visible = true;
nicona.f_breast.leaf._alpha = 100;
nicona.b_breast.leaf._alpha = 100;
nicona.f_leg.real_leg.gotoAndPlay('still');
nicona.b_leg.gotoAndPlay('still');
setState('sleeping');
contraction = 0;
birthprograss = 0;
birthready = false;
labour = false;
birthstage = 0;
nicona.baby._visible = false;
nicona.arm._visible = true;
scan._visible = false;
scan.foul.gotoAndStop(size);
scan.centaur.gotoAndStop(size);
scan.human.gotoAndStop(size);
setState('dream');
nicona.arm.gotoAndPlay('belly');
timer = 60;
backupState = 'sleeping';
}
function topShrink() {
nicona.f_breast.leaf._alpha -= 35;
nicona.b_breast.leaf._alpha -= 35;
if (timer < 3) {
if (nicona.f_breast.leaf._alpha > 1) {
setState('imnaked');
timer = 40;
}
}
}
function movelegs() {
nicona.f_leg.real_leg.gotoAndPlay('movepain');
nicona.b_leg.gotoAndPlay('movepain');
}
function push() {
if (birthready == true) {
if (timer < 3) {
if (birthstage == 0) {
labour = true;
setState('waterbroke');
backupState = 'waterbroke';
birthstage = 1;
} else {
if (birthstage == 1) {
setState('contraction');
timer = 40;
movelegs();
backupState = 'failedpush';
birthstage = 2;
} else {
if (birthstage == 2) {
setState('contraction');
movelegs();
timer = 45;
backupState = 'frightened';
birthstage = 3;
} else {
if (birthstage == 3) {
setState('contraction');
movelegs();
timer = 50;
backupState = 'morepain';
birthstage = 4;
} else {
if (birthstage == 4) {
setState('contraction');
movelegs();
timer = 55;
backupState = 'concentrating';
birthstage = 5;
} else {
if (birthstage == 5) {
setState('contraction');
movelegs();
timer = 60;
backupState = 'inpain';
birthstage = 6;
} else {
if (birthstage == 6) {
setState('contraction');
movelegs();
timer = 65;
backupState = 'almost';
birthstage = 7;
} else {
if (birthstage == 7) {
setState('contraction');
movelegs();
timer = 70;
backupState = 'crowning';
birthstage = 8;
} else {
if (birthstage == 8) {
setState('contraction');
movelegs();
timer = 75;
backupState = 'test2';
birthstage = 9;
} else {
if (birthstage == 9) {
setState('birthscream');
movelegs();
timer = 250;
backupState = 'crowning';
birthstage = 10;
}
}
}
}
}
}
}
}
}
}
}
}
}
function wisp1shrink() {
_root.wisp_1.stopDrag;
wispdrag = false;
if (wispsize > 0) {
wispsize -= 1;
_root.wisp_1._xscale -= 1.5;
_root.wisp_1._yscale -= 1.5;
} else {
if (wispsize <= 0) {
_root.wisp_1._x = -400;
wispsize = 30;
_root.wisp_1._xscale = 50;
_root.wisp_1._yscale = 50;
_root.wisp_1._y = -10;
_root.wisp_1.stopDrag;
}
}
}
function breastup() {
breathe = curState.breathe;
}
function breastdown() {
breathe = -curState.breathe;
}
var newDepth = 50;
var newwisp = 50;
var rub = 0;
var basequestions = true;
var nodding = false;
var states = new Object();
var curState = new Object();
var _state = '';
var backupState = '';
var timer = 0;
var size = 1;
var qpage = 2;
var wispsize = 30;
var growth = 0;
var wispdrag = false;
var labour = false;
var labourpain = '';
var totalsize = 1;
var wisptimer = 0;
var bounce = 0;
var anireset = 20;
var birthready = false;
var headclockwise = true;
var px = nicona.head.eye.pupil._x;
var py = nicona.head.eye.pupil._y;
var birthstage = 0;
var updown = 0;
var breathe = 1;
var contraction = 0;
var birthprogress = 0;
var speechfade = true;
var kick = 0;
states.mytail = {'eye': 'sad', 'mouth': 'sadopen', 'horn': 'dim', 'blush': 'noblush', 'sparks': 'sparking', 'px': 8, 'py': -1, 'breathe': 0.2, 'arm': 'face', 'head': 'high', 'bubble': 'none'};
states.no = {'eye': 'sad', 'mouth': 'upset', 'horn': 'dim', 'blush': 'noblush', 'sparks': 'nosparks', 'px': 6, 'py': -3, 'breathe': 0.2, 'arm': 'face', 'head': 'high', 'bubble': 'cross'};
states.labour = {'eye': 'sad', 'mouth': 'sadopen', 'horn': 'pulsing', 'blush': 'noblush', 'sparks': 'sparking', 'px': 6, 'py': -3, 'breathe': 0.2, 'arm': 'down', 'head': 'high', 'bubble': 'cross'};
states.bellylove = {'eye': 'shut', 'mouth': 'smile', 'horn': 'bright', 'blush': 'blush', 'sparks': 'nosparks', 'px': 0, 'py': 4, 'breathe': 0.1, 'arm': 'belly', 'head': 'low', 'bubble': 'tick'};
states.nomyboobs = {'eye': 'sad', 'mouth': 'sadopen', 'horn': 'dim', 'blush': 'blush', 'sparks': 'sparking', 'px': 6, 'py': -3, 'breathe': 0.2, 'arm': 'breast', 'head': 'high', 'bubble': 'myboobs'};
states.imfine = {'eye': 'happy', 'mouth': 'smile', 'horn': 'plain', 'blush': 'noblush', 'sparks': 'nosparks', 'px': 6, 'py': -3, 'breathe': 0.2, 'arm': 'down', 'head': '', 'bubble': 'tick'};
states.glowing = {'eye': 'happy', 'mouth': 'o', 'horn': 'plain', 'blush': 'noblush', 'sparks': 'nosparks', 'px': 2, 'py': 1, 'breathe': 0.2, 'arm': 'breast', 'head': '', 'bubble': 'tick'};
states.thatsright = {'eye': 'sad', 'mouth': 'upset', 'horn': 'dim', 'blush': 'blush', 'sparks': 'nosparks', 'px': 2, 'py': 1, 'breathe': 0.1, 'arm': 'belly', 'head': '', 'bubble': 'tick'};
states.oooh = {'eye': 'shut', 'mouth': 'smile', 'horn': 'bright', 'blush': 'blush', 'sparks': 'nosparks', 'px': 0, 'py': 4, 'breathe': 0.1, 'arm': 'face', 'head': 'low', 'bubble': 'none'};
states.eeekboobs = {'eye': 'wide', 'mouth': 'straight', 'horn': 'flirty', 'blush': 'blush', 'sparks': 'sparking', 'px': 3, 'py': 2, 'breathe': 0.3, 'arm': 'breast', 'head': 'lowest', 'bubble': 'huh?'};
states.sadboobs = {'eye': 'sad', 'mouth': 'upset', 'horn': 'dim', 'blush': 'blush', 'sparks': 'nosparks', 'px': 2, 'py': 2, 'breathe': 0.1, 'arm': 'breast', 'head': 'lowest', 'bubble': 'myboobs'};
states.desperate = {'eye': 'sad', 'mouth': 'sadopen', 'horn': 'pulsing', 'blush': 'blush', 'sparks': 'nosparks', 'px': 6, 'py': -3, 'breathe': 0.1, 'arm': 'belly', 'head': '', 'bubble': 'tick'};
states.yespregnant = {'eye': 'happyshut', 'mouth': 'happyteeth', 'horn': 'bright', 'blush': 'blush', 'sparks': 'nosparks', 'px': 6, 'py': -3, 'breathe': 0.4, 'arm': 'belly', 'head': 'highest', 'bubble': 'tick'};
states.yaypregnant = {'eye': 'happyshut', 'mouth': 'happyteeth', 'horn': 'flirty', 'blush': 'blush', 'sparks': 'nosparks', 'px': 6, 'py': -3, 'breathe': 0.4, 'arm': 'face', 'head': 'highest', 'bubble': 'none'};
states.hi = {'eye': 'happy', 'mouth': 'happyopen', 'horn': 'plain', 'blush': 'noblush', 'sparks': 'nosparks', 'px': 6, 'py': -3, 'breathe': 0.2, 'arm': 'face', 'head': 'high', 'bubble': 'none'};
states.biggerboobs = {'eye': 'sad', 'mouth': 'straight', 'horn': 'flirty', 'blush': 'blush', 'sparks': 'nosparks', 'px': 6, 'py': -3, 'breathe': 0.2, 'arm': 'breast', 'head': '', 'bubble': 'tick'};
states.content = {'eye': 'tired', 'mouth': 'smile', 'horn': 'bright', 'blush': 'blush', 'sparks': 'nosparks', 'px': 7, 'py': -1, 'breathe': 0.5, 'arm': 'belly', 'head': 'highest', 'bubble': 'none'};
states.preggy = {'eye': 'happy', 'mouth': 'happyopen', 'horn': 'bright', 'blush': 'blush', 'sparks': 'nosparks', 'px': 7, 'py': -4, 'breathe': 0.5, 'arm': 'belly', 'head': 'high', 'bubble': 'love'};
states.nuzzle = {'eye': 'happyshut', 'mouth': 'happyopen', 'horn': 'bright', 'blush': 'blush', 'sparks': 'nosparks', 'px': 7, 'py': -1, 'breathe': 0.3, 'arm': 'breasts', 'head': 'lowest', 'bubble': 'none'};
states.flattered = {'eye': 'serene', 'mouth': 'smile', 'horn': 'flirty', 'blush': 'blush', 'sparks': 'sparking', 'px': 7, 'py': -3, 'breathe': 0.5, 'arm': 'face', 'head': 'high', 'bubble': 'none'};
states.stopit = {'eye': 'angry', 'mouth': 'sadteeth', 'horn': 'angry', 'blush': 'noblush', 'sparks': 'sparking', 'px': 7, 'py': -1, 'breathe': 0.5, 'arm': 'belly', 'head': 'lowest', 'bubble': 'none'};
states.ouch = {'eye': 'angry', 'mouth': 'sadopen', 'horn': 'angry', 'blush': 'noblush', 'sparks': 'sparking', 'px': 7, 'py': -1, 'breathe': 0.5, 'arm': 'belly', 'head': 'high', 'bubble': 'none'};
states.hey = {'eye': 'angry', 'mouth': 'upset', 'horn': 'angry', 'blush': 'noblush', 'sparks': 'sparking', 'px': 7, 'py': -1, 'breathe': 0.5, 'arm': 'belly', 'head': 'low', 'bubble': 'none'};
states.greatrub = {'eye': 'shut', 'mouth': 'smile', 'horn': 'flirty', 'blush': 'blush', 'sparks': 'nosparks', 'px': 7, 'py': -1, 'breathe': 0.5, 'arm': 'belly', 'head': 'highest', 'bubble': 'none'};
states.nicerub = {'eye': 'sad', 'mouth': 'happyopen', 'horn': 'flirty', 'blush': 'blush', 'sparks': 'nosparks', 'px': 7, 'py': -1, 'breathe': 0.5, 'arm': 'face', 'head': 'high', 'bubble': 'none'};
states.lightrub = {'eye': 'happy', 'mouth': 'o', 'horn': 'flirty', 'blush': 'blush', 'sparks': 'sparking', 'px': 2, 'py': 2, 'breathe': 0.5, 'arm': 'belly', 'head': 'lowest', 'bubble': 'none'};
states.imnaked = {'eye': 'wide', 'mouth': 'small', 'horn': 'flirty', 'blush': 'blush', 'sparks': 'sparking', 'px': 2, 'py': 2, 'breathe': 0.5, 'arm': 'breast', 'head': 'lowest', 'bubble': 'none'};
states.nobaby = {'eye': 'sad', 'mouth': 'o', 'horn': 'dim', 'blush': 'noblush', 'sparks': 'nosparks', 'px': 0, 'py': 1, 'breathe': 0.5, 'arm': 'belly', 'head': 'lowest', 'bubble': 'none'};
states.breastglare = {'eye': 'angry', 'mouth': 'small', 'horn': 'angry', 'blush': 'blush', 'sparks': 'sparking', 'px': 6, 'py': -3, 'breathe': 0.5, 'arm': 'breast', 'head': 'high', 'bubble': 'none'};
states.ohmy = {'eye': 'sad', 'mouth': 'small', 'horn': 'flirty', 'blush': 'blush', 'sparks': 'sparking', 'px': 6, 'py': -3, 'breathe': 0.5, 'arm': 'breast', 'head': 'high', 'bubble': 'none'};
states.kicking = {'eye': 'sad', 'mouth': 'happyteeth', 'horn': 'bright', 'blush': 'blush', 'sparks': 'nosparks', 'px': 2, 'py': 3, 'breathe': 0.2, 'arm': 'belly', 'head': 'lowest', 'bubble': 'love'};
states.toobig = {'eye': 'tired', 'mouth': 'small', 'horn': 'plain', 'blush': 'blush', 'sparks': 'nosparks', 'px': 0, 'py': -3, 'breathe': 0.2, 'arm': 'down', 'head': 'high', 'bubble': 'none'};
states.hehe = {'eye': 'serene', 'mouth': 'happyteeth', 'horn': 'flirty', 'blush': 'blush', 'sparks': 'nosparks', 'px': 4, 'py': 2, 'breathe': 0.2, 'arm': 'face', 'head': 'lowest', 'bubble': 'none'};
states.slowdown = {'eye': 'wide', 'mouth': 'small', 'horn': 'flirty', 'blush': 'blush', 'sparks': 'sparking', 'px': 2, 'py': 2, 'breathe': 0.3, 'arm': 'belly', 'head': 'lowest', 'bubble': 'none'};
states.woah = {'eye': 'wiggly', 'mouth': 'straight', 'horn': 'dim', 'blush': 'noblush', 'sparks': 'nosparks', 'px': 2, 'py': 3, 'breathe': 0.3, 'arm': 'belly', 'head': 'low', 'bubble': 'none'};
states.yay = {'eye': 'happyshut', 'mouth': 'happyopen', 'horn': 'bright', 'blush': 'noblush', 'sparks': 'nosparks', 'px': 2, 'py': 3, 'breathe': 0.3, 'arm': 'face', 'head': 'highest', 'bubble': 'none'};
states.impregnant = {'eye': 'serene', 'mouth': 'happyopen', 'horn': 'bright', 'blush': 'blush', 'sparks': 'nosparks', 'px': 1, 'py': 1, 'breathe': 0.1, 'arm': 'belly', 'head': 'lowest', 'bubble': 'pregnant'};
states.mybelly = {'eye': 'wide', 'mouth': 'sadopen', 'horn': 'plain', 'blush': 'blush', 'sparks': 'sparking', 'px': 3, 'py': 2, 'breathe': 0.3, 'arm': 'belly', 'head': 'lowest', 'bubble': 'none'};
states.myboobs = {'eye': 'happy', 'mouth': 'o', 'horn': 'flirty', 'blush': 'blush', 'sparks': 'sparking', 'px': 5, 'py': 1, 'breathe': 0.2, 'arm': 'breast', 'head': 'low', 'bubble': 'myboobs'};
states.awaken = {'eye': 'tired', 'mouth': 'o', 'horn': 'plain', 'blush': 'noblush', 'sparks': 'nosparks', 'px': 0, 'py': 0, 'breathe': 0.1, 'arm': 'down', 'head': 'high', 'bubble': 'none'};
states.dream = {'eye': 'shut', 'mouth': 'smile', 'horn': 'bright', 'blush': 'blush', 'sparks': 'nosparks', 'px': 0, 'py': 4, 'breathe': 0.1, 'arm': 'face', 'head': 'low', 'bubble': 'happydream'};
states.mother = {'eye': 'serene', 'mouth': 'smile', 'horn': 'bright', 'blush': 'blush', 'sparks': 'nosparks', 'px': 1, 'py': 1, 'breathe': 0.1, 'arm': 'belly', 'head': 'low', 'bubble': 'none'};
states.birthscream = {'eye': 'shuthard', 'mouth': 'scream', 'horn': 'pulsing', 'blush': 'blush', 'sparks': 'sparking', 'px': 3, 'py': 0, 'breathe': 0.8, 'arm': 'belly', 'head': 'highest', 'bubble': 'none'};
states.sleeping = {'eye': 'shut', 'mouth': 'straight', 'horn': 'plain', 'blush': 'noblush', 'sparks': 'nosparks', 'px': 3, 'py': 0, 'breathe': 0.1, 'arm': 'down', 'head': 'low', 'bubble': 'none'};
states.waterbroke = {'eye': 'wiggly', 'mouth': 'small', 'horn': 'plain', 'blush': 'noblush', 'sparks': 'sparking', 'px': 0, 'py': 1, 'breathe': 0.3, 'arm': 'belly', 'head': 'low', 'bubble': 'waterbroke'};
states.concentrating = {'eye': 'angry', 'mouth': 'sadteeth', 'horn': 'angry', 'blush': 'noblush', 'sparks': 'nosparks', 'px': 0, 'py': 1, 'breathe': 0.3, 'arm': 'belly', 'head': 'low', 'bubble': 'none'};
states.inpain = {'eye': 'sad', 'mouth': '', 'horn': 'angry', 'blush': 'noblush', 'sparks': 'nosparks', 'px': 0, 'py': 1, 'breathe': 0.3, 'arm': 'belly', 'head': 'low', 'bubble': 'none'};
states.morepain = {'eye': 'tired', 'mouth': 'upset', 'horn': 'angry', 'blush': 'blush', 'sparks': 'nosparks', 'px': 0, 'py': 1, 'breathe': 0.5, 'arm': 'breast', 'head': 'high', 'bubble': 'none'};
states.frightened = {'eye': 'wide', 'mouth': 'sadopen', 'horn': 'plain', 'blush': 'blush', 'sparks': 'sparking', 'px': 0, 'py': 3, 'breathe': 0.5, 'arm': 'down', 'head': 'high', 'bubble': 'huh?'};
states.almost = {'eye': 'tired', 'mouth': 'painteeth', 'horn': 'pulsing', 'blush': 'noblush', 'sparks': 'nosparks', 'px': 0, 'py': 0, 'breathe': 0.5, 'arm': 'belly', 'head': 'low', 'bubble': 'none'};
states.crowning = {'eye': 'sad', 'mouth': 'painteeth', 'horn': 'pulsing', 'blush': 'blush', 'sparks': 'nosparks', 'px': 3, 'py': 1, 'breathe': 0.8, 'arm': 'down', 'head': 'lowest', 'bubble': 'crowning'};
states.contraction = {'eye': 'shuthard', 'mouth': 'painteeth', 'horn': 'pulsing', 'blush': 'blush', 'sparks': 'sparking', 'px': 3, 'py': 3, 'breathe': 0.7, 'arm': 'belly', 'head': 'lowest', 'bubble': 'none'};
states.failedpush = {'eye': 'tired', 'mouth': 'upset', 'horn': 'dim', 'blush': 'blush', 'sparks': 'nosparks', 'px': 3, 'py': 0, 'breathe': 0.7, 'arm': 'face', 'head': 'high', 'bubble': 'none'};
states.test = {'eye': 'wiggly', 'mouth': 'straight', 'horn': 'flirty', 'blush': 'noblush', 'sparks': 'nosparks', 'px': 3, 'py': 3, 'breathe': 0.1, 'arm': 'face', 'head': 'highest', 'bubble': 'none'};
states.test2 = {'eye': 'sad', 'mouth': 'sadopen', 'horn': 'pulsing', 'blush': 'blush', 'sparks': 'sparking', 'px': 3, 'py': 1, 'breathe': 0.1, 'arm': 'belly', 'head': 'lowest', 'bubble': 'none'};
states.change = {'eye': 'wide', 'mouth': 'sadteeth', 'horn': 'dim', 'blush': 'blush', 'sparks': 'sparking', 'px': 3, 'py': 1, 'breathe': 0.4, 'arm': 'belly', 'head': 'lowest', 'bubble': 'none'};
states.faorn = {'eye': 'happy', 'mouth': 'happyopen', 'horn': 'dim', 'blush': 'blush', 'sparks': 'sparking', 'px': 6, 'py': -3, 'breathe': 0.4, 'arm': 'belly', 'head': 'high', 'bubble': 'faorn'};
nicona.belly.stop();
nicona.f_breast.stop();
nicona.b_breast.stop();
nicona.f_breast.leaf.stop();
nicona.b_breast.leaf.stop();
nicona.f_leg.stop();
nicona.f_breast.glow._alpha = 50;
nicona.b_breast.glow._alpha = 50;
setState('dream');
nicona.arm.gotoAndPlay('belly');
timer = 60;
backupState = 'sleeping';
black._alpha = 0;
nicona.baby._visible = false;
scan._visible = false;
scan.foul.stop();
scan.human.stop();
scan.centaur.stop();
scan.foul._visible = false;
scan.human._visible = false;
scan._flash.gotoAndPlay('noflash');
scan.centaur.onPress = function () {
scan.babyt.gotoAndPlay('yesflash');
scan.centaur._visible = false;
scan.human._visible = true;
setState('change');
timer = 40;
};
scan.human.onPress = function () {
scan.babyt.gotoAndPlay('yesflash');
scan.human._visible = false;
scan.foul._visible = true;
setState('change');
timer = 40;
};
scan.foul.onPress = function () {
scan.babyt.gotoAndPlay('yesflash');
scan.foul._visible = false;
scan.centaur._visible = true;
setState('change');
timer = 40;
};
_panel.onEnterFrame = function () {
if (basequestion == true) {
_panel.q1._txt.text = 'How are you doing?';
_panel.q2._txt.text = 'You\'re so beautiful.';
_panel.q3._txt.text = 'Is everything okay?';
} else {
if (birthstage < 2) {
if (size < 5) {
_panel.q1._txt.text = 'Hello Nicona.';
_panel.q2._txt.text = 'You want to be a mother huh?';
_panel.q3._txt.text = 'You sure are skinny Nicona.';
} else {
if (size < 200) {
_panel.q1._txt.text = 'I think your boobs just got bigger.';
_panel.q2._txt.text = 'Did you notice that glowing too?';
_panel.q3._txt.text = 'err, was that supposed to happen?';
} else {
if (size < 400) {
_panel.q1._txt.text = 'Did your tree just grant your wish? I think it\'s made you pregnant.';
_panel.q2._txt.text = 'That belly looks great on you Nicona. Pregnancy suits you.';
_panel.q3._txt.text = 'Are you looking forward to the rest of this?';
} else {
if (size < 600) {
_panel.q1._txt.text = 'Wow! Look at your belly! you\'ve gotten so big!';
_panel.q2._txt.text = 'Can you feel your baby move yet?';
_panel.q3._txt.text = 'Isn\'t that thing heavy?';
} else {
if (size > 599) {
_panel.q1._txt.text = 'This is all well and good. But what about birth?';
_panel.q2._txt.text = 'Oh my! Are you sure there\'s only one in there?';
_panel.q3._txt.text = 'Umm, N-Nicona, May I stroke your belly please?';
}
}
}
}
}
} else {
if (birthstage < 11) {
_panel.q1._txt.text = 'Hang in there Nicona. Just keep breathing.';
_panel.q2._txt.text = 'Just think, once you get through this you\'ll get to hold your son.';
_panel.q3._txt.text = 'Would you like me to hold your hand?';
} else {
_panel.q1._txt.text = 'Aww. He\'s so cute. He looks just like you.';
_panel.q2._txt.text = 'Congratulations Nicona. You must be proud.';
_panel.q3._txt.text = 'Does your baby have a name?';
}
}
}
_panel.revert_b.onPress = function () {
growth = -1;
};
_panel.revert_b.onMouseUp = function () {
growth = 0;
};
_panel.birth_b.onPress = function () {
push();
scan._visible = false;
};
if (birthstage < 1) {
_panel.birth_b._txt.text = 'Birth';
} else {
_panel.birth_b._txt.text = 'Push!';
}
if (size < 600) {
_panel.birth_b._visible = false;
} else {
_panel.birth_b._visible = true;
if (birthready == false) {
_panel.birth_b._alpha = 1;
}
}
if (_panel.hitTest(_root._xmouse, _root._ymouse)) {
if (_panel._x > 560) {
_panel._x += (560 - _panel._x) / 3;
}
} else {
if (_panel._x < 710) {
_panel._x += (710 - _panel._x) / 3;
}
}
};
_panel.reset_b.onPress = function () {
reset();
};
_panel.scanner_b.onPress = function () {
if (scan._visible == true) {
scan._visible = false;
} else {
if (birthready == false) {
scan._visible = true;
}
}
};
_panel.switch_b.onPress = function () {
if (basequestion == true) {
basequestion = false;
} else {
basequestion = true;
}
};
_panel.birth_b.onMouseUp = function () {};
_panel.top_b.onPress = function () {
nicona.f_breast.leaf._alpha = 100;
nicona.b_breast.leaf._alpha = 100;
nicona.f_breast.leaf._visible = true;
};
_panel.q1.onPress = function () {
if (basequestion == true) {
if (birthstage < 2) {
if (size < 5) {
setState('toobig');
timer = 30;
} else {
if (size < 200) {
setState('failedpush');
timer = 50;
} else {
if (size < 400) {
setState('preggy');
timer = 50;
} else {
if (size < 600) {
setState('content');
timer = 30;
} else {
setState('impregnant');
timer = 50;
}
}
}
}
} else {
if (birthstage < 11) {
setState('stopit');
timer = 30;
} else {
setState('nuzzle');
timer = 30;
}
}
} else {
if (birthstage < 2) {
if (size < 5) {
setState('hi');
timer = 30;
} else {
if (size < 200) {
setState('eeekboobs');
timer = 50;
} else {
if (size < 400) {
setState('yespregnant');
timer = 50;
} else {
if (size < 600) {
setState('content');
timer = 30;
} else {
setState('frightened');
timer = 50;
}
}
}
}
} else {
if (birthstage < 11) {
setState('desperate');
timer = 50;
nodding = true;
} else {
setState('nicerub');
timer = 30;
}
}
}
};
_panel.q2.onPress = function () {
if (basequestion == true) {
if (birthstage < 2) {
if (size < 5) {
setState('flattered');
timer = 30;
} else {
if (size < 200) {
setState('sadboobs');
timer = 50;
} else {
if (size < 400) {
setState('greatrub');
timer = 50;
} else {
if (size < 600) {
setState('yaypregnant');
timer = 30;
} else {
setState('oooh');
timer = 50;
}
}
}
}
} else {
if (birthstage < 11) {
setState('flattered');
timer = 30;
} else {
setState('oooh');
timer = 30;
}
}
} else {
if (birthstage < 2) {
if (size < 5) {
setState('thatsright');
timer = 50;
nodding = true;
} else {
if (size < 200) {
setState('glowing');
timer = 50;
nodding = true;
} else {
if (size < 400) {
setState('flattered');
timer = 50;
} else {
if (size < 600) {
setState('yespregnant');
timer = 50;
nodding = true;
} else {
setState('slowdown');
timer = 50;
}
}
}
}
} else {
if (birthstage < 11) {
setState('ohmy');
timer = 50;
nodding = true;
} else {
setState('yespregnant');
timer = 30;
nodding = true;
}
}
}
};
_panel.q3.onPress = function () {
if (basequestion == true) {
if (birthstage < 2) {
if (size < 5) {
setState('imfine');
timer = 30;
nodding = true;
} else {
if (size < 200) {
setState('nomyboobs');
timer = 50;
} else {
if (size < 400) {
setState('imfine');
timer = 50;
} else {
if (size < 600) {
setState('yespregnant');
timer = 50;
nodding = true;
} else {
setState('bellylove');
timer = 50;
nodding = true;
}
}
}
}
} else {
if (birthstage < 11) {
setState('labour');
timer = 30;
} else {
setState('bellylove');
timer = 30;
}
}
} else {
if (birthstage < 2) {
if (size < 5) {
setState('thatsright');
timer = 50;
nodding = true;
} else {
if (size < 200) {
setState('no');
timer = 50;
} else {
if (size < 400) {
setState('imfine');
timer = 50;
} else {
if (size < 600) {
setState('eeekboobs');
timer = 50;
nodding = true;
} else {
setState('ohmy');
timer = 50;
nodding = true;
}
}
}
}
} else {
if (birthstage < 11) {
setState('ohmy');
timer = 50;
nodding = true;
} else {
setState('faorn');
timer = 30;
nodding = true;
}
}
}
};
nicona.f_breast.onPress = function () {
if (nicona.f_breast.leaf._alpha > 90) {
setState('breastglare');
timer = 30;
} else {
setState('ohmy');
timer = 30;
}
};
nicona.belly.onRollOver = function () {
rub += 10;
if (rub > 30) {
if (size < 200) {
setState('lightrub');
timer = 30;
} else {
if (size < 400) {
setState('nicerub');
timer = 30;
} else {
setState('greatrub');
timer = 30;
}
}
}
};
nicona.belly.onPress = function () {
if (size < 200) {
setState('hey');
timer = 30;
} else {
if (size < 400) {
setState('ouch');
timer = 30;
} else {
setState('stopit');
timer = 30;
}
}
};
nicona.hair.onPress = function () {
setState('oooh');
timer = 30;
};
nicona.tail.onPress = function () {
setState('mytail');
timer = 30;
};
nicona.b_breast.onPress = nicona.f_breast.onPress;
nicona.body.onEnterFrame = function () {
if (nicona.baby._visible == false) {
if (_ymouse > 230) {
if (wispdrag == true) {
if (nicona.body.hitTest(_root.wisp_1._x, _root.wisp_1._y)) {
grow();
wisp1shrink();
if (size < 115) {
if (anireset == 12) {
nicona.f_breast.glow.gotoAndPlay('glowing');
}
} else {
if (size > 115) {
if (anireset == 12) {
nicona.f_breast.glow.gotoAndPlay('glowing');
}
}
}
} else {
nicona.f_breast.glow.gotoAndPlay('noglow');
anireset = 2;
}
}
}
}
};
nicona.f_breast.onEnterFrame = function () {
if (wispdrag == true) {
if (nicona.f_breast.hitTest(_root.wisp_1._x, _root.wisp_1._y)) {
topShrink();
}
}
};
nicona.b_breast.onEnterFrame = function () {
if (wispdrag == true) {
if (nicona.b_breast.hitTest(_root.wisp_1._x, _root.wisp_1._y)) {
topShrink();
}
}
};
_panel.birth_b.onEnterFrame = function () {
if (size > 599) {
if (wispdrag == true) {
if (_panel.birth_b.hitTest(_root.wisp_1._x, _root.wisp_1._y)) {
wisp1shrink();
birthready = true;
_panel.birth_b._alpha += 10;
}
}
}
};
wisp_1.onPress = function () {
if (wisptimer < 1) {
}
this.startDrag();
_root.wisp_1.onEnterFrame = function () {
wisp_1._y = _ymouse;
wispdrag = true;
};
};
wisp_1.onMouseUp = function () {
this.stopDrag();
wispdrag = false;
delete _root.wisp_1.onEnterFrame;
};
onEnterFrame = function () {
if (size > 600) {
size = 600;
}
if (Math.random() * 10000 < size - 200) {
kick = -10;
}
if (kick < 0) {
kick += 2;
nicona.belly.gotoAndStop(size + kick);
nicona.f_leg.gotoAndStop(size + kick);
}
if (black._alpha < 0) {
black._alpha = 0;
}
if (birthstage < 1) {
_panel.scanner_b._alpha = 100;
_panel.revert_b._alpha = 100;
} else {
if (birthstage < 11) {
_panel.scanner_b._alpha = 40;
_panel.revert_b._alpha = 40;
nicona.belly.gotoAndStop(600 - (contraction - 5));
nicona.f_leg.gotoAndStop(600 - (contraction - 5));
}
}
if (rub > 0) {
rub -= 1;
}
if (growth < 0) {
revert();
}
if (nodding == true) {
if (contraction > 5) {
nicona.head.gotoAndPlay(nicona.head._currentlabel + '2' + 'high');
} else {
nicona.head.gotoAndPlay(nicona.head._currentlabel + '2' + 'low');
}
}
if (size < 5) {
setState('');
if (nicona.baby._visible == false) {
if (timer < 3) {
SetState('sleeping');
backupState = 'sleeping';
}
}
} else {
if (size < 70) {
if (timer < 3) {
setState('awaken');
backupState = 'awaken';
}
} else {
if (size < 135) {
if (timer < 3) {
setState('myboobs');
backupState = 'myboobs';
}
} else {
if (size < 200) {
if (timer < 3) {
setState('mybelly');
backupState = 'mybelly';
}
} else {
if (size < 265) {
if (timer < 3) {
if (state != 'dream') {
setState('impregnant');
timer = 30;
backupState = 'dream';
}
}
} else {
if (size < 330) {
if (timer < 3) {
setState('yay');
backupState = 'yay';
}
} else {
if (size < 395) {
if (timer < 3) {
setState('woah');
backupState = 'woah';
}
} else {
if (size < 460) {
if (timer < 3) {
setState('slowdown');
backupState = 'slowdown';
}
} else {
if (size < 525) {
if (timer < 3) {
setState('hehe');
backupState = 'hehe';
}
} else {
if (size < 590) {
if (timer < 3) {
setState('toobig');
backupState = 'toobig';
}
} else {
if (size < 601) {
if (birthready == false) {
if (timer < 3) {
setState('kicking');
backupState = 'kicking';
}
}
}
}
}
}
}
}
}
}
}
}
}
if (bubble._alpha > 0) {
bubble._alpha -= 2;
}
if (black._alpha > 99) {
size = 1;
totalsize = 1;
nicona.belly.gotoAndStop(1);
nicona.f_breast.gotoAndStop(600);
nicona.b_breast.gotoAndStop(600);
scan.foul.gotoAndStop(0);
nicona.f_leg.gotoAndStop(1);
nicona.f_leg.real_leg.gotoAndPlay('still');
nicona.b_leg.gotoAndPlay('still');
setState('mother');
backupState = 'mother';
nicona.arm._visible = false;
nicona.baby._visible = true;
}
if (timer == 140) {
birthstage = 11;
}
if (birthstage == 11) {
black._alpha -= 1.8;
_panel.birth_b._alpha = 40;
}
if (birthstage == 10) {
black._alpha += 1.8;
}
if (birthstage == 4) {
if (timer < 3) {
nicona.head.mouth.gotoAndPlay(labourpain);
}
}
if (birthstage == 6) {
if (timer < 3) {
nicona.head.mouth.gotoAndPlay(labourpain);
}
}
if (birthstage == 7) {
if (timer < 3) {
nicona.head.mouth.gotoAndPlay(labourpain);
}
}
if (birthstage == 8) {
if (timer < 3) {
nicona.head.mouth.gotoAndPlay(labourpain);
}
}
if (contraction > 5) {
labourpain = 'o';
} else {
labourpain = 'sadopen';
}
if (timer > 0) {
timer -= 1;
} else {
if (timer < 3) {
nodding = false;
if (state != backupState) {
setState(backupState);
}
}
}
if (contraction > 0) {
contraction -= 1;
} else {
contraction = 10;
}
nicona.f_breast._yscale += breathe;
nicona.f_breast._xscale += breathe;
nicona.f_breast._x -= breathe / 5;
nicona.b_breast._yscale += breathe;
nicona.b_breast._xscale += breathe;
nicona.b_breast._x -= breathe / 5;
updown += breathe;
if (updown > 1) {
breastdown();
}
if (updown < -1) {
breastup();
}
if (nicona.f_breast._x < 53) {
nicona.f_breast._x = 53;
}
nicona.b_breast._x = 41;
if (41) {
nicona.b_breast._x = 41;
}
nicona.b_breast.leaf._visible = nicona.f_breast.leaf._visible;
if (anireset > 0) {
anireset -= 1;
} else {
anireset = 14;
}
if (totalsize >= 600) {
totalsize = 600;
}
if (wisp_1._y > 600) {
wisp_1._y -= 680;
wisp_1._x = Math.random() * 600;
_root.wisp_1._xscale = 50;
_root.wisp_1._yscale = 50;
} else {
wisp_1._rotation += 2;
wisp_1._y += 4 + Math.random() * 2;
}
};
}
movieClip 28 {
frame 1 {
_currentlabel = 'run';
}
frame 20 {
gotoAndPlay(_currentlabel);
}
}
movieClip 31 {
}
movieClip 39 {
frame 1 {
_currentlabel = 'still';
}
frame 2 {
gotoAndPlay(_currentlabel);
}
frame 3 {
_currentlabel = 'movepain';
}
frame 7 {
_currentlabel = 'pain';
}
frame 8 {
gotoAndPlay(_currentlabel);
}
}
movieClip 46 {
frame 1 {
_currentlabel = 'tailstart';
}
frame 30 {
gotoAndPlay(_currentlabel);
}
}
movieClip 53 {
}
movieClip 58 {
}
movieClip 60 {
}
movieClip 75 {
}
movieClip 85 {
frame 1 {
_currentlabel = 'still';
}
frame 2 {
gotoAndPlay(_currentlabel);
}
frame 3 {
_currentlabel = 'movepain';
}
frame 7 {
_currentlabel = 'pain';
}
frame 8 {
gotoAndPlay(_currentlabel);
}
}
movieClip 127 {
}
movieClip 135 {
}
movieClip 142 {
frame 1 {
_currentlabel = 'noglow';
}
frame 2 {
gotoAndPlay(_currentlabel);
}
frame 3 {
_currentlabel = 'glowing';
}
frame 18 {
gotoAndPlay(_currentlabel);
}
}
movieClip 148 {
}
movieClip 154 {
frame 1 {
_currentlabel = 'noblush';
}
frame 2 {
gotoAndPlay(_currentlabel);
}
frame 3 {
_currentlabel = 'blush';
}
frame 28 {
gotoAndPlay('noblush');
}
}
movieClip 167 {
frame 1 {
_currentlabel = 'smile';
}
frame 2 {
gotoAndPlay(_currentlabel);
}
frame 3 {
_currentlabel = 'straight';
}
frame 4 {
gotoAndPlay(_currentlabel);
}
frame 5 {
_currentlabel = 'small';
}
frame 6 {
gotoAndPlay(_currentlabel);
}
frame 7 {
_currentlabel = 'upset';
}
frame 8 {
gotoAndPlay(_currentlabel);
}
frame 9 {
_currentlabel = 'o';
}
frame 10 {
gotoAndPlay(_currentlabel);
}
frame 11 {
_currentlabel = 'happyopen';
}
frame 12 {
gotoAndPlay(_currentlabel);
}
frame 13 {
_currentlabel = 'sadopen';
}
frame 14 {
gotoAndPlay(_currentlabel);
}
frame 15 {
_currentlabel = 'happyteeth';
}
frame 16 {
gotoAndPlay(_currentlabel);
}
frame 17 {
_currentlabel = 'sadteeth';
}
frame 18 {
gotoAndPlay(_currentlabel);
}
frame 19 {
_currentlabel = 'scream';
}
frame 22 {
gotoAndPlay(_currentlabel);
}
frame 23 {
_currentlabel = 'painteeth';
}
frame 25 {
gotoAndPlay(_currentlabel);
}
}
movieClip 171 {
}
movieClip 194 {
frame 1 {
_currentlabel = 'serene';
}
frame 2 {
gotoAndPlay(_currentlabel);
}
frame 3 {
_currentlabel = 'happy';
}
frame 4 {
gotoAndPlay(_currentlabel);
}
frame 5 {
_currentlabel = 'shut';
}
frame 6 {
gotoAndPlay(_currentlabel);
}
frame 7 {
_currentlabel = 'shuthard';
}
frame 8 {
gotoAndPlay(_currentlabel);
}
frame 9 {
_currentlabel = 'sad';
}
frame 10 {
gotoAndPlay(_currentlabel);
}
frame 11 {
_currentlabel = 'angry';
}
frame 12 {
gotoAndPlay(_currentlabel);
}
frame 13 {
_currentlabel = 'wide';
}
frame 14 {
gotoAndPlay(_currentlabel);
}
frame 15 {
_currentlabel = 'tired';
}
frame 16 {
gotoAndPlay(_currentlabel);
}
frame 17 {
_currentlabel = 'wiggly';
}
frame 18 {
gotoAndPlay(_currentlabel);
}
frame 19 {
_currentlabel = 'happyshut';
}
frame 20 {
gotoAndPlay(_currentlabel);
}
}
movieClip 202 {
frame 1 {
_currentlabel = 'sparking';
}
frame 16 {
_currentlabel = 'nosparks';
}
frame 17 {
gotoAndPlay(_currentlabel);
}
}
movieClip 268 {
frame 1 {
_currentlabel = 'plain';
}
frame 16 {
gotoAndPlay(_currentlabel);
}
frame 17 {
_currentlabel = 'bright';
}
frame 31 {
gotoAndPlay(_currentlabel);
}
frame 32 {
_currentlabel = 'dim';
}
frame 46 {
gotoAndPlay(_currentlabel);
}
frame 47 {
_currentlabel = 'angry';
}
frame 61 {
gotoAndPlay(_currentlabel);
}
frame 62 {
_currentlabel = 'flirty';
}
frame 76 {
gotoAndPlay(_currentlabel);
}
frame 77 {
_currentlabel = 'pulsing';
}
frame 92 {
gotoAndPlay(_currentlabel);
}
}
movieClip 293 {
frame 1 {
_currentlabel = 'low';
}
frame 2 {
gotoAndPlay(_currentlabel);
}
frame 3 {
_currentlabel = 'low2lowest';
}
frame 6 {
_currentlabel = 'lowest';
}
frame 7 {
gotoAndPlay(_currentlabel);
}
frame 8 {
_currentlabel = 'lowest2low';
}
frame 11 {
_currentlabel = 'low';
}
frame 12 {
gotoAndPlay(_currentlabel);
}
frame 13 {
_currentlabel = 'low2high';
}
frame 16 {
_currentlabel = 'high';
}
frame 17 {
gotoAndPlay(_currentlabel);
}
frame 18 {
_currentlabel = 'high2highest';
}
frame 21 {
_currentlabel = 'highest';
}
frame 22 {
gotoAndPlay(_currentlabel);
}
frame 23 {
_currentlabel = 'highest2lowest';
}
frame 34 {
_currentlabel = 'lowest';
}
frame 35 {
gotoAndPlay(_currentlabel);
}
frame 36 {
_currentlabel = 'lowest2highest';
}
frame 48 {
_currentlabel = 'highest';
}
frame 49 {
gotoAndPlay(_currentlabel);
}
frame 50 {
_currentlabel = 'highest2high';
}
frame 53 {
_currentlabel = 'high';
}
frame 54 {
gotoAndPlay(_currentlabel);
}
frame 55 {
_currentlabel = 'high2lowest';
}
frame 62 {
_currentlabel = 'lowest';
}
frame 63 {
gotoAndPlay(_currentlabel);
}
frame 64 {
_currentlabel = 'lowest2high';
}
frame 71 {
_currentlabel = 'high';
}
frame 72 {
gotoAndPlay(_currentlabel);
}
frame 73 {
_currentlabel = 'high2low';
}
frame 76 {
_currentlabel = 'low';
}
frame 77 {
gotoAndPlay(_currentlabel);
}
frame 78 {
_currentlabel = 'low2highest';
}
frame 85 {
_currentlabel = 'highest';
}
frame 86 {
gotoAndPlay(_currentlabel);
}
frame 87 {
_currentlabel = 'highest2low';
}
frame 94 {
_currentlabel = 'low';
}
frame 95 {
gotoAndPlay(_currentlabel);
}
}
movieClip 329 {
frame 1 {
_currentlabel = 'down';
}
frame 2 {
gotoAndPlay(_currentlabel);
}
frame 3 {
_currentlabel = 'down2breast';
}
frame 8 {
_currentlabel = 'breast';
}
frame 9 {
gotoAndPlay(_currentlabel);
}
frame 10 {
_currentlabel = 'breast2face';
}
frame 11 {
_currentlabel = 'face';
}
frame 12 {
gotoAndPlay(_currentlabel);
}
frame 13 {
_currentlabel = 'face2breast';
}
frame 16 {
_currentlabel = 'breast';
}
frame 17 {
gotoAndPlay(_currentlabel);
}
frame 18 {
_currentlabel = 'breast2down';
}
frame 24 {
_currentlabel = 'down';
}
frame 25 {
gotoAndPlay(_currentlabel);
}
frame 26 {
_currentlabel = 'down';
}
frame 31 {
_currentlabel = 'belly';
}
frame 32 {
gotoAndPlay(_currentlabel);
}
frame 33 {
_currentlabel = 'belly2breast';
}
frame 36 {
_currentlabel = 'breast';
}
frame 37 {
gotoAndPlay(_currentlabel);
}
frame 38 {
_currentlabel = 'breast2belly';
}
frame 41 {
_currentlabel = 'belly';
}
frame 42 {
gotoAndPlay(_currentlabel);
}
frame 43 {
_currentlabel = 'belly2face';
}
frame 46 {
_currentlabel = 'face';
}
frame 47 {
gotoAndPlay(_currentlabel);
}
frame 48 {
_currentlabel = 'face2belly';
}
frame 51 {
_currentlabel = 'belly';
}
frame 52 {
gotoAndPlay(_currentlabel);
}
frame 53 {
_currentlabel = 'belly2down';
}
frame 59 {
_currentlabel = 'down';
}
frame 60 {
gotoAndPlay(_currentlabel);
}
frame 61 {
_currentlabel = 'down2face';
}
frame 68 {
_currentlabel = 'face';
}
frame 69 {
gotoAndPlay(_currentlabel);
}
frame 70 {
_currentlabel = 'face2down';
}
frame 77 {
_currentlabel = 'down';
}
frame 78 {
gotoAndPlay(_currentlabel);
}
}
movieClip 340 {
frame 1 {
_currentlabel = 'rockabye';
}
frame 40 {
gotoAndPlay(_currentlabel);
}
}
movieClip 341 {
}
movieClip 352 {
}
movieClip 362 {
}
movieClip 372 {
}
movieClip 380 {
frame 1 {
_currentlabel = 'yesflash';
}
frame 22 {
_currentlabel = 'noflash';
}
frame 23 {
gotoAndPlay(_currentlabel);
}
}
movieClip 381 {
}
// unknown tag 88 length 169
movieClip 388 {
}
movieClip 391 {
}
movieClip 394 {
}
movieClip 397 {
}
movieClip 401 {
}
movieClip 404 {
}
movieClip 407 {
}
movieClip 408 {
}
movieClip 409 {
}
movieClip 427 {
}
// unknown tag 88 length 130
movieClip 430 {
frame 1 {
_currentlabel = 'happydream';
}
frame 2 {
gotoAndPlay(_currentlabel);
}
frame 3 {
_currentlabel = 'waterbroke';
}
frame 4 {
gotoAndPlay(_currentlabel);
}
frame 5 {
_currentlabel = 'waterbroke';
}
frame 6 {
gotoAndPlay(_currentlabel);
}
frame 7 {
_currentlabel = 'none';
}
frame 8 {
gotoAndPlay(_currentlabel);
}
frame 9 {
_currentlabel = 'crowning';
}
frame 10 {
gotoAndPlay(_currentlabel);
}
frame 11 {
_currentlabel = 'pregnant';
}
frame 12 {
gotoAndPlay(_currentlabel);
}
frame 13 {
_currentlabel = 'love';
}
frame 14 {
gotoAndPlay(_currentlabel);
}
frame 15 {
_currentlabel = 'tick';
}
frame 16 {
gotoAndPlay(_currentlabel);
}
frame 17 {
_currentlabel = 'cross';
}
frame 18 {
gotoAndPlay(_currentlabel);
}
frame 19 {
_currentlabel = 'myboobs';
}
frame 42 {
gotoAndPlay(_currentlabel);
}
frame 43 {
_currentlabel = 'huh?';
}
frame 44 {
gotoAndPlay(_currentlabel);
}
frame 45 {
_currentlabel = 'faorn';
}
frame 46 {
gotoAndPlay(_currentlabel);
}
}
movieClip 432 {
}