Combined Code
frame 1 {
var clothesVisible;
var boobsVisible;
clothes_on.onRelease = function () {
jazz_clothes.gotoAndStop(1);
jazz_shirt.gotoAndStop(1);
eval(clothesVisible) = true;
boobsVisible = false;
if (boobsVisible) {
jazz_bust.gotoAndStop(2);
} else {
jazz_bust.gotoAndStop(1);
}
};
clothes_off.onRelease = function () {
jazz_clothes.gotoAndStop(2);
jazz_shirt.gotoAndStop(2);
eval(clothesVisible) = false;
jazz_bust.gotoAndStop(3);
};
boobs_on.onRelease = function () {
jazz_boobs.gotoAndStop(1);
eval(boobsVisible) = true;
clothesVisible = false;
if (clothesVisible) {
jazz_bust.gotoAndStop(3);
} else {
jazz_bust.gotoAndStop(1);
}
};
boobs_off.onRelease = function () {
jazz_boobs.gotoAndStop(2);
eval(boobsVisible) = false;
clothesVisible = false;
if (clothesVisible) {
jazz_bust.gotoAndStop(3);
} else {
jazz_bust.gotoAndStop(2);
}
};
tail_on.onRelease = function () {
jazz_tail.gotoAndStop(1);
};
tail_off.onRelease = function () {
jazz_tail.gotoAndStop(2);
};
hair_on.onRelease = function () {
jazz_hair.gotoAndStop(1);
};
hair_off.onRelease = function () {
jazz_hair.gotoAndStop(2);
};
}
movieClip 3 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 6 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 9 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 11 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 14 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 17 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
// unknown tag 88 length 99
// unknown tag 88 length 127
// unknown tag 88 length 125
// unknown tag 88 length 117
// unknown tag 88 length 126