Combined Code
frame 1 {
stop();
start.onRelease = function () {
nextFrame();
};
}
// unknown tag 88 length 229
movieClip 14 {
}
movieClip 17 {
}
movieClip 20 {
}
movieClip 23 {
}
movieClip 24 {
frame 1 {
stop();
}
frame 2 {
bikini_top._alpha = 0;
}
}
button 26 {
on (press) {
if (bottoms._currentframe == 1) {
bottoms.gotoAndStop(bottoms._totalframes);
} else {
bottoms.prevFrame();
}
}
}
button 28 {
on (press) {
if (bottoms._currentframe == bottoms._totalframes) {
bottoms.gotoAndStop(1);
} else {
bottoms.nextFrame();
}
}
}
movieClip 31 {
}
movieClip 34 {
}
movieClip 37 {
}
movieClip 38 {
frame 1 {
stop();
}
}
button 40 {
on (press) {
if (tops._currentframe == 1) {
tops.gotoAndStop(tops._totalframes);
} else {
tops.prevFrame();
}
}
}
button 42 {
on (press) {
if (tops._currentframe == tops._totalframes) {
tops.gotoAndStop(1);
} else {
tops.nextFrame();
}
}
}
button 44 {
on (press) {
if (outer._currentframe == 1) {
outer.gotoAndStop(outer._totalframes);
} else {
outer.prevFrame();
}
}
}
button 46 {
on (press) {
if (outer._currentframe == outer._totalframes) {
outer.gotoAndStop(1);
} else {
outer.nextFrame();
}
}
}
movieClip 49 {
frame 1 {
stop();
}
}
movieClip 52 {
}
movieClip 55 {
}
movieClip 56 {
frame 1 {
stop();
}
}
button 58 {
on (press) {
if (extra._currentframe == 1) {
extra.gotoAndStop(extra._totalframes);
} else {
extra.prevFrame();
}
}
}
button 60 {
on (press) {
if (extra._currentframe == extra._totalframes) {
extra.gotoAndStop(1);
} else {
extra.nextFrame();
}
}
}