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.inTxt = "";
_root.hhairColor._visible = false;
_root.secretMessage._visible = false;
_root.bodiez.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 < 350) {
_root.shorts._visible = false;
}
if (_root.rippants._x < 350) {
_root.rippants._visible = false;
}
if (_root.skirt._x < 350) {
_root.skirt._visible = false;
}
if (_root.jpants._x < 350) {
_root.jpants._visible = false;
}
if (_root.Iskirt._x < 350) {
_root.Iskirt._visible = false;
}
if (_root.Ipants._x < 350) {
_root.Ipants._visible = false;
}
if (_root.witch._x < 350) {
_root.witch._visible = false;
}
if (_root.kSkirt._x < 350) {
_root.kSkirt._visible = false;
}
if (_root.legg._x < 350) {
_root.legg._visible = false;
}
if (_root.qiPao._x < 350) {
_root.qiPao._visible = false;
}
if (_root.pantsu._x < 350) {
_root.pantsu._visible = false;
}
if (_root.bra._x < 350) {
_root.bra._visible = false;
}
if (_root.wpantsu._x < 350) {
_root.wpantsu._visible = false;
}
if (_root.rbra._x < 350) {
_root.rbra._visible = false;
}
if (_root.bbra._x < 350) {
_root.bbra._visible = false;
}
if (_root.bpanty._x < 350) {
_root.bpanty._visible = false;
}
if (_root.Jarretel._x < 350) {
_root.Jarretel._visible = false;
}
if (_root.teddy._x < 350) {
_root.teddy._visible = false;
}
if (_root.chantelleBra1._x < 350) {
_root.chantelleBra1._visible = false;
}
if (_root.chantellePanty1._x < 350) {
_root.chantellePanty1._visible = false;
}
if (_root.string2._x < 350) {
_root.string2._visible = false;
}
if (_root.goggle._x < 350) {
_root.goggle._visible = false;
}
if (_root.choke._x < 350) {
_root.choke._visible = false;
}
if (_root.pointy._x < 350) {
_root.pointy._visible = false;
}
if (_root.iscarf._x < 350) {
_root.iscarf._visible = false;
}
if (_root.skirtThing._x < 350) {
_root.skirtThing._visible = false;
}
if (_root.armWarmer._x < 350) {
_root.armWarmer._visible = false;
}
if (_root.kshoes._x < 350) {
_root.kshoes._visible = false;
}
if (_root.yBoots._x < 350) {
_root.yBoots._visible = false;
}
stop();
Instance of Symbol 32 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 34 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 119 MovieClip "string2" in Frame 3
on (press) {
startDrag (_root.string2);
}
on (release) {
stopDrag();
}
Instance of Symbol 121 MovieClip "chantellePanty1" in Frame 3
on (press) {
startDrag (_root.chantellePanty1);
}
on (release) {
stopDrag();
}
Instance of Symbol 123 MovieClip "bbra" in Frame 3
on (press) {
startDrag (_root.bbra);
}
on (release) {
stopDrag();
}
Instance of Symbol 125 MovieClip "bpanty" in Frame 3
on (press) {
startDrag (_root.bpanty);
}
on (release) {
stopDrag();
}
Instance of Symbol 127 MovieClip "Jarretel" in Frame 3
on (press) {
startDrag (_root.Jarretel);
}
on (release) {
stopDrag();
}
Instance of Symbol 129 MovieClip "chantelleBra1" in Frame 3
on (press) {
startDrag (_root.chantelleBra1);
}
on (release) {
stopDrag();
}
Instance of Symbol 131 MovieClip "teddy" in Frame 3
on (press) {
startDrag (_root.teddy);
}
on (release) {
stopDrag();
}
Instance of Symbol 133 MovieClip "netted" in Frame 3
on (press) {
startDrag ("_root.netted");
}
on (release) {
stopDrag();
}
Instance of Symbol 135 MovieClip "legg" in Frame 3
on (press) {
startDrag (_root.legg);
}
on (release) {
stopDrag();
}
Instance of Symbol 137 MovieClip "tube" in Frame 3
on (press) {
startDrag (_root.tube);
}
on (release) {
stopDrag();
}
Instance of Symbol 162 MovieClip "Ipants" in Frame 3
on (press) {
startDrag ("_root.Ipants");
}
on (release) {
stopDrag();
}
Instance of Symbol 168 MovieClip "armWarmer" in Frame 3
on (press) {
startDrag (_root.armWarmer);
}
on (release) {
stopDrag();
}
Instance of Symbol 170 MovieClip "Iskirt" in Frame 3
on (press) {
startDrag ("_root.Iskirt");
}
on (release) {
stopDrag();
}
Instance of Symbol 174 MovieClip "Ishirt" in Frame 3
on (press) {
startDrag ("_root.Ishirt");
}
on (release) {
stopDrag();
}
Instance of Symbol 176 MovieClip "goggle" in Frame 3
on (press) {
startDrag ("_root.goggle");
}
on (release) {
stopDrag();
}
Instance of Symbol 188 MovieClip "yShirt" in Frame 3
on (press) {
startDrag (_root.yShirt);
}
on (release) {
stopDrag();
}
Instance of Symbol 190 MovieClip "bigShirt" in Frame 3
on (press) {
startDrag (_root.bigShirt);
}
on (release) {
stopDrag();
}
Instance of Symbol 192 MovieClip "skirtThing" in Frame 3
on (press) {
startDrag (_root.skirtThing);
}
on (release) {
stopDrag();
}
Instance of Symbol 194 MovieClip "qiPao" in Frame 3
on (press) {
startDrag (_root.qiPao);
}
on (release) {
stopDrag();
}
Symbol 3 Button
on (press) {
gotoAndStop (3);
}
Symbol 17 Button
on (press) {
gotoAndPlay (3);
}
Instance of Symbol 20 MovieClip "moreFill" in Symbol 23 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 28 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 1
stop();
Symbol 52 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 30
stop();
Symbol 74 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 1
gotoAndStop(_global.skinColor);
Symbol 82 MovieClip Frame 3
stop();
Symbol 87 MovieClip Frame 1
gotoAndStop(_global.skinColor);
gotoAndStop;
Symbol 87 MovieClip Frame 3
stop();
Symbol 96 MovieClip Frame 1
Instance of Symbol 39 MovieClip "hairBack" in Symbol 107 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 42 MovieClip "eyeColor" in Symbol 107 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 101 MovieClip "hairColor" in Symbol 107 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 109 MovieClip Frame 1
stop();
this._visible = false;
Symbol 109 MovieClip Frame 2
_root.bodiez.enabled = false;
Symbol 109 MovieClip Frame 29
with (_root.hoofd.eyes) {
gotoAndPlay(8);
}
_root.bodiez.enabled = true;
stop();
Symbol 111 Button
on (press) {
startDrag ("_root.wpantsu");
}
on (release) {
stopDrag();
}
Symbol 113 Button
on (press) {
startDrag ("_root.pantsu");
}
on (release) {
stopDrag();
}
Symbol 115 Button
on (press) {
startDrag ("_root.bra");
}
on (release) {
stopDrag();
}
Symbol 117 Button
on (press) {
startDrag (this.rbra);
}
on (release) {
stopDrag();
}
Symbol 139 Button
on (press) {
startDrag ("_root.skirt");
}
on (release) {
stopDrag();
}
Symbol 141 Button
on (press) {
startDrag ("_root.shirt");
}
on (release) {
stopDrag();
}
Symbol 143 Button
on (press) {
startDrag ("_root.shorts");
}
on (release) {
stopDrag();
}
Symbol 145 Button
on (press) {
startDrag ("_root.jpants");
}
on (release) {
stopDrag();
}
Symbol 147 Button
on (press) {
startDrag ("_root.jtee");
}
on (release) {
stopDrag();
}
Symbol 149 Button
on (press) {
startDrag ("_root.tank");
}
on (release) {
stopDrag();
}
Symbol 151 Button
on (press) {
startDrag ("_root.rippants");
}
on (release) {
stopDrag();
}
Symbol 153 Button
on (press) {
startDrag ("_root.sleep");
}
on (release) {
stopDrag();
}
Symbol 155 Button
on (press) {
startDrag ("_root.ripshirt");
}
on (release) {
stopDrag();
}
Symbol 159 Button
on (press) {
switch (_global.page) {
case "misc" :
_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";
}
if (_root.tank._x < 350) {
_root.tank._visible = false;
}
if (_root.jacket._x < 350) {
_root.jacket._visible = false;
}
if (_root.jtee._x < 350) {
_root.jtee._visible = false;
}
if (_root.sleep._x < 350) {
_root.sleep._visible = false;
}
if (_root.ripshirt._x < 350) {
_root.ripshirt._visible = false;
}
if (_root.shirt._x < 350) {
_root.shirt._visible = false;
}
if (_root.Ishirt._x < 350) {
_root.Ishirt._visible = false;
}
if (_root.netted._x < 350) {
_root.netted._visible = false;
}
if (_root.kTop._x < 350) {
_root.kTop._visible = false;
}
if (_root.kTop2._x < 350) {
_root.kTop2._visible = false;
}
if (_root.bigShirt._x < 350) {
_root.bigShirt._visible = false;
}
if (_root.yShirt._x < 350) {
_root.yShirt._visible = false;
}
if (_root.tube._x < 350) {
_root.tube._visible = false;
}
if (_root.shorts._x < 350) {
_root.shorts._visible = false;
}
if (_root.rippants._x < 350) {
_root.rippants._visible = false;
}
if (_root.skirt._x < 350) {
_root.skirt._visible = false;
}
if (_root.jpants._x < 350) {
_root.jpants._visible = false;
}
if (_root.Ipants._x < 350) {
_root.Ipants._visible = false;
}
if (_root.Iskirt._x < 350) {
_root.Iskirt._visible = false;
}
if (_root.witch._x < 350) {
_root.witch._visible = false;
}
if (_root.kSkirt._x < 350) {
_root.kSkirt._visible = false;
}
if (_root.legg._x < 350) {
_root.legg._visible = false;
}
if (_root.qiPao._x < 350) {
_root.qiPao._visible = false;
}
if (_root.pantsu._x < 350) {
_root.pantsu._visible = false;
}
if (_root.bra._x < 350) {
_root.bra._visible = false;
}
if (_root.rbra._x < 350) {
_root.rbra._visible = false;
}
if (_root.wpantsu._x < 350) {
_root.wpantsu._visible = false;
}
if (_root.teddy._x < 350) {
_root.teddy._visible = false;
}
if (_root.bpanty._x < 350) {
_root.bpanty._visible = false;
}
if (_root.bbra._x < 350) {
_root.bbra._visible = false;
}
if (_root.Jarretel._x < 350) {
_root.Jarretel._visible = false;
}
if (_root.chantelleBra1._x < 350) {
_root.chantelleBra1._visible = false;
}
if (_root.chantellePanty1._x < 350) {
_root.chantellePanty1._visible = false;
}
if (_root.string2._x < 350) {
_root.string2._visible = false;
}
if (_root.goggle._x < 350) {
_root.goggle._visible = false;
}
if (_root.choke._x < 350) {
_root.choke._visible = false;
}
if (_root.pointy._x < 350) {
_root.pointy._visible = false;
}
if (_root.iscarf._x < 350) {
_root.iscarf._visible = false;
}
if (_root.skirtThing._x < 350) {
_root.skirtThing._visible = false;
}
if (_root.armWarmer._x < 350) {
_root.armWarmer._visible = false;
}
if (_root.kshoes._x < 350) {
_root.kshoes._visible = false;
}
if (_root.yBoots._x < 350) {
_root.yBoots._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;
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;
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;
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;
break;
case "shoes" :
_global.pagename = "Footwear";
_root.kshoes._visible = true;
_root.yBoots._visible = true;
}
_root.textbox.text = _global.pagename;
}
Symbol 160 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 = "misc";
break;
case "misc" :
_global.page = "upper";
}
if (_root.tank._x < 350) {
_root.tank._visible = false;
}
if (_root.jacket._x < 350) {
_root.jacket._visible = false;
}
if (_root.jtee._x < 350) {
_root.jtee._visible = false;
}
if (_root.sleep._x < 350) {
_root.sleep._visible = false;
}
if (_root.ripshirt._x < 350) {
_root.ripshirt._visible = false;
}
if (_root.shirt._x < 350) {
_root.shirt._visible = false;
}
if (_root.Ishirt._x < 350) {
_root.Ishirt._visible = false;
}
if (_root.netted._x < 350) {
_root.netted._visible = false;
}
if (_root.kTop._x < 350) {
_root.kTop._visible = false;
}
if (_root.kTop2._x < 350) {
_root.kTop2._visible = false;
}
if (_root.bigShirt._x < 350) {
_root.bigShirt._visible = false;
}
if (_root.yShirt._x < 350) {
_root.yShirt._visible = false;
}
if (_root.tube._x < 350) {
_root.tube._visible = false;
}
if (_root.shorts._x < 350) {
_root.shorts._visible = false;
}
if (_root.rippants._x < 350) {
_root.rippants._visible = false;
}
if (_root.skirt._x < 350) {
_root.skirt._visible = false;
}
if (_root.jpants._x < 350) {
_root.jpants._visible = false;
}
if (_root.Ipants._x < 350) {
_root.Ipants._visible = false;
}
if (_root.Iskirt._x < 350) {
_root.Iskirt._visible = false;
}
if (_root.witch._x < 350) {
_root.witch._visible = false;
}
if (_root.kSkirt._x < 350) {
_root.kSkirt._visible = false;
}
if (_root.legg._x < 350) {
_root.legg._visible = false;
}
if (_root.qiPao._x < 350) {
_root.qiPao._visible = false;
}
if (_root.pantsu._x < 350) {
_root.pantsu._visible = false;
}
if (_root.bra._x < 350) {
_root.bra._visible = false;
}
if (_root.rbra._x < 350) {
_root.rbra._visible = false;
}
if (_root.wpantsu._x < 350) {
_root.wpantsu._visible = false;
}
if (_root.teddy._x < 350) {
_root.teddy._visible = false;
}
if (_root.bpanty._x < 350) {
_root.bpanty._visible = false;
}
if (_root.bbra._x < 350) {
_root.bbra._visible = false;
}
if (_root.Jarretel._x < 350) {
_root.Jarretel._visible = false;
}
if (_root.chantelleBra1._x < 350) {
_root.chantelleBra1._visible = false;
}
if (_root.chantellePanty1._x < 350) {
_root.chantellePanty1._visible = false;
}
if (_root.string2._x < 350) {
_root.string2._visible = false;
}
if (_root.goggle._x < 350) {
_root.goggle._visible = false;
}
if (_root.choke._x < 350) {
_root.choke._visible = false;
}
if (_root.pointy._x < 350) {
_root.pointy._visible = false;
}
if (_root.iscarf._x < 350) {
_root.iscarf._visible = false;
}
if (_root.skirtThing._x < 350) {
_root.skirtThing._visible = false;
}
if (_root.armWarmer._x < 350) {
_root.armWarmer._visible = false;
}
if (_root.kshoes._x < 350) {
_root.kshoes._visible = false;
}
if (_root.yBoots._x < 350) {
_root.yBoots._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;
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;
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;
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;
break;
case "shoes" :
_global.pagename = "Footwear";
_root.kshoes._visible = true;
_root.yBoots._visible = true;
}
_root.textbox.text = _global.pagename;
}
Symbol 164 Button
on (press) {
startDrag ("_root.kSkirt");
}
on (release) {
stopDrag();
}
Symbol 166 Button
on (press) {
startDrag ("_root.kTop");
}
on (release) {
stopDrag();
}
Symbol 172 Button
on (press) {
startDrag ("_root.jacket");
}
on (release) {
stopDrag();
}
Symbol 178 Button
on (press) {
startDrag ("_root.kTop2");
}
on (release) {
stopDrag();
}
Symbol 180 Button
on (press) {
startDrag ("_root.witch");
}
on (release) {
stopDrag();
}
Symbol 182 Button
on (press) {
startDrag ("_root.choke");
}
on (release) {
stopDrag();
}
Symbol 184 Button
on (press) {
startDrag ("_root.pointy");
}
on (release) {
stopDrag();
}
Symbol 186 Button
on (press) {
startDrag ("_root.kshoes");
}
on (release) {
stopDrag();
}
Symbol 196 Button
on (press) {
startDrag (_root.yBoots);
}
on (release) {
stopDrag();
}
Symbol 203 MovieClip Frame 1
stop();
Instance of Symbol 199 MovieClip "extraFill" in Symbol 203 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 205 Button
on (press) {
startDrag ("_root.iscarf");
}
on (release) {
stopDrag();
if ((_root.iscarf._x < 350) && (_global.page != "misc")) {
_root.iscarf._visible = false;
}
}
Symbol 214 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 = 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 216 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.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 218 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";
trace(_quality);
}
Symbol 228 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;
}
_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;
}
_root.inTxt = "";
}
Symbol 232 MovieClip Frame 26
this._visible = false;
stop();