Frame 1
ifFrameLoaded (19) {
gotoAndPlay (3);
}
Frame 2
gotoAndPlay (1);
Frame 3
stop();
var faceC1 = 255;
var faceC2 = 255;
var faceC3 = 255;
faceColor = new Color(face.color);
chinColor = new Color(chin.color);
chinselect1Color = new Color(chinselect.selection1.color);
chinselect2Color = new Color(chinselect.selection2.color);
chinselect3Color = new Color(chinselect.selection3.color);
chinselect4Color = new Color(chinselect.selection4.color);
chinselect5Color = new Color(chinselect.selection5.color);
chinselect6Color = new Color(chinselect.selection6.color);
c1 = faceC1;
c2 = faceC2;
c3 = faceC3;
var hairC1 = 255;
var hairC2 = 255;
var hairC3 = 255;
hairColor = new Color(hair.color);
backhairColor = new Color(backhair.color);
beardColor = new Color(beard.color);
moustacheColor = new Color(moustache.color);
hairoverColor = new Color(hairover.color);
hairselect1Color = new Color(hairselect.selection1.color);
hairselect2Color = new Color(hairselect.selection2.color);
hairselect3Color = new Color(hairselect.selection3.color);
hairselect4Color = new Color(hairselect.selection4.color);
hairselect5Color = new Color(hairselect.selection5.color);
hairselect6Color = new Color(hairselect.selection6.color);
longhairselect1Color = new Color(longhairselect.selection1.color);
longhairselect2Color = new Color(longhairselect.selection2.color);
longhairselect3Color = new Color(longhairselect.selection3.color);
longhairselect4Color = new Color(longhairselect.selection4.color);
longhairselect5Color = new Color(longhairselect.selection5.color);
longhairselect6Color = new Color(longhairselect.selection6.color);
beardselect1Color = new Color(beardselect.selection1.color);
beardselect2Color = new Color(beardselect.selection2.color);
beardselect3Color = new Color(beardselect.selection3.color);
beardselect4Color = new Color(beardselect.selection4.color);
beardselect5Color = new Color(beardselect.selection5.color);
beardselect6Color = new Color(beardselect.selection6.color);
moustacheselect1Color = new Color(moustacheselect.selection1.color);
moustacheselect2Color = new Color(moustacheselect.selection2.color);
moustacheselect3Color = new Color(moustacheselect.selection3.color);
moustacheselect4Color = new Color(moustacheselect.selection4.color);
moustacheselect5Color = new Color(moustacheselect.selection5.color);
moustacheselect6Color = new Color(moustacheselect.selection6.color);
c1 = hairC1;
c2 = hairC2;
c3 = hairC3;
var eyelC1 = 204;
var eyelC2 = 204;
var eyelC3 = 255;
eyelColor = new Color(eyes.eye1.color);
eyerColor = new Color(eyes.eye2.color);
eyeselect1lColor = new Color(eyeselect.selection1.eye1.color);
eyeselect1rColor = new Color(eyeselect.selection1.eye2.color);
eyeselect2lColor = new Color(eyeselect.selection2.eye1.color);
eyeselect2rColor = new Color(eyeselect.selection2.eye2.color);
eyeselect3lColor = new Color(eyeselect.selection3.eye1.color);
eyeselect3rColor = new Color(eyeselect.selection3.eye2.color);
eyeselect4lColor = new Color(eyeselect.selection4.eye1.color);
eyeselect4rColor = new Color(eyeselect.selection4.eye2.color);
eyeselect5lColor = new Color(eyeselect.selection5.eye1.color);
eyeselect5rColor = new Color(eyeselect.selection5.eye2.color);
eyeselect6lColor = new Color(eyeselect.selection6.eye1.color);
eyeselect6rColor = new Color(eyeselect.selection6.eye2.color);
c1 = eyelC1;
c2 = eyelC2;
c3 = eyelC3;
this.onEnterFrame = function () {
eyelC1 = c1;
eyelC2 = c2;
eyelC3 = c3;
rgb = ((c1 << 16) | (c2 << 8)) | c3;
eyelColor.setRGB(rgb);
eyerColor.setRGB(rgb);
eyeselect1lColor.setRGB(rgb);
eyeselect1rColor.setRGB(rgb);
eyeselect2lColor.setRGB(rgb);
eyeselect2rColor.setRGB(rgb);
eyeselect3lColor.setRGB(rgb);
eyeselect3rColor.setRGB(rgb);
eyeselect4lColor.setRGB(rgb);
eyeselect4rColor.setRGB(rgb);
eyeselect5lColor.setRGB(rgb);
eyeselect5rColor.setRGB(rgb);
eyeselect6lColor.setRGB(rgb);
eyeselect6rColor.setRGB(rgb);
};
var lashesState = 1;
var stubbleState = 1;
Frame 4
faceColor = new Color(face.color);
chinColor = new Color(chin.color);
chinselect1Color = new Color(chinselect.selection1.color);
chinselect2Color = new Color(chinselect.selection2.color);
chinselect3Color = new Color(chinselect.selection3.color);
chinselect4Color = new Color(chinselect.selection4.color);
chinselect5Color = new Color(chinselect.selection5.color);
chinselect6Color = new Color(chinselect.selection6.color);
c1 = faceC1;
c2 = faceC2;
c3 = faceC3;
this.onEnterFrame = function () {
faceC1 = c1;
faceC2 = c2;
faceC3 = c3;
rgb = ((c1 << 16) | (c2 << 8)) | c3;
faceColor.setRGB(rgb);
chinColor.setRGB(rgb);
chinselect1Color.setRGB(rgb);
chinselect2Color.setRGB(rgb);
chinselect3Color.setRGB(rgb);
chinselect4Color.setRGB(rgb);
chinselect5Color.setRGB(rgb);
chinselect6Color.setRGB(rgb);
};
swatch1.onRelease = function () {
c1 = 255;
c2 = 255;
c3 = 255;
};
swatch2.onRelease = function () {
c1 = 255;
c2 = 220;
c3 = 204;
};
swatch3.onRelease = function () {
c1 = 255;
c2 = 204;
c3 = 153;
};
swatch4.onRelease = function () {
c1 = 255;
c2 = 255;
c3 = 153;
};
swatch5.onRelease = function () {
c1 = 204;
c2 = 153;
c3 = 51;
};
swatch6.onRelease = function () {
c1 = 221;
c2 = 146;
c3 = 91;
};
swatch7.onRelease = function () {
c1 = 204;
c2 = 102;
c3 = 51;
};
swatch8.onRelease = function () {
c1 = 153;
c2 = 102;
c3 = 51;
};
swatch9.onRelease = function () {
c1 = 255;
c2 = 0;
c3 = 0;
};
swatch10.onRelease = function () {
c1 = 255;
c2 = 153;
c3 = 0;
};
swatch11.onRelease = function () {
c1 = 255;
c2 = 255;
c3 = 0;
};
swatch12.onRelease = function () {
c1 = 0;
c2 = 255;
c3 = 0;
};
swatch13.onRelease = function () {
c1 = 51;
c2 = 153;
c3 = 0;
};
swatch14.onRelease = function () {
c1 = 153;
c2 = 255;
c3 = 255;
};
swatch15.onRelease = function () {
c1 = 204;
c2 = 204;
c3 = 255;
};
swatch16.onRelease = function () {
c1 = 0;
c2 = 0;
c3 = 255;
};
swatch17.onRelease = function () {
c1 = 153;
c2 = 0;
c3 = 153;
};
swatch18.onRelease = function () {
c1 = 204;
c2 = 153;
c3 = 255;
};
swatch19.onRelease = function () {
c1 = 255;
c2 = 153;
c3 = 255;
};
swatch20.onRelease = function () {
c1 = 0;
c2 = 0;
c3 = 0;
};
Frame 5
faceColor = new Color(face.color);
chinColor = new Color(chin.color);
chinselect1Color = new Color(chinselect.selection1.color);
chinselect2Color = new Color(chinselect.selection2.color);
chinselect3Color = new Color(chinselect.selection3.color);
chinselect4Color = new Color(chinselect.selection4.color);
chinselect5Color = new Color(chinselect.selection5.color);
chinselect6Color = new Color(chinselect.selection6.color);
c1 = faceC1;
c2 = faceC2;
c3 = faceC3;
this.onEnterFrame = function () {
faceC1 = c1;
faceC2 = c2;
faceC3 = c3;
rgb = ((c1 << 16) | (c2 << 8)) | c3;
faceColor.setRGB(rgb);
chinColor.setRGB(rgb);
chinselect1Color.setRGB(rgb);
chinselect2Color.setRGB(rgb);
chinselect3Color.setRGB(rgb);
chinselect4Color.setRGB(rgb);
chinselect5Color.setRGB(rgb);
chinselect6Color.setRGB(rgb);
};
Frame 6
eyelColor = new Color(eyes.eye1.color);
eyerColor = new Color(eyes.eye2.color);
eyeselect1lColor = new Color(eyeselect.selection1.eye1.color);
eyeselect1rColor = new Color(eyeselect.selection1.eye2.color);
eyeselect2lColor = new Color(eyeselect.selection2.eye1.color);
eyeselect2rColor = new Color(eyeselect.selection2.eye2.color);
eyeselect3lColor = new Color(eyeselect.selection3.eye1.color);
eyeselect3rColor = new Color(eyeselect.selection3.eye2.color);
eyeselect4lColor = new Color(eyeselect.selection4.eye1.color);
eyeselect4rColor = new Color(eyeselect.selection4.eye2.color);
eyeselect5lColor = new Color(eyeselect.selection5.eye1.color);
eyeselect5rColor = new Color(eyeselect.selection5.eye2.color);
eyeselect6lColor = new Color(eyeselect.selection6.eye1.color);
eyeselect6rColor = new Color(eyeselect.selection6.eye2.color);
c1 = eyelC1;
c2 = eyelC2;
c3 = eyelC3;
this.onEnterFrame = function () {
eyelC1 = c1;
eyelC2 = c2;
eyelC3 = c3;
rgb = ((c1 << 16) | (c2 << 8)) | c3;
eyelColor.setRGB(rgb);
eyerColor.setRGB(rgb);
eyeselect1lColor.setRGB(rgb);
eyeselect1rColor.setRGB(rgb);
eyeselect2lColor.setRGB(rgb);
eyeselect2rColor.setRGB(rgb);
eyeselect3lColor.setRGB(rgb);
eyeselect3rColor.setRGB(rgb);
eyeselect4lColor.setRGB(rgb);
eyeselect4rColor.setRGB(rgb);
eyeselect5lColor.setRGB(rgb);
eyeselect5rColor.setRGB(rgb);
eyeselect6lColor.setRGB(rgb);
eyeselect6rColor.setRGB(rgb);
};
Frame 7
eyelColor = new Color(eyes.eye1.color);
eyerColor = new Color(eyes.eye2.color);
eyeselect1lColor = new Color(eyeselect.selection1.eye1.color);
eyeselect1rColor = new Color(eyeselect.selection1.eye2.color);
eyeselect2lColor = new Color(eyeselect.selection2.eye1.color);
eyeselect2rColor = new Color(eyeselect.selection2.eye2.color);
eyeselect3lColor = new Color(eyeselect.selection3.eye1.color);
eyeselect3rColor = new Color(eyeselect.selection3.eye2.color);
eyeselect4lColor = new Color(eyeselect.selection4.eye1.color);
eyeselect4rColor = new Color(eyeselect.selection4.eye2.color);
eyeselect5lColor = new Color(eyeselect.selection5.eye1.color);
eyeselect5rColor = new Color(eyeselect.selection5.eye2.color);
eyeselect6lColor = new Color(eyeselect.selection6.eye1.color);
eyeselect6rColor = new Color(eyeselect.selection6.eye2.color);
c1 = eyelC1;
c2 = eyelC2;
c3 = eyelC3;
this.onEnterFrame = function () {
eyelC1 = c1;
eyelC2 = c2;
eyelC3 = c3;
rgb = ((c1 << 16) | (c2 << 8)) | c3;
eyelColor.setRGB(rgb);
eyerColor.setRGB(rgb);
eyeselect1lColor.setRGB(rgb);
eyeselect1rColor.setRGB(rgb);
eyeselect2lColor.setRGB(rgb);
eyeselect2rColor.setRGB(rgb);
eyeselect3lColor.setRGB(rgb);
eyeselect3rColor.setRGB(rgb);
eyeselect4lColor.setRGB(rgb);
eyeselect4rColor.setRGB(rgb);
eyeselect5lColor.setRGB(rgb);
eyeselect5rColor.setRGB(rgb);
eyeselect6lColor.setRGB(rgb);
eyeselect6rColor.setRGB(rgb);
};
swatch1.onRelease = function () {
c1 = 255;
c2 = 255;
c3 = 255;
};
swatch2.onRelease = function () {
c1 = 0;
c2 = 0;
c3 = 0;
};
swatch3.onRelease = function () {
c1 = 204;
c2 = 102;
c3 = 0;
};
swatch4.onRelease = function () {
c1 = 153;
c2 = 102;
c3 = 51;
};
swatch5.onRelease = function () {
c1 = 204;
c2 = 153;
c3 = 51;
};
swatch6.onRelease = function () {
c1 = 51;
c2 = 153;
c3 = 255;
};
swatch7.onRelease = function () {
c1 = 204;
c2 = 204;
c3 = 255;
};
swatch8.onRelease = function () {
c1 = 153;
c2 = 153;
c3 = 153;
};
swatch9.onRelease = function () {
c1 = 255;
c2 = 0;
c3 = 0;
};
swatch10.onRelease = function () {
c1 = 255;
c2 = 153;
c3 = 0;
};
swatch11.onRelease = function () {
c1 = 255;
c2 = 255;
c3 = 0;
};
swatch12.onRelease = function () {
c1 = 204;
c2 = 255;
c3 = 0;
};
swatch13.onRelease = function () {
c1 = 0;
c2 = 255;
c3 = 0;
};
swatch14.onRelease = function () {
c1 = 51;
c2 = 153;
c3 = 0;
};
swatch15.onRelease = function () {
c1 = 102;
c2 = 153;
c3 = 153;
};
swatch16.onRelease = function () {
c1 = 51;
c2 = 204;
c3 = 255;
};
swatch17.onRelease = function () {
c1 = 0;
c2 = 0;
c3 = 255;
};
swatch18.onRelease = function () {
c1 = 0;
c2 = 0;
c3 = 153;
};
swatch19.onRelease = function () {
c1 = 204;
c2 = 153;
c3 = 255;
};
swatch20.onRelease = function () {
c1 = 153;
c2 = 0;
c3 = 153;
};
swatch21.onRelease = function () {
c1 = 153;
c2 = 51;
c3 = 102;
};
swatch22.onRelease = function () {
c1 = 204;
c2 = 0;
c3 = 102;
};
swatch23.onRelease = function () {
c1 = 255;
c2 = 0;
c3 = 153;
};
swatch24.onRelease = function () {
c1 = 255;
c2 = 102;
c3 = 255;
};
Frame 8
hairColor = new Color(hair.color);
backhairColor = new Color(backhair.color);
beardColor = new Color(beard.color);
moustacheColor = new Color(moustache.color);
hairoverColor = new Color(hairover.color);
hairselect1Color = new Color(hairselect.selection1.color);
hairselect2Color = new Color(hairselect.selection2.color);
hairselect3Color = new Color(hairselect.selection3.color);
hairselect4Color = new Color(hairselect.selection4.color);
hairselect5Color = new Color(hairselect.selection5.color);
hairselect6Color = new Color(hairselect.selection6.color);
longhairselect1Color = new Color(longhairselect.selection1.color);
longhairselect2Color = new Color(longhairselect.selection2.color);
longhairselect3Color = new Color(longhairselect.selection3.color);
longhairselect4Color = new Color(longhairselect.selection4.color);
longhairselect5Color = new Color(longhairselect.selection5.color);
longhairselect6Color = new Color(longhairselect.selection6.color);
beardselect1Color = new Color(beardselect.selection1.color);
beardselect2Color = new Color(beardselect.selection2.color);
beardselect3Color = new Color(beardselect.selection3.color);
beardselect4Color = new Color(beardselect.selection4.color);
beardselect5Color = new Color(beardselect.selection5.color);
beardselect6Color = new Color(beardselect.selection6.color);
moustacheselect1Color = new Color(moustacheselect.selection1.color);
moustacheselect2Color = new Color(moustacheselect.selection2.color);
moustacheselect3Color = new Color(moustacheselect.selection3.color);
moustacheselect4Color = new Color(moustacheselect.selection4.color);
moustacheselect5Color = new Color(moustacheselect.selection5.color);
moustacheselect6Color = new Color(moustacheselect.selection6.color);
c1 = hairC1;
c2 = hairC2;
c3 = hairC3;
this.onEnterFrame = function () {
hairC1 = c1;
hairC2 = c2;
hairC3 = c3;
rgb = ((c1 << 16) | (c2 << 8)) | c3;
hairColor.setRGB(rgb);
backhairColor.setRGB(rgb);
beardColor.setRGB(rgb);
moustacheColor.setRGB(rgb);
hairoverColor.setRGB(rgb);
hairselect1Color.setRGB(rgb);
hairselect2Color.setRGB(rgb);
hairselect3Color.setRGB(rgb);
hairselect4Color.setRGB(rgb);
hairselect5Color.setRGB(rgb);
hairselect6Color.setRGB(rgb);
longhairselect1Color.setRGB(rgb);
longhairselect2Color.setRGB(rgb);
longhairselect3Color.setRGB(rgb);
longhairselect4Color.setRGB(rgb);
longhairselect5Color.setRGB(rgb);
longhairselect6Color.setRGB(rgb);
beardselect1Color.setRGB(rgb);
beardselect2Color.setRGB(rgb);
beardselect3Color.setRGB(rgb);
beardselect4Color.setRGB(rgb);
beardselect5Color.setRGB(rgb);
beardselect6Color.setRGB(rgb);
moustacheselect1Color.setRGB(rgb);
moustacheselect2Color.setRGB(rgb);
moustacheselect3Color.setRGB(rgb);
moustacheselect4Color.setRGB(rgb);
moustacheselect5Color.setRGB(rgb);
moustacheselect6Color.setRGB(rgb);
};
Frame 9
hairColor = new Color(hair.color);
backhairColor = new Color(backhair.color);
beardColor = new Color(beard.color);
moustacheColor = new Color(moustache.color);
hairoverColor = new Color(hairover.color);
hairselect1Color = new Color(hairselect.selection1.color);
hairselect2Color = new Color(hairselect.selection2.color);
hairselect3Color = new Color(hairselect.selection3.color);
hairselect4Color = new Color(hairselect.selection4.color);
hairselect5Color = new Color(hairselect.selection5.color);
hairselect6Color = new Color(hairselect.selection6.color);
longhairselect1Color = new Color(longhairselect.selection1.color);
longhairselect2Color = new Color(longhairselect.selection2.color);
longhairselect3Color = new Color(longhairselect.selection3.color);
longhairselect4Color = new Color(longhairselect.selection4.color);
longhairselect5Color = new Color(longhairselect.selection5.color);
longhairselect6Color = new Color(longhairselect.selection6.color);
beardselect1Color = new Color(beardselect.selection1.color);
beardselect2Color = new Color(beardselect.selection2.color);
beardselect3Color = new Color(beardselect.selection3.color);
beardselect4Color = new Color(beardselect.selection4.color);
beardselect5Color = new Color(beardselect.selection5.color);
beardselect6Color = new Color(beardselect.selection6.color);
moustacheselect1Color = new Color(moustacheselect.selection1.color);
moustacheselect2Color = new Color(moustacheselect.selection2.color);
moustacheselect3Color = new Color(moustacheselect.selection3.color);
moustacheselect4Color = new Color(moustacheselect.selection4.color);
moustacheselect5Color = new Color(moustacheselect.selection5.color);
moustacheselect6Color = new Color(moustacheselect.selection6.color);
c1 = hairC1;
c2 = hairC2;
c3 = hairC3;
this.onEnterFrame = function () {
hairC1 = c1;
hairC2 = c2;
hairC3 = c3;
rgb = ((c1 << 16) | (c2 << 8)) | c3;
hairColor.setRGB(rgb);
backhairColor.setRGB(rgb);
beardColor.setRGB(rgb);
moustacheColor.setRGB(rgb);
hairoverColor.setRGB(rgb);
hairselect1Color.setRGB(rgb);
hairselect2Color.setRGB(rgb);
hairselect3Color.setRGB(rgb);
hairselect4Color.setRGB(rgb);
hairselect5Color.setRGB(rgb);
hairselect6Color.setRGB(rgb);
longhairselect1Color.setRGB(rgb);
longhairselect2Color.setRGB(rgb);
longhairselect3Color.setRGB(rgb);
longhairselect4Color.setRGB(rgb);
longhairselect5Color.setRGB(rgb);
longhairselect6Color.setRGB(rgb);
beardselect1Color.setRGB(rgb);
beardselect2Color.setRGB(rgb);
beardselect3Color.setRGB(rgb);
beardselect4Color.setRGB(rgb);
beardselect5Color.setRGB(rgb);
beardselect6Color.setRGB(rgb);
moustacheselect1Color.setRGB(rgb);
moustacheselect2Color.setRGB(rgb);
moustacheselect3Color.setRGB(rgb);
moustacheselect4Color.setRGB(rgb);
moustacheselect5Color.setRGB(rgb);
moustacheselect6Color.setRGB(rgb);
};
Frame 10
hairColor = new Color(hair.color);
backhairColor = new Color(backhair.color);
beardColor = new Color(beard.color);
moustacheColor = new Color(moustache.color);
hairoverColor = new Color(hairover.color);
hairselect1Color = new Color(hairselect.selection1.color);
hairselect2Color = new Color(hairselect.selection2.color);
hairselect3Color = new Color(hairselect.selection3.color);
hairselect4Color = new Color(hairselect.selection4.color);
hairselect5Color = new Color(hairselect.selection5.color);
hairselect6Color = new Color(hairselect.selection6.color);
longhairselect1Color = new Color(longhairselect.selection1.color);
longhairselect2Color = new Color(longhairselect.selection2.color);
longhairselect3Color = new Color(longhairselect.selection3.color);
longhairselect4Color = new Color(longhairselect.selection4.color);
longhairselect5Color = new Color(longhairselect.selection5.color);
longhairselect6Color = new Color(longhairselect.selection6.color);
beardselect1Color = new Color(beardselect.selection1.color);
beardselect2Color = new Color(beardselect.selection2.color);
beardselect3Color = new Color(beardselect.selection3.color);
beardselect4Color = new Color(beardselect.selection4.color);
beardselect5Color = new Color(beardselect.selection5.color);
beardselect6Color = new Color(beardselect.selection6.color);
moustacheselect1Color = new Color(moustacheselect.selection1.color);
moustacheselect2Color = new Color(moustacheselect.selection2.color);
moustacheselect3Color = new Color(moustacheselect.selection3.color);
moustacheselect4Color = new Color(moustacheselect.selection4.color);
moustacheselect5Color = new Color(moustacheselect.selection5.color);
moustacheselect6Color = new Color(moustacheselect.selection6.color);
c1 = hairC1;
c2 = hairC2;
c3 = hairC3;
this.onEnterFrame = function () {
hairC1 = c1;
hairC2 = c2;
hairC3 = c3;
rgb = ((c1 << 16) | (c2 << 8)) | c3;
hairColor.setRGB(rgb);
backhairColor.setRGB(rgb);
beardColor.setRGB(rgb);
moustacheColor.setRGB(rgb);
hairoverColor.setRGB(rgb);
hairselect1Color.setRGB(rgb);
hairselect2Color.setRGB(rgb);
hairselect3Color.setRGB(rgb);
hairselect4Color.setRGB(rgb);
hairselect5Color.setRGB(rgb);
hairselect6Color.setRGB(rgb);
longhairselect1Color.setRGB(rgb);
longhairselect2Color.setRGB(rgb);
longhairselect3Color.setRGB(rgb);
longhairselect4Color.setRGB(rgb);
longhairselect5Color.setRGB(rgb);
longhairselect6Color.setRGB(rgb);
beardselect1Color.setRGB(rgb);
beardselect2Color.setRGB(rgb);
beardselect3Color.setRGB(rgb);
beardselect4Color.setRGB(rgb);
beardselect5Color.setRGB(rgb);
beardselect6Color.setRGB(rgb);
moustacheselect1Color.setRGB(rgb);
moustacheselect2Color.setRGB(rgb);
moustacheselect3Color.setRGB(rgb);
moustacheselect4Color.setRGB(rgb);
moustacheselect5Color.setRGB(rgb);
moustacheselect6Color.setRGB(rgb);
};
swatch1.onRelease = function () {
c1 = 255;
c2 = 255;
c3 = 255;
};
swatch2.onRelease = function () {
c1 = 204;
c2 = 204;
c3 = 204;
};
swatch3.onRelease = function () {
c1 = 0;
c2 = 0;
c3 = 0;
};
swatch4.onRelease = function () {
c1 = 115;
c2 = 77;
c3 = 38;
};
swatch5.onRelease = function () {
c1 = 153;
c2 = 114;
c3 = 22;
};
swatch6.onRelease = function () {
c1 = 204;
c2 = 153;
c3 = 102;
};
swatch7.onRelease = function () {
c1 = 204;
c2 = 51;
c3 = 0;
};
swatch8.onRelease = function () {
c1 = 255;
c2 = 204;
c3 = 0;
};
swatch9.onRelease = function () {
c1 = 255;
c2 = 0;
c3 = 0;
};
swatch10.onRelease = function () {
c1 = 255;
c2 = 153;
c3 = 0;
};
swatch11.onRelease = function () {
c1 = 255;
c2 = 255;
c3 = 0;
};
swatch12.onRelease = function () {
c1 = 204;
c2 = 255;
c3 = 0;
};
swatch13.onRelease = function () {
c1 = 0;
c2 = 255;
c3 = 0;
};
swatch14.onRelease = function () {
c1 = 51;
c2 = 153;
c3 = 0;
};
swatch15.onRelease = function () {
c1 = 102;
c2 = 153;
c3 = 153;
};
swatch16.onRelease = function () {
c1 = 51;
c2 = 204;
c3 = 255;
};
swatch17.onRelease = function () {
c1 = 0;
c2 = 0;
c3 = 255;
};
swatch18.onRelease = function () {
c1 = 0;
c2 = 0;
c3 = 153;
};
swatch19.onRelease = function () {
c1 = 204;
c2 = 153;
c3 = 255;
};
swatch20.onRelease = function () {
c1 = 153;
c2 = 0;
c3 = 153;
};
swatch21.onRelease = function () {
c1 = 153;
c2 = 51;
c3 = 102;
};
swatch22.onRelease = function () {
c1 = 204;
c2 = 0;
c3 = 102;
};
swatch23.onRelease = function () {
c1 = 255;
c2 = 0;
c3 = 153;
};
swatch24.onRelease = function () {
c1 = 255;
c2 = 102;
c3 = 255;
};
Frame 11
hairColor = new Color(hair.color);
backhairColor = new Color(backhair.color);
beardColor = new Color(beard.color);
moustacheColor = new Color(moustache.color);
hairoverColor = new Color(hairover.color);
hairselect1Color = new Color(hairselect.selection1.color);
hairselect2Color = new Color(hairselect.selection2.color);
hairselect3Color = new Color(hairselect.selection3.color);
hairselect4Color = new Color(hairselect.selection4.color);
hairselect5Color = new Color(hairselect.selection5.color);
hairselect6Color = new Color(hairselect.selection6.color);
longhairselect1Color = new Color(longhairselect.selection1.color);
longhairselect2Color = new Color(longhairselect.selection2.color);
longhairselect3Color = new Color(longhairselect.selection3.color);
longhairselect4Color = new Color(longhairselect.selection4.color);
longhairselect5Color = new Color(longhairselect.selection5.color);
longhairselect6Color = new Color(longhairselect.selection6.color);
beardselect1Color = new Color(beardselect.selection1.color);
beardselect2Color = new Color(beardselect.selection2.color);
beardselect3Color = new Color(beardselect.selection3.color);
beardselect4Color = new Color(beardselect.selection4.color);
beardselect5Color = new Color(beardselect.selection5.color);
beardselect6Color = new Color(beardselect.selection6.color);
moustacheselect1Color = new Color(moustacheselect.selection1.color);
moustacheselect2Color = new Color(moustacheselect.selection2.color);
moustacheselect3Color = new Color(moustacheselect.selection3.color);
moustacheselect4Color = new Color(moustacheselect.selection4.color);
moustacheselect5Color = new Color(moustacheselect.selection5.color);
moustacheselect6Color = new Color(moustacheselect.selection6.color);
c1 = hairC1;
c2 = hairC2;
c3 = hairC3;
this.onEnterFrame = function () {
hairC1 = c1;
hairC2 = c2;
hairC3 = c3;
rgb = ((c1 << 16) | (c2 << 8)) | c3;
hairColor.setRGB(rgb);
backhairColor.setRGB(rgb);
beardColor.setRGB(rgb);
moustacheColor.setRGB(rgb);
hairoverColor.setRGB(rgb);
hairselect1Color.setRGB(rgb);
hairselect2Color.setRGB(rgb);
hairselect3Color.setRGB(rgb);
hairselect4Color.setRGB(rgb);
hairselect5Color.setRGB(rgb);
hairselect6Color.setRGB(rgb);
longhairselect1Color.setRGB(rgb);
longhairselect2Color.setRGB(rgb);
longhairselect3Color.setRGB(rgb);
longhairselect4Color.setRGB(rgb);
longhairselect5Color.setRGB(rgb);
longhairselect6Color.setRGB(rgb);
beardselect1Color.setRGB(rgb);
beardselect2Color.setRGB(rgb);
beardselect3Color.setRGB(rgb);
beardselect4Color.setRGB(rgb);
beardselect5Color.setRGB(rgb);
beardselect6Color.setRGB(rgb);
moustacheselect1Color.setRGB(rgb);
moustacheselect2Color.setRGB(rgb);
moustacheselect3Color.setRGB(rgb);
moustacheselect4Color.setRGB(rgb);
moustacheselect5Color.setRGB(rgb);
moustacheselect6Color.setRGB(rgb);
};
Frame 12
hairColor = new Color(hair.color);
backhairColor = new Color(backhair.color);
beardColor = new Color(beard.color);
moustacheColor = new Color(moustache.color);
hairoverColor = new Color(hairover.color);
hairselect1Color = new Color(hairselect.selection1.color);
hairselect2Color = new Color(hairselect.selection2.color);
hairselect3Color = new Color(hairselect.selection3.color);
hairselect4Color = new Color(hairselect.selection4.color);
hairselect5Color = new Color(hairselect.selection5.color);
hairselect6Color = new Color(hairselect.selection6.color);
longhairselect1Color = new Color(longhairselect.selection1.color);
longhairselect2Color = new Color(longhairselect.selection2.color);
longhairselect3Color = new Color(longhairselect.selection3.color);
longhairselect4Color = new Color(longhairselect.selection4.color);
longhairselect5Color = new Color(longhairselect.selection5.color);
longhairselect6Color = new Color(longhairselect.selection6.color);
beardselect1Color = new Color(beardselect.selection1.color);
beardselect2Color = new Color(beardselect.selection2.color);
beardselect3Color = new Color(beardselect.selection3.color);
beardselect4Color = new Color(beardselect.selection4.color);
beardselect5Color = new Color(beardselect.selection5.color);
beardselect6Color = new Color(beardselect.selection6.color);
moustacheselect1Color = new Color(moustacheselect.selection1.color);
moustacheselect2Color = new Color(moustacheselect.selection2.color);
moustacheselect3Color = new Color(moustacheselect.selection3.color);
moustacheselect4Color = new Color(moustacheselect.selection4.color);
moustacheselect5Color = new Color(moustacheselect.selection5.color);
moustacheselect6Color = new Color(moustacheselect.selection6.color);
c1 = hairC1;
c2 = hairC2;
c3 = hairC3;
this.onEnterFrame = function () {
hairC1 = c1;
hairC2 = c2;
hairC3 = c3;
rgb = ((c1 << 16) | (c2 << 8)) | c3;
hairColor.setRGB(rgb);
backhairColor.setRGB(rgb);
beardColor.setRGB(rgb);
moustacheColor.setRGB(rgb);
hairoverColor.setRGB(rgb);
hairselect1Color.setRGB(rgb);
hairselect2Color.setRGB(rgb);
hairselect3Color.setRGB(rgb);
hairselect4Color.setRGB(rgb);
hairselect5Color.setRGB(rgb);
hairselect6Color.setRGB(rgb);
longhairselect1Color.setRGB(rgb);
longhairselect2Color.setRGB(rgb);
longhairselect3Color.setRGB(rgb);
longhairselect4Color.setRGB(rgb);
longhairselect5Color.setRGB(rgb);
longhairselect6Color.setRGB(rgb);
beardselect1Color.setRGB(rgb);
beardselect2Color.setRGB(rgb);
beardselect3Color.setRGB(rgb);
beardselect4Color.setRGB(rgb);
beardselect5Color.setRGB(rgb);
beardselect6Color.setRGB(rgb);
moustacheselect1Color.setRGB(rgb);
moustacheselect2Color.setRGB(rgb);
moustacheselect3Color.setRGB(rgb);
moustacheselect4Color.setRGB(rgb);
moustacheselect5Color.setRGB(rgb);
moustacheselect6Color.setRGB(rgb);
};
Frame 13
hairColor = new Color(hair.color);
backhairColor = new Color(backhair.color);
beardColor = new Color(beard.color);
moustacheColor = new Color(moustache.color);
hairoverColor = new Color(hairover.color);
hairselect1Color = new Color(hairselect.selection1.color);
hairselect2Color = new Color(hairselect.selection2.color);
hairselect3Color = new Color(hairselect.selection3.color);
hairselect4Color = new Color(hairselect.selection4.color);
hairselect5Color = new Color(hairselect.selection5.color);
hairselect6Color = new Color(hairselect.selection6.color);
longhairselect1Color = new Color(longhairselect.selection1.color);
longhairselect2Color = new Color(longhairselect.selection2.color);
longhairselect3Color = new Color(longhairselect.selection3.color);
longhairselect4Color = new Color(longhairselect.selection4.color);
longhairselect5Color = new Color(longhairselect.selection5.color);
longhairselect6Color = new Color(longhairselect.selection6.color);
beardselect1Color = new Color(beardselect.selection1.color);
beardselect2Color = new Color(beardselect.selection2.color);
beardselect3Color = new Color(beardselect.selection3.color);
beardselect4Color = new Color(beardselect.selection4.color);
beardselect5Color = new Color(beardselect.selection5.color);
beardselect6Color = new Color(beardselect.selection6.color);
moustacheselect1Color = new Color(moustacheselect.selection1.color);
moustacheselect2Color = new Color(moustacheselect.selection2.color);
moustacheselect3Color = new Color(moustacheselect.selection3.color);
moustacheselect4Color = new Color(moustacheselect.selection4.color);
moustacheselect5Color = new Color(moustacheselect.selection5.color);
moustacheselect6Color = new Color(moustacheselect.selection6.color);
c1 = hairC1;
c2 = hairC2;
c3 = hairC3;
this.onEnterFrame = function () {
hairC1 = c1;
hairC2 = c2;
hairC3 = c3;
rgb = ((c1 << 16) | (c2 << 8)) | c3;
hairColor.setRGB(rgb);
backhairColor.setRGB(rgb);
beardColor.setRGB(rgb);
moustacheColor.setRGB(rgb);
hairoverColor.setRGB(rgb);
hairselect1Color.setRGB(rgb);
hairselect2Color.setRGB(rgb);
hairselect3Color.setRGB(rgb);
hairselect4Color.setRGB(rgb);
hairselect5Color.setRGB(rgb);
hairselect6Color.setRGB(rgb);
longhairselect1Color.setRGB(rgb);
longhairselect2Color.setRGB(rgb);
longhairselect3Color.setRGB(rgb);
longhairselect4Color.setRGB(rgb);
longhairselect5Color.setRGB(rgb);
longhairselect6Color.setRGB(rgb);
beardselect1Color.setRGB(rgb);
beardselect2Color.setRGB(rgb);
beardselect3Color.setRGB(rgb);
beardselect4Color.setRGB(rgb);
beardselect5Color.setRGB(rgb);
beardselect6Color.setRGB(rgb);
moustacheselect1Color.setRGB(rgb);
moustacheselect2Color.setRGB(rgb);
moustacheselect3Color.setRGB(rgb);
moustacheselect4Color.setRGB(rgb);
moustacheselect5Color.setRGB(rgb);
moustacheselect6Color.setRGB(rgb);
};
Frame 19
_root.chin.stubble.gotoAndStop(1);
_root.stubbleState = 1;
_root.beardselect.onoff.gotoAndStop(1);
_root.moustacheselect.onoff.gotoAndStop(1);
_root.eyes.eye1.lashes.gotoAndStop(1);
_root.eyes.eye2.lashes.gotoAndStop(1);
_root.lashesState = 1;
_root.eyeselect.onoff.gotoAndStop(1);
eyeselect.selection1.eye1.lashes.gotoAndStop(1);
eyeselect.selection2.eye1.lashes.gotoAndStop(1);
eyeselect.selection3.eye1.lashes.gotoAndStop(1);
eyeselect.selection4.eye1.lashes.gotoAndStop(1);
eyeselect.selection5.eye1.lashes.gotoAndStop(1);
eyeselect.selection6.eye1.lashes.gotoAndStop(1);
eyeselect.selection1.eye2.lashes.gotoAndStop(1);
eyeselect.selection2.eye2.lashes.gotoAndStop(1);
eyeselect.selection3.eye2.lashes.gotoAndStop(1);
eyeselect.selection4.eye2.lashes.gotoAndStop(1);
eyeselect.selection5.eye2.lashes.gotoAndStop(1);
eyeselect.selection6.eye2.lashes.gotoAndStop(1);
Frame 20
var hairC1 = 255;
var hairC2 = 255;
var hairC3 = 255;
hairColor = new Color(hair.color);
backhairColor = new Color(backhair.color);
beardColor = new Color(beard.color);
moustacheColor = new Color(moustache.color);
hairoverColor = new Color(hairover.color);
hairselect1Color = new Color(hairselect.selection1.color);
hairselect2Color = new Color(hairselect.selection2.color);
hairselect3Color = new Color(hairselect.selection3.color);
hairselect4Color = new Color(hairselect.selection4.color);
hairselect5Color = new Color(hairselect.selection5.color);
hairselect6Color = new Color(hairselect.selection6.color);
longhairselect1Color = new Color(longhairselect.selection1.color);
longhairselect2Color = new Color(longhairselect.selection2.color);
longhairselect3Color = new Color(longhairselect.selection3.color);
longhairselect4Color = new Color(longhairselect.selection4.color);
longhairselect5Color = new Color(longhairselect.selection5.color);
longhairselect6Color = new Color(longhairselect.selection6.color);
beardselect1Color = new Color(beardselect.selection1.color);
beardselect2Color = new Color(beardselect.selection2.color);
beardselect3Color = new Color(beardselect.selection3.color);
beardselect4Color = new Color(beardselect.selection4.color);
beardselect5Color = new Color(beardselect.selection5.color);
beardselect6Color = new Color(beardselect.selection6.color);
moustacheselect1Color = new Color(moustacheselect.selection1.color);
moustacheselect2Color = new Color(moustacheselect.selection2.color);
moustacheselect3Color = new Color(moustacheselect.selection3.color);
moustacheselect4Color = new Color(moustacheselect.selection4.color);
moustacheselect5Color = new Color(moustacheselect.selection5.color);
moustacheselect6Color = new Color(moustacheselect.selection6.color);
c1 = hairC1;
c2 = hairC2;
c3 = hairC3;
this.onEnterFrame = function () {
hairC1 = c1;
hairC2 = c2;
hairC3 = c3;
rgb = ((c1 << 16) | (c2 << 8)) | c3;
hairColor.setRGB(rgb);
backhairColor.setRGB(rgb);
beardColor.setRGB(rgb);
moustacheColor.setRGB(rgb);
hairoverColor.setRGB(rgb);
hairselect1Color.setRGB(rgb);
hairselect2Color.setRGB(rgb);
hairselect3Color.setRGB(rgb);
hairselect4Color.setRGB(rgb);
hairselect5Color.setRGB(rgb);
hairselect6Color.setRGB(rgb);
longhairselect1Color.setRGB(rgb);
longhairselect2Color.setRGB(rgb);
longhairselect3Color.setRGB(rgb);
longhairselect4Color.setRGB(rgb);
longhairselect5Color.setRGB(rgb);
longhairselect6Color.setRGB(rgb);
beardselect1Color.setRGB(rgb);
beardselect2Color.setRGB(rgb);
beardselect3Color.setRGB(rgb);
beardselect4Color.setRGB(rgb);
beardselect5Color.setRGB(rgb);
beardselect6Color.setRGB(rgb);
moustacheselect1Color.setRGB(rgb);
moustacheselect2Color.setRGB(rgb);
moustacheselect3Color.setRGB(rgb);
moustacheselect4Color.setRGB(rgb);
moustacheselect5Color.setRGB(rgb);
moustacheselect6Color.setRGB(rgb);
};
Frame 21
var faceC1 = 255;
var faceC2 = 255;
var faceC3 = 255;
faceColor = new Color(face.color);
chinColor = new Color(chin.color);
chinselect1Color = new Color(chinselect.selection1.color);
chinselect2Color = new Color(chinselect.selection2.color);
chinselect3Color = new Color(chinselect.selection3.color);
chinselect4Color = new Color(chinselect.selection4.color);
chinselect5Color = new Color(chinselect.selection5.color);
chinselect6Color = new Color(chinselect.selection6.color);
c1 = faceC1;
c2 = faceC2;
c3 = faceC3;
this.onEnterFrame = function () {
faceC1 = c1;
faceC2 = c2;
faceC3 = c3;
rgb = ((c1 << 16) | (c2 << 8)) | c3;
faceColor.setRGB(rgb);
chinColor.setRGB(rgb);
chinselect1Color.setRGB(rgb);
chinselect2Color.setRGB(rgb);
chinselect3Color.setRGB(rgb);
chinselect4Color.setRGB(rgb);
chinselect5Color.setRGB(rgb);
chinselect6Color.setRGB(rgb);
gotoAndPlay (1);
var stubbleState = 1;
};
Symbol 9 Button
on (release) {
nextFrame();
}
Symbol 16 Button
on (release) {
_root.gotoAndStop("skin");
}
Symbol 18 Button
on (release) {
_root.gotoAndStop("chin");
}
Symbol 20 Button
on (release) {
_root.gotoAndStop("eyes");
}
Symbol 22 Button
on (release) {
_root.gotoAndStop("mouth");
}
Symbol 24 Button
on (release) {
_root.gotoAndStop("hair");
}
Symbol 26 Button
on (release) {
_root.gotoAndStop("moustache");
}
Symbol 29 Button
on (release) {
prevFrame();
}
Symbol 32 Button
on (release) {
_root.gotoAndStop("lear");
}
Symbol 34 Button
on (release) {
_root.gotoAndStop("glasses");
}
Symbol 36 Button
on (release) {
_root.gotoAndStop("forehead");
}
Symbol 38 Button
on (release) {
_root.gotoAndStop("accesshair");
}
Symbol 39 MovieClip Frame 1
stop();
Symbol 42 Button
on (release) {
chin.gotoAndStop(1);
eyes.gotoAndStop(1);
hair.gotoAndStop(1);
mouth.gotoAndStop(1);
mouthover.gotoAndStop(1);
backhair.gotoAndStop(1);
hairover.gotoAndStop(1);
beard.gotoAndStop(1);
moustache.gotoAndStop(1);
access.gotoAndStop(1);
forehead.gotoAndStop(1);
glasses.gotoAndStop(1);
glassesunder.gotoAndStop(1);
lcuff.gotoAndStop(1);
rcuff.gotoAndStop(1);
lear.gotoAndStop(1);
rear.gotoAndStop(1);
accesshair.gotoAndStop(1);
moustacheselect.onoff.gotoAndStop(1);
eyeselect.onoff.gotoAndStop(1);
gotoAndPlay (19);
}
Symbol 45 Button
on (release) {
fscommand (SendEmail);
}
Symbol 78 MovieClip Frame 1
if (color._visible == true) {
color._visible = false;
}
stop();
Symbol 78 MovieClip Frame 2
if (color._visible == false) {
color._visible = true;
}
Symbol 78 MovieClip Frame 3
if (color._visible == false) {
color._visible = true;
}
Symbol 78 MovieClip Frame 4
if (color._visible == false) {
color._visible = true;
}
Symbol 78 MovieClip Frame 5
if (color._visible == false) {
color._visible = true;
}
Symbol 78 MovieClip Frame 6
if (color._visible == false) {
color._visible = true;
}
Symbol 78 MovieClip Frame 10
if (color._visible == false) {
color._visible = true;
}
Symbol 78 MovieClip Frame 11
if (color._visible == false) {
color._visible = true;
}
Symbol 78 MovieClip Frame 15
if (color._visible == false) {
color._visible = true;
}
Symbol 86 MovieClip Frame 1
stop();
Symbol 91 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 1
if (_root.stubbleState == 2) {
stubble.gotoAndStop(2);
} else {
stubble.gotoAndStop(1);
}
stop();
Symbol 108 MovieClip Frame 2
if (_root.stubbleState == 2) {
stubble.gotoAndStop(2);
} else {
stubble.gotoAndStop(1);
}
Symbol 108 MovieClip Frame 3
if (_root.stubbleState == 2) {
stubble.gotoAndStop(2);
} else {
stubble.gotoAndStop(1);
}
Symbol 108 MovieClip Frame 4
if (_root.stubbleState == 2) {
stubble.gotoAndStop(2);
} else {
stubble.gotoAndStop(1);
}
Symbol 108 MovieClip Frame 5
if (_root.stubbleState == 2) {
stubble.gotoAndStop(2);
} else {
stubble.gotoAndStop(1);
}
Symbol 129 MovieClip Frame 1
if (color._visible == false) {
color._visible = true;
}
stop();
Symbol 129 MovieClip Frame 2
if (color._visible == false) {
color._visible = true;
}
Symbol 129 MovieClip Frame 3
if (color._visible == false) {
color._visible = true;
}
Symbol 129 MovieClip Frame 4
if (color._visible == false) {
color._visible = true;
}
Symbol 129 MovieClip Frame 5
if (color._visible == false) {
color._visible = true;
}
Symbol 129 MovieClip Frame 6
if (color._visible == false) {
color._visible = true;
}
Symbol 129 MovieClip Frame 7
if (color._visible == false) {
color._visible = true;
}
Symbol 140 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 2
stop();
Instance of Symbol 142 MovieClip "lashes" in Symbol 146 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 142 MovieClip "lashes" in Symbol 150 MovieClip Frame 1
/* no clip actions */
Symbol 154 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 2
stop();
Symbol 166 MovieClip Frame 1
stop();
Symbol 168 MovieClip Frame 1
stop();
Symbol 170 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 2
stop();
Symbol 176 MovieClip Frame 1
stop();
Instance of Symbol 172 MovieClip "lashes" in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 180 MovieClip Frame 1
stop();
Instance of Symbol 172 MovieClip "lashes" in Symbol 180 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 182 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 2
stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 188 MovieClip Frame 1
stop();
Symbol 192 MovieClip Frame 1
stop();
Instance of Symbol 142 MovieClip "lashes" in Symbol 192 MovieClip Frame 1
/* no clip actions */
Symbol 196 MovieClip Frame 1
stop();
Instance of Symbol 142 MovieClip "lashes" in Symbol 196 MovieClip Frame 1
/* no clip actions */
Symbol 200 MovieClip Frame 1
stop();
Symbol 201 MovieClip Frame 1
stop();
Symbol 201 MovieClip Frame 2
stop();
Symbol 203 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 1
stop();
Symbol 215 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 1
stop();
Symbol 225 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 1
stop();
Instance of Symbol 172 MovieClip "lashes" in Symbol 233 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 235 MovieClip Frame 1
stop();
Symbol 239 MovieClip Frame 1
stop();
Symbol 241 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 1
stop();
Symbol 248 MovieClip Frame 1
stop();
Instance of Symbol 172 MovieClip "lashes" in Symbol 248 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 273 MovieClip Frame 1
stop();
Symbol 273 MovieClip Frame 2
stop();
Instance of Symbol 172 MovieClip "lashes" in Symbol 279 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 172 MovieClip "lashes" in Symbol 283 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 287 MovieClip Frame 1
stop();
Instance of Symbol 172 MovieClip "lashes" in Symbol 299 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 353 MovieClip Frame 1
stop();
Symbol 355 MovieClip Frame 1
stop();
Symbol 542 MovieClip Frame 1
if (color._visible == true) {
color._visible = false;
}
stop();
Symbol 542 MovieClip Frame 2
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 3
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 4
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 5
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 6
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 7
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 8
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 9
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 10
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 11
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 12
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 13
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 14
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 15
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 16
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 17
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 18
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 19
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 20
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 21
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 22
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 23
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 24
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 25
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 26
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 27
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 28
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 29
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 30
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 31
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 32
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 33
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 34
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 35
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 36
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 37
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 38
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 39
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 40
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 41
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 42
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 43
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 44
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 45
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 46
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 47
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 48
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 49
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 50
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 51
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 52
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 53
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 54
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 55
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 56
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 57
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 58
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 59
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 60
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 61
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 62
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 63
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 64
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 65
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 66
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 67
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 68
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 69
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 70
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 71
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 72
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 73
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 74
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 75
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 76
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 77
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 78
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 79
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 80
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 81
if (color._visible == false) {
color._visible = true;
}
Symbol 542 MovieClip Frame 82
if (color._visible == false) {
color._visible = true;
}
Symbol 545 MovieClip Frame 1
stop();
Symbol 630 MovieClip Frame 1
stop();
Symbol 675 MovieClip Frame 1
stop();
Symbol 702 MovieClip Frame 1
if (color._visible == false) {
color._visible = true;
}
stop();
Symbol 702 MovieClip Frame 2
if (color._visible == false) {
color._visible = true;
}
Symbol 702 MovieClip Frame 3
if (color._visible == false) {
color._visible = true;
}
Symbol 702 MovieClip Frame 4
if (color._visible == false) {
color._visible = true;
}
Symbol 702 MovieClip Frame 5
if (color._visible == false) {
color._visible = true;
}
Symbol 702 MovieClip Frame 6
if (color._visible == false) {
color._visible = true;
}
Symbol 702 MovieClip Frame 7
if (color._visible == false) {
color._visible = true;
}
Symbol 702 MovieClip Frame 8
if (color._visible == false) {
color._visible = true;
}
Symbol 702 MovieClip Frame 9
if (color._visible == false) {
color._visible = true;
}
Symbol 702 MovieClip Frame 10
if (color._visible == false) {
color._visible = true;
}
Symbol 702 MovieClip Frame 11
if (color._visible == false) {
color._visible = true;
}
Symbol 706 MovieClip Frame 1
stop();
Symbol 737 MovieClip Frame 1
stop();
Symbol 753 MovieClip Frame 1
stop();
Symbol 782 MovieClip Frame 1
if (color._visible == true) {
color._visible = false;
}
stop();
Symbol 782 MovieClip Frame 2
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 3
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 4
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 5
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 6
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 7
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 8
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 9
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 10
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 11
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 12
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 13
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 14
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 15
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 16
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 17
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 18
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 19
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 20
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 21
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 22
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 23
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 24
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 25
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 26
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 27
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 28
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 29
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 30
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 31
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 32
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 33
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 34
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 35
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 36
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 37
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 38
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 39
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 40
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 41
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 42
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 43
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 44
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 45
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 46
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 47
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 48
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 49
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 50
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 51
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 52
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 53
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 54
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 55
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 56
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 57
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 58
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 59
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 60
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 61
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 62
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 63
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 64
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 65
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 66
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 67
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 68
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 69
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 70
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 71
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 72
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 73
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 74
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 75
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 76
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 77
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 78
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 79
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 80
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 81
if (color._visible == false) {
color._visible = true;
}
Symbol 782 MovieClip Frame 82
if (color._visible == false) {
color._visible = true;
}
Symbol 788 MovieClip Frame 1
stop();
Symbol 792 Button
on (release) {
nextFrame();
}
Symbol 793 Button
on (release) {
gotoAndStop (10);
}
Symbol 798 Button
on (release) {
_root.eyes.gotoAndStop(1);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 799 Button
on (release) {
_root.eyes.gotoAndStop(2);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 800 Button
on (release) {
_root.eyes.gotoAndStop(3);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 801 Button
on (release) {
_root.eyes.gotoAndStop(4);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 802 Button
on (release) {
_root.eyes.gotoAndStop(5);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 803 Button
on (release) {
_root.eyes.gotoAndStop(6);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 804 Button
on (release) {
if (_root.lashesState == 1) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
_root.lashesState = 2;
selection1.eye1.lashes.gotoAndStop(2);
selection1.eye2.lashes.gotoAndStop(2);
selection2.eye1.lashes.gotoAndStop(2);
selection2.eye2.lashes.gotoAndStop(2);
selection3.eye1.lashes.gotoAndStop(2);
selection3.eye2.lashes.gotoAndStop(2);
selection4.eye1.lashes.gotoAndStop(2);
selection4.eye2.lashes.gotoAndStop(2);
selection5.eye1.lashes.gotoAndStop(2);
selection5.eye2.lashes.gotoAndStop(2);
selection6.eye1.lashes.gotoAndStop(2);
selection6.eye2.lashes.gotoAndStop(2);
onoff.gotoAndStop(2);
} else {
_root.eyes.eye1.lashes.gotoAndStop(1);
_root.eyes.eye2.lashes.gotoAndStop(1);
_root.lashesState = 1;
selection1.eye1.lashes.gotoAndStop(1);
selection1.eye2.lashes.gotoAndStop(1);
selection2.eye1.lashes.gotoAndStop(1);
selection2.eye2.lashes.gotoAndStop(1);
selection3.eye1.lashes.gotoAndStop(1);
selection3.eye2.lashes.gotoAndStop(1);
selection4.eye1.lashes.gotoAndStop(1);
selection4.eye2.lashes.gotoAndStop(1);
selection5.eye1.lashes.gotoAndStop(1);
selection5.eye2.lashes.gotoAndStop(1);
selection6.eye1.lashes.gotoAndStop(1);
selection6.eye2.lashes.gotoAndStop(1);
onoff.gotoAndStop(1);
}
}
Symbol 806 Button
on (release) {
prevFrame();
}
Symbol 807 Button
on (release) {
_root.eyes.gotoAndStop(7);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 808 Button
on (release) {
_root.eyes.gotoAndStop(8);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 809 Button
on (release) {
_root.eyes.gotoAndStop(9);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 810 Button
on (release) {
_root.eyes.gotoAndStop(10);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 811 Button
on (release) {
_root.eyes.gotoAndStop(11);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 812 Button
on (release) {
_root.eyes.gotoAndStop(12);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 814 Button
on (release) {
_root.eyes.gotoAndStop(13);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 815 Button
on (release) {
_root.eyes.gotoAndStop(14);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 816 Button
on (release) {
_root.eyes.gotoAndStop(15);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 817 Button
on (release) {
_root.eyes.gotoAndStop(16);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 818 Button
on (release) {
_root.eyes.gotoAndStop(17);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 819 Button
on (release) {
_root.eyes.gotoAndStop(18);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 821 Button
on (release) {
_root.eyes.gotoAndStop(19);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 822 Button
on (release) {
_root.eyes.gotoAndStop(20);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 823 Button
on (release) {
_root.eyes.gotoAndStop(21);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 824 Button
on (release) {
_root.eyes.gotoAndStop(22);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 825 Button
on (release) {
_root.eyes.gotoAndStop(23);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 826 Button
on (release) {
_root.eyes.gotoAndStop(24);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 828 Button
on (release) {
_root.eyes.gotoAndStop(25);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 829 Button
on (release) {
_root.eyes.gotoAndStop(26);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 830 Button
on (release) {
_root.eyes.gotoAndStop(27);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 831 Button
on (release) {
_root.eyes.gotoAndStop(28);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 832 Button
on (release) {
_root.eyes.gotoAndStop(29);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 833 Button
on (release) {
_root.eyes.gotoAndStop(30);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 835 Button
on (release) {
_root.eyes.gotoAndStop(31);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 836 Button
on (release) {
_root.eyes.gotoAndStop(32);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 837 Button
on (release) {
_root.eyes.gotoAndStop(33);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 838 Button
on (release) {
_root.eyes.gotoAndStop(34);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 839 Button
on (release) {
_root.eyes.gotoAndStop(35);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 840 Button
on (release) {
_root.eyes.gotoAndStop(36);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 842 Button
on (release) {
_root.eyes.gotoAndStop(37);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 843 Button
on (release) {
_root.eyes.gotoAndStop(38);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 844 Button
on (release) {
_root.eyes.gotoAndStop(39);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 845 Button
on (release) {
_root.eyes.gotoAndStop(40);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 846 Button
on (release) {
_root.eyes.gotoAndStop(41);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 847 Button
on (release) {
_root.eyes.gotoAndStop(42);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 849 Button
on (release) {
_root.eyes.gotoAndStop(43);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 850 Button
on (release) {
_root.eyes.gotoAndStop(44);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 851 Button
on (release) {
_root.eyes.gotoAndStop(45);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 852 Button
on (release) {
_root.eyes.gotoAndStop(46);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 853 Button
on (release) {
_root.eyes.gotoAndStop(47);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 854 Button
on (release) {
_root.eyes.gotoAndStop(48);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 856 Button
on (release) {
_root.eyes.gotoAndStop(49);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 857 Button
on (release) {
_root.eyes.gotoAndStop(50);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 858 Button
on (release) {
_root.eyes.gotoAndStop(51);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 859 Button
on (release) {
_root.eyes.gotoAndStop(52);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 860 Button
on (release) {
_root.eyes.gotoAndStop(53);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 861 Button
on (release) {
_root.eyes.gotoAndStop(54);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 863 Button
on (release) {
gotoAndStop (1);
}
Symbol 864 Button
on (release) {
_root.eyes.gotoAndStop(55);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 865 Button
on (release) {
_root.eyes.gotoAndStop(56);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 866 Button
on (release) {
_root.eyes.gotoAndStop(57);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 867 Button
on (release) {
_root.eyes.gotoAndStop(58);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 868 Button
on (release) {
_root.eyes.gotoAndStop(59);
if (_root.lashesState == 2) {
_root.eyes.eye1.lashes.gotoAndStop(2);
_root.eyes.eye2.lashes.gotoAndStop(2);
}
}
Symbol 869 MovieClip Frame 1
stop();
selection1.gotoAndStop(1);
selection2.gotoAndStop(2);
selection3.gotoAndStop(3);
selection4.gotoAndStop(4);
selection5.gotoAndStop(5);
selection6.gotoAndStop(6);
if (_root.lashesState == 2) {
selection1.eye1.lashes.gotoAndStop(2);
selection1.eye2.lashes.gotoAndStop(2);
selection2.eye1.lashes.gotoAndStop(2);
selection2.eye2.lashes.gotoAndStop(2);
selection3.eye1.lashes.gotoAndStop(2);
selection3.eye2.lashes.gotoAndStop(2);
selection4.eye1.lashes.gotoAndStop(2);
selection4.eye2.lashes.gotoAndStop(2);
selection5.eye1.lashes.gotoAndStop(2);
selection5.eye2.lashes.gotoAndStop(2);
selection6.eye1.lashes.gotoAndStop(2);
selection6.eye2.lashes.gotoAndStop(2);
onoff.gotoAndStop(2);
}
Symbol 869 MovieClip Frame 2
selection1.gotoAndStop(7);
selection2.gotoAndStop(8);
selection3.gotoAndStop(9);
selection4.gotoAndStop(10);
selection5.gotoAndStop(11);
selection6.gotoAndStop(12);
if (_root.lashesState == 2) {
selection1.eye1.lashes.gotoAndStop(2);
selection1.eye2.lashes.gotoAndStop(2);
selection2.eye1.lashes.gotoAndStop(2);
selection2.eye2.lashes.gotoAndStop(2);
selection3.eye1.lashes.gotoAndStop(2);
selection3.eye2.lashes.gotoAndStop(2);
selection4.eye1.lashes.gotoAndStop(2);
selection4.eye2.lashes.gotoAndStop(2);
selection5.eye1.lashes.gotoAndStop(2);
selection5.eye2.lashes.gotoAndStop(2);
selection6.eye1.lashes.gotoAndStop(2);
selection6.eye2.lashes.gotoAndStop(2);
}
Symbol 869 MovieClip Frame 3
selection1.gotoAndStop(13);
selection2.gotoAndStop(14);
selection3.gotoAndStop(15);
selection4.gotoAndStop(16);
selection5.gotoAndStop(17);
selection6.gotoAndStop(18);
if (_root.lashesState == 2) {
selection1.eye1.lashes.gotoAndStop(2);
selection1.eye2.lashes.gotoAndStop(2);
selection2.eye1.lashes.gotoAndStop(2);
selection2.eye2.lashes.gotoAndStop(2);
selection3.eye1.lashes.gotoAndStop(2);
selection3.eye2.lashes.gotoAndStop(2);
selection4.eye1.lashes.gotoAndStop(2);
selection4.eye2.lashes.gotoAndStop(2);
selection5.eye1.lashes.gotoAndStop(2);
selection5.eye2.lashes.gotoAndStop(2);
selection6.eye1.lashes.gotoAndStop(2);
selection6.eye2.lashes.gotoAndStop(2);
}
Symbol 869 MovieClip Frame 4
selection1.gotoAndStop(19);
selection2.gotoAndStop(20);
selection3.gotoAndStop(21);
selection4.gotoAndStop(22);
selection5.gotoAndStop(23);
selection6.gotoAndStop(24);
if (_root.lashesState == 2) {
selection1.eye1.lashes.gotoAndStop(2);
selection1.eye2.lashes.gotoAndStop(2);
selection2.eye1.lashes.gotoAndStop(2);
selection2.eye2.lashes.gotoAndStop(2);
selection3.eye1.lashes.gotoAndStop(2);
selection3.eye2.lashes.gotoAndStop(2);
selection4.eye1.lashes.gotoAndStop(2);
selection4.eye2.lashes.gotoAndStop(2);
selection5.eye1.lashes.gotoAndStop(2);
selection5.eye2.lashes.gotoAndStop(2);
selection6.eye1.lashes.gotoAndStop(2);
selection6.eye2.lashes.gotoAndStop(2);
}
Symbol 869 MovieClip Frame 5
selection1.gotoAndStop(25);
selection2.gotoAndStop(26);
selection3.gotoAndStop(27);
selection4.gotoAndStop(28);
selection5.gotoAndStop(29);
selection6.gotoAndStop(30);
selection2._visible = true;
selection3._visible = true;
selection4._visible = true;
selection5._visible = true;
selection6._visible = true;
if (_root.lashesState == 2) {
selection1.eye1.lashes.gotoAndStop(2);
selection1.eye2.lashes.gotoAndStop(2);
selection2.eye1.lashes.gotoAndStop(2);
selection2.eye2.lashes.gotoAndStop(2);
selection3.eye1.lashes.gotoAndStop(2);
selection3.eye2.lashes.gotoAndStop(2);
selection4.eye1.lashes.gotoAndStop(2);
selection4.eye2.lashes.gotoAndStop(2);
selection5.eye1.lashes.gotoAndStop(2);
selection5.eye2.lashes.gotoAndStop(2);
selection6.eye1.lashes.gotoAndStop(2);
selection6.eye2.lashes.gotoAndStop(2);
}
Symbol 869 MovieClip Frame 6
selection1.gotoAndStop(31);
selection2.gotoAndStop(32);
selection3.gotoAndStop(33);
selection4.gotoAndStop(34);
selection5.gotoAndStop(35);
selection6.gotoAndStop(36);
if (_root.lashesState == 2) {
selection1.eye1.lashes.gotoAndStop(2);
selection1.eye2.lashes.gotoAndStop(2);
selection2.eye1.lashes.gotoAndStop(2);
selection2.eye2.lashes.gotoAndStop(2);
selection3.eye1.lashes.gotoAndStop(2);
selection3.eye2.lashes.gotoAndStop(2);
selection4.eye1.lashes.gotoAndStop(2);
selection4.eye2.lashes.gotoAndStop(2);
selection5.eye1.lashes.gotoAndStop(2);
selection5.eye2.lashes.gotoAndStop(2);
selection6.eye1.lashes.gotoAndStop(2);
selection6.eye2.lashes.gotoAndStop(2);
}
Symbol 869 MovieClip Frame 7
selection1.gotoAndStop(37);
selection2.gotoAndStop(38);
selection3.gotoAndStop(39);
selection4.gotoAndStop(40);
selection5.gotoAndStop(41);
selection6.gotoAndStop(42);
if (_root.lashesState == 2) {
selection1.eye1.lashes.gotoAndStop(2);
selection1.eye2.lashes.gotoAndStop(2);
selection2.eye1.lashes.gotoAndStop(2);
selection2.eye2.lashes.gotoAndStop(2);
selection3.eye1.lashes.gotoAndStop(2);
selection3.eye2.lashes.gotoAndStop(2);
selection4.eye1.lashes.gotoAndStop(2);
selection4.eye2.lashes.gotoAndStop(2);
selection5.eye1.lashes.gotoAndStop(2);
selection5.eye2.lashes.gotoAndStop(2);
selection6.eye1.lashes.gotoAndStop(2);
selection6.eye2.lashes.gotoAndStop(2);
}
Symbol 869 MovieClip Frame 8
selection1.gotoAndStop(43);
selection2.gotoAndStop(44);
selection3.gotoAndStop(45);
selection4.gotoAndStop(46);
selection5.gotoAndStop(47);
selection6.gotoAndStop(48);
if (_root.lashesState == 2) {
selection1.eye1.lashes.gotoAndStop(2);
selection1.eye2.lashes.gotoAndStop(2);
selection2.eye1.lashes.gotoAndStop(2);
selection2.eye2.lashes.gotoAndStop(2);
selection3.eye1.lashes.gotoAndStop(2);
selection3.eye2.lashes.gotoAndStop(2);
selection4.eye1.lashes.gotoAndStop(2);
selection4.eye2.lashes.gotoAndStop(2);
selection5.eye1.lashes.gotoAndStop(2);
selection5.eye2.lashes.gotoAndStop(2);
selection6.eye1.lashes.gotoAndStop(2);
selection6.eye2.lashes.gotoAndStop(2);
}
Symbol 869 MovieClip Frame 9
selection1.gotoAndStop(49);
selection2.gotoAndStop(50);
selection3.gotoAndStop(51);
selection4.gotoAndStop(52);
selection5.gotoAndStop(53);
selection6.gotoAndStop(54);
if (_root.lashesState == 2) {
selection1.eye1.lashes.gotoAndStop(2);
selection1.eye2.lashes.gotoAndStop(2);
selection2.eye1.lashes.gotoAndStop(2);
selection2.eye2.lashes.gotoAndStop(2);
selection3.eye1.lashes.gotoAndStop(2);
selection3.eye2.lashes.gotoAndStop(2);
selection4.eye1.lashes.gotoAndStop(2);
selection4.eye2.lashes.gotoAndStop(2);
selection5.eye1.lashes.gotoAndStop(2);
selection5.eye2.lashes.gotoAndStop(2);
selection6.eye1.lashes.gotoAndStop(2);
selection6.eye2.lashes.gotoAndStop(2);
}
Symbol 869 MovieClip Frame 10
selection1.gotoAndStop(55);
selection2.gotoAndStop(56);
selection3.gotoAndStop(57);
selection4.gotoAndStop(58);
selection5.gotoAndStop(59);
if (_root.lashesState == 2) {
selection1.eye1.lashes.gotoAndStop(2);
selection1.eye2.lashes.gotoAndStop(2);
selection2.eye1.lashes.gotoAndStop(2);
selection2.eye2.lashes.gotoAndStop(2);
selection3.eye1.lashes.gotoAndStop(2);
selection3.eye2.lashes.gotoAndStop(2);
selection4.eye1.lashes.gotoAndStop(2);
selection4.eye2.lashes.gotoAndStop(2);
selection5.eye1.lashes.gotoAndStop(2);
selection5.eye2.lashes.gotoAndStop(2);
selection6.eye1.lashes.gotoAndStop(2);
selection6.eye2.lashes.gotoAndStop(2);
}
Symbol 871 Button
on (release) {
_root.chin.gotoAndStop(1);
}
Symbol 872 Button
on (release) {
_root.chin.gotoAndStop(2);
}
Symbol 873 Button
on (release) {
_root.chin.gotoAndStop(3);
}
Symbol 874 Button
on (release) {
_root.chin.gotoAndStop(4);
}
Symbol 875 Button
on (release) {
_root.chin.gotoAndStop(5);
}
Symbol 876 MovieClip Frame 1
stop();
selection1.gotoAndStop(1);
selection2.gotoAndStop(2);
selection3.gotoAndStop(3);
selection4.gotoAndStop(4);
selection5.gotoAndStop(5);
Symbol 878 Button
on (release) {
gotoAndStop (13);
}
Symbol 879 Button
on (release) {
_root.mouth.gotoAndStop(1);
_root.mouthover.gotoAndStop(1);
}
Symbol 880 Button
on (release) {
_root.mouth.gotoAndStop(2);
_root.mouthover.gotoAndStop(2);
}
Symbol 881 Button
on (release) {
_root.mouth.gotoAndStop(3);
_root.mouthover.gotoAndStop(3);
}
Symbol 882 Button
on (release) {
_root.mouth.gotoAndStop(4);
_root.mouthover.gotoAndStop(4);
}
Symbol 883 Button
on (release) {
_root.mouth.gotoAndStop(5);
_root.mouthover.gotoAndStop(5);
}
Symbol 884 Button
on (release) {
_root.mouth.gotoAndStop(6);
_root.mouthover.gotoAndStop(6);
}
Symbol 886 Button
on (release) {
_root.mouth.gotoAndStop(7);
_root.mouthover.gotoAndStop(7);
}
Symbol 887 Button
on (release) {
_root.mouth.gotoAndStop(8);
_root.mouthover.gotoAndStop(8);
}
Symbol 888 Button
on (release) {
_root.mouth.gotoAndStop(9);
_root.mouthover.gotoAndStop(9);
}
Symbol 889 Button
on (release) {
_root.mouth.gotoAndStop(10);
_root.mouthover.gotoAndStop(10);
}
Symbol 890 Button
on (release) {
_root.mouth.gotoAndStop(11);
_root.mouthover.gotoAndStop(11);
}
Symbol 891 Button
on (release) {
_root.mouth.gotoAndStop(12);
_root.mouthover.gotoAndStop(12);
}
Symbol 893 Button
on (release) {
_root.mouth.gotoAndStop(13);
_root.mouthover.gotoAndStop(13);
}
Symbol 894 Button
on (release) {
_root.mouth.gotoAndStop(14);
_root.mouthover.gotoAndStop(14);
}
Symbol 895 Button
on (release) {
_root.mouth.gotoAndStop(15);
_root.mouthover.gotoAndStop(15);
}
Symbol 896 Button
on (release) {
_root.mouth.gotoAndStop(16);
_root.mouthover.gotoAndStop(16);
}
Symbol 897 Button
on (release) {
_root.mouth.gotoAndStop(17);
_root.mouthover.gotoAndStop(17);
}
Symbol 898 Button
on (release) {
_root.mouth.gotoAndStop(18);
_root.mouthover.gotoAndStop(18);
}
Symbol 900 Button
on (release) {
_root.mouth.gotoAndStop(19);
_root.mouthover.gotoAndStop(19);
}
Symbol 901 Button
on (release) {
_root.mouth.gotoAndStop(20);
_root.mouthover.gotoAndStop(20);
}
Symbol 902 Button
on (release) {
_root.mouth.gotoAndStop(21);
_root.mouthover.gotoAndStop(21);
}
Symbol 903 Button
on (release) {
_root.mouth.gotoAndStop(22);
_root.mouthover.gotoAndStop(22);
}
Symbol 904 Button
on (release) {
_root.mouth.gotoAndStop(23);
_root.mouthover.gotoAndStop(23);
}
Symbol 905 Button
on (release) {
_root.mouth.gotoAndStop(24);
_root.mouthover.gotoAndStop(24);
}
Symbol 907 Button
on (release) {
_root.mouth.gotoAndStop(25);
_root.mouthover.gotoAndStop(25);
}
Symbol 908 Button
on (release) {
_root.mouth.gotoAndStop(26);
_root.mouthover.gotoAndStop(26);
}
Symbol 909 Button
on (release) {
_root.mouth.gotoAndStop(27);
_root.mouthover.gotoAndStop(27);
}
Symbol 910 Button
on (release) {
_root.mouth.gotoAndStop(28);
_root.mouthover.gotoAndStop(28);
}
Symbol 911 Button
on (release) {
_root.mouth.gotoAndStop(29);
_root.mouthover.gotoAndStop(29);
}
Symbol 912 Button
on (release) {
_root.mouth.gotoAndStop(30);
_root.mouthover.gotoAndStop(30);
}
Symbol 914 Button
on (release) {
_root.mouth.gotoAndStop(31);
_root.mouthover.gotoAndStop(31);
}
Symbol 915 Button
on (release) {
_root.mouth.gotoAndStop(32);
_root.mouthover.gotoAndStop(32);
}
Symbol 916 Button
on (release) {
_root.mouth.gotoAndStop(33);
_root.mouthover.gotoAndStop(33);
}
Symbol 917 Button
on (release) {
_root.mouth.gotoAndStop(34);
_root.mouthover.gotoAndStop(34);
}
Symbol 918 Button
on (release) {
_root.mouth.gotoAndStop(35);
_root.mouthover.gotoAndStop(35);
}
Symbol 919 Button
on (release) {
_root.mouth.gotoAndStop(36);
_root.mouthover.gotoAndStop(36);
}
Symbol 921 Button
on (release) {
_root.mouth.gotoAndStop(37);
_root.mouthover.gotoAndStop(37);
}
Symbol 922 Button
on (release) {
_root.mouth.gotoAndStop(38);
_root.mouthover.gotoAndStop(38);
}
Symbol 923 Button
on (release) {
_root.mouth.gotoAndStop(39);
_root.mouthover.gotoAndStop(39);
}
Symbol 924 Button
on (release) {
_root.mouth.gotoAndStop(40);
_root.mouthover.gotoAndStop(40);
}
Symbol 925 Button
on (release) {
_root.mouth.gotoAndStop(41);
_root.mouthover.gotoAndStop(41);
}
Symbol 926 Button
on (release) {
_root.mouth.gotoAndStop(42);
_root.mouthover.gotoAndStop(42);
}
Symbol 928 Button
on (release) {
_root.mouth.gotoAndStop(43);
_root.mouthover.gotoAndStop(43);
}
Symbol 929 Button
on (release) {
_root.mouth.gotoAndStop(44);
_root.mouthover.gotoAndStop(44);
}
Symbol 930 Button
on (release) {
_root.mouth.gotoAndStop(45);
_root.mouthover.gotoAndStop(45);
}
Symbol 931 Button
on (release) {
_root.mouth.gotoAndStop(46);
_root.mouthover.gotoAndStop(46);
}
Symbol 932 Button
on (release) {
_root.mouth.gotoAndStop(47);
_root.mouthover.gotoAndStop(47);
}
Symbol 933 Button
on (release) {
_root.mouth.gotoAndStop(48);
_root.mouthover.gotoAndStop(48);
}
Symbol 935 Button
on (release) {
_root.mouth.gotoAndStop(49);
_root.mouthover.gotoAndStop(49);
}
Symbol 936 Button
on (release) {
_root.mouth.gotoAndStop(50);
_root.mouthover.gotoAndStop(50);
}
Symbol 937 Button
on (release) {
_root.mouth.gotoAndStop(51);
_root.mouthover.gotoAndStop(51);
}
Symbol 938 Button
on (release) {
_root.mouth.gotoAndStop(52);
_root.mouthover.gotoAndStop(52);
}
Symbol 939 Button
on (release) {
_root.mouth.gotoAndStop(53);
_root.mouthover.gotoAndStop(53);
}
Symbol 940 Button
on (release) {
_root.mouth.gotoAndStop(54);
_root.mouthover.gotoAndStop(54);
}
Symbol 942 Button
on (release) {
_root.mouth.gotoAndStop(55);
_root.mouthover.gotoAndStop(55);
}
Symbol 943 Button
on (release) {
_root.mouth.gotoAndStop(56);
_root.mouthover.gotoAndStop(56);
}
Symbol 944 Button
on (release) {
_root.mouth.gotoAndStop(57);
_root.mouthover.gotoAndStop(57);
}
Symbol 945 Button
on (release) {
_root.mouth.gotoAndStop(58);
_root.mouthover.gotoAndStop(58);
}
Symbol 946 Button
on (release) {
_root.mouth.gotoAndStop(59);
_root.mouthover.gotoAndStop(59);
}
Symbol 947 Button
on (release) {
_root.mouth.gotoAndStop(60);
_root.mouthover.gotoAndStop(60);
}
Symbol 949 Button
on (release) {
_root.mouth.gotoAndStop(61);
_root.mouthover.gotoAndStop(61);
}
Symbol 950 Button
on (release) {
_root.mouth.gotoAndStop(62);
_root.mouthover.gotoAndStop(62);
}
Symbol 951 Button
on (release) {
_root.mouth.gotoAndStop(63);
_root.mouthover.gotoAndStop(63);
}
Symbol 952 Button
on (release) {
_root.mouth.gotoAndStop(64);
_root.mouthover.gotoAndStop(64);
}
Symbol 953 Button
on (release) {
_root.mouth.gotoAndStop(65);
_root.mouthover.gotoAndStop(65);
}
Symbol 954 Button
on (release) {
_root.mouth.gotoAndStop(66);
_root.mouthover.gotoAndStop(66);
}
Symbol 956 Button
on (release) {
_root.mouth.gotoAndStop(67);
_root.mouthover.gotoAndStop(67);
}
Symbol 957 Button
on (release) {
_root.mouth.gotoAndStop(68);
_root.mouthover.gotoAndStop(68);
}
Symbol 958 Button
on (release) {
_root.mouth.gotoAndStop(69);
_root.mouthover.gotoAndStop(69);
}
Symbol 959 Button
on (release) {
_root.mouth.gotoAndStop(70);
_root.mouthover.gotoAndStop(70);
}
Symbol 960 Button
on (release) {
_root.mouth.gotoAndStop(71);
_root.mouthover.gotoAndStop(71);
}
Symbol 961 Button
on (release) {
_root.mouth.gotoAndStop(72);
_root.mouthover.gotoAndStop(72);
}
Symbol 963 Button
on (release) {
gotoAndStop (1);
}
Symbol 964 Button
on (release) {
_root.mouth.gotoAndStop(73);
_root.mouthover.gotoAndStop(73);
}
Symbol 965 MovieClip Frame 1
stop();
selection1.gotoAndStop(1);
selection2.gotoAndStop(2);
selection3.gotoAndStop(3);
selection4.gotoAndStop(4);
selection5.gotoAndStop(5);
selection6.gotoAndStop(6);
Symbol 965 MovieClip Frame 2
selection1.gotoAndStop(7);
selection2.gotoAndStop(8);
selection3.gotoAndStop(9);
selection4.gotoAndStop(10);
selection5.gotoAndStop(11);
selection6.gotoAndStop(12);
Symbol 965 MovieClip Frame 3
selection1.gotoAndStop(13);
selection2.gotoAndStop(14);
selection3.gotoAndStop(15);
selection4.gotoAndStop(16);
selection5.gotoAndStop(17);
selection6.gotoAndStop(18);
Symbol 965 MovieClip Frame 4
selection1.gotoAndStop(19);
selection2.gotoAndStop(20);
selection3.gotoAndStop(21);
selection4.gotoAndStop(22);
selection5.gotoAndStop(23);
selection6.gotoAndStop(24);
Symbol 965 MovieClip Frame 5
selection1.gotoAndStop(25);
selection2.gotoAndStop(26);
selection3.gotoAndStop(27);
selection4.gotoAndStop(28);
selection5.gotoAndStop(29);
selection6.gotoAndStop(30);
Symbol 965 MovieClip Frame 6
selection1.gotoAndStop(31);
selection2.gotoAndStop(32);
selection3.gotoAndStop(33);
selection4.gotoAndStop(34);
selection5.gotoAndStop(35);
selection6.gotoAndStop(36);
Symbol 965 MovieClip Frame 7
selection1.gotoAndStop(37);
selection2.gotoAndStop(38);
selection3.gotoAndStop(39);
selection4.gotoAndStop(40);
selection5.gotoAndStop(41);
selection6.gotoAndStop(42);
Symbol 965 MovieClip Frame 8
selection1.gotoAndStop(43);
selection2.gotoAndStop(44);
selection3.gotoAndStop(45);
selection4.gotoAndStop(46);
selection5.gotoAndStop(47);
selection6.gotoAndStop(48);
Symbol 965 MovieClip Frame 9
selection1.gotoAndStop(49);
selection2.gotoAndStop(50);
selection3.gotoAndStop(51);
selection4.gotoAndStop(52);
selection5.gotoAndStop(53);
selection6.gotoAndStop(54);
Symbol 965 MovieClip Frame 10
selection1.gotoAndStop(55);
selection2.gotoAndStop(56);
selection3.gotoAndStop(57);
selection4.gotoAndStop(58);
selection5.gotoAndStop(59);
selection6.gotoAndStop(60);
Symbol 965 MovieClip Frame 11
selection1.gotoAndStop(61);
selection2.gotoAndStop(62);
selection3.gotoAndStop(63);
selection4.gotoAndStop(64);
selection5.gotoAndStop(65);
selection6.gotoAndStop(66);
Symbol 965 MovieClip Frame 12
selection1.gotoAndStop(67);
selection2.gotoAndStop(68);
selection3.gotoAndStop(69);
selection4.gotoAndStop(70);
selection5.gotoAndStop(71);
selection6.gotoAndStop(72);
Symbol 965 MovieClip Frame 13
selection1.gotoAndStop(73);
Symbol 967 Button
on (release) {
if (_root.stubbleState == 1) {
_root.chin.stubble.gotoAndStop(2);
_root.stubbleState = 2;
onoff.gotoAndStop(2);
_root.beardselect.onoff.gotoAndStop(2);
} else {
_root.chin.stubble.gotoAndStop(1);
_root.stubbleState = 1;
onoff.gotoAndStop(1);
_root.beardselect.onoff.gotoAndStop(1);
}
}
Symbol 969 Button
on (release) {
_root.moustache.gotoAndStop(1);
}
Symbol 970 Button
on (release) {
_root.moustache.gotoAndStop(2);
}
Symbol 971 Button
on (release) {
_root.moustache.gotoAndStop(3);
}
Symbol 972 Button
on (release) {
_root.moustache.gotoAndStop(4);
}
Symbol 973 Button
on (release) {
_root.moustache.gotoAndStop(5);
}
Symbol 974 Button
on (release) {
_root.moustache.gotoAndStop(6);
}
Symbol 977 Button
on (release) {
_root.moustache.gotoAndStop(7);
}
Symbol 978 Button
on (release) {
_root.moustache.gotoAndStop(8);
}
Symbol 979 Button
on (release) {
_root.moustache.gotoAndStop(9);
}
Symbol 980 Button
on (release) {
_root.moustache.gotoAndStop(10);
}
Symbol 981 Button
on (release) {
_root.moustache.gotoAndStop(11);
}
Symbol 982 MovieClip Frame 1
stop();
selection1.gotoAndStop(1);
selection2.gotoAndStop(2);
selection3.gotoAndStop(3);
selection4.gotoAndStop(4);
selection5.gotoAndStop(5);
selection6.gotoAndStop(6);
Symbol 982 MovieClip Frame 2
stop();
selection1.gotoAndStop(7);
selection2.gotoAndStop(8);
selection3.gotoAndStop(9);
selection4.gotoAndStop(10);
selection5.gotoAndStop(11);
selection6.gotoAndStop(1);
Symbol 983 Button
on (release) {
if (_root.stubbleState == 1) {
_root.chin.stubble.gotoAndStop(2);
_root.stubbleState = 2;
onoff.gotoAndStop(2);
_root.moustacheselect.onoff.gotoAndStop(2);
} else {
_root.chin.stubble.gotoAndStop(1);
_root.stubbleState = 1;
onoff.gotoAndStop(1);
_root.moustacheselect.onoff.gotoAndStop(1);
}
}
Symbol 984 Button
on (release) {
_root.beard.gotoAndStop(1);
}
Symbol 985 Button
on (release) {
_root.beard.gotoAndStop(2);
}
Symbol 986 Button
on (release) {
_root.beard.gotoAndStop(3);
}
Symbol 987 Button
on (release) {
_root.beard.gotoAndStop(4);
}
Symbol 988 Button
on (release) {
_root.beard.gotoAndStop(5);
}
Symbol 989 Button
on (release) {
_root.beard.gotoAndStop(6);
}
Symbol 990 Button
on (release) {
_root.beard.gotoAndStop(7);
}
Symbol 991 MovieClip Frame 1
stop();
selection1.gotoAndStop(1);
selection2.gotoAndStop(2);
selection3.gotoAndStop(3);
selection4.gotoAndStop(4);
selection5.gotoAndStop(5);
selection6.gotoAndStop(6);
Symbol 991 MovieClip Frame 2
selection1.gotoAndStop(7);
Symbol 993 Button
on (release) {
gotoAndStop (14);
}
Symbol 994 Button
on (release) {
_root.hair.gotoAndStop(1);
_root.hairover.gotoAndStop(1);
}
Symbol 995 Button
on (release) {
_root.hair.gotoAndStop(2);
_root.hairover.gotoAndStop(2);
}
Symbol 996 Button
on (release) {
_root.hair.gotoAndStop(3);
_root.hairover.gotoAndStop(3);
}
Symbol 997 Button
on (release) {
_root.hair.gotoAndStop(4);
_root.hairover.gotoAndStop(4);
}
Symbol 998 Button
on (release) {
_root.hair.gotoAndStop(5);
_root.hairover.gotoAndStop(5);
}
Symbol 999 Button
on (release) {
_root.hair.gotoAndStop(6);
_root.hairover.gotoAndStop(6);
}
Symbol 1001 Button
on (release) {
_root.hair.gotoAndStop(7);
_root.hairover.gotoAndStop(7);
}
Symbol 1002 Button
on (release) {
_root.hair.gotoAndStop(8);
_root.hairover.gotoAndStop(8);
}
Symbol 1003 Button
on (release) {
_root.hair.gotoAndStop(9);
_root.hairover.gotoAndStop(9);
}
Symbol 1004 Button
on (release) {
_root.hair.gotoAndStop(10);
_root.hairover.gotoAndStop(10);
}
Symbol 1005 Button
on (release) {
_root.hair.gotoAndStop(11);
_root.hairover.gotoAndStop(11);
}
Symbol 1006 Button
on (release) {
_root.hair.gotoAndStop(12);
_root.hairover.gotoAndStop(12);
}
Symbol 1008 Button
on (release) {
_root.hair.gotoAndStop(13);
_root.hairover.gotoAndStop(13);
}
Symbol 1009 Button
on (release) {
_root.hair.gotoAndStop(14);
_root.hairover.gotoAndStop(14);
}
Symbol 1010 Button
on (release) {
_root.hair.gotoAndStop(15);
_root.hairover.gotoAndStop(15);
}
Symbol 1011 Button
on (release) {
_root.hair.gotoAndStop(16);
_root.hairover.gotoAndStop(15);
}
Symbol 1012 Button
on (release) {
_root.hair.gotoAndStop(17);
_root.hairover.gotoAndStop(17);
}
Symbol 1013 Button
on (release) {
_root.hair.gotoAndStop(18);
_root.hairover.gotoAndStop(18);
}
Symbol 1015 Button
on (release) {
_root.hair.gotoAndStop(19);
_root.hairover.gotoAndStop(19);
}
Symbol 1016 Button
on (release) {
_root.hair.gotoAndStop(20);
_root.hairover.gotoAndStop(20);
}
Symbol 1017 Button
on (release) {
_root.hair.gotoAndStop(21);
_root.hairover.gotoAndStop(21);
}
Symbol 1018 Button
on (release) {
_root.hair.gotoAndStop(22);
_root.hairover.gotoAndStop(22);
}
Symbol 1019 Button
on (release) {
_root.hair.gotoAndStop(23);
_root.hairover.gotoAndStop(23);
}
Symbol 1020 Button
on (release) {
_root.hair.gotoAndStop(24);
_root.hairover.gotoAndStop(24);
}
Symbol 1022 Button
on (release) {
_root.hair.gotoAndStop(25);
_root.hairover.gotoAndStop(25);
}
Symbol 1023 Button
on (release) {
_root.hair.gotoAndStop(26);
_root.hairover.gotoAndStop(26);
}
Symbol 1024 Button
on (release) {
_root.hair.gotoAndStop(27);
_root.hairover.gotoAndStop(27);
}
Symbol 1025 Button
on (release) {
_root.hair.gotoAndStop(28);
_root.hairover.gotoAndStop(28);
}
Symbol 1026 Button
on (release) {
_root.hair.gotoAndStop(29);
_root.hairover.gotoAndStop(29);
}
Symbol 1027 Button
on (release) {
_root.hair.gotoAndStop(30);
_root.hairover.gotoAndStop(30);
}
Symbol 1029 Button
on (release) {
_root.hair.gotoAndStop(31);
_root.hairover.gotoAndStop(31);
}
Symbol 1030 Button
on (release) {
_root.hair.gotoAndStop(32);
_root.hairover.gotoAndStop(32);
}
Symbol 1031 Button
on (release) {
_root.hair.gotoAndStop(33);
_root.hairover.gotoAndStop(33);
}
Symbol 1032 Button
on (release) {
_root.hair.gotoAndStop(34);
_root.hairover.gotoAndStop(34);
}
Symbol 1033 Button
on (release) {
_root.hair.gotoAndStop(35);
_root.hairover.gotoAndStop(35);
}
Symbol 1034 Button
on (release) {
_root.hair.gotoAndStop(36);
_root.hairover.gotoAndStop(36);
}
Symbol 1036 Button
on (release) {
_root.hair.gotoAndStop(37);
_root.hairover.gotoAndStop(37);
}
Symbol 1037 Button
on (release) {
_root.hair.gotoAndStop(38);
_root.hairover.gotoAndStop(38);
}
Symbol 1038 Button
on (release) {
_root.hair.gotoAndStop(39);
_root.hairover.gotoAndStop(39);
}
Symbol 1039 Button
on (release) {
_root.hair.gotoAndStop(40);
_root.hairover.gotoAndStop(40);
}
Symbol 1040 Button
on (release) {
_root.hair.gotoAndStop(41);
_root.hairover.gotoAndStop(41);
}
Symbol 1041 Button
on (release) {
_root.hair.gotoAndStop(42);
_root.hairover.gotoAndStop(42);
}
Symbol 1043 Button
on (release) {
_root.hair.gotoAndStop(43);
_root.hairover.gotoAndStop(43);
}
Symbol 1044 Button
on (release) {
_root.hair.gotoAndStop(44);
_root.hairover.gotoAndStop(44);
}
Symbol 1045 Button
on (release) {
_root.hair.gotoAndStop(45);
_root.hairover.gotoAndStop(45);
}
Symbol 1046 Button
on (release) {
_root.hair.gotoAndStop(46);
_root.hairover.gotoAndStop(46);
}
Symbol 1047 Button
on (release) {
_root.hair.gotoAndStop(47);
_root.hairover.gotoAndStop(47);
}
Symbol 1048 Button
on (release) {
_root.hair.gotoAndStop(48);
_root.hairover.gotoAndStop(48);
}
Symbol 1050 Button
on (release) {
_root.hair.gotoAndStop(49);
_root.hairover.gotoAndStop(49);
}
Symbol 1051 Button
on (release) {
_root.hair.gotoAndStop(50);
_root.hairover.gotoAndStop(50);
}
Symbol 1052 Button
on (release) {
_root.hair.gotoAndStop(51);
_root.hairover.gotoAndStop(51);
}
Symbol 1053 Button
on (release) {
_root.hair.gotoAndStop(52);
_root.hairover.gotoAndStop(52);
}
Symbol 1054 Button
on (release) {
_root.hair.gotoAndStop(53);
_root.hairover.gotoAndStop(53);
}
Symbol 1055 Button
on (release) {
_root.hair.gotoAndStop(54);
_root.hairover.gotoAndStop(54);
}
Symbol 1057 Button
on (release) {
_root.hair.gotoAndStop(55);
_root.hairover.gotoAndStop(55);
}
Symbol 1058 Button
on (release) {
_root.hair.gotoAndStop(56);
_root.hairover.gotoAndStop(56);
}
Symbol 1059 Button
on (release) {
_root.hair.gotoAndStop(57);
_root.hairover.gotoAndStop(57);
}
Symbol 1060 Button
on (release) {
_root.hair.gotoAndStop(58);
_root.hairover.gotoAndStop(58);
}
Symbol 1061 Button
on (release) {
_root.hair.gotoAndStop(59);
_root.hairover.gotoAndStop(59);
}
Symbol 1062 Button
on (release) {
_root.hair.gotoAndStop(60);
_root.hairover.gotoAndStop(60);
}
Symbol 1064 Button
on (release) {
_root.hair.gotoAndStop(61);
_root.hairover.gotoAndStop(61);
}
Symbol 1065 Button
on (release) {
_root.hair.gotoAndStop(62);
_root.hairover.gotoAndStop(62);
}
Symbol 1066 Button
on (release) {
_root.hair.gotoAndStop(63);
_root.hairover.gotoAndStop(63);
}
Symbol 1067 Button
on (release) {
_root.hair.gotoAndStop(64);
_root.hairover.gotoAndStop(64);
}
Symbol 1068 Button
on (release) {
_root.hair.gotoAndStop(65);
_root.hairover.gotoAndStop(65);
}
Symbol 1069 Button
on (release) {
_root.hair.gotoAndStop(66);
_root.hairover.gotoAndStop(66);
}
Symbol 1071 Button
on (release) {
_root.hair.gotoAndStop(67);
_root.hairover.gotoAndStop(67);
}
Symbol 1072 Button
on (release) {
_root.hair.gotoAndStop(68);
_root.hairover.gotoAndStop(68);
}
Symbol 1073 Button
on (release) {
_root.hair.gotoAndStop(69);
_root.hairover.gotoAndStop(69);
}
Symbol 1074 Button
on (release) {
_root.hair.gotoAndStop(70);
_root.hairover.gotoAndStop(70);
}
Symbol 1075 Button
on (release) {
_root.hair.gotoAndStop(71);
_root.hairover.gotoAndStop(71);
}
Symbol 1076 Button
on (release) {
_root.hair.gotoAndStop(72);
_root.hairover.gotoAndStop(72);
}
Symbol 1078 Button
on (release) {
_root.hair.gotoAndStop(73);
_root.hairover.gotoAndStop(73);
}
Symbol 1079 Button
on (release) {
_root.hair.gotoAndStop(74);
_root.hairover.gotoAndStop(74);
}
Symbol 1080 Button
on (release) {
_root.hair.gotoAndStop(75);
_root.hairover.gotoAndStop(75);
}
Symbol 1081 Button
on (release) {
_root.hair.gotoAndStop(76);
_root.hairover.gotoAndStop(76);
}
Symbol 1082 Button
on (release) {
_root.hair.gotoAndStop(77);
_root.hairover.gotoAndStop(77);
}
Symbol 1083 Button
on (release) {
_root.hair.gotoAndStop(78);
_root.hairover.gotoAndStop(78);
}
Symbol 1085 Button
on (release) {
gotoAndStop (1);
}
Symbol 1086 Button
on (release) {
_root.hair.gotoAndStop(79);
_root.hairover.gotoAndStop(79);
}
Symbol 1087 Button
on (release) {
_root.hair.gotoAndStop(80);
_root.hairover.gotoAndStop(80);
}
Symbol 1088 Button
on (release) {
_root.hair.gotoAndStop(81);
_root.hairover.gotoAndStop(81);
}
Symbol 1089 Button
on (release) {
_root.hair.gotoAndStop(82);
_root.hairover.gotoAndStop(82);
}
Symbol 1090 Button
on (release) {
_root.hair.gotoAndStop(59);
}
Symbol 1091 Button
on (release) {
_root.hair.gotoAndStop(60);
}
Symbol 1092 MovieClip Frame 1
stop();
selection1.gotoAndStop(1);
selection2.gotoAndStop(2);
selection3.gotoAndStop(3);
selection4.gotoAndStop(4);
selection5.gotoAndStop(5);
selection6.gotoAndStop(6);
Symbol 1092 MovieClip Frame 2
selection1.gotoAndStop(7);
selection2.gotoAndStop(8);
selection3.gotoAndStop(9);
selection4.gotoAndStop(10);
selection5.gotoAndStop(11);
selection6.gotoAndStop(12);
Symbol 1092 MovieClip Frame 3
selection1.gotoAndStop(13);
selection2.gotoAndStop(14);
selection3.gotoAndStop(15);
selection4.gotoAndStop(16);
selection5.gotoAndStop(17);
selection6.gotoAndStop(18);
Symbol 1092 MovieClip Frame 4
selection1.gotoAndStop(19);
selection2.gotoAndStop(20);
selection3.gotoAndStop(21);
selection4.gotoAndStop(22);
selection5.gotoAndStop(23);
selection6.gotoAndStop(24);
Symbol 1092 MovieClip Frame 5
selection1.gotoAndStop(25);
selection2.gotoAndStop(26);
selection3.gotoAndStop(27);
selection4.gotoAndStop(28);
selection5.gotoAndStop(29);
selection6.gotoAndStop(30);
Symbol 1092 MovieClip Frame 6
selection1.gotoAndStop(31);
selection2.gotoAndStop(32);
selection3.gotoAndStop(33);
selection4.gotoAndStop(34);
selection5.gotoAndStop(35);
selection6.gotoAndStop(36);
Symbol 1092 MovieClip Frame 7
selection1.gotoAndStop(37);
selection2.gotoAndStop(38);
selection3.gotoAndStop(39);
selection4.gotoAndStop(40);
selection5.gotoAndStop(41);
selection6.gotoAndStop(42);
Symbol 1092 MovieClip Frame 8
selection1.gotoAndStop(43);
selection2.gotoAndStop(44);
selection3.gotoAndStop(45);
selection4.gotoAndStop(46);
selection5.gotoAndStop(47);
selection6.gotoAndStop(48);
Symbol 1092 MovieClip Frame 9
selection1.gotoAndStop(49);
selection2.gotoAndStop(50);
selection3.gotoAndStop(51);
selection4.gotoAndStop(52);
selection5.gotoAndStop(53);
selection6.gotoAndStop(54);
Symbol 1092 MovieClip Frame 10
selection1.gotoAndStop(55);
selection2.gotoAndStop(56);
selection3.gotoAndStop(57);
selection4.gotoAndStop(58);
selection5.gotoAndStop(59);
selection6.gotoAndStop(60);
Symbol 1092 MovieClip Frame 11
selection1.gotoAndStop(61);
selection2.gotoAndStop(62);
selection3.gotoAndStop(63);
selection4.gotoAndStop(64);
selection5.gotoAndStop(65);
selection6.gotoAndStop(66);
Symbol 1092 MovieClip Frame 12
selection1.gotoAndStop(67);
selection2.gotoAndStop(68);
selection3.gotoAndStop(69);
selection4.gotoAndStop(70);
selection5.gotoAndStop(71);
selection6.gotoAndStop(72);
Symbol 1092 MovieClip Frame 13
selection1.gotoAndStop(73);
selection2.gotoAndStop(74);
selection3.gotoAndStop(75);
selection4.gotoAndStop(76);
selection5.gotoAndStop(77);
selection6.gotoAndStop(78);
Symbol 1092 MovieClip Frame 14
selection1.gotoAndStop(79);
selection2.gotoAndStop(80);
selection3.gotoAndStop(81);
selection4.gotoAndStop(82);
Symbol 1094 Button
on (release) {
gotoAndStop (3);
}
Symbol 1095 Button
on (release) {
_root.backhair.gotoAndStop(1);
}
Symbol 1096 Button
on (release) {
_root.backhair.gotoAndStop(2);
}
Symbol 1097 Button
on (release) {
_root.backhair.gotoAndStop(3);
}
Symbol 1098 Button
on (release) {
_root.backhair.gotoAndStop(4);
}
Symbol 1099 Button
on (release) {
_root.backhair.gotoAndStop(5);
}
Symbol 1100 Button
on (release) {
_root.backhair.gotoAndStop(6);
}
Symbol 1102 Button
on (release) {
_root.backhair.gotoAndStop(7);
}
Symbol 1103 Button
on (release) {
_root.backhair.gotoAndStop(8);
}
Symbol 1104 Button
on (release) {
_root.backhair.gotoAndStop(9);
}
Symbol 1105 Button
on (release) {
_root.backhair.gotoAndStop(10);
}
Symbol 1106 Button
on (release) {
_root.backhair.gotoAndStop(11);
}
Symbol 1107 Button
on (release) {
_root.backhair.gotoAndStop(12);
}
Symbol 1109 Button
on (release) {
gotoAndStop (1);
}
Symbol 1110 Button
on (release) {
_root.backhair.gotoAndStop(13);
}
Symbol 1111 Button
on (release) {
_root.backhair.gotoAndStop(14);
}
Symbol 1112 Button
on (release) {
_root.backhair.gotoAndStop(15);
}
Symbol 1113 MovieClip Frame 1
stop();
selection1.gotoAndStop(1);
selection2.gotoAndStop(2);
selection3.gotoAndStop(3);
selection4.gotoAndStop(4);
selection5.gotoAndStop(5);
selection6.gotoAndStop(6);
Symbol 1113 MovieClip Frame 2
selection1.gotoAndStop(7);
selection2.gotoAndStop(8);
selection3.gotoAndStop(9);
selection4.gotoAndStop(10);
selection5.gotoAndStop(11);
selection6.gotoAndStop(12);
Symbol 1113 MovieClip Frame 3
selection1.gotoAndStop(13);
selection2.gotoAndStop(14);
selection3.gotoAndStop(15);
Symbol 1118 MovieClip Frame 1
stop();
_root.lcuff.gotoAndStop(1);
Symbol 1118 MovieClip Frame 2
_root.lcuff.gotoAndStop(2);
Symbol 1118 MovieClip Frame 3
_root.lcuff.gotoAndStop(3);
Symbol 1118 MovieClip Frame 4
_root.lcuff.gotoAndStop(4);
Symbol 1118 MovieClip Frame 5
_root.lcuff.gotoAndStop(5);
Symbol 1118 MovieClip Frame 6
gotoAndStop (1);
_root.lcuff.gotoAndStop(1);
Symbol 1122 Button
on (release) {
cuffnumber.nextFrame();
}
Symbol 1123 Button
on (release) {
_parent.lear.gotoAndStop(1);
}
Symbol 1124 Button
on (release) {
_parent.lear.gotoAndStop(2);
}
Symbol 1125 Button
on (release) {
_parent.lear.gotoAndStop(3);
}
Symbol 1126 Button
on (release) {
_parent.lear.gotoAndStop(4);
}
Symbol 1127 Button
on (release) {
_parent.lear.gotoAndStop(5);
}
Symbol 1128 Button
on (release) {
_parent.lear.gotoAndStop(6);
}
Symbol 1129 Button
on (release) {
gotoAndStop (6);
}
Symbol 1131 Button
on (release) {
_parent.lear.gotoAndStop(7);
}
Symbol 1132 Button
on (release) {
_parent.lear.gotoAndStop(8);
}
Symbol 1133 Button
on (release) {
_parent.lear.gotoAndStop(9);
}
Symbol 1134 Button
on (release) {
_parent.lear.gotoAndStop(10);
}
Symbol 1135 Button
on (release) {
_parent.lear.gotoAndStop(11);
}
Symbol 1136 Button
on (release) {
_parent.lear.gotoAndStop(12);
}
Symbol 1138 Button
on (release) {
_parent.lear.gotoAndStop(13);
}
Symbol 1139 Button
on (release) {
_parent.lear.gotoAndStop(14);
}
Symbol 1140 Button
on (release) {
_parent.lear.gotoAndStop(15);
}
Symbol 1141 Button
on (release) {
_parent.lear.gotoAndStop(16);
}
Symbol 1142 Button
on (release) {
_parent.lear.gotoAndStop(17);
}
Symbol 1143 Button
on (release) {
_parent.lear.gotoAndStop(18);
}
Symbol 1145 Button
on (release) {
_parent.lear.gotoAndStop(19);
}
Symbol 1146 Button
on (release) {
_parent.lear.gotoAndStop(20);
}
Symbol 1147 Button
on (release) {
_parent.lear.gotoAndStop(21);
}
Symbol 1148 Button
on (release) {
_parent.lear.gotoAndStop(22);
}
Symbol 1149 Button
on (release) {
_parent.lear.gotoAndStop(23);
}
Symbol 1150 Button
on (release) {
_parent.lear.gotoAndStop(24);
}
Symbol 1152 Button
on (release) {
_parent.lear.gotoAndStop(25);
}
Symbol 1153 Button
on (release) {
_parent.lear.gotoAndStop(26);
}
Symbol 1154 Button
on (release) {
_parent.lear.gotoAndStop(27);
}
Symbol 1155 Button
on (release) {
_parent.lear.gotoAndStop(28);
}
Symbol 1156 Button
on (release) {
_parent.lear.gotoAndStop(29);
}
Symbol 1157 Button
on (release) {
_parent.lear.gotoAndStop(30);
}
Symbol 1159 Button
on (release) {
_parent.lear.gotoAndStop(31);
}
Symbol 1160 Button
on (release) {
_parent.lear.gotoAndStop(32);
}
Symbol 1161 Button
on (release) {
_parent.lear.gotoAndStop(33);
}
Symbol 1162 Button
on (release) {
_parent.lear.gotoAndStop(34);
}
Symbol 1163 Button
on (release) {
_parent.lear.gotoAndStop(35);
}
Symbol 1164 Button
on (release) {
gotoAndStop (1);
}
Symbol 1165 MovieClip Frame 1
stop();
selection1.gotoAndStop(1);
selection2.gotoAndStop(2);
selection3.gotoAndStop(3);
selection4.gotoAndStop(4);
selection5.gotoAndStop(5);
selection6.gotoAndStop(6);
Symbol 1165 MovieClip Frame 2
selection1.gotoAndStop(7);
selection2.gotoAndStop(8);
selection3.gotoAndStop(9);
selection4.gotoAndStop(10);
selection5.gotoAndStop(11);
selection6.gotoAndStop(12);
Symbol 1165 MovieClip Frame 3
selection1.gotoAndStop(13);
selection2.gotoAndStop(14);
selection3.gotoAndStop(15);
selection4.gotoAndStop(16);
selection5.gotoAndStop(17);
selection6.gotoAndStop(18);
Symbol 1165 MovieClip Frame 4
selection1.gotoAndStop(19);
selection2.gotoAndStop(20);
selection3.gotoAndStop(21);
selection4.gotoAndStop(22);
selection5.gotoAndStop(23);
selection6.gotoAndStop(24);
Symbol 1165 MovieClip Frame 5
selection1.gotoAndStop(25);
selection2.gotoAndStop(26);
selection3.gotoAndStop(27);
selection4.gotoAndStop(28);
selection5.gotoAndStop(29);
selection6.gotoAndStop(30);
Symbol 1165 MovieClip Frame 6
selection1.gotoAndStop(31);
selection2.gotoAndStop(32);
selection3.gotoAndStop(33);
selection4.gotoAndStop(34);
selection5.gotoAndStop(35);
Symbol 1166 MovieClip Frame 1
stop();
_root.rcuff.gotoAndStop(1);
Symbol 1166 MovieClip Frame 2
_root.rcuff.gotoAndStop(2);
Symbol 1166 MovieClip Frame 3
_root.rcuff.gotoAndStop(3);
Symbol 1166 MovieClip Frame 4
_root.rcuff.gotoAndStop(4);
Symbol 1166 MovieClip Frame 5
_root.rcuff.gotoAndStop(5);
Symbol 1166 MovieClip Frame 6
gotoAndStop (1);
_root.rcuff.gotoAndStop(1);
Symbol 1167 Button
on (release) {
_parent.rear.gotoAndStop(1);
}
Symbol 1168 Button
on (release) {
_parent.rear.gotoAndStop(2);
}
Symbol 1169 Button
on (release) {
_parent.rear.gotoAndStop(3);
}
Symbol 1170 Button
on (release) {
_parent.rear.gotoAndStop(4);
}
Symbol 1171 Button
on (release) {
_parent.rear.gotoAndStop(5);
}
Symbol 1172 Button
on (release) {
_parent.rear.gotoAndStop(6);
}
Symbol 1173 Button
on (release) {
gotoAndStop (6);
}
Symbol 1174 Button
on (release) {
_parent.rear.gotoAndStop(7);
}
Symbol 1175 Button
on (release) {
_parent.rear.gotoAndStop(8);
}
Symbol 1176 Button
on (release) {
_parent.rear.gotoAndStop(9);
}
Symbol 1177 Button
on (release) {
_parent.rear.gotoAndStop(10);
}
Symbol 1178 Button
on (release) {
_parent.rear.gotoAndStop(11);
}
Symbol 1179 Button
on (release) {
_parent.rear.gotoAndStop(12);
}
Symbol 1180 Button
on (release) {
_parent.rear.gotoAndStop(13);
}
Symbol 1181 Button
on (release) {
_parent.rear.gotoAndStop(14);
}
Symbol 1182 Button
on (release) {
_parent.rear.gotoAndStop(15);
}
Symbol 1183 Button
on (release) {
_parent.rear.gotoAndStop(16);
}
Symbol 1184 Button
on (release) {
_parent.rear.gotoAndStop(17);
}
Symbol 1185 Button
on (release) {
_parent.rear.gotoAndStop(18);
}
Symbol 1186 Button
on (release) {
_parent.rear.gotoAndStop(19);
}
Symbol 1187 Button
on (release) {
_parent.rear.gotoAndStop(20);
}
Symbol 1188 Button
on (release) {
_parent.rear.gotoAndStop(21);
}
Symbol 1189 Button
on (release) {
_parent.rear.gotoAndStop(22);
}
Symbol 1190 Button
on (release) {
_parent.rear.gotoAndStop(23);
}
Symbol 1191 Button
on (release) {
_parent.rear.gotoAndStop(24);
}
Symbol 1192 Button
on (release) {
_parent.rear.gotoAndStop(25);
}
Symbol 1193 Button
on (release) {
_parent.rear.gotoAndStop(26);
}
Symbol 1194 Button
on (release) {
_parent.rear.gotoAndStop(27);
}
Symbol 1195 Button
on (release) {
_parent.rear.gotoAndStop(28);
}
Symbol 1196 Button
on (release) {
_parent.rear.gotoAndStop(29);
}
Symbol 1197 Button
on (release) {
_parent.rear.gotoAndStop(30);
}
Symbol 1198 Button
on (release) {
_parent.rear.gotoAndStop(31);
}
Symbol 1199 Button
on (release) {
_parent.rear.gotoAndStop(32);
}
Symbol 1200 Button
on (release) {
_parent.rear.gotoAndStop(33);
}
Symbol 1201 Button
on (release) {
_parent.rear.gotoAndStop(34);
}
Symbol 1202 Button
on (release) {
_parent.rear.gotoAndStop(35);
}
Symbol 1203 Button
on (release) {
gotoAndStop (1);
}
Symbol 1204 MovieClip Frame 1
stop();
selection1.gotoAndStop(1);
selection2.gotoAndStop(2);
selection3.gotoAndStop(3);
selection4.gotoAndStop(4);
selection5.gotoAndStop(5);
selection6.gotoAndStop(6);
Symbol 1204 MovieClip Frame 2
selection1.gotoAndStop(7);
selection2.gotoAndStop(8);
selection3.gotoAndStop(9);
selection4.gotoAndStop(10);
selection5.gotoAndStop(11);
selection6.gotoAndStop(12);
Symbol 1204 MovieClip Frame 3
selection1.gotoAndStop(13);
selection2.gotoAndStop(14);
selection3.gotoAndStop(15);
selection4.gotoAndStop(16);
selection5.gotoAndStop(17);
selection6.gotoAndStop(18);
Symbol 1204 MovieClip Frame 4
selection1.gotoAndStop(19);
selection2.gotoAndStop(20);
selection3.gotoAndStop(21);
selection4.gotoAndStop(22);
selection5.gotoAndStop(23);
selection6.gotoAndStop(24);
Symbol 1204 MovieClip Frame 5
selection1.gotoAndStop(25);
selection2.gotoAndStop(26);
selection3.gotoAndStop(27);
selection4.gotoAndStop(28);
selection5.gotoAndStop(29);
selection6.gotoAndStop(30);
Symbol 1204 MovieClip Frame 6
selection1.gotoAndStop(31);
selection2.gotoAndStop(32);
selection3.gotoAndStop(33);
selection4.gotoAndStop(34);
selection5.gotoAndStop(35);
Symbol 1214 Button
on (release) {
gotoAndStop (7);
}
Symbol 1219 Button
on (release) {
gotoAndStop (6);
}
Symbol 1220 Button
on (release) {
gotoAndStop (7);
}
Symbol 1223 Button
on (release) {
gotoAndStop (10);
}
Symbol 1225 Button
on (release) {
gotoAndStop (11);
}
Symbol 1229 Button
on (release) {
gotoAndStop (9);
}
Symbol 1232 Button
on (release) {
gotoAndStop (13);
}
Symbol 1236 Button
on (release) {
gotoAndStop (12);
}
Symbol 1239 Button
on (release) {
gotoAndStop (15);
}
Symbol 1243 Button
on (release) {
gotoAndStop (14);
}
Symbol 1246 Button
on (release) {
gotoAndStop (4);
}
Symbol 1248 Button
on (release) {
_root.glasses.gotoAndStop(1);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1249 Button
on (release) {
_root.glasses.gotoAndStop(2);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1250 Button
on (release) {
_root.glasses.gotoAndStop(3);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1251 Button
on (release) {
_root.glasses.gotoAndStop(4);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1252 Button
on (release) {
_root.glasses.gotoAndStop(5);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1253 Button
on (release) {
_root.glasses.gotoAndStop(6);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1255 Button
on (release) {
_root.glasses.gotoAndStop(7);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1256 Button
on (release) {
_root.glasses.gotoAndStop(8);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1257 Button
on (release) {
_root.glasses.gotoAndStop(9);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1258 Button
on (release) {
_root.glasses.gotoAndStop(10);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1259 Button
on (release) {
_root.glasses.gotoAndStop(11);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1260 Button
on (release) {
_root.glasses.gotoAndStop(12);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1262 Button
on (release) {
_root.glasses.gotoAndStop(13);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1263 Button
on (release) {
_root.glasses.gotoAndStop(14);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1264 Button
on (release) {
_root.glasses.gotoAndStop(15);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1265 Button
on (release) {
_root.glasses.gotoAndStop(16);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1266 Button
on (release) {
_root.glasses.gotoAndStop(17);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1267 Button
on (release) {
_root.glasses.gotoAndStop(18);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1268 Button
on (release) {
gotoAndStop (1);
}
Symbol 1270 Button
on (release) {
_root.glasses.gotoAndStop(19);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1271 Button
on (release) {
_root.glasses.gotoAndStop(20);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1272 Button
on (release) {
_root.glasses.gotoAndStop(21);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1273 Button
on (release) {
_root.glasses.gotoAndStop(22);
_root.glassesunder.gotoAndStop(1);
}
Symbol 1274 Button
on (release) {
_root.glasses.gotoAndStop(1);
_root.glassesunder.gotoAndStop(2);
}
Symbol 1275 Button
on (release) {
_root.glasses.gotoAndStop(1);
_root.glassesunder.gotoAndStop(3);
}
Symbol 1276 MovieClip Frame 1
stop();
selection1.gotoAndStop(1);
selection2.gotoAndStop(2);
selection3.gotoAndStop(3);
selection4.gotoAndStop(4);
selection5.gotoAndStop(5);
selection6.gotoAndStop(6);
Symbol 1276 MovieClip Frame 2
selection1.gotoAndStop(7);
selection2.gotoAndStop(8);
selection3.gotoAndStop(9);
selection4.gotoAndStop(10);
selection5.gotoAndStop(11);
selection6.gotoAndStop(12);
Symbol 1276 MovieClip Frame 3
selection1.gotoAndStop(13);
selection2.gotoAndStop(14);
selection3.gotoAndStop(15);
selection4.gotoAndStop(16);
selection5.gotoAndStop(17);
selection6.gotoAndStop(18);
Symbol 1276 MovieClip Frame 4
selection1.gotoAndStop(19);
selection2.gotoAndStop(20);
selection3.gotoAndStop(21);
selection4.gotoAndStop(22);
selection5.gotoAndStop(23);
selection6.gotoAndStop(24);
Symbol 1278 Button
on (release) {
_root.forehead.gotoAndStop(1);
}
Symbol 1279 Button
on (release) {
_root.forehead.gotoAndStop(2);
}
Symbol 1280 Button
on (release) {
_root.forehead.gotoAndStop(3);
}
Symbol 1281 Button
on (release) {
_root.forehead.gotoAndStop(4);
}
Symbol 1282 Button
on (release) {
_root.forehead.gotoAndStop(5);
}
Symbol 1283 Button
on (release) {
_root.forehead.gotoAndStop(6);
}
Symbol 1284 Button
on (release) {
_root.forehead.gotoAndStop(7);
}
Symbol 1285 Button
on (release) {
_root.forehead.gotoAndStop(8);
}
Symbol 1286 Button
on (release) {
_root.forehead.gotoAndStop(9);
}
Symbol 1287 Button
on (release) {
_root.forehead.gotoAndStop(10);
}
Symbol 1288 Button
on (release) {
_root.forehead.gotoAndStop(11);
}
Symbol 1289 MovieClip Frame 1
stop();
selection1.gotoAndStop(1);
selection2.gotoAndStop(2);
selection3.gotoAndStop(3);
selection4.gotoAndStop(4);
selection5.gotoAndStop(5);
selection6.gotoAndStop(6);
Symbol 1289 MovieClip Frame 2
selection1.gotoAndStop(7);
selection2.gotoAndStop(8);
selection3.gotoAndStop(9);
selection4.gotoAndStop(10);
selection5.gotoAndStop(11);
Symbol 1291 Button
on (release) {
_root.accesshair.gotoAndStop(1);
}
Symbol 1292 Button
on (release) {
_root.accesshair.gotoAndStop(2);
}
Symbol 1293 Button
on (release) {
_root.accesshair.gotoAndStop(3);
}
Symbol 1294 Button
on (release) {
_root.accesshair.gotoAndStop(4);
}
Symbol 1295 Button
on (release) {
_root.accesshair.gotoAndStop(5);
}
Symbol 1296 Button
on (release) {
_root.accesshair.gotoAndStop(6);
}
Symbol 1297 Button
on (release) {
_root.accesshair.gotoAndStop(7);
}
Symbol 1298 Button
on (release) {
_root.accesshair.gotoAndStop(8);
}
Symbol 1299 Button
on (release) {
_root.accesshair.gotoAndStop(9);
}
Symbol 1300 Button
on (release) {
_root.accesshair.gotoAndStop(10);
}
Symbol 1301 Button
on (release) {
_root.accesshair.gotoAndStop(11);
}
Symbol 1302 Button
on (release) {
_root.accesshair.gotoAndStop(12);
}
Symbol 1303 MovieClip Frame 1
stop();
selection1.gotoAndStop(1);
selection2.gotoAndStop(2);
selection3.gotoAndStop(3);
selection4.gotoAndStop(4);
selection5.gotoAndStop(5);
selection6.gotoAndStop(6);
Symbol 1303 MovieClip Frame 2
selection1.gotoAndStop(7);
selection2.gotoAndStop(8);
selection3.gotoAndStop(9);
selection4.gotoAndStop(10);
selection5.gotoAndStop(11);
selection6.gotoAndStop(12);