Frame 1
_global.page = "upper";
_global.pagename = "Shirts&Tops";
_root.loadbar.enabled = false;
_global.hCol = "blonde";
_global.eCol = "seagreen";
_root.glob._visible = false;
_global.hairstyle = 4;
_global.skinColor = 1;
Frame 2
var pctLoaded = Math.round((getBytesLoaded() / getBytesTotal()) * 100);
_root.loadbar._xscale = pctLoaded;
_root.loadbar2._xscale = pctLoaded;
_root.loadtext.text = String(pctLoaded) + "% Loaded";
if (_framesloaded < _totalframes) {
gotoAndPlay (1);
} else {
_root.loadtext.text = "Click to Start";
_root.loadbar.enabled = true;
_root.glob._visible = true;
stop();
}
Frame 3
_root.lol._visible = false;
_root.hoofd.hairBack.gotoAndStop(4);
_root.breast.gotoAndStop(22);
_root.shirt.gotoAndStop(22);
_root.rougeHeart.gotoAndStop(22);
_root.tube.gotoAndStop(22);
_root.bra.gotoAndStop(22);
_root.inTxt = "";
_root.hhairColor._visible = false;
_root.secretMessage._visible = false;
_root.breastSize._visible = false;
_root.bodiez.enabled = false;
_root.breast.leftNipple.enabled = false;
_root.breast.rightNipple.enabled = false;
_root.qtext.text = String(_quality) + " QUALITY";
_root.textbox.text = _global.pagename;
_root.hoofd.mouth2.gotoAndStop(1);
_root.hoofd.hairBack.gotoAndStop(_global.hairstyle);
_root.hoofd.hairColor.gotoAndStop(_global.hairstyle);
_root.hoofd.Lines.gotoAndStop(_global.hairstyle);
_root.extraHair.extraLines.gotoAndStop(_global.hairstyle);
_root.moreHair.moreFill.gotoAndStop(_global.hairstyle);
_root.moreHair.moreLines.gotoAndStop(_global.hairstyle);
_root.extraHair.extraFill.gotoAndStop(_global.hairstyle);
_root.nonono._visible = false;
_root.nonono2._visible = false;
if (_root.shorts._x < 450) {
_root.shorts._visible = false;
}
if (_root.rippants._x < 450) {
_root.rippants._visible = false;
}
if (_root.skirt._x < 450) {
_root.skirt._visible = false;
}
if (_root.jpants._x < 450) {
_root.jpants._visible = false;
}
if (_root.Iskirt._x < 450) {
_root.Iskirt._visible = false;
}
if (_root.Ipants._x < 450) {
_root.Ipants._visible = false;
}
if (_root.witch._x < 450) {
_root.witch._visible = false;
}
if (_root.kSkirt._x < 450) {
_root.kSkirt._visible = false;
}
if (_root.legg._x < 450) {
_root.legg._visible = false;
}
if (_root.qiPao._x < 450) {
_root.qiPao._visible = false;
}
if (_root.bettyDress._x < 450) {
_root.bettyDress._visible = false;
}
if (_root.rougePants._x < 450) {
_root.rougePants._visible = false;
}
if (_root.mewDress._x < 450) {
_root.mewDress._visible = false;
}
if (_root.pantsu._x < 450) {
_root.pantsu._visible = false;
}
if (_root.bra._x < 450) {
_root.bra._visible = false;
}
if (_root.wpantsu._x < 450) {
_root.wpantsu._visible = false;
}
if (_root.rbra._x < 450) {
_root.rbra._visible = false;
}
if (_root.bbra._x < 450) {
_root.bbra._visible = false;
}
if (_root.bpanty._x < 450) {
_root.bpanty._visible = false;
}
if (_root.Jarretel._x < 450) {
_root.Jarretel._visible = false;
}
if (_root.teddy._x < 450) {
_root.teddy._visible = false;
}
if (_root.chantelleBra1._x < 450) {
_root.chantelleBra1._visible = false;
}
if (_root.chantellePanty1._x < 450) {
_root.chantellePanty1._visible = false;
}
if (_root.string2._x < 450) {
_root.string2._visible = false;
}
if (_root.bettySocks._x < 450) {
_root.bettySocks._visible = false;
}
if (_root.goggle._x < 450) {
_root.goggle._visible = false;
}
if (_root.choke._x < 450) {
_root.choke._visible = false;
}
if (_root.pointy._x < 450) {
_root.pointy._visible = false;
}
if (_root.iscarf._x < 450) {
_root.iscarf._visible = false;
}
if (_root.skirtThing._x < 450) {
_root.skirtThing._visible = false;
}
if (_root.armWarmer._x < 450) {
_root.armWarmer._visible = false;
}
if (_root.rougeGlove._x < 450) {
_root.rougeGlove._visible = false;
}
if (_root.bettyHat._x < 450) {
_root.bettyHat._visible = false;
}
if (_root.mewSuspender._x < 450) {
_root.mewSuspender._visible = false;
}
if (_root.mewChoker._x < 450) {
_root.mewChoker._visible = false;
}
if (_root.kshoes._x < 450) {
_root.kshoes._visible = false;
}
if (_root.yBoots._x < 450) {
_root.yBoots._visible = false;
}
if (_root.bettyBoots._x < 450) {
_root.bettyBoots._visible = false;
}
if (_root.rougeBoots._x < 450) {
_root.rougeBoots._visible = false;
}
if (_root.Heels._x < 450) {
_root.Heels._visible = false;
}
if (_root.blueSwimsuit._x < 450) {
_root.blueSwimsuit._visible = false;
}
if (_root.yellowSwimsuit._x < 450) {
_root.yellowSwimsuit._visible = false;
}
stop();
Instance of Symbol 19 MovieClip "breastSize" in Frame 3
on (keyPress "<Down>") {
_root.breast.prevFrame();
test = _root.bod._currentframe - 1;
test2 = _root.breast._currentframe;
_root.breast.lBreastSmall.gotoAndStop(test2 + (test * 21));
_root.shirt.gotoAndStop(test2);
_root.rougeHeart.gotoAndStop(test2);
_root.tube.gotoAndStop(test2);
_root.bra.gotoAndStop(test2);
}
on (keyPress "<Up>") {
if (_root.breast._currentframe < 52) {
_root.breast.nextFrame();
}
test = _root.bod._currentframe - 1;
test2 = _root.breast._currentframe;
_root.breast.lBreastSmall.gotoAndStop(test2 + (test * 21));
_root.breast.lbreast.gotoAndStop(_global.skinColor);
_root.shirt.gotoAndStop(test2);
_root.rougeHeart.gotoAndStop(test2);
_root.tube.gotoAndStop(test2);
_root.bra.gotoAndStop(test2);
}
Instance of Symbol 41 MovieClip "bodiez" in Frame 3
on (press) {
with (_root.hoofd.mouth2) {
gotoAndPlay(1);
}
with (_root.hoofd.eyes) {
gotoAndStop(8);
}
with (_root.cc) {
gotoAndPlay(2);
}
}
Instance of Symbol 43 MovieClip "hhairColor" in Frame 3
on (press) {
var colorTrans1 = new Color(_root.hoofd.hairColor);
var colorTrans2 = new Color(_root.hoofd.hairBack);
var colorTrans3 = new Color(_root.hhairColor);
var colorTrans4 = new Color(_root.extraHair.extraFill);
var colorTrans5 = new Color(_root.moreHair.moreFill);
switch (_global.hCol) {
case "lbrown" :
_global.hCol = "blonde";
var colorTrans = {ra:100, ga:100, ba:100, aa:100};
break;
case "blonde" :
_global.hCol = "brown";
var colorTrans = {ra:60.7843137254902, ga:39.2156862745098, ba:49.4949494949495, aa:100};
break;
case "brown" :
_global.hCol = "black";
var colorTrans = {ra:21.1764705882353, ga:18.4313725490196, ba:72.7272727272727, aa:100};
break;
case "black" :
_global.hCol = "pink";
var colorTrans = {ra:95.2941176470588, ga:55.2941176470588, ba:153.535353535354, aa:100};
break;
case "pink" :
_global.hCol = "red";
var colorTrans = {ra:70.9803921568627, ga:20.3921568627451, ba:57.5757575757576, aa:100};
break;
case "red" :
_global.hCol = "green";
var colorTrans = {ra:9.41176470588235, ga:58.8235294117647, ba:124.242424242424, aa:100};
break;
case "green" :
_global.hCol = "orange";
var colorTrans = {ra:100, ga:38.0392156862745, ba:66.6666666666667, aa:100};
break;
case "orange" :
_global.hCol = "purple";
var colorTrans = {ra:80.7843137254902, ga:33.3333333333333, ba:166.666666666667, aa:100};
break;
case "purple" :
_global.hCol = "lblue";
var colorTrans = {ra:74.1176470588235, ga:87.4509803921569, ba:249.49494949495, aa:100};
break;
case "lblue" :
_global.hCol = "silver";
var colorTrans = {ra:93.7254901960784, ga:93.7254901960784, ba:257.575757575758, aa:100};
break;
case "silver" :
_global.hCol = "lbrown";
var colorTrans = {ra:80.7843137254902, ga:58.8235294117647, ba:82.8282828282828, aa:100};
}
colorTrans1.setTransform(colorTrans);
colorTrans2.setTransform(colorTrans);
colorTrans3.setTransform(colorTrans);
colorTrans4.setTransform(colorTrans);
colorTrans5.setTransform(colorTrans);
}
Instance of Symbol 49 MovieClip "string2" in Frame 3
on (press) {
startDrag (_root.string2);
}
on (release) {
stopDrag();
}
Instance of Symbol 51 MovieClip "chantellePanty1" in Frame 3
on (press) {
startDrag (_root.chantellePanty1);
}
on (release) {
stopDrag();
}
Instance of Symbol 53 MovieClip "bpanty" in Frame 3
on (press) {
startDrag (_root.bpanty);
}
on (release) {
stopDrag();
}
Instance of Symbol 55 MovieClip "Jarretel" in Frame 3
on (press) {
startDrag (_root.Jarretel);
}
on (release) {
stopDrag();
}
Instance of Symbol 57 MovieClip "rougePants" in Frame 3
on (press) {
startDrag (_root.rougePants);
}
on (release) {
stopDrag();
}
Instance of Symbol 59 MovieClip "rougeGlove" in Frame 3
on (press) {
startDrag (_root.rougeGlove);
}
on (release) {
stopDrag();
}
Instance of Symbol 61 MovieClip "armWarmer" in Frame 3
on (press) {
startDrag (_root.armWarmer);
}
on (release) {
stopDrag();
}
Instance of Symbol 201 MovieClip "bra" in Frame 3
on (press) {
startDrag (_root.bra);
}
on (release) {
stopDrag();
}
Instance of Symbol 205 MovieClip "bbra" in Frame 3
on (press) {
startDrag (_root.bbra);
}
on (release) {
stopDrag();
}
Instance of Symbol 207 MovieClip "chantelleBra1" in Frame 3
on (press) {
startDrag (_root.chantelleBra1);
}
on (release) {
stopDrag();
}
Instance of Symbol 209 MovieClip "teddy" in Frame 3
on (press) {
startDrag (_root.teddy);
}
on (release) {
stopDrag();
}
Instance of Symbol 211 MovieClip "bettySocks" in Frame 3
on (press) {
startDrag (_root.bettySocks);
}
on (release) {
stopDrag();
}
Instance of Symbol 213 MovieClip "blueSwimsuit" in Frame 3
on (press) {
startDrag (_root.blueSwimsuit);
}
on (release) {
stopDrag();
}
Instance of Symbol 215 MovieClip "yellowSwimsuit" in Frame 3
on (press) {
startDrag (_root.yellowSwimsuit);
}
on (release) {
stopDrag();
}
Instance of Symbol 217 MovieClip "Ipants" in Frame 3
on (press) {
startDrag ("_root.Ipants");
}
on (release) {
stopDrag();
}
Instance of Symbol 219 MovieClip "legg" in Frame 3
on (press) {
startDrag (_root.legg);
}
on (release) {
stopDrag();
}
Instance of Symbol 229 MovieClip "Iskirt" in Frame 3
on (press) {
startDrag ("_root.Iskirt");
}
on (release) {
stopDrag();
}
Instance of Symbol 231 MovieClip "bettyDress" in Frame 3
on (press) {
startDrag (_root.bettyDress);
}
on (release) {
stopDrag();
}
Instance of Symbol 233 MovieClip "qiPao" in Frame 3
on (press) {
startDrag (_root.qiPao);
}
on (release) {
stopDrag();
}
Instance of Symbol 239 MovieClip "mewDress" in Frame 3
on (press) {
startDrag (_root.mewDress);
}
on (release) {
stopDrag();
}
Instance of Symbol 246 MovieClip "goggle" in Frame 3
on (press) {
startDrag ("_root.goggle");
}
on (release) {
stopDrag();
}
Instance of Symbol 252 MovieClip "skirtThing" in Frame 3
on (press) {
startDrag (_root.skirtThing);
}
on (release) {
stopDrag();
}
Instance of Symbol 254 MovieClip "bettyHat" in Frame 3
on (press) {
startDrag (_root.bettyHat);
}
on (release) {
stopDrag();
}
Instance of Symbol 256 MovieClip "mewChoker" in Frame 3
on (press) {
startDrag (_root.mewChoker);
}
on (release) {
stopDrag();
}
Instance of Symbol 258 MovieClip "mewSuspender" in Frame 3
on (press) {
startDrag (_root.mewSuspender);
}
on (release) {
stopDrag();
}
Instance of Symbol 264 MovieClip "rougeBoots" in Frame 3
on (press) {
startDrag (_root.rougeBoots);
}
on (release) {
stopDrag();
}
Instance of Symbol 266 MovieClip "bettyBoots" in Frame 3
on (press) {
startDrag (_root.bettyBoots);
}
on (release) {
stopDrag();
}
Instance of Symbol 277 MovieClip "shirt" in Frame 3
on (press) {
startDrag (_root.shirt);
}
on (release) {
stopDrag();
}
Instance of Symbol 289 MovieClip "tube" in Frame 3
on (press) {
startDrag (_root.tube);
}
on (release) {
stopDrag();
}
Instance of Symbol 291 MovieClip "yShirt" in Frame 3
on (press) {
startDrag (_root.yShirt);
}
on (release) {
stopDrag();
}
Instance of Symbol 303 MovieClip "bigShirt" in Frame 3
on (press) {
startDrag (_root.bigShirt);
}
on (release) {
stopDrag();
}
Instance of Symbol 305 MovieClip "netted" in Frame 3
on (press) {
startDrag ("_root.netted");
}
on (release) {
stopDrag();
}
Instance of Symbol 309 MovieClip "Ishirt" in Frame 3
on (press) {
startDrag ("_root.Ishirt");
}
on (release) {
stopDrag();
}
Instance of Symbol 314 MovieClip "rougeHeart" in Frame 3
on (press) {
startDrag (_root.rougeHeart);
}
on (release) {
stopDrag();
}
Instance of Symbol 316 MovieClip "Heels" in Frame 3
on (press) {
startDrag (_root.Heels);
}
on (release) {
stopDrag();
}
Instance of Symbol 318 MovieClip "stylishShirt" in Frame 3
on (press) {
startDrag (_root.stylishShirt);
}
on (release) {
stopDrag();
}
Symbol 3 Button
on (press) {
gotoAndStop (3);
}
Symbol 17 Button
on (press) {
gotoAndPlay (3);
}
Symbol 19 MovieClip Frame 1
bb = _root.breast._currentframe;
if (bb > 0) {
_root.cupSize.text = "A";
}
if (bb > 5) {
_root.cupSize.text = "AA";
}
if (bb > 11) {
_root.cupSize.text = "B";
}
if (bb > 15) {
_root.cupSize.text = "BB";
}
if (bb > 21) {
_root.cupSize.text = "C";
}
if (bb > 25) {
_root.cupSize.text = "CC";
}
if (bb > 30) {
_root.cupSize.text = "D";
}
if (bb > 35) {
_root.cupSize.text = "DD";
}
if (bb > 40) {
_root.cupSize.text = "E";
}
if (bb > 45) {
_root.cupSize.text = "EE";
}
if (bb > 50) {
_root.cupSize.text = "F";
}
if (bb > 55) {
_root.cupSize.text = "FF";
}
if (bb > 60) {
_root.cupSize.text = "G";
}
if (bb > 65) {
_root.cupSize.text = "GG";
}
if (bb > 69) {
_root.cupSize.text = "H";
}
Symbol 19 MovieClip Frame 2
bb = _root.breast._currentframe;
if (bb > 0) {
_root.cupSize.text = "A";
}
if (bb > 5) {
_root.cupSize.text = "AA";
}
if (bb > 11) {
_root.cupSize.text = "B";
}
if (bb > 15) {
_root.cupSize.text = "BB";
}
if (bb > 21) {
_root.cupSize.text = "C";
}
if (bb > 25) {
_root.cupSize.text = "CC";
}
if (bb > 30) {
_root.cupSize.text = "D";
}
if (bb > 35) {
_root.cupSize.text = "DD";
}
if (bb > 40) {
_root.cupSize.text = "E";
}
if (bb > 45) {
_root.cupSize.text = "EE";
}
if (bb > 50) {
_root.cupSize.text = "F";
}
if (bb > 55) {
_root.cupSize.text = "FF";
}
if (bb > 60) {
_root.cupSize.text = "G";
}
if (bb > 65) {
_root.cupSize.text = "GG";
}
if (bb > 69) {
_root.cupSize.text = "H";
}
Instance of Symbol 21 MovieClip "moreFill" in Symbol 24 MovieClip Frame 1
on (press) {
var colorTrans1 = new Color(_root.hoofd.hairColor);
var colorTrans2 = new Color(_root.hoofd.hairBack);
var colorTrans3 = new Color(_root.hhairColor);
var colorTrans4 = new Color(_root.extraHair.extraFill);
var colorTrans5 = new Color(_root.moreHair.moreFill);
switch (_global.hCol) {
case "lbrown" :
_global.hCol = "blonde";
var colorTrans = {ra:100, ga:100, ba:100, aa:100};
break;
case "blonde" :
_global.hCol = "brown";
var colorTrans = {ra:60.7843137254902, ga:39.2156862745098, ba:49.4949494949495, aa:100};
break;
case "brown" :
_global.hCol = "black";
var colorTrans = {ra:21.1764705882353, ga:18.4313725490196, ba:72.7272727272727, aa:100};
break;
case "black" :
_global.hCol = "pink";
var colorTrans = {ra:95.2941176470588, ga:55.2941176470588, ba:153.535353535354, aa:100};
break;
case "pink" :
_global.hCol = "red";
var colorTrans = {ra:70.9803921568627, ga:20.3921568627451, ba:57.5757575757576, aa:100};
break;
case "red" :
_global.hCol = "green";
var colorTrans = {ra:9.41176470588235, ga:58.8235294117647, ba:124.242424242424, aa:100};
break;
case "green" :
_global.hCol = "orange";
var colorTrans = {ra:100, ga:38.0392156862745, ba:66.6666666666667, aa:100};
break;
case "orange" :
_global.hCol = "purple";
var colorTrans = {ra:80.7843137254902, ga:33.3333333333333, ba:166.666666666667, aa:100};
break;
case "purple" :
_global.hCol = "lblue";
var colorTrans = {ra:74.1176470588235, ga:87.4509803921569, ba:249.49494949495, aa:100};
break;
case "lblue" :
_global.hCol = "silver";
var colorTrans = {ra:93.7254901960784, ga:93.7254901960784, ba:257.575757575758, aa:100};
break;
case "silver" :
_global.hCol = "lbrown";
var colorTrans = {ra:80.7843137254902, ga:58.8235294117647, ba:82.8282828282828, aa:100};
}
colorTrans1.setTransform(colorTrans);
colorTrans2.setTransform(colorTrans);
colorTrans3.setTransform(colorTrans);
colorTrans4.setTransform(colorTrans);
colorTrans5.setTransform(colorTrans);
}
Symbol 33 MovieClip Frame 1
stop();
Symbol 36 MovieClip Frame 1
_root.armTattoo._visible = false;
Symbol 41 MovieClip Frame 1
stop();
Symbol 45 Button
on (press) {
startDrag ("_root.wpantsu");
}
on (release) {
stopDrag();
}
Symbol 47 Button
on (press) {
startDrag ("_root.pantsu");
}
on (release) {
stopDrag();
}
Symbol 83 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 1
stop();
Instance of Symbol 88 MovieClip "leftNipple" in Symbol 102 MovieClip Frame 1
on (press) {
with (_root.hoofd.mouth2) {
gotoAndPlay(1);
}
with (_root.hoofd.eyes) {
gotoAndStop(8);
}
with (_root.cc) {
gotoAndPlay(2);
}
}
Instance of Symbol 93 MovieClip "rightNipple" in Symbol 102 MovieClip Frame 1
on (press) {
with (_root.hoofd.mouth2) {
gotoAndPlay(1);
}
with (_root.hoofd.eyes) {
gotoAndStop(8);
}
with (_root.cc) {
gotoAndPlay(2);
}
}
Symbol 102 MovieClip Frame 22
stop();
Symbol 120 MovieClip Frame 1
stop();
Symbol 126 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 30
stop();
Symbol 155 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 1
stop();
Symbol 165 MovieClip Frame 1
gotoAndStop(_global.skinColor);
Symbol 165 MovieClip Frame 3
stop();
Symbol 171 MovieClip Frame 1
gotoAndStop(_global.skinColor);
gotoAndStop;
Symbol 171 MovieClip Frame 3
stop();
Symbol 180 MovieClip Frame 1
Instance of Symbol 112 MovieClip "hairBack" in Symbol 188 MovieClip Frame 1
on (press) {
var colorTrans1 = new Color(_root.hoofd.hairColor);
var colorTrans2 = new Color(_root.hoofd.hairBack);
var colorTrans3 = new Color(_root.hhairColor);
var colorTrans4 = new Color(_root.extraHair.extraFill);
var colorTrans5 = new Color(_root.moreHair.moreFill);
switch (_global.hCol) {
case "lbrown" :
_global.hCol = "blonde";
var colorTrans = {ra:100, ga:100, ba:100, aa:100};
break;
case "blonde" :
_global.hCol = "brown";
var colorTrans = {ra:60.7843137254902, ga:39.2156862745098, ba:49.4949494949495, aa:100};
break;
case "brown" :
_global.hCol = "black";
var colorTrans = {ra:21.1764705882353, ga:18.4313725490196, ba:72.7272727272727, aa:100};
break;
case "black" :
_global.hCol = "pink";
var colorTrans = {ra:95.2941176470588, ga:55.2941176470588, ba:153.535353535354, aa:100};
break;
case "pink" :
_global.hCol = "red";
var colorTrans = {ra:70.9803921568627, ga:20.3921568627451, ba:57.5757575757576, aa:100};
break;
case "red" :
_global.hCol = "green";
var colorTrans = {ra:9.41176470588235, ga:58.8235294117647, ba:124.242424242424, aa:100};
break;
case "green" :
_global.hCol = "orange";
var colorTrans = {ra:100, ga:38.0392156862745, ba:66.6666666666667, aa:100};
break;
case "orange" :
_global.hCol = "purple";
var colorTrans = {ra:80.7843137254902, ga:33.3333333333333, ba:166.666666666667, aa:100};
break;
case "purple" :
_global.hCol = "lblue";
var colorTrans = {ra:74.1176470588235, ga:87.4509803921569, ba:249.49494949495, aa:100};
break;
case "lblue" :
_global.hCol = "silver";
var colorTrans = {ra:93.7254901960784, ga:93.7254901960784, ba:257.575757575758, aa:100};
break;
case "silver" :
_global.hCol = "lbrown";
var colorTrans = {ra:80.7843137254902, ga:58.8235294117647, ba:82.8282828282828, aa:100};
}
colorTrans1.setTransform(colorTrans);
colorTrans2.setTransform(colorTrans);
colorTrans3.setTransform(colorTrans);
colorTrans4.setTransform(colorTrans);
colorTrans5.setTransform(colorTrans);
}
Instance of Symbol 115 MovieClip "eyeColor" in Symbol 188 MovieClip Frame 1
on (press) {
var ColorTrans1 = new Color(_root.hoofd.eyeColor);
switch (_global.eCol) {
case "white" :
_global.eCol = "seagreen";
var colorTrans = {ra:100, ga:100, ba:100, aa:100};
break;
case "seagreen" :
_global.eCol = "brown";
var colorTrans = {ra:327.272727272727, ga:63.716814159292, ba:33.6448598130841, aa:100};
break;
case "brown" :
_global.eCol = "black";
var colorTrans = {ra:142.424242424242, ga:27.4336283185841, ba:19.6261682242991, aa:100};
break;
case "black" :
_global.eCol = "green";
var colorTrans = {ra:296.969696969697, ga:166.371681415929, ba:36.4485981308411, aa:100};
break;
case "green" :
_global.eCol = "white";
var colorTrans = {ra:696.969696969697, ga:203.53982300885, ba:214.953271028037, aa:100};
}
ColorTrans1.setTransform(colorTrans);
}
Instance of Symbol 151 MovieClip "hairColor" in Symbol 188 MovieClip Frame 1
on (press) {
var colorTrans1 = new Color(_root.hoofd.hairColor);
var colorTrans2 = new Color(_root.hoofd.hairBack);
var colorTrans3 = new Color(_root.hhairColor);
var colorTrans4 = new Color(_root.extraHair.extraFill);
var colorTrans5 = new Color(_root.moreHair.moreFill);
switch (_global.hCol) {
case "lbrown" :
_global.hCol = "blonde";
var colorTrans = {ra:100, ga:100, ba:100, aa:100};
break;
case "blonde" :
_global.hCol = "brown";
var colorTrans = {ra:60.7843137254902, ga:39.2156862745098, ba:49.4949494949495, aa:100};
break;
case "brown" :
_global.hCol = "black";
var colorTrans = {ra:21.1764705882353, ga:18.4313725490196, ba:72.7272727272727, aa:100};
break;
case "black" :
_global.hCol = "pink";
var colorTrans = {ra:95.2941176470588, ga:55.2941176470588, ba:153.535353535354, aa:100};
break;
case "pink" :
_global.hCol = "red";
var colorTrans = {ra:70.9803921568627, ga:20.3921568627451, ba:57.5757575757576, aa:100};
break;
case "red" :
_global.hCol = "green";
var colorTrans = {ra:9.41176470588235, ga:58.8235294117647, ba:124.242424242424, aa:100};
break;
case "green" :
_global.hCol = "orange";
var colorTrans = {ra:100, ga:38.0392156862745, ba:66.6666666666667, aa:100};
break;
case "orange" :
_global.hCol = "purple";
var colorTrans = {ra:80.7843137254902, ga:33.3333333333333, ba:166.666666666667, aa:100};
break;
case "purple" :
_global.hCol = "lblue";
var colorTrans = {ra:74.1176470588235, ga:87.4509803921569, ba:249.49494949495, aa:100};
break;
case "lblue" :
_global.hCol = "silver";
var colorTrans = {ra:93.7254901960784, ga:93.7254901960784, ba:257.575757575758, aa:100};
break;
case "silver" :
_global.hCol = "lbrown";
var colorTrans = {ra:80.7843137254902, ga:58.8235294117647, ba:82.8282828282828, aa:100};
}
colorTrans1.setTransform(colorTrans);
colorTrans2.setTransform(colorTrans);
colorTrans3.setTransform(colorTrans);
colorTrans4.setTransform(colorTrans);
colorTrans5.setTransform(colorTrans);
}
Symbol 190 MovieClip Frame 1
stop();
this._visible = false;
Symbol 190 MovieClip Frame 2
_root.bodiez.enabled = false;
_root.breast.leftNipple.enabled = false;
_root.breast.rightNipple.enabled = false;
Symbol 190 MovieClip Frame 29
with (_root.hoofd.eyes) {
gotoAndPlay(8);
}
_root.bodiez.enabled = true;
_root.breast.leftNipple.enabled = true;
_root.breast.rightNipple.enabled = true;
stop();
Symbol 203 Button
on (press) {
startDrag (this.rbra);
}
on (release) {
stopDrag();
}
Symbol 221 Button
on (press) {
startDrag ("_root.shorts");
}
on (release) {
stopDrag();
}
Symbol 223 Button
on (press) {
startDrag ("_root.jpants");
}
on (release) {
stopDrag();
}
Symbol 225 Button
on (press) {
startDrag ("_root.skirt");
}
on (release) {
stopDrag();
}
Symbol 227 Button
on (press) {
startDrag ("_root.kSkirt");
}
on (release) {
stopDrag();
}
Symbol 235 Button
on (press) {
startDrag ("_root.witch");
}
on (release) {
stopDrag();
}
Symbol 237 Button
on (press) {
startDrag ("_root.rippants");
}
on (release) {
stopDrag();
}
Symbol 243 Button
on (press) {
switch (_global.page) {
case "swim" :
_global.page = "undies";
break;
case "undies" :
_global.page = "lower";
break;
case "lower" :
_global.page = "shoes";
break;
case "shoes" :
_global.page = "upper";
break;
case "upper" :
_global.page = "misc";
break;
case "misc" :
_global.page = "swim";
}
if (_root.tank._x < 450) {
_root.tank._visible = false;
}
if (_root.jacket._x < 450) {
_root.jacket._visible = false;
}
if (_root.jtee._x < 450) {
_root.jtee._visible = false;
}
if (_root.sleep._x < 450) {
_root.sleep._visible = false;
}
if (_root.ripshirt._x < 450) {
_root.ripshirt._visible = false;
}
if (_root.shirt._x < 450) {
_root.shirt._visible = false;
}
if (_root.Ishirt._x < 450) {
_root.Ishirt._visible = false;
}
if (_root.netted._x < 450) {
_root.netted._visible = false;
}
if (_root.kTop._x < 450) {
_root.kTop._visible = false;
}
if (_root.kTop2._x < 450) {
_root.kTop2._visible = false;
}
if (_root.bigShirt._x < 450) {
_root.bigShirt._visible = false;
}
if (_root.yShirt._x < 450) {
_root.yShirt._visible = false;
}
if (_root.tube._x < 450) {
_root.tube._visible = false;
}
if (_root.rougeHeart._x < 450) {
_root.rougeHeart._visible = false;
}
if (_root.stylishShirt._x < 450) {
_root.stylishShirt._visible = false;
}
if (_root.shorts._x < 450) {
_root.shorts._visible = false;
}
if (_root.rippants._x < 450) {
_root.rippants._visible = false;
}
if (_root.skirt._x < 450) {
_root.skirt._visible = false;
}
if (_root.jpants._x < 450) {
_root.jpants._visible = false;
}
if (_root.Ipants._x < 450) {
_root.Ipants._visible = false;
}
if (_root.Iskirt._x < 450) {
_root.Iskirt._visible = false;
}
if (_root.witch._x < 450) {
_root.witch._visible = false;
}
if (_root.kSkirt._x < 450) {
_root.kSkirt._visible = false;
}
if (_root.legg._x < 450) {
_root.legg._visible = false;
}
if (_root.qiPao._x < 450) {
_root.qiPao._visible = false;
}
if (_root.bettyDress._x < 450) {
_root.bettyDress._visible = false;
}
if (_root.rougePants._x < 450) {
_root.rougePants._visible = false;
}
if (_root.mewDress._x < 450) {
_root.mewDress._visible = false;
}
if (_root.pantsu._x < 450) {
_root.pantsu._visible = false;
}
if (_root.bra._x < 450) {
_root.bra._visible = false;
}
if (_root.rbra._x < 450) {
_root.rbra._visible = false;
}
if (_root.wpantsu._x < 450) {
_root.wpantsu._visible = false;
}
if (_root.teddy._x < 450) {
_root.teddy._visible = false;
}
if (_root.bpanty._x < 450) {
_root.bpanty._visible = false;
}
if (_root.bbra._x < 450) {
_root.bbra._visible = false;
}
if (_root.Jarretel._x < 450) {
_root.Jarretel._visible = false;
}
if (_root.chantelleBra1._x < 450) {
_root.chantelleBra1._visible = false;
}
if (_root.chantellePanty1._x < 450) {
_root.chantellePanty1._visible = false;
}
if (_root.string2._x < 450) {
_root.string2._visible = false;
}
if (_root.bettySocks._x < 450) {
_root.bettySocks._visible = false;
}
if (_root.goggle._x < 450) {
_root.goggle._visible = false;
}
if (_root.choke._x < 450) {
_root.choke._visible = false;
}
if (_root.pointy._x < 450) {
_root.pointy._visible = false;
}
if (_root.iscarf._x < 450) {
_root.iscarf._visible = false;
}
if (_root.skirtThing._x < 450) {
_root.skirtThing._visible = false;
}
if (_root.armWarmer._x < 450) {
_root.armWarmer._visible = false;
}
if (_root.rougeGlove._x < 450) {
_root.rougeGlove._visible = false;
}
if (_root.bettyHat._x < 450) {
_root.bettyHat._visible = false;
}
if (_root.mewSuspender._x < 450) {
_root.mewSuspender._visible = false;
}
if (_root.mewChoker._x < 450) {
_root.mewChoker._visible = false;
}
if (_root.kshoes._x < 450) {
_root.kshoes._visible = false;
}
if (_root.yBoots._x < 450) {
_root.yBoots._visible = false;
}
if (_root.bettyBoots._x < 450) {
_root.bettyBoots._visible = false;
}
if (_root.rougeBoots._x < 450) {
_root.rougeBoots._visible = false;
}
if (_root.Heels._x < 450) {
_root.Heels._visible = false;
}
if (_root.blueSwimsuit._x < 450) {
_root.blueSwimsuit._visible = false;
}
if (_root.yellowSwimsuit._x < 450) {
_root.yellowSwimsuit._visible = false;
}
switch (_global.page) {
case "misc" :
_global.pagename = "Misc.";
_root.goggle._visible = true;
_root.choke._visible = true;
_root.pointy._visible = true;
_root.iscarf._visible = true;
_root.skirtThing._visible = true;
_root.armWarmer._visible = true;
_root.rougeGlove._visible = true;
_root.bettyHat._visible = true;
_root.mewSuspender._visible = true;
_root.mewChoker._visible = true;
break;
case "upper" :
_global.pagename = "Shirts&Tops";
_root.tank._visible = true;
_root.jacket._visible = true;
_root.jtee._visible = true;
_root.sleep._visible = true;
_root.ripshirt._visible = true;
_root.shirt._visible = true;
_root.Ishirt._visible = true;
_root.netted._visible = true;
_root.kTop._visible = true;
_root.kTop2._visible = true;
_root.bigShirt._visible = true;
_root.yShirt._visible = true;
_root.tube._visible = true;
_root.rougeHeart._visible = true;
_root.stylishShirt._visible = true;
break;
case "lower" :
_global.pagename = "Pants&Skirts";
_root.rippants._visible = true;
_root.skirt._visible = true;
_root.jpants._visible = true;
_root.shorts._visible = true;
_root.Iskirt._visible = true;
_root.Ipants._visible = true;
_root.witch._visible = true;
_root.kSkirt._visible = true;
_root.legg._visible = true;
_root.qiPao._visible = true;
_root.bettyDress._visible = true;
_root.rougePants._visible = true;
_root.mewDress._visible = true;
break;
case "undies" :
_global.pagename = "Underwear";
_root.pantsu._visible = true;
_root.bra._visible = true;
_root.wpantsu._visible = true;
_root.rbra._visible = true;
_root.teddy._visible = true;
_root.bpanty._visible = true;
_root.bbra._visible = true;
_root.Jarretel._visible = true;
_root.chantellePanty1._visible = true;
_root.chantelleBra1._visible = true;
_root.string2._visible = true;
_root.bettySocks._visible = true;
break;
case "shoes" :
_global.pagename = "Footwear";
_root.kshoes._visible = true;
_root.yBoots._visible = true;
_root.bettyBoots._visible = true;
_root.rougeBoots._visible = true;
_root.Heels._visible = true;
break;
case "swim" :
_global.pagename = "Swimwear";
_root.blueSwimsuit._visible = true;
_root.yellowSwimsuit._visible = true;
}
_root.textbox.text = _global.pagename;
}
Symbol 244 Button
on (press) {
switch (_global.page) {
case "upper" :
_global.page = "shoes";
break;
case "shoes" :
_global.page = "lower";
break;
case "lower" :
_global.page = "undies";
break;
case "undies" :
_global.page = "swim";
break;
case "swim" :
_global.page = "misc";
break;
case "misc" :
_global.page = "upper";
}
if (_root.tank._x < 450) {
_root.tank._visible = false;
}
if (_root.jacket._x < 450) {
_root.jacket._visible = false;
}
if (_root.jtee._x < 450) {
_root.jtee._visible = false;
}
if (_root.sleep._x < 450) {
_root.sleep._visible = false;
}
if (_root.ripshirt._x < 450) {
_root.ripshirt._visible = false;
}
if (_root.shirt._x < 450) {
_root.shirt._visible = false;
}
if (_root.Ishirt._x < 450) {
_root.Ishirt._visible = false;
}
if (_root.netted._x < 450) {
_root.netted._visible = false;
}
if (_root.kTop._x < 450) {
_root.kTop._visible = false;
}
if (_root.kTop2._x < 450) {
_root.kTop2._visible = false;
}
if (_root.bigShirt._x < 450) {
_root.bigShirt._visible = false;
}
if (_root.yShirt._x < 450) {
_root.yShirt._visible = false;
}
if (_root.tube._x < 450) {
_root.tube._visible = false;
}
if (_root.rougeHeart._x < 450) {
_root.rougeHeart._visible = false;
}
if (_root.stylishShirt._x < 450) {
_root.stylishShirt._visible = false;
}
if (_root.shorts._x < 450) {
_root.shorts._visible = false;
}
if (_root.rippants._x < 450) {
_root.rippants._visible = false;
}
if (_root.skirt._x < 450) {
_root.skirt._visible = false;
}
if (_root.jpants._x < 450) {
_root.jpants._visible = false;
}
if (_root.Ipants._x < 450) {
_root.Ipants._visible = false;
}
if (_root.Iskirt._x < 450) {
_root.Iskirt._visible = false;
}
if (_root.witch._x < 450) {
_root.witch._visible = false;
}
if (_root.kSkirt._x < 450) {
_root.kSkirt._visible = false;
}
if (_root.legg._x < 450) {
_root.legg._visible = false;
}
if (_root.qiPao._x < 450) {
_root.qiPao._visible = false;
}
if (_root.bettyDress._x < 450) {
_root.bettyDress._visible = false;
}
if (_root.rougePants._x < 450) {
_root.rougePants._visible = false;
}
if (_root.mewDress._x < 450) {
_root.mewDress._visible = false;
}
if (_root.pantsu._x < 450) {
_root.pantsu._visible = false;
}
if (_root.bra._x < 450) {
_root.bra._visible = false;
}
if (_root.rbra._x < 450) {
_root.rbra._visible = false;
}
if (_root.wpantsu._x < 450) {
_root.wpantsu._visible = false;
}
if (_root.teddy._x < 450) {
_root.teddy._visible = false;
}
if (_root.bpanty._x < 450) {
_root.bpanty._visible = false;
}
if (_root.bbra._x < 450) {
_root.bbra._visible = false;
}
if (_root.Jarretel._x < 450) {
_root.Jarretel._visible = false;
}
if (_root.chantelleBra1._x < 450) {
_root.chantelleBra1._visible = false;
}
if (_root.chantellePanty1._x < 450) {
_root.chantellePanty1._visible = false;
}
if (_root.string2._x < 450) {
_root.string2._visible = false;
}
if (_root.bettySocks._x < 450) {
_root.bettySocks._visible = false;
}
if (_root.goggle._x < 450) {
_root.goggle._visible = false;
}
if (_root.choke._x < 450) {
_root.choke._visible = false;
}
if (_root.pointy._x < 450) {
_root.pointy._visible = false;
}
if (_root.iscarf._x < 450) {
_root.iscarf._visible = false;
}
if (_root.skirtThing._x < 450) {
_root.skirtThing._visible = false;
}
if (_root.armWarmer._x < 450) {
_root.armWarmer._visible = false;
}
if (_root.rougeGlove._x < 450) {
_root.rougeGlove._visible = false;
}
if (_root.bettyHat._x < 450) {
_root.bettyHat._visible = false;
}
if (_root.mewSuspender._x < 450) {
_root.mewSuspender._visible = false;
}
if (_root.mewChoker._x < 450) {
_root.mewChoker._visible = false;
}
if (_root.kshoes._x < 450) {
_root.kshoes._visible = false;
}
if (_root.yBoots._x < 450) {
_root.yBoots._visible = false;
}
if (_root.bettyBoots._x < 450) {
_root.bettyBoots._visible = false;
}
if (_root.rougeBoots._x < 450) {
_root.rougeBoots._visible = false;
}
if (_root.Heels._x < 450) {
_root.Heels._visible = false;
}
if (_root.blueSwimsuit._x < 450) {
_root.blueSwimsuit._visible = false;
}
if (_root.yellowSwimsuit._x < 450) {
_root.yellowSwimsuit._visible = false;
}
switch (_global.page) {
case "misc" :
_global.pagename = "Misc.";
_root.goggle._visible = true;
_root.choke._visible = true;
_root.pointy._visible = true;
_root.iscarf._visible = true;
_root.skirtThing._visible = true;
_root.armWarmer._visible = true;
_root.rougeGlove._visible = true;
_root.bettyHat._visible = true;
_root.mewSuspender._visible = true;
_root.mewChoker._visible = true;
break;
case "upper" :
_global.pagename = "Shirts&Tops";
_root.tank._visible = true;
_root.jacket._visible = true;
_root.jtee._visible = true;
_root.sleep._visible = true;
_root.ripshirt._visible = true;
_root.shirt._visible = true;
_root.Ishirt._visible = true;
_root.netted._visible = true;
_root.kTop._visible = true;
_root.kTop2._visible = true;
_root.bigShirt._visible = true;
_root.yShirt._visible = true;
_root.tube._visible = true;
_root.rougeHeart._visible = true;
_root.stylishShirt._visible = true;
break;
case "lower" :
_global.pagename = "Pants&Skirts";
_root.rippants._visible = true;
_root.skirt._visible = true;
_root.jpants._visible = true;
_root.shorts._visible = true;
_root.Iskirt._visible = true;
_root.Ipants._visible = true;
_root.witch._visible = true;
_root.kSkirt._visible = true;
_root.legg._visible = true;
_root.qiPao._visible = true;
_root.bettyDress._visible = true;
_root.rougePants._visible = true;
_root.mewDress._visible = true;
break;
case "undies" :
_global.pagename = "Underwear";
_root.pantsu._visible = true;
_root.bra._visible = true;
_root.wpantsu._visible = true;
_root.rbra._visible = true;
_root.teddy._visible = true;
_root.bpanty._visible = true;
_root.bbra._visible = true;
_root.Jarretel._visible = true;
_root.chantellePanty1._visible = true;
_root.chantelleBra1._visible = true;
_root.string2._visible = true;
_root.bettySocks._visible = true;
break;
case "shoes" :
_global.pagename = "Footwear";
_root.kshoes._visible = true;
_root.yBoots._visible = true;
_root.bettyBoots._visible = true;
_root.rougeBoots._visible = true;
_root.Heels._visible = true;
break;
case "swim" :
_global.pagename = "Swimwear";
_root.blueSwimsuit._visible = true;
_root.yellowSwimsuit._visible = true;
}
_root.textbox.text = _global.pagename;
}
Symbol 248 Button
on (press) {
startDrag ("_root.choke");
}
on (release) {
stopDrag();
}
Symbol 250 Button
on (press) {
startDrag ("_root.pointy");
}
on (release) {
stopDrag();
}
Symbol 260 Button
on (press) {
startDrag ("_root.kshoes");
}
on (release) {
stopDrag();
}
Symbol 262 Button
on (press) {
startDrag (_root.yBoots);
}
on (release) {
stopDrag();
}
Symbol 279 Button
on (press) {
startDrag ("_root.jacket");
}
on (release) {
stopDrag();
}
Symbol 293 Button
on (press) {
startDrag ("_root.tank");
}
on (release) {
stopDrag();
}
Symbol 295 Button
on (press) {
startDrag ("_root.kTop");
}
on (release) {
stopDrag();
}
Symbol 297 Button
on (press) {
startDrag ("_root.kTop2");
}
on (release) {
stopDrag();
}
Symbol 299 Button
on (press) {
startDrag ("_root.jtee");
}
on (release) {
stopDrag();
}
Symbol 301 Button
on (press) {
startDrag ("_root.sleep");
}
on (release) {
stopDrag();
}
Symbol 307 Button
on (press) {
startDrag ("_root.ripshirt");
}
on (release) {
stopDrag();
}
Symbol 327 MovieClip Frame 1
stop();
Instance of Symbol 322 MovieClip "extraFill" in Symbol 327 MovieClip Frame 1
on (press) {
var colorTrans1 = new Color(_root.hoofd.hairColor);
var colorTrans2 = new Color(_root.hoofd.hairBack);
var colorTrans3 = new Color(_root.hhairColor);
var colorTrans4 = new Color(_root.extraHair.extraFill);
var colorTrans5 = new Color(_root.moreHair.moreFill);
switch (_global.hCol) {
case "lbrown" :
_global.hCol = "blonde";
var colorTrans = {ra:100, ga:100, ba:100, aa:100};
break;
case "blonde" :
_global.hCol = "brown";
var colorTrans = {ra:60.7843137254902, ga:39.2156862745098, ba:49.4949494949495, aa:100};
break;
case "brown" :
_global.hCol = "black";
var colorTrans = {ra:21.1764705882353, ga:18.4313725490196, ba:72.7272727272727, aa:100};
break;
case "black" :
_global.hCol = "pink";
var colorTrans = {ra:95.2941176470588, ga:55.2941176470588, ba:153.535353535354, aa:100};
break;
case "pink" :
_global.hCol = "red";
var colorTrans = {ra:70.9803921568627, ga:20.3921568627451, ba:57.5757575757576, aa:100};
break;
case "red" :
_global.hCol = "green";
var colorTrans = {ra:9.41176470588235, ga:58.8235294117647, ba:124.242424242424, aa:100};
break;
case "green" :
_global.hCol = "orange";
var colorTrans = {ra:100, ga:38.0392156862745, ba:66.6666666666667, aa:100};
break;
case "orange" :
_global.hCol = "purple";
var colorTrans = {ra:80.7843137254902, ga:33.3333333333333, ba:166.666666666667, aa:100};
break;
case "purple" :
_global.hCol = "lblue";
var colorTrans = {ra:74.1176470588235, ga:87.4509803921569, ba:249.49494949495, aa:100};
break;
case "lblue" :
_global.hCol = "silver";
var colorTrans = {ra:93.7254901960784, ga:93.7254901960784, ba:257.575757575758, aa:100};
break;
case "silver" :
_global.hCol = "lbrown";
var colorTrans = {ra:80.7843137254902, ga:58.8235294117647, ba:82.8282828282828, aa:100};
}
colorTrans1.setTransform(colorTrans);
colorTrans2.setTransform(colorTrans);
colorTrans3.setTransform(colorTrans);
colorTrans4.setTransform(colorTrans);
colorTrans5.setTransform(colorTrans);
}
Symbol 329 Button
on (press) {
startDrag ("_root.iscarf");
}
on (release) {
stopDrag();
if ((_root.iscarf._x < 350) && (_global.page != "misc")) {
_root.iscarf._visible = false;
}
}
Symbol 340 Button
on (press) {
switch (_global.hairstyle) {
case 1 :
_global.hairstyle = 2;
break;
case 2 :
_global.hairstyle = 3;
break;
case 3 :
_global.hairstyle = 4;
break;
case 4 :
_global.hairstyle = 5;
break;
case 5 :
_global.hairstyle = 6;
break;
case 6 :
_global.hairstyle = 1;
}
with (_root.hoofd.hairBack) {
gotoAndStop(_global.hairstyle);
}
with (_root.hoofd.hairColor) {
gotoAndStop(_global.hairstyle);
}
with (_root.hoofd.Lines) {
gotoAndStop(_global.hairstyle);
}
with (_root.extraHair.extraFill) {
gotoAndStop(_global.hairstyle);
}
with (_root.extraHair.extraLines) {
gotoAndStop(_global.hairstyle);
}
with (_root.moreHair.moreFill) {
gotoAndStop(_global.hairstyle);
}
with (_root.moreHair.moreLines) {
gotoAndStop(_global.hairstyle);
}
}
Symbol 342 Button
on (press) {
_global.skinColor = _global.skinColor + 1;
if (_global.skinColor > 3) {
_global.skinColor = 1;
}
_root.bod.gotoAndStop(_global.skinColor);
_root.bodiez.gotoAndStop(_global.skinColor);
_root.breast.rightNipple.gotoAndStop(_global.skinColor);
_root.breast.leftNipple.gotoAndStop(_global.skinColor);
_root.breast.lbreast.gotoAndStop(_global.skinColor);
_root.breast.rbreast.gotoAndStop(_global.skinColor);
test = _root.bod._currentframe - 1;
test2 = _root.breast._currentframe;
_root.breast.lBreastSmall.gotoAndStop(test2 + (test * 21));
_root.hoofd.mouth2.lips.gotoAndStop(_global.skinColor);
_root.hoofd.eyes.eyeBrows.gotoAndStop(_global.skinColor);
_root.hoofd.eyes.cheek.gotoAndStop(_global.skinColor);
_root.hoofd.faceColor.gotoAndStop(_global.skinColor);
_root.hoofd.faceColor.gotoAndStop(_global.skinColor);
_root.hoofd.eyes.fullClose.gotoAndStop(_global.skinColor);
_root.hoofd.eyes.halfClose.gotoAndStop(_global.skinColor);
}
Symbol 344 Button
on (press) {
switch (_quality) {
case "HIGH" :
_quality = "LOW";
break;
case "LOW" :
_quality = "MEDIUM";
break;
case "MEDIUM" :
_quality = "HIGH";
}
_root.qtext.text = String(_quality) + " QUALITY";
}
Symbol 354 Button
on (release) {
switch (_root.inTxt) {
case ".hair" :
_root.hhairColor._visible = true;
_root.secretMessage.gotoAndPlay(1);
_root.secretMessage._visible = true;
break;
case ".hairless" :
_root.hhairColor._visible = false;
_root.secretMessage.gotoAndPlay(1);
_root.secretMessage._visible = true;
break;
case ".etna" :
_root.bod.gotoAndStop(4);
_root.breast.lbreast.gotoAndStop(4);
_root.breast.rbreast.gotoAndStop(4);
_root.hoofd.mouth2.lips.gotoAndStop(4);
_root.hoofd.faceColor.gotoAndStop(4);
_root.hoofd.eyes.cheek.gotoAndStop(4);
_root.hoofd.eyes.eyeBrows.gotoAndStop(4);
_root.hoofd.eyes.halfClose.gotoAndStop(4);
_root.hoofd.eyes.fullClose.gotoAndStop(4);
_root.bodiez.gotoAndStop(4);
_root.breast.rightNipple.gotoAndStop(4);
_root.breast.leftNipple.gotoAndStop(4);
test = _root.bod._currentframe - 1;
test2 = _root.breast._currentframe;
_root.breast.lBreastSmall.gotoAndStop(test2 + (test * 21));
_global.skinColor = 4;
_root.secretMessage.gotoAndPlay(1);
_root.secretMessage._visible = true;
break;
case ".touchingisgood" :
_root.bodiez.enabled = true;
_root.breast.leftNipple.enabled = true;
_root.breast.rightNipple.enabled = true;
_root.secretMessage.gotoAndPlay(1);
_root.secretMessage._visible = true;
}
_root.inTxt = "";
}
on (keyPress "<Enter>") {
switch (_root.inTxt) {
case ".hair" :
_root.hhairColor._visible = true;
_root.secretMessage.gotoAndPlay(1);
_root.secretMessage._visible = true;
break;
case ".hairless" :
_root.hhairColor._visible = false;
_root.secretMessage.gotoAndPlay(1);
_root.secretMessage._visible = true;
break;
case ".etna" :
_root.bod.gotoAndStop(4);
_root.breast.lbreast.gotoAndStop(4);
_root.breast.rbreast.gotoAndStop(4);
_root.hoofd.mouth2.lips.gotoAndStop(4);
_root.hoofd.faceColor.gotoAndStop(4);
_root.hoofd.eyes.cheek.gotoAndStop(4);
_root.hoofd.eyes.eyeBrows.gotoAndStop(4);
_root.hoofd.eyes.halfClose.gotoAndStop(4);
_root.hoofd.eyes.fullClose.gotoAndStop(4);
_root.bodiez.gotoAndStop(4);
_root.breast.rightNipple.gotoAndStop(4);
_root.breast.leftNipple.gotoAndStop(4);
_global.skinColor = 4;
test = _root.bod._currentframe - 1;
test2 = _root.breast._currentframe;
_root.breast.lBreastSmall.gotoAndStop(test2 + (test * 21));
_root.secretMessage.gotoAndPlay(1);
_root.secretMessage._visible = true;
break;
case ".touchingisgood" :
_root.bodiez.enabled = true;
_root.breast.leftNipple.enabled = true;
_root.breast.rightNipple.enabled = true;
_root.secretMessage.gotoAndPlay(1);
_root.secretMessage._visible = true;
}
_root.inTxt = "";
}
Symbol 358 MovieClip Frame 26
this._visible = false;
stop();