Combined Code
frame 1 {
stop();
_root.onEnterFrame = function () {
if (_root.clothesvar == 2) {
_root.clothes.gotoAndStop(2);
} else {
if (_root.clothesvar == 3) {
_root.clothes.gotoAndStop(3);
}
}
};
_root.clothes.onRelease = function () {
_root.clothes.play();
};
_root.clothesbtn.onRelease = function () {
_root.clothes.play();
};
_root.sheathbtn.onRelease = function () {
_root.clothes.sheath.play();
};
}
frame 1 {
_root.rotatebtn.onRelease = function () {
_root.play();
};
}
// unknown tag 88 length 67
// unknown tag 88 length 62
movieClip 14 {
}
movieClip 18 {
}
movieClip 23 {
}
movieClip 44 {
}
movieClip 57 {
frame 1 {
stop();
}
frame 14 {
stop();
}
}
movieClip 58 {
frame 1 {
_root.clothesvar = 1;
stop();
}
frame 2 {
_root.clothesvar = 2;
stop();
}
frame 3 {
_root.clothesvar = 3;
stop();
}
}
frame 2 {
stop();
_root.onEnterFrame = function () {
if (_root.clothesvar == 2) {
_root.clothes.gotoAndStop(2);
} else {
if (_root.clothesvar == 3) {
_root.clothes.gotoAndStop(3);
}
}
};
_root.clothes.onRelease = function () {
_root.clothes.play();
};
_root.clothesbtn.onRelease = function () {
_root.clothes.play();
};
_root.tail.onRollOver = function () {
_root.tail._alpha = 50;
};
_root.tail.onRollOut = function () {
_root.tail._alpha = 100;
};
}
movieClip 62 {
frame 1 {
_root.clothesvar = 1;
stop();
}
frame 2 {
_root.clothesvar = 2;
stop();
}
frame 3 {
_root.clothesvar = 3;
stop();
}
}
movieClip 76 {
}