Combined Code
movieClip 9 {
}
button 16 {
on (release) {
nextFrame();
}
}
button 17 {
on (release) {
prevFrame();
}
}
movieClip 18 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 22 {
}
instance pants1 of movieClip 22 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 200 && this._x < 250 && this._y > 350 && this._y < 800) {
this._x = 237;
this._y = 393;
}
dragging = false;
}
}
button 25 {
on (release) {
nextFrame();
}
}
button 28 {
on (release) {
nextFrame();
}
}
button 31 {
on (release) {
gotoAndStop(1);
}
}
movieClip 32 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 36 {
}
instance pants2 of movieClip 36 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 200 && this._x < 250 && this._y > 350 && this._y < 800) {
this._x = 241;
this._y = 395;
}
dragging = false;
}
}
movieClip 40 {
}
instance of movieClip 40 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 200 && this._x < 250 && this._y > 200 && this._y < 500) {
this._x = 204;
this._y = 209;
}
dragging = false;
}
}
movieClip 44 {
}
instance tops2 of movieClip 44 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 200 && this._x < 250 && this._y > 200 && this._y < 500) {
this._x = 253;
this._y = 225;
}
dragging = false;
}
}
movieClip 48 {
}
instance shoes1 of movieClip 48 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 200 && this._x < 250 && this._y > 650 && this._y < 800) {
this._x = 236;
this._y = 681;
}
dragging = false;
}
}
movieClip 51 {
}
instance shoes2 of movieClip 51 {
onClipEvent (press) {
startDrag('', false);
dragging = true;
}
onClipEvent (release, releaseOutside) {
stopDrag();
dragging = false;
if (this._x > 200 && this._x < 250 && this._y > 650 && this._y < 800) {
this._x = 241;
this._y = 687;
}
dragging = false;
}
}