Frame 1
stop();
var value = 35;
var xvalue = 270;
var yvalue = 390;
_root.action03_btn._alpha = 0;
_root.action04_btn._alpha = 0;
_root.action05_btn._alpha = 0;
_root.txt03_mc._alpha = 0;
_root.txt04_mc._alpha = 0;
_root.txt05_mc._alpha = 0;
jacket_mc.onEnterFrame = function () {
this._xscale = value;
this._yscale = value;
this._x = xvalue;
this._y = yvalue;
};
pants_mc.onEnterFrame = function () {
this._xscale = value;
this._yscale = value;
this._x = xvalue;
this._y = yvalue;
};
underware_mc.onEnterFrame = function () {
this._xscale = value;
this._yscale = value;
this._x = xvalue;
this._y = yvalue;
};
middle_mc.onEnterFrame = function () {
this._xscale = value;
this._yscale = value;
this._x = xvalue;
this._y = yvalue;
};
body_mc.onEnterFrame = function () {
this._xscale = value;
this._yscale = value;
this._x = xvalue;
this._y = yvalue;
};
_root.action01_btn.onRelease = function () {
if (_root.jacket_mc._alpha == 100) {
_root.jacket_mc._alpha = 0;
} else {
_root.jacket_mc._alpha = 100;
}
};
_root.action02_btn.onRelease = function () {
if (_root.pants_mc._alpha == 100) {
_root.pants_mc._alpha = 0;
_root.txt03_mc._alpha = 100;
_root.action03_btn._alpha = 100;
} else {
_root.pants_mc._alpha = 100;
_root.txt03_mc._alpha = 0;
_root.action03_btn._alpha = 0;
if (_root.underware_mc._alpha == 0) {
_root.underware_mc._alpha = 100;
_root.action04_btn._alpha = 0;
_root.txt04_mc._alpha = 0;
}
_root.action05_btn._alpha = 0;
_root.txt05_mc._alpha = 0;
_root.middle_mc.gotoAndPlay("clean");
}
};
_root.action03_btn.onRelease = function () {
if (_root.pants_mc._alpha == 0) {
if (_root.underware_mc._alpha == 100) {
_root.underware_mc._alpha = 0;
_root.action04_btn._alpha = 100;
_root.txt04_mc._alpha = 100;
} else {
_root.underware_mc._alpha = 100;
_root.action04_btn._alpha = 0;
_root.action05_btn._alpha = 0;
_root.txt04_mc._alpha = 0;
_root.txt05_mc._alpha = 0;
_root.middle_mc.gotoAndPlay("clean");
}
}
};
_root.action04_btn.onRelease = function () {
if (_root.pants_mc._alpha == 0) {
if ((_root.middle_mc._currentframe >= 1) && (_root.middle_mc._currentframe <= 9)) {
_root.middle_mc.gotoAndPlay("soft");
_root.action05_btn._alpha = 100;
_root.txt05_mc._alpha = 100;
} else {
_root.middle_mc.gotoAndPlay("clean");
_root.action05_btn._alpha = 0;
_root.txt05_mc._alpha = 0;
}
}
};
_root.action05_btn.onRelease = function () {
if ((_root.middle_mc._currentframe >= 10) && (_root.middle_mc._currentframe <= 18)) {
_root.middle_mc.gotoAndPlay("hard");
} else if ((_root.middle_mc._currentframe >= 20) && (_root.middle_mc._currentframe <= 29)) {
_root.middle_mc.gotoAndPlay("soft");
}
};
Symbol 10 MovieClip Frame 1
play();
Symbol 10 MovieClip Frame 5
gotoAndPlay ("clean");
Symbol 10 MovieClip Frame 10
play();
if (_root.underware_mc._alpha == 100) {
gotoAndPlay ("soft");
}
Symbol 10 MovieClip Frame 14
gotoAndPlay ("soft");
Symbol 10 MovieClip Frame 19
play();
if (_root.underware_mc._alpha == 100) {
gotoAndPlay ("hard");
}
Symbol 10 MovieClip Frame 24
gotoAndPlay ("hard");