Frame 1
Stage.showMenu = false;
Stage.scaleMode = "noScale";
Instance of Symbol 28 MovieClip in Frame 1
onClipEvent (enterFrame) {
_root.text_load = _root.getBytesLoaded();
_root.text_total = _root.getBytesTotal();
_root.text_p = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
_parent.gotoAndPlay(2);
}
}
Frame 2
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);
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 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 = 117.4;
_root.ah1._y = 16.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;
}
stop();
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 43 MovieClip "ashose4" in Frame 2
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 57.6;
this.yy = 535.7;
}
Instance of Symbol 46 MovieClip "ashose5" in Frame 2
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 49.7;
this.yy = 523.5;
}
Instance of Symbol 49 MovieClip "ashose6" in Frame 2
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 57.7;
this.yy = 516;
}
Instance of Symbol 52 MovieClip "ashose9" in Frame 2
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 51.7;
this.yy = 518.7;
}
Instance of Symbol 55 MovieClip "ashose10" in Frame 2
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 55.1;
this.yy = 523.5;
}
Instance of Symbol 58 MovieClip "ashose7" in Frame 2
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 55.7;
this.yy = 540;
}
Instance of Symbol 61 MovieClip "ashose1" in Frame 2
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 56.8;
this.yy = 547.7;
}
Instance of Symbol 64 MovieClip "ashose2" in Frame 2
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 57.1;
this.yy = 537.3;
}
Instance of Symbol 67 MovieClip "ashose3" in Frame 2
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 56.9;
this.yy = 550;
}
Instance of Symbol 70 MovieClip "ashose8" in Frame 2
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 56.7;
this.yy = 540.3;
}
Instance of Symbol 73 MovieClip "ashose11" in Frame 2
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 56.7;
this.yy = 509.3;
}
Instance of Symbol 141 MovieClip "atop1" in Frame 2
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = -3;
this.yy = 97.7;
}
Symbol 17 Button
on (release) {
_parent.replay_fun();
_root.atop1.gotoAndStop(1);
}
on (rollOver) {
_root.replay.gotoAndPlay(2);
}
on (rollOut) {
_root.replay.gotoAndPlay(8);
}
Symbol 18 MovieClip Frame 1
stop();
Symbol 18 MovieClip Frame 7
stop();
Symbol 25 Button
on (release) {
getURL ("http://www.azdressup.com", "_blank");
}
on (rollOver) {
_root.link.gotoAndPlay(2);
}
on (rollOut) {
_root.link.gotoAndPlay(8);
}
Symbol 26 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 7
stop();
Symbol 75 Button
on (release) {
_root.atop1.gotoAndStop(3);
}
Symbol 76 Button
on (release) {
_root.atop1.gotoAndStop(4);
}
Symbol 77 Button
on (release) {
_root.atop1.gotoAndStop(5);
}
Symbol 78 Button
on (release) {
_root.atop1.gotoAndStop(6);
}
Symbol 79 Button
on (release) {
_root.atop1.gotoAndStop(7);
}
Symbol 80 Button
on (release) {
_root.atop1.gotoAndStop(8);
}
Symbol 81 Button
on (release) {
_root.atop1.gotoAndStop(9);
}
Symbol 82 Button
on (release) {
_root.atop1.gotoAndStop(10);
}
Symbol 83 Button
on (release) {
_root.atop1.gotoAndStop(11);
}
Symbol 84 Button
on (release) {
_root.atop1.gotoAndStop(12);
}
Symbol 85 Button
on (release) {
_root.atop1.gotoAndStop(13);
}
Symbol 86 Button
on (release) {
_root.atop1.gotoAndStop(14);
}
Symbol 87 Button
on (release) {
_root.atop1.gotoAndStop(15);
}
Symbol 88 Button
on (release) {
_root.atop1.gotoAndStop(16);
}
Symbol 89 Button
on (release) {
_root.atop1.gotoAndStop(17);
}
Symbol 90 Button
on (release) {
_root.atop1.gotoAndStop(18);
}
Symbol 91 Button
on (release) {
_root.atop1.gotoAndStop(19);
}
Symbol 92 Button
on (release) {
_root.atop1.gotoAndStop(20);
}
Symbol 93 Button
on (release) {
_root.atop1.gotoAndStop(21);
}
Symbol 94 Button
on (release) {
_root.atop1.gotoAndStop(22);
}
Symbol 95 Button
on (release) {
_root.atop1.gotoAndStop(23);
}
Symbol 96 Button
on (release) {
getURL ("http://www.azdressup.com", "_blank");
}
Symbol 141 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 3
stop();
Symbol 141 MovieClip Frame 4
stop();
Symbol 141 MovieClip Frame 5
stop();
Symbol 141 MovieClip Frame 6
stop();
Symbol 141 MovieClip Frame 7
stop();
Symbol 141 MovieClip Frame 8
stop();
Symbol 141 MovieClip Frame 9
stop();
Symbol 141 MovieClip Frame 10
stop();
Symbol 141 MovieClip Frame 11
stop();
Symbol 141 MovieClip Frame 12
stop();
Symbol 141 MovieClip Frame 13
stop();
Symbol 141 MovieClip Frame 14
stop();
Symbol 141 MovieClip Frame 15
stop();
Symbol 141 MovieClip Frame 16
stop();
Symbol 141 MovieClip Frame 17
stop();
Symbol 141 MovieClip Frame 18
stop();
Symbol 141 MovieClip Frame 19
stop();
Symbol 141 MovieClip Frame 20
stop();
Symbol 141 MovieClip Frame 21
stop();
Symbol 141 MovieClip Frame 22
stop();
Symbol 141 MovieClip Frame 23
stop();
Symbol 148 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 2
stop();
Symbol 148 MovieClip Frame 3
stop();
Symbol 148 MovieClip Frame 4
stop();
Symbol 149 Button
on (release) {
_root.ah1.play();
}
Symbol 152 MovieClip Frame 60
stop();