Combined Code
frame 1 {
_root.hairfront1._visible = true;
_root.shoes1._visible = true;
_root.hairback1._visible = true;
_root.ring._visible = true;
_root.bracelet._visible = true;
_root.necklace._visible = true;
_root.skirt1._visible = false;
_root.skirt2._visible = false;
_root.pants1._visible = false;
_root.pants2._visible = false;
_root.undies._visible = false;
_root.bra._visible = false;
_root.shirt1._visible = false;
_root.sleeve1._visible = false;
_root.shirt2._visible = false;
_root.sleeve2._visible = false;
_root.shirt3._visible = false;
_root.sleeve3._visible = false;
_root.shirt4._visible = false;
_root.hairfront2._visible = false;
_root.hairback2._visible = false;
_root.hairfront3._visible = false;
_root.hairfront4._visible = false;
_root.flowercrown._visible = false;
_root.shoes2._visible = false;
_root.shoes3._visible = false;
_root.shoes4._visible = false;
_root.shoes5._visible = false;
}
button 8 {
on (release) {
_root.hairfront1._visible = true;
_root.hairback1._visible = true;
_root.hairfront2._visible = true;
_root.hairback2._visible = true;
_root.hairfront3._visible = true;
_root.hairfront4._visible = true;
if (!_root.shirt1.hitTest(_root.doll)) {
_root.shirt1._visible = false;
}
if (!_root.sleeve1.hitTest(_root.doll)) {
_root.sleeve1._visible = false;
}
if (!_root.shirt2.hitTest(_root.doll)) {
_root.shirt2._visible = false;
}
if (!_root.sleeve2.hitTest(_root.doll)) {
_root.sleeve2._visible = false;
}
if (!_root.shirt3.hitTest(_root.doll)) {
_root.shirt3._visible = false;
}
if (!_root.sleeve3.hitTest(_root.doll)) {
_root.sleeve3._visible = false;
}
if (!_root.shirt4.hitTest(_root.doll)) {
_root.shirt4._visible = false;
}
if (!_root.outfit1.hitTest(_root.doll)) {
_root.outfit1._visible = false;
}
if (!_root.outfit2.hitTest(_root.doll)) {
_root.outfit2._visible = false;
}
if (!_root.outfit3.hitTest(_root.doll)) {
_root.outfit3._visible = false;
}
if (!_root.outfit4.hitTest(_root.doll)) {
_root.outfit4._visible = false;
}
if (!_root.outfit5.hitTest(_root.doll)) {
_root.outfit5._visible = false;
}
if (!_root.skirt1.hitTest(_root.doll)) {
_root.skirt1._visible = false;
}
if (!_root.skirt2.hitTest(_root.doll)) {
_root.skirt2._visible = false;
}
if (!_root.pants1.hitTest(_root.doll)) {
_root.pants1._visible = false;
}
if (!_root.pants2.hitTest(_root.doll)) {
_root.pants2._visible = false;
}
if (!_root.ring.hitTest(_root.doll)) {
_root.ring._visible = false;
}
if (!_root.necklace.hitTest(_root.doll)) {
_root.necklace._visible = false;
}
if (!_root.bracelet.hitTest(_root.doll)) {
_root.bracelet._visible = false;
}
if (!_root.flowercrown.hitTest(_root.head)) {
_root.flowercrown._visible = false;
}
if (!_root.shoes1.hitTest(_root.doll)) {
_root.shoes1._visible = false;
}
if (!_root.shoes2.hitTest(_root.doll)) {
_root.shoes2._visible = false;
}
if (!_root.shoes3.hitTest(_root.doll)) {
_root.shoes3._visible = false;
}
if (!_root.shoes4.hitTest(_root.doll)) {
_root.shoes4._visible = false;
}
if (!_root.shoes5.hitTest(_root.doll)) {
_root.shoes5._visible = false;
}
if (!_root.undies.hitTest(_root.doll)) {
_root.undies._visible = false;
}
if (!_root.bra.hitTest(_root.doll)) {
_root.bra._visible = false;
}
}
}
button 14 {
on (release) {
_root.shirt1._visible = true;
_root.sleeve1._visible = true;
_root.shirt2._visible = true;
_root.sleeve2._visible = true;
_root.shirt3._visible = true;
_root.sleeve3._visible = true;
_root.shirt4._visible = true;
_root.bra._visible = true;
if (!_root.hairfront1.hitTest(_root.doll)) {
_root.hairfront1._visible = false;
}
if (!_root.hairback1.hitTest(_root.doll)) {
_root.hairback1._visible = false;
}
if (!_root.hairfront2.hitTest(_root.doll)) {
_root.hairfront2._visible = false;
}
if (!_root.hairback2.hitTest(_root.doll)) {
_root.hairback2._visible = false;
}
if (!_root.hairfront3.hitTest(_root.doll)) {
_root.hairfront3._visible = false;
}
if (!_root.hairfront4.hitTest(_root.doll)) {
_root.hairfront4._visible = false;
}
if (!_root.skirt1.hitTest(_root.doll)) {
_root.skirt1._visible = false;
}
if (!_root.skirt2.hitTest(_root.doll)) {
_root.skirt2._visible = false;
}
if (!_root.pants1.hitTest(_root.doll)) {
_root.pants1._visible = false;
}
if (!_root.pants2.hitTest(_root.doll)) {
_root.pants2._visible = false;
}
if (!_root.undies.hitTest(_root.doll)) {
_root.undies._visible = false;
}
if (!_root.ring.hitTest(_root.doll)) {
_root.ring._visible = false;
}
if (!_root.necklace.hitTest(_root.doll)) {
_root.necklace._visible = false;
}
if (!_root.bracelet.hitTest(_root.doll)) {
_root.bracelet._visible = false;
}
if (!_root.flowercrown.hitTest(_root.head)) {
_root.flowercrown._visible = false;
}
if (!_root.shoes1.hitTest(_root.doll)) {
_root.shoes1._visible = false;
}
if (!_root.shoes2.hitTest(_root.doll)) {
_root.shoes2._visible = false;
}
if (!_root.shoes3.hitTest(_root.doll)) {
_root.shoes3._visible = false;
}
if (!_root.shoes4.hitTest(_root.doll)) {
_root.shoes4._visible = false;
}
if (!_root.shoes5.hitTest(_root.doll)) {
_root.shoes5._visible = false;
}
}
}
button 20 {
on (release) {
_root.skirt1._visible = true;
_root.skirt2._visible = true;
_root.pants1._visible = true;
_root.pants2._visible = true;
_root.undies._visible = true;
if (!_root.hairfront1.hitTest(_root.doll)) {
_root.hairfront1._visible = false;
}
if (!_root.hairback1.hitTest(_root.doll)) {
_root.hairback1._visible = false;
}
if (!_root.hairfront2.hitTest(_root.doll)) {
_root.hairfront2._visible = false;
}
if (!_root.hairback2.hitTest(_root.doll)) {
_root.hairback2._visible = false;
}
if (!_root.hairfront3.hitTest(_root.doll)) {
_root.hairfront3._visible = false;
}
if (!_root.hairfront4.hitTest(_root.doll)) {
_root.hairfront4._visible = false;
}
if (!_root.outfit1.hitTest(_root.doll)) {
_root.outfit1._visible = false;
}
if (!_root.outfit2.hitTest(_root.doll)) {
_root.outfit2._visible = false;
}
if (!_root.outfit3.hitTest(_root.doll)) {
_root.outfit3._visible = false;
}
if (!_root.outfit4.hitTest(_root.doll)) {
_root.outfit4._visible = false;
}
if (!_root.outfit5.hitTest(_root.doll)) {
_root.outfit5._visible = false;
}
if (!_root.shirt1.hitTest(_root.doll)) {
_root.shirt1._visible = false;
}
if (!_root.sleeve1.hitTest(_root.doll)) {
_root.sleeve1._visible = false;
}
if (!_root.shirt2.hitTest(_root.doll)) {
_root.shirt2._visible = false;
}
if (!_root.sleeve2.hitTest(_root.doll)) {
_root.sleeve2._visible = false;
}
if (!_root.shirt3.hitTest(_root.doll)) {
_root.shirt3._visible = false;
}
if (!_root.sleeve3.hitTest(_root.doll)) {
_root.sleeve3._visible = false;
}
if (!_root.shirt4.hitTest(_root.doll)) {
_root.shirt4._visible = false;
}
if (!_root.bra.hitTest(_root.doll)) {
_root.bra._visible = false;
}
if (!_root.ring.hitTest(_root.doll)) {
_root.ring._visible = false;
}
if (!_root.necklace.hitTest(_root.doll)) {
_root.necklace._visible = false;
}
if (!_root.bracelet.hitTest(_root.doll)) {
_root.bracelet._visible = false;
}
if (!_root.flowercrown.hitTest(_root.head)) {
_root.flowercrown._visible = false;
}
if (!_root.shoes1.hitTest(_root.doll)) {
_root.shoes1._visible = false;
}
if (!_root.shoes2.hitTest(_root.doll)) {
_root.shoes2._visible = false;
}
if (!_root.shoes3.hitTest(_root.doll)) {
_root.shoes3._visible = false;
}
if (!_root.shoes4.hitTest(_root.doll)) {
_root.shoes4._visible = false;
}
if (!_root.shoes5.hitTest(_root.doll)) {
_root.shoes5._visible = false;
}
}
}
button 26 {
on (release) {
_root.outfit1._visible = true;
_root.outfit2._visible = true;
_root.outfit3._visible = true;
_root.outfit4._visible = true;
_root.outfit5._visible = true;
if (!_root.hairfront1.hitTest(_root.doll)) {
_root.hairfront1._visible = false;
}
if (!_root.hairback1.hitTest(_root.doll)) {
_root.hairback1._visible = false;
}
if (!_root.hairfront2.hitTest(_root.doll)) {
_root.hairfront2._visible = false;
}
if (!_root.hairback2.hitTest(_root.doll)) {
_root.hairback2._visible = false;
}
if (!_root.hairfront3.hitTest(_root.doll)) {
_root.hairfront3._visible = false;
}
if (!_root.hairfront4.hitTest(_root.doll)) {
_root.hairfront4._visible = false;
}
if (!_root.shirt1.hitTest(_root.doll)) {
_root.shirt1._visible = false;
}
if (!_root.sleeve1.hitTest(_root.doll)) {
_root.sleeve1._visible = false;
}
if (!_root.shirt2.hitTest(_root.doll)) {
_root.shirt2._visible = false;
}
if (!_root.sleeve2.hitTest(_root.doll)) {
_root.sleeve2._visible = false;
}
if (!_root.shirt3.hitTest(_root.doll)) {
_root.shirt3._visible = false;
}
if (!_root.sleeve3.hitTest(_root.doll)) {
_root.sleeve3._visible = false;
}
if (!_root.shirt4.hitTest(_root.doll)) {
_root.shirt4._visible = false;
}
if (!_root.bra.hitTest(_root.doll)) {
_root.bra._visible = false;
}
if (!_root.skirt1.hitTest(_root.doll)) {
_root.skirt1._visible = false;
}
if (!_root.skirt2.hitTest(_root.doll)) {
_root.skirt2._visible = false;
}
if (!_root.pants1.hitTest(_root.doll)) {
_root.pants1._visible = false;
}
if (!_root.pants2.hitTest(_root.doll)) {
_root.pants2._visible = false;
}
if (!_root.undies.hitTest(_root.doll)) {
_root.undies._visible = false;
}
if (!_root.ring.hitTest(_root.doll)) {
_root.ring._visible = false;
}
if (!_root.necklace.hitTest(_root.doll)) {
_root.necklace._visible = false;
}
if (!_root.bracelet.hitTest(_root.doll)) {
_root.bracelet._visible = false;
}
if (!_root.flowercrown.hitTest(_root.head)) {
_root.flowercrown._visible = false;
}
if (!_root.shoes1.hitTest(_root.doll)) {
_root.shoes1._visible = false;
}
if (!_root.shoes2.hitTest(_root.doll)) {
_root.shoes2._visible = false;
}
if (!_root.shoes3.hitTest(_root.doll)) {
_root.shoes3._visible = false;
}
if (!_root.shoes4.hitTest(_root.doll)) {
_root.shoes4._visible = false;
}
if (!_root.shoes5.hitTest(_root.doll)) {
_root.shoes5._visible = false;
}
}
}
button 32 {
on (release) {
_root.ring._visible = true;
_root.bracelet._visible = true;
_root.flowercrown._visible = true;
_root.necklace._visible = true;
_root.shoes1._visible = true;
_root.shoes2._visible = true;
_root.shoes3._visible = true;
_root.shoes4._visible = true;
_root.shoes5._visible = true;
if (!_root.hairfront1.hitTest(_root.doll)) {
_root.hairfront1._visible = false;
}
if (!_root.hairback1.hitTest(_root.doll)) {
_root.hairback1._visible = false;
}
if (!_root.hairfront2.hitTest(_root.doll)) {
_root.hairfront2._visible = false;
}
if (!_root.hairback2.hitTest(_root.doll)) {
_root.hairback2._visible = false;
}
if (!_root.hairfront3.hitTest(_root.doll)) {
_root.hairfront3._visible = false;
}
if (!_root.hairfront4.hitTest(_root.doll)) {
_root.hairfront4._visible = false;
}
if (!_root.outfit1.hitTest(_root.doll)) {
_root.outfit1._visible = false;
}
if (!_root.outfit2.hitTest(_root.doll)) {
_root.outfit2._visible = false;
}
if (!_root.outfit3.hitTest(_root.doll)) {
_root.outfit3._visible = false;
}
if (!_root.outfit4.hitTest(_root.doll)) {
_root.outfit4._visible = false;
}
if (!_root.outfit5.hitTest(_root.doll)) {
_root.outfit5._visible = false;
}
if (!_root.shirt1.hitTest(_root.doll)) {
_root.shirt1._visible = false;
}
if (!_root.sleeve1.hitTest(_root.doll)) {
_root.sleeve1._visible = false;
}
if (!_root.shirt2.hitTest(_root.doll)) {
_root.shirt2._visible = false;
}
if (!_root.sleeve2.hitTest(_root.doll)) {
_root.sleeve2._visible = false;
}
if (!_root.shirt3.hitTest(_root.doll)) {
_root.shirt3._visible = false;
}
if (!_root.sleeve3.hitTest(_root.doll)) {
_root.sleeve3._visible = false;
}
if (!_root.shirt4.hitTest(_root.doll)) {
_root.shirt4._visible = false;
}
if (!_root.bra.hitTest(_root.doll)) {
_root.bra._visible = false;
}
if (!_root.skirt1.hitTest(_root.doll)) {
_root.skirt1._visible = false;
}
if (!_root.skirt2.hitTest(_root.doll)) {
_root.skirt2._visible = false;
}
if (!_root.pants1.hitTest(_root.doll)) {
_root.pants1._visible = false;
}
if (!_root.pants2.hitTest(_root.doll)) {
_root.pants2._visible = false;
}
if (!_root.undies.hitTest(_root.doll)) {
_root.undies._visible = false;
}
}
}
movieClip 35 {
}
instance hairback1 of movieClip 35 {
}
movieClip 38 {
}
movieClip 41 {
}
movieClip 44 {
}
instance bra of movieClip 44 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 181.5;
this._y = 291.55;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 181.5;
this._y = 291.55;
}
}
}
movieClip 47 {
}
instance undies of movieClip 47 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 179.8;
this._y = 376.45;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 179.8;
this._y = 376.45;
}
}
}
movieClip 50 {
}
instance pants1 of movieClip 50 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 177.45;
this._y = 521.85;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 177.45;
this._y = 521.85;
}
}
}
movieClip 53 {
}
instance pants2 of movieClip 53 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 177.45;
this._y = 521.85;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 177.45;
this._y = 521.85;
}
}
}
movieClip 56 {
}
instance shoes1 of movieClip 56 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 217.55;
this._y = 695.25;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 217.55;
this._y = 695.25;
}
}
}
movieClip 59 {
}
instance shoes2 of movieClip 59 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 213.05;
this._y = 686.8;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 213.05;
this._y = 686.8;
}
}
}
movieClip 62 {
}
instance shoes3 of movieClip 62 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 213.05;
this._y = 686.8;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 213.05;
this._y = 686.8;
}
}
}
movieClip 65 {
}
instance shoes4 of movieClip 65 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 221.75;
this._y = 716.75;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 221.75;
this._y = 716.75;
}
}
}
movieClip 68 {
}
instance shoes5 of movieClip 68 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 188.4;
this._y = 603.25;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 188.4;
this._y = 603.25;
}
}
}
movieClip 71 {
}
instance skirt1 of movieClip 71 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 180.1;
this._y = 408.25;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 180.1;
this._y = 408.25;
}
}
}
movieClip 74 {
}
instance skirt2 of movieClip 74 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 179.9;
this._y = 390.6;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 179.9;
this._y = 390.6;
}
}
}
movieClip 77 {
}
instance outfit5 of movieClip 77 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 197.35;
this._y = 495.6;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 197.35;
this._y = 495.6;
}
}
}
movieClip 80 {
}
instance outfit1 of movieClip 80 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 179.05;
this._y = 379.3;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 179.05;
this._y = 379.3;
}
}
}
movieClip 83 {
}
instance outfit2 of movieClip 83 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 181.55;
this._y = 316.8;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 181.55;
this._y = 316.8;
}
}
}
movieClip 86 {
}
instance outfit3 of movieClip 86 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 195.5;
this._y = 506.9;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 195.5;
this._y = 506.9;
}
}
}
movieClip 89 {
}
instance outfit4 of movieClip 89 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 181.55;
this._y = 354.35;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 181.55;
this._y = 354.35;
}
}
}
movieClip 92 {
}
instance shirt4 of movieClip 92 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 181.2;
this._y = 275.3;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 181.2;
this._y = 275.3;
}
}
}
movieClip 95 {
}
instance shirt1 of movieClip 95 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 176.15;
this._y = 292.8;
_root.sleeve1._x = 140.6;
_root.sleeve1._y = 270.95;
} else {
this._x = 534.5;
this._y = 347.05;
_root.sleeve1._x = 496.1;
_root.sleeve1._y = 329.6;
}
}
onClipEvent (releaseOutside) {
stopDrag();
eval(this._parent.sleeve1)._x = this._x + 0;
eval(this._parent.sleeve1)._y = this._y + 0;
}
}
movieClip 98 {
}
instance shirt2 of movieClip 98 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 180.15;
this._y = 297.8;
_root.sleeve2._x = 139.35;
_root.sleeve2._y = 271.45;
} else {
this._x = 754.25;
this._y = 354.5;
_root.sleeve2._x = 713;
_root.sleeve2._y = 330.5;
}
}
onClipEvent (releaseOutside) {
stopDrag();
eval(this._parent.sleeve2)._x = this._x + 0;
eval(this._parent.sleeve2)._y = this._y + 0;
}
}
movieClip 101 {
}
instance shirt3 of movieClip 101 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 176.45;
this._y = 317.05;
_root.sleeve3._x = 142.85;
_root.sleeve3._y = 271.45;
} else {
this._x = 739.85;
this._y = 569.8;
_root.sleeve3._x = 704.3;
_root.sleeve3._y = 528.05;
}
}
onClipEvent (releaseOutside) {
stopDrag();
eval(this._parent.sleeve3)._x = this._x + 0;
eval(this._parent.sleeve3)._y = this._y + 0;
}
}
movieClip 104 {
}
movieClip 109 {
}
movieClip 112 {
}
movieClip 115 {
}
movieClip 118 {
}
instance hairfront1 of movieClip 118 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 180.7;
this._y = 195.05;
_root.hairback1._x = 172.95;
_root.hairback1._y = 233.15;
} else {
this._x = 781.5;
this._y = 357.8;
_root.hairback1._x = 773.75;
_root.hairback1._y = 395.9;
}
}
onClipEvent (releaseOutside) {
stopDrag();
eval(this._parent.hairback1)._x = this._x + 0;
eval(this._parent.hairback1)._y = this._y + 0;
}
}
movieClip 121 {
}
instance hairfront2 of movieClip 121 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 185.65;
this._y = 170.55;
_root.hairback2._x = 193.75;
_root.hairback2._y = 213.95;
} else {
this._x = 533.4;
this._y = 332.3;
_root.hairback2._x = 541.5;
_root.hairback2._y = 375.7;
}
}
onClipEvent (releaseOutside) {
stopDrag();
eval(this._parent.hairback2)._x = this._x + 0;
eval(this._parent.hairback2)._y = this._y + 0;
}
}
movieClip 124 {
}
instance hairfront3 of movieClip 124 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 183.8;
this._y = 134.75;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 183.8;
this._y = 134.75;
}
}
}
movieClip 127 {
}
instance hairfront4 of movieClip 127 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 186.95;
this._y = 160.8;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 186.95;
this._y = 160.8;
}
}
}
movieClip 130 {
}
instance flowercrown of movieClip 130 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.head)) {
this._x = 184;
this._y = 111.05;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.head)) {
this._x = 184;
this._y = 111.05;
}
}
}
movieClip 133 {
}
instance ring of movieClip 133 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 157;
this._y = 212.25;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 157;
this._y = 212.25;
}
}
}
movieClip 136 {
}
instance bracelet of movieClip 136 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 158.15;
this._y = 250.05;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 158.15;
this._y = 250.05;
}
}
}
movieClip 139 {
}
instance necklace of movieClip 139 {
onClipEvent (press) {
startDrag(this, false);
}
onClipEvent (release) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 187.8;
this._y = 227.7;
}
}
onClipEvent (releaseOutside) {
stopDrag();
if (this.hitTest(_root.doll)) {
this._x = 187.8;
this._y = 227.7;
}
}
}