Frame 1
function init() {
adsorb_x = 88;
adsorb_y = 88;
for (var _local4 in this) {
if ((typeof(this[_local4]) == "movieclip") and (this[_local4]._name.substr(0, 1) == "a")) {
if (this[_local4]._name.substr(0, 2) == "aj") {
var _local3 = Number(this[_local4]._name.substr(2)) + 600;
this[_local4].sd = _local3;
this[_local4].swapDepths(_local3);
}
if (this[_local4]._name.substr(0, 6) == "ashose") {
var _local3 = Number(this[_local4]._name.substr(6)) + 300;
this[_local4].sd = _local3;
this[_local4].swapDepths(_local3);
}
if (this[_local4]._name.substr(0, 5) == "abott") {
var _local3 = Number(this[_local4]._name.substr(5)) + 500;
this[_local4].sd = _local3;
this[_local4].swapDepths(_local3);
}
if (this[_local4]._name.substr(0, 4) == "atop") {
var _local3 = Number(this[_local4]._name.substr(4)) + 700;
this[_local4].sd = _local3;
this[_local4].swapDepths(_local3);
}
if (this[_local4]._name.substr(0, 2) == "ar") {
var _local3 = Number(this[_local4]._name.substr(2)) + 900;
this[_local4].sd = _local3;
this[_local4].swapDepths(_local3);
}
if (this[_local4]._name.substr(0, 2) == "ah") {
var _local3 = Number(this[_local4]._name.substr(2)) + 800;
this[_local4].sd = _local3;
this[_local4].swapDepths(_local3);
}
this[_local4].enabled = true;
this[_local4].onPress = function () {
this.swapDepths(10000);
this.startDrag();
};
this[_local4].onRelease = function () {
if ((Math.abs(this._x - this.xx) <= adsorb_x) and (Math.abs(this._y - this.yy) <= adsorb_y)) {
this._x = this.xx;
this._y = this.yy;
this.enabled = false;
this.swapDepths(this.sd);
x_sound = new Sound();
x_sound.attachSound("xx_sound");
x_sound.start(0, 1);
if ((((((this != _root.on_clothing1) and (this != _root.on_clothing2)) and (this != _root.on_clothing3)) and (this != _root.on_clothing4)) and (this != _root.on_clothing5)) and (this != _root.on_clothing6)) {
if (this._name.substr(0, 2) == "aj") {
if (_root.on_clothing1 != undefined) {
to_initialize_fun(_root.on_clothing1);
_root.on_clothing1 = undefined;
}
_root.on_clothing1 = this;
}
if (this._name.substr(0, 6) == "ashose") {
if (_root.on_clothing2 != undefined) {
to_initialize_fun(_root.on_clothing2);
_root.on_clothing2 = undefined;
}
_root.on_clothing2 = this;
}
if (this._name.substr(0, 5) == "abott") {
if (_root.on_clothing3 != undefined) {
to_initialize_fun(_root.on_clothing3);
_root.on_clothing3 = undefined;
}
_root.on_clothing3 = this;
}
if (this._name.substr(0, 4) == "atop") {
if (_root.on_clothing4 != undefined) {
to_initialize_fun(_root.on_clothing4);
_root.on_clothing4 = undefined;
}
_root.on_clothing4 = this;
}
if (this._name.substr(0, 2) == "ar") {
if (_root.on_clothing5 != undefined) {
to_initialize_fun(_root.on_clothing5);
_root.on_clothing5 = undefined;
}
_root.on_clothing5 = this;
}
if (this._name.substr(0, 2) == "ah") {
if (_root.on_clothing6 != undefined) {
to_initialize_fun(_root.on_clothing6);
_root.on_clothing6 = undefined;
}
_root.on_clothing6 = this;
}
}
} else {
to_initialize_fun(this);
}
this.stopDrag();
};
}
}
}
function to_initialize_fun(_mc) {
_mc.swapDepths(_mc.sd);
_mc.xp = 0;
_mc.yp = 0;
_mc.onEnterFrame = function () {
this.xp = (this.xp * 0.45) + ((this.x0 - this._x) * 0.2);
this._x = this._x + this.xp;
this.yp = (this.yp * 0.45) + ((this.y0 - this._y) * 0.2);
this._y = this._y + this.yp;
if (Math.abs(this.xp) < 0.1) {
this._x = this.x0;
this._y = this.y0;
this.enabled = true;
delete this.onEnterFrame;
}
};
}
function SetPrintJob() {
my_pj = new PrintJob();
my_pj.start();
my_pj.addPage("_root", {printAsBitmap:true});
my_pj.send();
delete my_pj;
}
function replay_fun() {
for (var _local2 in this) {
if ((typeof(this[_local2]) == "movieclip") and (this[_local2]._name.substr(0, 1) == "a")) {
this[_local2]._x = this[_local2].x0;
this[_local2]._y = this[_local2].y0;
this[_local2].swapDepths(this[_local2].sd);
this[_local2].enabled = true;
}
}
var _local2 = 1;
while (_local2 <= 6) {
this["on_clothing" + _local2] = undefined;
_local2++;
}
}
init();
this.onEnterFrame = function () {
if (((_root.on_clothing3 != undefined) and (Math.abs(_root.on_clothing3._x - _root.on_clothing3.xx) < 1)) and (Math.abs(_root.on_clothing3._y - _root.on_clothing3.yy) < 1)) {
model_bady_mc.underwear1_mc._visible = false;
} else {
model_bady_mc.underwear1_mc._visible = true;
}
if (((_root.on_clothing4 != undefined) and (Math.abs(_root.on_clothing4._x - _root.on_clothing4.xx) < 1)) and (Math.abs(_root.on_clothing4._y - _root.on_clothing4.yy) < 1)) {
model_bady_mc.underwear2_mc._visible = false;
} else {
model_bady_mc.underwear2_mc._visible = true;
}
if (((_root.on_clothing6 != undefined) and (Math.abs(_root.on_clothing6._x - _root.on_clothing6.xx) < 1)) and (Math.abs(_root.on_clothing6._y - _root.on_clothing6.yy) < 1)) {
model_bady_mc.hhhh_mc._visible = false;
} else {
model_bady_mc.hhhh_mc._visible = true;
}
};
bg_sound = new Sound();
bg_sound.attachSound("z_bg_sound");
bg_sound.start(0, 999);
bg_sound.setVolume(58);
Instance of Symbol 61 MovieClip "model_bady_mc" in Frame 1
onClipEvent (load) {
_root.model_bady_mc.gotoAndStop(bb);
}
Instance of Symbol 63 MovieClip "ashose1" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 155.2;
this.yy = 418.6;
}
Instance of Symbol 65 MovieClip "ashose2" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 155.9;
this.yy = 462;
}
Instance of Symbol 67 MovieClip "ashose3" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 155.8;
this.yy = 457.7;
}
Instance of Symbol 69 MovieClip "ashose4" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 156.5;
this.yy = 458.3;
}
Instance of Symbol 71 MovieClip "ashose5" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 160.8;
this.yy = 449.1;
}
Instance of Symbol 73 MovieClip "abott1" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 135.3;
this.yy = 304.8;
}
Instance of Symbol 75 MovieClip "abott2" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 138.6;
this.yy = 304.6;
}
Instance of Symbol 77 MovieClip "abott3" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 129.2;
this.yy = 296.4;
}
Instance of Symbol 79 MovieClip "abott4" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 140.1;
this.yy = 296.4;
}
Instance of Symbol 81 MovieClip "abott5" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 138.5;
this.yy = 300.6;
}
Instance of Symbol 83 MovieClip "abott6" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 138.7;
this.yy = 301.1;
}
Instance of Symbol 85 MovieClip "abott7" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 139.1;
this.yy = 296.6;
}
Instance of Symbol 87 MovieClip "abott8" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 138.7;
this.yy = 295.4;
}
Instance of Symbol 89 MovieClip "abott9" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 139.1;
this.yy = 294.8;
}
Instance of Symbol 91 MovieClip "abott10" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 138.3;
this.yy = 295.9;
}
Instance of Symbol 93 MovieClip "aj1" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 127.6;
this.yy = 309.1;
}
Instance of Symbol 95 MovieClip "aj2" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 131.9;
this.yy = 308.6;
}
Instance of Symbol 97 MovieClip "aj3" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 136.3;
this.yy = 313.1;
}
Instance of Symbol 99 MovieClip "aj4" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 139;
this.yy = 306.2;
}
Instance of Symbol 101 MovieClip "aj5" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 132.3;
this.yy = 312.8;
}
Instance of Symbol 103 MovieClip "ar1" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 166.3;
this.yy = 162.4;
}
Instance of Symbol 105 MovieClip "ar2" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 162.3;
this.yy = 154.1;
}
Instance of Symbol 107 MovieClip "ar3" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 157.3;
this.yy = 163.4;
}
Instance of Symbol 109 MovieClip "ar4" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 168.3;
this.yy = 161.5;
}
Instance of Symbol 111 MovieClip "ar5" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 158.8;
this.yy = 158;
}
Instance of Symbol 113 MovieClip "atop1" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 87.7;
this.yy = 150.8;
}
Instance of Symbol 115 MovieClip "atop2" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 93.7;
this.yy = 160.1;
}
Instance of Symbol 117 MovieClip "atop3" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 92.9;
this.yy = 157.8;
}
Instance of Symbol 119 MovieClip "atop4" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 92.8;
this.yy = 155.1;
}
Instance of Symbol 121 MovieClip "atop5" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 93.4;
this.yy = 169.9;
}
Instance of Symbol 123 MovieClip "atop6" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 92.8;
this.yy = 155;
}
Instance of Symbol 125 MovieClip "atop7" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 87.8;
this.yy = 164.3;
}
Instance of Symbol 127 MovieClip "atop8" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 93.3;
this.yy = 138.9;
}
Instance of Symbol 129 MovieClip "atop9" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 98.1;
this.yy = 166.4;
}
Instance of Symbol 131 MovieClip "atop10" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 85.8;
this.yy = 157.8;
}
Instance of Symbol 133 MovieClip "ah1" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 148.7;
this.yy = 70;
}
Instance of Symbol 135 MovieClip "ah2" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 140;
this.yy = 75.8;
}
Instance of Symbol 137 MovieClip "ah3" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 150.6;
this.yy = 77.5;
}
Instance of Symbol 139 MovieClip "ah4" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 149.4;
this.yy = 76.2;
}
Instance of Symbol 141 MovieClip "ah5" in Frame 1
onClipEvent (load) {
this.x0 = 342;
this.y0 = 15;
this.xx = 150.1;
this.yy = 75.8;
}
Instance of Symbol 150 MovieClip in Frame 1
/* no clip actions */
Symbol 49 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 2
stop();
Symbol 49 MovieClip Frame 3
stop();
Symbol 49 MovieClip Frame 4
stop();
Symbol 49 MovieClip Frame 5
stop();
Symbol 49 MovieClip Frame 6
stop();
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 2
stop();
Symbol 61 MovieClip Frame 3
stop();
Symbol 61 MovieClip Frame 4
stop();
Symbol 146 Button
on (release) {
_root.model_bady_mc.gotoAndStop(3);
}
Symbol 147 Button
on (release) {
_root.model_bady_mc.gotoAndStop(2);
}
Symbol 148 Button
on (release) {
_root.model_bady_mc.gotoAndStop(1);
}
Symbol 149 Button
on (release) {
_root.model_bady_mc.gotoAndStop(4);
}
Symbol 159 Button
on (release) {
_root.bg.gotoAndStop(2);
}
Symbol 160 Button
on (release) {
_root.bg.gotoAndStop(3);
}
Symbol 161 Button
on (release) {
_root.bg.gotoAndStop(4);
}
Symbol 162 Button
on (release) {
_root.bg.gotoAndStop(1);
}
Symbol 163 Button
on (release) {
_root.bg.gotoAndStop(5);
}
Symbol 164 Button
on (release) {
_root.bg.gotoAndStop(6);
}
Symbol 170 Button
on (release) {
_root.bg_sound.stop();
}
Symbol 171 Button
on (release) {
_root.bg_sound.stop();
_root.bg_sound.start(0, 999);
_root.bg_sound.setVolume(58);
}
Symbol 175 Button
on (release) {
_parent.SetPrintJob();
}
Symbol 178 Button
on (release) {
_parent.replay_fun();
}