Combined Code
movieClip 2 pokeball_g {
}
frame 1 {
stop();
var testing = false;
var zoeytotal = _root.getBytesTotal();
var thisloaded = 0;
var zsize2 = 1;
var zsize = 1;
var ztotalsize = 300;
var my_cm = new ContextMenu();
my_cm.builtInItems.rewind = false;
my_cm.builtInItems.print = false;
my_cm.builtInItems.play = false;
my_cm.builtInItems.forward_back = false;
my_cm.builtInItems.loop = false;
this.menu = my_cm;
zoey.body.lbar.onPress = function () {
if (testing == true) {
if (zsize2 < 330) {
zsize2 += 30;
} else {
zsize2 = 1;
}
} else {
if (zoeycurrent >= zoeytotal) {
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));
zoey.body.r_breast.gotoAndStop(Math.floor(zoeyloaded));
zoey.body.shirt.gotoAndStop(Math.floor(zoeyloaded));
zoey.body.lbar.gotoAndStop(Math.floor(zoeyloaded));
};
}
movieClip 9 {
}
movieClip 34 {
}
movieClip 47 {
}
movieClip 60 {
}
movieClip 62 {
}
movieClip 70 {
}
// unknown tag 88 length 122
movieClip 75 {
}
movieClip 82 {
}
movieClip 89 {
}
movieClip 101 {
}
movieClip 102 {
}
movieClip 103 {
}
frame 2 {
function tailpulled() {
if (tailsleft == 2) {
writePhrase(107);
}
if (tailsleft == 1) {
writePhrase(108);
}
if (tailsleft == 0) {
writePhrase(109);
}
}
function tailgone() {
if (tailsleft == 1) {
writePhrase(99);
}
if (tailsleft == 0) {
writePhrase(100);
}
}
function reset() {
tailsleft = 2;
hipsize = 1;
bustsize = 1;
bellysize = 1;
thipsize = 1;
tbustsize = 1;
tbellysize = 1;
suicune.hips.gotoAndStop(hipsize);
suicune.belly.gotoAndStop(bellysize);
suicune.l_breast.gotoAndStop(bustsize);
suicune.r_breast.gotoAndStop(bustsize);
sparkle.gotoAndPlay('purple');
bellyspoken = 100;
breastspoken = 100;
catchbaby = -10;
setState('relaxed');
backupState = 'relaxed';
board._x = 2000;
writePhrase(1);
sparkle._visible = true;
red._visible = true;
_root.removeMovieClip(pokeball);
pokeball._visible = false;
}
function setState(str) {
statetimer = 40;
if (state != str) {
curState.state = str;
state = str;
for (var v2 in states[str]) {
curState[v2] = states[str][v2];
}
suicune.head.eye.gotoAndPlay(curState.eye);
suicune.head.mouth.gotoAndPlay(curState.mouth);
suicune.head.blush.gotoAndPlay(curState.blush);
suicune.head.eye.pupil._x = px + curState.px;
suicune.head.eye.pupil._y = py + curState.py;
if (suicune.l_arm._currentlabel != curState.arm) {
suicune.l_arm.gotoAndPlay(suicune.l_arm._currentlabel + '2' + curState.arm);
}
if (suicune.r_arm._currentlabel != curState.arm) {
suicune.r_arm.gotoAndPlay(suicune.r_arm._currentlabel + '2' + curState.arm);
}
}
}
function starreset() {
if (catchbaby > 300) {
sparkle._visible = false;
}
sparkle.gotoAndPlay('purple');
ball = false;
starfall = difreset;
starshift = 0;
if (Math.random() > 0.5) {
sparkle._x = Math.random() * 150 + 550;
} else {
sparkle._x = Math.random() * 250 + 20;
}
starsize = 100;
sparkle._y = 499;
if (clicks > 0) {
tbustsize += (clicks + (clicks - 1)) * 7;
thipsize += (clicks + (clicks - 1)) * 7;
lbreastbounce = true;
rbreastbounce = true;
breasttimer = 20;
}
clicks = 0;
}
function writePhrase(n) {
if (board._x > 1000) {
speechb._alpha = 0;
speechb._txt.text = phraseList[n];
speechtimer = speechb._txt.length * 3;
}
}
var difmode = 'easy';
var difreset = -30;
var difshift = 0.95;
var diffall = 25;
var difgrav = 1.4;
dif_button._visible = false;
var starfall = 0;
var starshift = 0;
var bustsize = 1;
var hipsize = 1;
var tbellysize = 1;
var tbustsize = 1;
var thipsize = 1;
var bellysize = 1;
var starsize = 100;
var lbreastbounce = false;
var rbreastbounce = false;
var rub = 1;
var breasty = 0;
var breasttimer = 30;
var breastscale = 600;
var clicks = 0;
var states = new Object();
var curState = new Object();
var _state = '';
var backupState = '';
var px = suicune.head.eye.pupil._x;
var py = suicune.head.eye.pupil._y;
var speechtimer = 0;
var statetimer = 1;
var breastspoken = 100;
var bellyspoken = 100;
var size = 0;
var totalspoken = 100;
var ball = false;
var catchbaby = 0;
var tailsleft = 2;
var L_tailclicks = 0;
var R_tailclicks = 0;
var taildecline = 5;
var tailplus = 100;
var tailmax = 1000;
var phraseList = new Array();
phraseList[1] = 'La la la la la .';
phraseList[2] = 'whats up with me?';
phraseList[3] = 'Hey!? What are you doing!? Get out of here!';
phraseList[4] = 'I know it\'s jiggly now. That doesn\'t mean you\'re allowed to play with it.';
phraseList[5] = 'Would you leave my breasts alone please. I\'m trying to figure out what\'s wrong with my belly.';
phraseList[6] = 'I appreciate you still like my tits even though they didn\'t grow much, but please stop touching them.';
phraseList[7] = 'Stop playing with my breasts! The bouncing feels wierd!';
phraseList[8] = 'Hey! Don\'t you know that my breasts are sensitive!';
phraseList[9] = 'Oh gosh! They\'re so big, I can\'t even see you poke it.';
phraseList[10] = 'If you\'re going to play with my boobs like that, can you at least tell me what\'s happening to my belly.';
phraseList[11] = 'Huh? when my juicy boobs bounce I can feel them rub on my belly, it feels . . . nice.';
phraseList[12] = 'Hey! that tickles.';
phraseList[13] = 'Ah! Something in my belly poked you back!. Maybe I swallowed a rubber ball.';
phraseList[14] = 'Don\'t do that! you might make my belly angry and it\'ll make me eat strange things and stuff.';
phraseList[15] = 'Hey, what\'re you doing down there? I can\'t see.';
phraseList[16] = 'Don\'t poke my belly. I\'m trying to find out how I can see it past my bust.';
phraseList[17] = 'Hey! I can actually see what you\'re doing! My boobs aren\'t THAT big!';
phraseList[18] = 'Hehe! stop it! I can\'t see you past my huge boobs.';
phraseList[19] = 'Oh! That felt strange! My belly feels bigger than usual.';
phraseList[20] = 'Look, I\'m okay with it if you rub my belly at this size, but please stop poking me.';
phraseList[21] = 'My breasts feel funny.';
phraseList[22] = 'Huh? I don\'t remeber my boobs being this big.';
phraseList[23] = 'Oh my! They\'re growing! ';
phraseList[24] = 'The doctor must have given me free implants on my last visit!';
phraseList[25] = 'Oooh, this actually feels good. I\'ll be sure to thank my doctor the next time I see him.';
phraseList[26] = 'I think I\'ve reached my limit. It\'s a good thing too, I can feel lots of pressure.';
phraseList[27] = '<Gasp> Oh hi stranger, I didn\'t hear you approach. Would you turn around while I shower? Sure, I\'ll shut my eyes while you do.';
phraseList[28] = 'Hey stranger, I don\'t suppose you brought any soap with you? Oh no reason, I just think I got something on my boobs.';
phraseList[29] = 'I saw that glowing too. Do you think that might be a side effect of the beauty spring? ';
phraseList[30] = 'I feel different. Do I look different?';
phraseList[31] = 'Now my breasts are tingling too. What\'s going on?';
phraseList[32] = 'Hey! have my breasts gotten bigger!';
phraseList[33] = 'What!? My breasts are growing! Is this normal?';
phraseList[34] = 'Wait, I think that new bra I bought was slightly too big, by breasts must have grown to fit it.';
phraseList[35] = 'I\'m sure that new bra wasn\'t THAT big! but why else could my boobs be expanding?';
phraseList[36] = 'Oooh, I think this is my limit. It\'s a good thing that new bra is extra stretchy, or I\'d be walking out of this spring naked.';
phraseList[37] = 'Um, visitor can I ask you a question. Do my boobs look bigger to you?';
phraseList[38] = 'er, I feel chunky in my waist. Do I look fat to you?.';
phraseList[39] = 'Don\'t look at me! I\'m naked and I think I\'ve put on weight.';
phraseList[40] = 'My boobs are growing right?! What should I do!?';
phraseList[41] = 'How come I can feel that wierd felling in my chest too?';
phraseList[42] = 'Oh no! My breasts!';
phraseList[43] = 'What could possibly cause this!?';
phraseList[44] = 'I know! my breasts grew when I went through puberty, so I must be having puberty again.';
phraseList[45] = 'Well, I\'ve lost my metabolism on my second puberty but at least I didn\'t get acne.';
phraseList[46] = 'Phew, I\'m glad that\'s over. I think I just had the shortest second puberty ever.';
phraseList[41] = 'Huh? that wierd feeling has spread to my boobs.';
phraseList[42] = 'Oh! Now my breasts are growing too! Why?';
phraseList[43] = 'I must have done something wrong recently! But what?';
phraseList[44] = 'I think I\'ve figured it out, It\'s a disease I caught from a jigglypuff outside a pokemon centre last week.';
phraseList[45] = 'Oh gee! it\'s not stopping! My case of Jigglyitus must be severe!';
phraseList[46] = 'I\'m going to complain to the pokemon centre about this! They shouldn\'t let diseases like this spread.';
phraseList[47] = 'You see it too right? my belly is getting bigger on it\'s own.';
phraseList[48] = 'Help me! I\'m getting bigger all over!.';
phraseList[49] = 'At least my breasts are growing faster, but I still don\'t like this.';
phraseList[50] = 'Oh no! My belly is outgrowing my bust. Now what am I going to do!?';
phraseList[51] = 'Oh great, Now my boobs are tingling too.';
phraseList[52] = '<Gasp!> I think they\'ve started growing too. As if I wan\'t big enough already!';
phraseList[53] = 'Hmm, What could be a reason for me to grow like this?';
phraseList[54] = 'Oo I know! I ate a lot of rare candy and now it\'s starting to catch up with me. I guess my belly must be running out of room.';
phraseList[55] = 'If I knew rare candy could make me look like this I would have been more careful with it.';
phraseList[56] = 'Ooh I think my breasts have reached thier limit. Gee, I guess rare cany is rare for a reason. I\'ll never eat that much again.';
phraseList[57] = 'I\'m sure I didn\'t look like this earlier. Do you know what might cause a girl to grow like this?';
phraseList[58] = 'I wish my body would slow down with whatever it\'s doing. it\'s not a race (though I\'m glad breasts are winning).';
phraseList[59] = 'Stop growing so fast belly! You\'ll embarrass me and I won\'t be able to see my feet!';
phraseList[60] = 'Don\'t just stand there looking at me. Go and find some help. Please?';
phraseList[61] = 'Uh oh, I feel the same symptoms of growth in my funbags.';
phraseList[62] = '<Gasp!> Yep! I can definitely see swelling!';
phraseList[63] = 'Why are my breasts only starting to grow now?';
phraseList[64] = 'I have an idea! I\'m mostly water already and here I am bathing in it. All the extra water must have found it\'s way into my boobs and belly.';
phraseList[65] = 'This must be why they say to not shower for too long.';
phraseList[66] = 'At least my boobs aren\'t going to get any bigger. I can feel it in my gut.';
phraseList[67] = 'Oh goodness. I feel so heavy, especially in my chest. Somehow, it feels. . . satisfying.';
phraseList[68] = 'Look at my bell- <gasp> What was that? I swear I just felt something move.';
phraseList[69] = 'I don\'t think I can get much bigger than this. Still, it\'s not too bad, so long as I\'m not stuck like this.';
phraseList[70] = 'ooooh, I could get used to this. I feel so soft.';
phraseList[71] = 'What? My bust too!?';
phraseList[72] = 'Stop it girls. I\'m heavy enough already!';
phraseList[73] = 'Why is this happening to me?.';
phraseList[74] = 'I think I know! Some kind of bug must have bitten me in these places.';
phraseList[75] = 'It must have been a very big (and very sneaky) bug to cause swelling like this.';
phraseList[76] = 'Phew! I think it\'s stopped in my breasts. <gasp>I should go and warn the bug catchers about this.';
phraseList[77] = 'ooooh, That feels very nice.';
phraseList[78] = 'Why are you grabbing my legs? Are you trying to get me wet?.';
phraseList[79] = 'Yes, I saw them get wider too. I know they say hips don\'t lie, but this is ridiculous.';
phraseList[80] = 'Gee, do you really like my hips that much!? I think I look silly with them.';
phraseList[81] = 'Oh dear. I think it\'s starting in my breasts too!';
phraseList[82] = '<Gasp!> Oh No! My breasts are swelling too!';
phraseList[83] = 'Maybe if I can think of why this is happening I can do something to prevent it.';
phraseList[84] = 'Eusine must have done this to me somehow. Make me slow and heavy so he could catch up to me. That creep!';
phraseList[85] = 'Or maybe he just wanted to please me. this feels nice for some reason.';
phraseList[86] = 'Oh Eusine! I don\'t know whether to love you or hate you for this.';
phraseList[87] = 'Pregnancy? fertility? No this is a beauty spring, the sign there said so!';
phraseList[88] = 'What\'s going on here!? My belly hurts!';
phraseList[89] = 'Ah! AHHH! My belly REALLY hurts!';
phraseList[90] = 'AIEEEEEEEEE!!!!!!!!';
phraseList[91] = 'My belly feels odd.';
phraseList[92] = 'Hey? I have a pudge.';
phraseList[93] = 'What!? It\'s getting bigger on it\'s own! How come?! ';
phraseList[94] = '<gasp> I think I ate the seeds in that watermelon I had for lunch';
phraseList[95] = 'Y\'know this doesn\'t feel too bad. Maybe I should be careless with watermelons more often.';
phraseList[96] = 'I think it\'s stopped growing. Now I get to eat two watermelons, once I figure out how to get it out of there.';
phraseList[97] = 'Hey! what\'s going on behind there!?';
phraseList[98] = 'Hellooooo?';
phraseList[99] = 'Hey! Didn\'t I have two tails!? I guess they must have merged together.';
phraseList[100] = 'AHH! Now I don\'t have any tails. Those left-overs I ate must have had LEPROSY in them!';
phraseList[101] = 'Now my belly is tingling too?';
phraseList[102] = 'Hey! Where did that pudge come from?';
phraseList[103] = 'What!? My belly is growing! Is this normal?';
phraseList[104] = 'Wait, I think I accidentily swallowed some bubble gum, now my breath is filling it with air.';
phraseList[105] = 'Aw, Holding my breath doesn\'t help. Oh well, this doesn\'t feel too bad.';
phraseList[106] = 'Oooh, I think that bubble\'s gotten as big as it can. Now I need to think of a way to pop it without hurting myself.';
phraseList[107] = 'Would you mind not pulling my tail like that? I think they\'re a bit delicate.';
phraseList[108] = 'Be careful with my tail. It\'s the only one I have left!';
phraseList[109] = 'Tails grow back.... don\'t they? I mean, my hair does! So why wouldn\'t my tails?';
phraseList[110] = 'sparetext';
phraseList[111] = 'How come I can a knot in my stomach now?';
phraseList[112] = 'Oh no! I\'ve gotten curvy!';
phraseList[113] = 'Why is my abdomen growing like this?!';
phraseList[114] = 'Uh oh! I think I\'ve eaten a Voltorb and now its exploding inside me.';
phraseList[115] = 'At least this doesn\'t hurt. In-fact I think that eaten Voltorb might just be evolving instead.';
phraseList[116] = 'That was fun. Now I just need to get it out of there without hurting myself.';
phraseList[117] = 'sparetext';
phraseList[118] = 'sparetext.';
phraseList[119] = 'sparetext';
phraseList[120] = 'sparetext';
phraseList[121] = 'Huh? now I can feel wierdness in my gut too..';
phraseList[122] = 'Eek! My waistline is slowly vanishing!';
phraseList[123] = 'Hmm. What have I done that would cause this?';
phraseList[124] = 'Oh I remeber. I bet Raikou I could make my breasts grow with a ballon pump, but it looks like i was right after all.';
phraseList[125] = 'Goodness! I don\'t remember inflating myself that much. I neglected to think it might reach my belly too.';
phraseList[126] = 'I can\'t wait to see Raikous face when she see\'s me like this. Now she owes ME a tin of elbow grease!.';
phraseList[127] = 'sparetext';
phraseList[128] = 'sparetext.';
phraseList[129] = 'sparetext';
phraseList[130] = 'sparetext';
phraseList[131] = 'Oh great, Now my boobs are tingling too.';
phraseList[132] = '<Gasp!> I think they\'ve started growing too. As if I wan\'t big enough already!';
phraseList[133] = 'Hmm, What could be a reason for me to grow like this?';
phraseList[134] = 'Oo I know! I ate a lot of rare candy and now it\'s starting to catch up with me. I guess my belly must be running out of room.';
phraseList[135] = 'If I knew rare candy could make me look like this I would have been more careful with it.';
phraseList[136] = 'Ooh I think my breasts have reached thier limit. Gee, I guess rare cany is rare for a reason. I\'ll never eat that much again.';
phraseList[137] = 'sparetext';
phraseList[138] = 'sparetext.';
phraseList[139] = 'sparetext';
phraseList[140] = 'sparetext';
phraseList[141] = 'Uh oh, I feel the same symptoms of growth in my funbags.';
phraseList[142] = '<Gasp!> Yep! I can definitely see swelling!';
phraseList[143] = 'Why are my breasts only starting to grow now?';
phraseList[144] = 'I have an idea! I\'m mostly water already and here I am bathing in it. All the extra water must have found it\'s way into my boobs and belly.';
phraseList[145] = 'This must be why they say to not shower for too long.';
phraseList[146] = 'At least my boobs aren\'t going to get any bigger. I can feel it in my gut.';
phraseList[147] = 'sparetext';
phraseList[148] = 'sparetext.';
phraseList[149] = 'sparetext';
phraseList[150] = 'sparetext';
phraseList[151] = 'What? My bust too!?';
phraseList[152] = 'Stop it girls. I\'m heavy enough alraedy!';
phraseList[153] = 'Why is this happening to me?.';
phraseList[154] = 'I think I know! Some kind of bug must have bitten me in these places.';
phraseList[155] = 'It must have been a very big (and very sneaky) bug to cause swelling like this.';
phraseList[156] = 'Phew! I think it\'s stopped in my breasts. <gasp>I should go and warn the bug catchers about this.';
phraseList[157] = 'sparetext';
phraseList[158] = 'sparetext.';
phraseList[159] = 'sparetext';
phraseList[160] = 'sparetext';
phraseList[161] = 'Oh dear. I think it\'s starting in my breasts too!';
phraseList[162] = '<Gasp!> Oh No! My breasts are swelling too!';
phraseList[163] = 'Maybe if I can think of why this is happening I can do something to prevent it.';
phraseList[164] = 'Eusine must have done this to me somehow. Make me slow and heavy so he could catch up to me. That creep!';
phraseList[165] = 'Or maybe he just wanted to please me. this feels nice for some reason.';
phraseList[166] = 'Oh Eusine! I don\'t know whether to love you or hate you for this.';
states.birth = {'eye': 'mad', 'mouth': 'teeth', 'px': 7, 'py': 2, 'blush': 'blush', 'arm': 'rest'};
states.ahhh = {'eye': 'closed', 'mouth': 'wide', 'px': 7, 'py': 2, 'blush': 'blush', 'arm': 'rest'};
states.estranged = {'eye': 'mad', 'mouth': 'confused', 'px': 7, 'py': 2, 'blush': 'noblush', 'arm': 'rest'};
states.oh! = {'eye': 'wide', 'mouth': 'small', 'px': 6, 'py': 4, 'blush': 'noblush', 'arm': 'rest'};
states.wonder = {'eye': 'mad', 'mouth': 'sad', 'px': 6, 'py': 4, 'blush': 'noblush', 'arm': 'rest'};
states.anxious = {'eye': 'sad', 'mouth': 'widehappy', 'px': 6, 'py': 4, 'blush': 'noblush', 'arm': 'rest'};
states.awaken = {'eye': 'small', 'mouth': 'small', 'px': 9, 'py': 2, 'blush': 'noblush', 'arm': 'rest'};
states.realise = {'eye': 'wide', 'mouth': 'teeth', 'px': 7, 'py': 6, 'blush': 'blush', 'arm': 'rest'};
states.confused = {'eye': 'mad', 'mouth': 'confused', 'px': 7, 'py': 3, 'blush': 'blush', 'arm': 'rest'};
states.huh? = {'eye': 'wide', 'mouth': 'sad', 'px': 1, 'py': 3, 'blush': 'noblush', 'arm': 'rest'};
states.shocked = {'eye': 'wide', 'mouth': 'wide', 'px': 6, 'py': 5, 'blush': 'blush', 'arm': 'rest'};
states.worried = {'eye': 'sad', 'mouth': 'sad', 'px': 6, 'py': 5, 'blush': 'blush', 'arm': 'rest'};
states.flattered = {'eye': 'sad', 'mouth': 'confused', 'px': 6, 'py': 5, 'blush': 'blush', 'arm': 'rest'};
states.content = {'eye': 'small', 'mouth': 'smile', 'px': 6, 'py': 2, 'blush': 'blush', 'arm': 'rest'};
states.test = {'eye': 'sad', 'mouth': 'grin', 'px': 8, 'py': 4, 'blush': 'blush', 'arm': 'rest'};
states.giggle = {'eye': 'closed', 'mouth': 'grin', 'px': 8, 'py': 4, 'blush': 'blush', 'arm': 'washing'};
states.relaxed = {'eye': 'closed', 'mouth': 'smile', 'px': 8, 'py': 4, 'blush': 'noblush', 'arm': 'washing'};
states.rbreastpoke = {'eye': 'wide', 'mouth': 'wide', 'px': 8, 'py': 4, 'blush': 'blush', 'arm': 'rest'};
states.lbreastpoke = {'eye': 'wide', 'mouth': 'wide', 'px': 3, 'py': 8, 'blush': 'blush', 'arm': 'rest'};
states.plead = {'eye': 'sad', 'mouth': 'wide', 'px': 1, 'py': 3, 'blush': 'blush', 'arm': 'rest'};
states.angry = {'eye': 'mad', 'mouth': 'sad', 'px': 1, 'py': 3, 'blush': 'blush', 'arm': 'rest'};
states.embarrased = {'eye': 'sad', 'mouth': 'small', 'px': 1, 'py': 3, 'blush': 'blush', 'arm': 'rest'};
states.gasp = {'eye': 'wide', 'mouth': 'wide', 'px': 1, 'py': 3, 'blush': 'blush', 'arm': 'rest'};
states.lbreastouch = {'eye': 'sad', 'mouth': 'teeth', 'px': 1, 'py': 7, 'blush': 'blush', 'arm': 'rest'};
states.rbreastouch = {'eye': 'sad', 'mouth': 'teeth', 'px': 8, 'py': 2, 'blush': 'blush', 'arm': 'rest'};
board.replay.onPress = function () {
reset();
};
suicune.l_tail.onPress = function () {
if (L_tailclicks < tailmax) {
L_tailclicks += 100;
setState('lbreastouch');
tailpulled();
} else {
tailsleft -= 1;
setState('lbreastpoke');
this._visible = false;
tailgone();
}
};
suicune.r_tail.onPress = function () {
if (R_tailclicks < tailmax) {
R_tailclicks += 100;
setState('rbreastouch');
tailpulled();
} else {
tailsleft -= 1;
setState('rbreastpoke');
tailgone();
}
};
dif_button._txt.text = difmode;
dif_button.onPress = function () {
if (difmode == 'easy') {
difmode = 'hard';
difreset = -35;
difshift = 1;
diffall = 40;
difgrav = 2;
} else {
difmode = 'easy';
difreset = -30;
difshift = 0.95;
diffall = 25;
difgrav = 1.4;
}
dif_button._txt.text = difmode;
};
signpost.onPress = function () {
setState('huh?');
writePhrase(87);
if (bellysize > 595) {
sparkle.gotoAndPlay('pokeball');
ball = true;
}
};
suicune.hips.onPress = function () {
if (Math.random() > 0.2 || tailsleft > 0) {
if (hipsize < 200) {
writePhrase(78);
setState('angry');
} else {
if (hipsize < 400) {
writePhrase(79);
setState('test');
} else {
writePhrase(80);
setState('flattered');
}
}
} else {
tailpulled();
setState('gasp');
}
};
suicune.belly.onRollOver = function () {
rub += 10;
if (rub > 30 && bellysize > 200) {
setState('relaxed');
writePhrase(77);
}
};
suicune.head.onPress = function () {
if (Math.random() > 0.2 || tailsleft > 0) {
if (size < 40) {
writePhrase(27);
setState('gasp');
} else {
if (size < 200) {
if (bustsize > bellysize + 60) {
writePhrase(28);
setState('embarrased');
} else {
if (bellysize > bustsize + 60) {
writePhrase(29);
setState('embarrased');
} else {
writePhrase(30);
setState('embarrased');
}
}
} else {
if (size < 400) {
if (bustsize > bellysize + 60) {
writePhrase(37);
setState('worried');
} else {
if (bellysize > bustsize + 60) {
writePhrase(38);
setState('worried');
} else {
writePhrase(39);
setState('embarrased');
}
}
} else {
if (size < 600) {
if (bustsize > bellysize + 60) {
writePhrase(40);
setState('gasp');
} else {
if (bellysize > bustsize + 60) {
writePhrase(47);
setState('gasp');
} else {
writePhrase(48);
setState('embarrased');
}
}
} else {
if (size < 800) {
if (bustsize > bellysize + 60) {
writePhrase(49);
setState('embarrased');
} else {
if (bellysize > bustsize + 60) {
writePhrase(50);
setState('gasp');
} else {
writePhrase(57);
setState('worried');
}
}
} else {
if (size < 1000) {
if (bustsize > bellysize + 60) {
writePhrase(58);
setState('embarrased');
} else {
if (bellysize > bustsize + 60) {
writePhrase(59);
setState('gasp');
} else {
writePhrase(60);
setState('angry');
}
}
} else {
if (size < 1200) {
if (bustsize > bellysize + 60) {
writePhrase(67);
setState('flattered');
} else {
if (bellysize > bustsize + 60) {
writePhrase(68);
setState('shocked');
} else {
writePhrase(69);
setState('relaxed');
}
}
} else {
writePhrase(70);
setState('flattered');
}
}
}
}
}
}
}
} else {
tailpulled();
setState('gasp');
}
};
board._x = 2000;
suicune.belly.stop();
suicune.l_arm._;
suicune.l_breast.stop();
suicune.r_breast.stop();
suicune.hips.stop();
setState('relaxed');
backupState = 'relaxed';
writePhrase(1);
suicune.l_breast.onEnterFrame = function () {
this._xscale = 100 + bustsize / 25;
this._yscale = 100 + bustsize / 25;
suicune.l_breast.gotoAndStop(bustsize);
if (lbreastbounce == true) {
if (breasty > 5) {
this._yscale += breasty - 7;
} else {
this._yscale += breasty - (breasty + (breasty - 1));
}
}
};
suicune.r_breast.onEnterFrame = function () {
this._xscale = 100 + bustsize / 25;
this._yscale = 100 + bustsize / 25;
suicune.r_breast.gotoAndStop(bustsize);
if (rbreastbounce == true) {
if (breasty > 5) {
this._yscale += breasty - 7;
} else {
this._yscale += breasty - (breasty + (breasty - 1));
}
}
};
suicune.l_breast.onPress = function () {
lbreastbounce = true;
if (bustsize < 200) {
if (bellysize < 100) {
setState('lbreastpoke');
writePhrase(3);
} else {
if (bellysize < 500) {
writePhrase(5);
setState('lbreastpoke');
} else {
setState('embarrased');
writePhrase(6);
}
}
} else {
if (bustsize < 400) {
if (bellysize < 100) {
setState('lbreastpoke');
writePhrase(4);
} else {
if (bellysize < 500) {
writePhrase(7);
setState('angry');
} else {
writePhrase(8);
setState('lbreastouch');
}
}
} else {
if (bellysize < 100) {
setState('lbreastpoke');
writePhrase(9);
} else {
if (bellysize < 500) {
setState('embarrased');
writePhrase(10);
} else {
setState('giggle');
writePhrase(11);
}
}
}
}
breasttimer = 20;
};
suicune.r_breast.onPress = function () {
rbreastbounce = true;
if (bustsize < 200) {
if (bellysize < 100) {
setState('rbreastpoke');
writePhrase(3);
} else {
if (bellysize < 500) {
writePhrase(5);
setState('rbreastpoke');
} else {
setState('embarrased');
writePhrase(6);
}
}
} else {
if (bustsize < 400) {
if (bellysize < 100) {
setState('rbreastpoke');
writePhrase(4);
} else {
if (bellysize < 500) {
writePhrase(7);
setState('angry');
} else {
writePhrase(8);
setState('rbreastouch');
}
}
} else {
if (bellysize < 100) {
setState('rbreastpoke');
writePhrase(9);
} else {
if (bellysize < 500) {
setState('embarrased');
writePhrase(10);
} else {
setState('giggle');
writePhrase(11);
}
}
}
}
breasttimer = 20;
};
suicune.belly.onPress = function () {
if (bustsize < 200) {
if (bellysize < 100) {
setState('giggle');
writePhrase(12);
} else {
if (bellysize < 500) {
setState('plead');
writePhrase(13);
} else {
setState('embarrased');
writePhrase(14);
}
}
} else {
if (bustsize < 400) {
if (bellysize < 100) {
setState('lbreastpoke');
writePhrase(15);
} else {
if (bellysize < 500) {
setState('angry');
writePhrase(16);
} else {
setState('embarrased');
writePhrase(17);
}
}
} else {
if (bellysize < 100) {
setState('giggle');
writePhrase(18);
} else {
if (bellysize < 500) {
setState('confused');
writePhrase(19);
} else {
setState('embarrased');
writePhrase(20);
}
}
}
}
};
breastspeak = function () {
if (breastspoken == 100) {
setState('estranged');
backupState = 'estranged';
} else {
if (breastspoken == 200) {
setState('oh!');
backupState = 'oh!';
} else {
if (breastspoken == 300) {
setState('wonder');
backupState = 'wonder';
} else {
if (breastspoken == 400) {
setState('realise');
backupState = 'realise';
} else {
if (breastspoken == 500) {
setState('anxious');
backupState = 'anxious';
} else {
if (breastspoken == 600) {
setState('content');
backupState = 'content';
}
}
}
}
}
}
writePhrase(breastspoken / 100 + 20 + Math.floor(bellysize / 100) * 10);
breastspoken += 100;
timer = 30;
};
bellyspeak = function () {
if (bellyspoken == 100) {
setState('estranged');
backupState = 'estranged';
} else {
if (bellyspoken == 200) {
setState('oh!');
backupState = 'oh!';
} else {
if (bellyspoken == 300) {
setState('wonder');
backupState = 'wonder';
} else {
if (bellyspoken == 400) {
setState('realise');
backupState = 'realise';
} else {
if (bellyspoken == 500) {
setState('anxious');
backupState = 'anxious';
} else {
if (bellyspoken == 600) {
setState('content');
backupState = 'content';
}
}
}
}
}
}
writePhrase(bellyspoken / 100 + 90 + Math.floor(bustsize / 100) * 10);
bellyspoken += 100;
timer = 30;
};
onEnterFrame = function () {
if (L_tailclicks > 0 && L_tailclicks < tailmax) {
L_tailclicks -= taildecline;
}
if (R_tailclicks > 0 && R_tailclicks < tailmax) {
R_tailclicks -= taildecline;
}
if (R_tailclicks >= tailmax) {
suicune.r_tail._alpha -= 10;
if (suicune.r_tail._alpha < 0) {
suicune.r_tail._alpha = 0;
suicune.r_tail._visible = false;
}
}
if (L_tailclicks >= tailmax) {
suicune.l_tail._alpha -= 10;
if (suicune.l_tail._alpha < 0) {
suicune.l_tail._alpha = 0;
suicune.l_tail._visible = false;
}
}
if (catchbaby < 200) {
red2._alpha = 0;
} else {
if (catchbaby < 300) {
red2._alpha += 10;
} else {
if (catchbaby < 500) {
bellysize -= 1;
tbellysize -= 1;
red2._alpha -= 10;
red._visible = false;
if (board._x > 50) {
board._x -= 25;
}
} else {
sparkle._x = pokeball._x;
sparkle.y = pokeball._y;
sparkle._visible = true;
sparkle.gotoAndPlay('pokeball');
removeMovieClip('pokeball');
}
}
}
red._alpha = catchbaby / 2;
pokeball._rotation += catchbaby / 6;
if (catchbaby > 0) {
catchbaby += 1;
pokeball._visible = true;
bellysize -= 1;
tbellysize -= 1;
}
if (catchbaby == 10) {
attachMovie('pokeball_g', 'pokeball', -9000);
sparkle._visible = false;
pokeball._x = 550;
pokeball._y = 180;
writePhrase(88);
setState('realise');
backupState = 'birth';
}
if (catchbaby == 100) {
writePhrase(89);
setState('shocked');
}
if (catchbaby == 200) {
writePhrase(90);
setState('ahhh');
}
if (rub > 0) {
rub -= 1;
}
if (speechtimer > 150) {
speechtimer = 150;
}
size = tbellysize + tbustsize;
suicune.belly.gotoAndStop(bellysize);
suicune.hips.gotoAndStop(hipsize);
if (bustsize > breastspoken) {
breastspeak();
}
if (bellysize > bellyspoken) {
bellyspeak();
}
if (statetimer > 0) {
statetimer -= 1;
} else {
setState(backupState);
}
if (speechtimer > 0) {
speechtimer -= 1;
if (speechb._alpha < 100) {
speechb._alpha += 10;
}
} else {
if (speechb._alpha > 0) {
speechb._alpha -= 10;
}
}
if (breasttimer > 0) {
breasttimer -= 1;
} else {
lbreastbounce = false;
rbreastbounce = false;
suicune.l_breast._xscale = 100 + bustsize / 25;
suicune.l_breast._yscale = 100 + bustsize / 25;
suicune.r_breast._xscale = 100 + bustsize / 25;
suicune.r_breast._yscale = 100 + bustsize / 25;
suicune.l_breast.gotoAndStop(bustsize);
suicune.r_breast.gotoAndStop(bustsize);
}
if (breasty > 0) {
breasty -= 2;
} else {
breasty = 10;
}
if (bustsize > 600) {
bustsize = 600;
}
if (bustsize < tbustsize) {
bustsize += Math.floor((tbustsize - bustsize) / 7);
if (timer == 0) {
switch (true) {
case bustsize < 100:
backupState = 'awaken';
writePhrase(2);
break;
case size < 200:
backupState = 'confused';
break;
case size == 200:
backupState = 'freakout';
break;
case size < 300:
backupState = 'ohno';
break;
case size < 400:
backupState = 'upset';
break;
case size < 500:
backupState = 'pleasure';
break;
case size < 600:
backupState = 'content';
break;
case size == 600:
backupState = 'relaxed';
}
}
} else {
bustsize = tbustsize;
}
if (tbustsize > 600) {
tbustsize = 600;
}
if (hipsize < thipsize) {
hipsize += 0.5;
}
if (thipsize > 600) {
thipsize = 600;
}
if (bellysize < tbellysize) {
bellysize += 0.5;
suicune.glow._visible = true;
} else {
suicune.glow._visible = false;
}
if (tbellysize > 600) {
tbellysize = 600;
}
starfall += difgrav;
sparkle._xscale = starsize;
sparkle._yscale = starsize;
sparkle._rotation += 7;
sparkle._y += starfall;
sparkle._x += starshift;
if (starsize < 1) {
starreset();
}
if (sparkle._x > 300) {
if (sparkle._x < 530) {
if (starfall < -30) {
starreset();
}
}
}
if (suicune.belly.hitTest(sparkle._x, sparkle._y)) {
if (ball == true) {
catchbaby = 1;
}
tbellysize += 3;
clicks = 1;
thipsize += 5;
starfall -= 3.5;
starsize -= 5;
breasttimer = 10;
if (starshift > 0) {
starshift -= 1;
} else {
if (starshift < 0) {
starshift += 1;
}
}
}
if (sparkle._y > 500) {
starreset();
}
if (starshift > 0) {
starshift -= 0.25;
} else {
if (starshift < 0) {
starshift += 0.25;
}
}
if (starsize < 100) {
if (sparkle._y > 300) {
sparkle._y -= 3;
} else {
if (sparkle._y < 310) {
sparkle._y += 3;
}
}
if (sparkle._x > 430) {
sparkle._x -= 2;
} else {
if (sparkle._x < 440) {
sparkle._x += 2;
}
}
}
};
sparkle.onPress = function () {
starfall -= diffall;
clicks += 1;
if (_xmouse < sparkle._x) {
starshift += (sparkle._x - _xmouse) * difshift;
} else {
starshift -= (_xmouse - sparkle._x) * difshift;
}
};
}
movieClip 109 {
}
movieClip 114 {
}
movieClip 116 {
}
movieClip 123 {
}
movieClip 128 {
}
movieClip 130 {
}
movieClip 132 {
}
movieClip 135 {
}
movieClip 139 {
frame 1 {
_currentlabel = 'palm';
}
frame 2 {
gotoAndPlay(_currentlabel);
}
frame 3 {
_currentlabel = 'knuckles';
}
frame 4 {
gotoAndPlay(_currentlabel);
}
}
movieClip 150 {
frame 1 {
_currentlabel = 'washing';
}
frame 9 {
gotoAndPlay(_currentlabel);
}
frame 10 {
_currentlabel = 'hair';
}
frame 11 {
gotoAndPlay(_currentlabel);
}
frame 12 {
_currentlabel = 'washing2mouth';
}
frame 15 {
_currentlabel = 'mouth';
}
frame 16 {
gotoAndPlay(_currentlabel);
}
}
movieClip 152 {
}
movieClip 154 {
}
movieClip 156 {
}
movieClip 157 {
frame 1 {
_currentlabel = 'washing';
}
frame 9 {
gotoAndPlay(_currentlabel);
}
}
movieClip 159 {
}
movieClip 165 {
}
movieClip 183 {
}
movieClip 188 {
}
movieClip 195 {
frame 1 {
_currentlabel = 'noblush';
}
frame 2 {
gotoAndPlay(_currentlabel);
}
frame 3 {
_currentlabel = 'blush';
}
frame 38 {
_currentlabel = 'noblush';
}
frame 39 {
gotoAndPlay(_currentlabel);
}
}
movieClip 198 {
}
movieClip 212 {
frame 1 {
_currentlabel = 'closed';
}
frame 2 {
gotoAndPlay(_currentlabel);
}
frame 3 {
_currentlabel = 'wide';
}
frame 4 {
gotoAndPlay(_currentlabel);
}
frame 5 {
_currentlabel = 'sad';
}
frame 6 {
gotoAndPlay(_currentlabel);
}
frame 7 {
_currentlabel = 'mad';
}
frame 8 {
gotoAndPlay(_currentlabel);
}
frame 9 {
_currentlabel = 'small';
}
frame 10 {
gotoAndPlay(_currentlabel);
}
}
movieClip 221 {
frame 1 {
_currentlabel = 'smile';
}
frame 2 {
gotoAndPlay(_currentlabel);
}
frame 3 {
_currentlabel = 'wide';
}
frame 4 {
gotoAndPlay(_currentlabel);
}
frame 5 {
_currentlabel = 'widehappy';
}
frame 6 {
gotoAndPlay(_currentlabel);
}
frame 7 {
_currentlabel = 'grin';
}
frame 8 {
gotoAndPlay(_currentlabel);
}
frame 9 {
_currentlabel = 'sad';
}
frame 10 {
gotoAndPlay(_currentlabel);
}
frame 11 {
_currentlabel = 'confused';
}
frame 12 {
gotoAndPlay(_currentlabel);
}
frame 13 {
_currentlabel = 'small';
}
frame 14 {
gotoAndPlay(_currentlabel);
}
frame 15 {
_currentlabel = 'teeth';
}
frame 16 {
gotoAndPlay(_currentlabel);
}
}
movieClip 222 {
}
movieClip 224 {
}
movieClip 226 {
}
movieClip 228 {
}
movieClip 240 {
frame 1 {
_currentlabel = 'splash';
}
frame 21 {
gotoAndPlay(_currentlabel);
}
}
movieClip 241 {
}
movieClip 244 {
frame 1 {
_currentlabel = 'purple';
}
frame 2 {
gotoAndPlay(_currentlabel);
}
frame 3 {
_currentlabel = 'pokeball';
}
frame 4 {
gotoAndPlay(_currentlabel);
}
}
movieClip 249 {
}
movieClip 254 {
}
// unknown tag 88 length 119
movieClip 265 {
frame 1 {
_currentlabel = 'covered';
}
frame 2 {
gotoAndPlay(_currentlabel);
}
frame 3 {
_currentlabel = 'uncovered';
}
frame 15 {
_currentlabel = 'exposed';
}
frame 16 {
gotoAndPlay(_currentlabel);
}
}
movieClip 266 {
}
movieClip 271 {
}
movieClip 273 {
}
// unknown tag 88 length 212
movieClip 279 {
}
movieClip 280 {
}
movieClip 281 {
}
movieClip 285 {
}