Frame 1
function init() {
_root.on_clothing6 = ah1;
adsorb_x = 88;
adsorb_y = 88;
for (var _local4 in this) {
if ((typeof(this[_local4]) == "movieclip") && (this[_local4]._name.substr(0, 1) == "a")) {
if (this[_local4]._name.substr(0, 2) == "aj") {
var _local3 = Number(this[_local4]._name.substr(2)) + 100;
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) && (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) && (this != _root.on_clothing2)) && (this != _root.on_clothing3)) && (this != _root.on_clothing4)) && (this != _root.on_clothing5)) && (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 _local3 in this) {
if ((typeof(this[_local3]) == "movieclip") && (this[_local3]._name.substr(0, 1) == "a")) {
this[_local3]._x = this[_local3].x0;
this[_local3]._y = this[_local3].y0;
_root.ah1._x = 69;
_root.ah1._y = 23.2;
this[_local3].swapDepths(this[_local3].sd);
this[_local3].enabled = true;
}
if ((typeof(this[_local3]) == "movieclip") && (this[_local3]._name.substr(0, 1) == "b")) {
this[_local3]._x = this[_local3].x0;
this[_local3]._y = this[_local3].y0;
}
}
var _local3 = 1;
while (_local3 <= 6) {
this["on_clothing" + _local3] = undefined;
_local3++;
}
_root.on_clothing6 = ah1;
}
init();
this.onEnterFrame = function () {
if (((_root.on_clothing3 != undefined) && (Math.abs(_root.on_clothing3._x - _root.on_clothing3.xx) < 1)) && (Math.abs(_root.on_clothing3._y - _root.on_clothing3.yy) < 1)) {
model_bady_mc.underwear2_mc._visible = false;
} else {
model_bady_mc.underwear2_mc._visible = true;
}
if (((_root.on_clothing4 != undefined) && (Math.abs(_root.on_clothing4._x - _root.on_clothing4.xx) < 1)) && (Math.abs(_root.on_clothing4._y - _root.on_clothing4.yy) < 1)) {
model_bady_mc.underwear1_mc._visible = false;
} else {
model_bady_mc.underwear1_mc._visible = true;
}
if (((_root.on_clothing6 != undefined) && (Math.abs(_root.on_clothing6._x - _root.on_clothing6.xx) < 1)) && (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;
}
};
for (var i in this) {
if ((typeof(this[i]) == "movieclip") && (this[i]._name.substr(0, 1) == "b")) {
this[i].onPress = function () {
var _local2 = Number(this._name.substr(2, 2)) + 1000;
this.startDrag();
this.swapDepths(_local2);
};
this[i].onRelease = function () {
var _local2 = Number(this._name.substr(2, 2)) + 1000;
this.stopDrag();
this.swapDepths(_local2);
if (this._name == "b7") {
this.swapDepths(400);
}
};
}
}
Instance of Symbol 12 MovieClip "model_bady_mc" in Frame 1
onClipEvent (load) {
_root.model_bady_mc.gotoAndStop(bb);
}
Instance of Symbol 14 MovieClip "ashose2" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 75.9;
this.yy = 509.9;
}
Instance of Symbol 16 MovieClip "ashose3" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 75.3;
this.yy = 540.5;
}
Instance of Symbol 18 MovieClip "ashose1" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 75.8;
this.yy = 571.4;
}
Instance of Symbol 20 MovieClip "ashose4" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 77.3;
this.yy = 568.8;
}
Instance of Symbol 22 MovieClip "ashose8" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 72.8;
this.yy = 547.4;
}
Instance of Symbol 24 MovieClip "ashose5" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 71;
this.yy = 554;
}
Instance of Symbol 26 MovieClip "ashose7" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 71.7;
this.yy = 531.7;
}
Instance of Symbol 28 MovieClip "ashose18" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 77;
this.yy = 571.1;
}
Instance of Symbol 30 MovieClip "abott1" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 63.5;
this.yy = 269.8;
}
Instance of Symbol 33 MovieClip "abott2" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 65.7;
this.yy = 271.4;
}
Instance of Symbol 35 MovieClip "abott3" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 65.2;
this.yy = 269.4;
}
Instance of Symbol 37 MovieClip "abott4" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 32.5;
this.yy = 268.4;
}
Instance of Symbol 39 MovieClip "abott5" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 64.3;
this.yy = 275.1;
}
Instance of Symbol 41 MovieClip "abott6" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 65.6;
this.yy = 271.1;
}
Instance of Symbol 43 MovieClip "abott7" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 65.5;
this.yy = 274.1;
}
Instance of Symbol 46 MovieClip "abott8" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 66.3;
this.yy = 273.4;
}
Instance of Symbol 50 MovieClip "abott9" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 47.1;
this.yy = 264.9;
}
Instance of Symbol 52 MovieClip "abott10" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 60.6;
this.yy = 274.9;
}
Instance of Symbol 54 MovieClip "abott11" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 61.6;
this.yy = 272.6;
}
Instance of Symbol 56 MovieClip "abott12" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 62;
this.yy = 273.5;
}
Instance of Symbol 58 MovieClip "abott13" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 63;
this.yy = 273.5;
}
Instance of Symbol 60 MovieClip "abott14" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 57.1;
this.yy = 272.4;
}
Instance of Symbol 62 MovieClip "abott15" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 60.9;
this.yy = 273.9;
}
Instance of Symbol 64 MovieClip "atop2" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 75.7;
this.yy = 151.4;
}
Instance of Symbol 66 MovieClip "atop3" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 57.4;
this.yy = 151.5;
}
Instance of Symbol 68 MovieClip "atop4" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 75.3;
this.yy = 153.8;
}
Instance of Symbol 70 MovieClip "atop5" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 29.4;
this.yy = 136.8;
}
Instance of Symbol 72 MovieClip "atop6" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 54.5;
this.yy = 142.2;
}
Instance of Symbol 74 MovieClip "atop7" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 38.3;
this.yy = 155.2;
}
Instance of Symbol 76 MovieClip "atop8" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 51.9;
this.yy = 150.2;
}
Instance of Symbol 78 MovieClip "atop9" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 69.5;
this.yy = 150.8;
}
Instance of Symbol 80 MovieClip "atop10" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 64.2;
this.yy = 152.9;
}
Instance of Symbol 82 MovieClip "atop11" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 68;
this.yy = 186.4;
}
Instance of Symbol 84 MovieClip "atop12" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 71.7;
this.yy = 154.8;
}
Instance of Symbol 86 MovieClip "atop13" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 64.5;
this.yy = 149.5;
}
Instance of Symbol 88 MovieClip "b7" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 90 MovieClip "b 4" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 98 MovieClip "ah2" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 66.5;
this.yy = 51.1;
}
Instance of Symbol 100 MovieClip "ah3" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 67.3;
this.yy = 50.5;
}
Instance of Symbol 102 MovieClip "ah1" in Frame 1
onClipEvent (load) {
this.x0 = 220.3;
this.y0 = 3.8;
this.xx = 67.3;
this.yy = 49.8;
this._x = 67.3;
this._y = 49.8;
}
Instance of Symbol 104 MovieClip "ah7" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 70.8;
this.yy = 51.5;
}
Instance of Symbol 106 MovieClip "ah4" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 62.7;
this.yy = 50.5;
}
Instance of Symbol 108 MovieClip "ah5" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 56.6;
this.yy = 46.5;
}
Instance of Symbol 110 MovieClip "ah6" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 70.6;
this.yy = 48.2;
}
Instance of Symbol 112 MovieClip "ah11" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 68.3;
this.yy = 51.3;
}
Instance of Symbol 114 MovieClip "b2" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 116 MovieClip "b 9" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 118 MovieClip "b1" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 46.5;
this.yy = 20.4;
}
Instance of Symbol 120 MovieClip "b6" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 122 MovieClip "b 8" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 124 MovieClip "b 3" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 126 MovieClip "b 11" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 128 MovieClip "b 5" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 129 MovieClip "b 10" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 130 MovieClip "ah6" in Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 146.2;
this.yy = 42.5;
}
Symbol 3 MovieClip Frame 1
stop();
Symbol 12 MovieClip Frame 1
stop();
Instance of Symbol 6 MovieClip "underwear2_mc" in Symbol 12 MovieClip Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = -4.4;
this.yy = 233.1;
}
Instance of Symbol 8 MovieClip "underwear1_mc" in Symbol 12 MovieClip Frame 1
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 6.8;
this.yy = 101.4;
}
Symbol 12 MovieClip Frame 2
stop();
Symbol 12 MovieClip Frame 3
stop();
Symbol 12 MovieClip Frame 4
stop();
Symbol 133 Button
on (release) {
_root.model_bady_mc.gotoAndStop(2);
}
Symbol 134 Button
on (release) {
_root.model_bady_mc.gotoAndStop(3);
}
Symbol 135 Button
on (release) {
_root.model_bady_mc.gotoAndStop(4);
}
Symbol 136 Button
on (release) {
_root.model_bady_mc.gotoAndStop(1);
}
Symbol 147 MovieClip Frame 101
gotoAndPlay (1);
Symbol 149 Button
on (release) {
getURL ("http://www.azdressup.com", "_blank");
}