Frame 1
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
pre = int((loaded / total) * 100);
loadingbar.gotoAndStop(pre);
Frame 10
if (loaded == total) {
gotoAndStop (11);
} else {
gotoAndPlay ("loading");
}
Frame 11
adsorb_x = 999;
adsorb_y = 999;
for (var i in this) {
if ((typeof(this[i]) == "movieclip") and (this[i]._name.substr(0, 1) == "a")) {
this[i].onPress = function () {
aje9.swapDepths(this._parent.getNextHighestDepth());
this.startDrag();
};
this[i].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;
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)) {
if (this._name.substr(0, 2) == "a1") {
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._x = _root.on_clothing1.x0;
_root.on_clothing1._y = _root.on_clothing1.y0;
_root.on_clothing1 = undefined;
}
if (_root.on_clothing2 != undefined) {
_root.on_clothing2._x = _root.on_clothing2.x0;
_root.on_clothing2._y = _root.on_clothing2.y0;
_root.on_clothing2 = undefined;
}
if (_root.on_clothing3 != undefined) {
_root.on_clothing3._x = _root.on_clothing3.x0;
_root.on_clothing3._y = _root.on_clothing3.y0;
_root.on_clothing3 = undefined;
}
_root.on_clothing1 = this;
}
if (this._name.substr(0, 2) == "a2") {
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._x = _root.on_clothing1.x0;
_root.on_clothing1._y = _root.on_clothing1.y0;
_root.on_clothing1 = undefined;
}
if (_root.on_clothing2 != undefined) {
_root.on_clothing2._x = _root.on_clothing2.x0;
_root.on_clothing2._y = _root.on_clothing2.y0;
_root.on_clothing2 = undefined;
}
_root.on_clothing2 = this;
}
if (this._name.substr(0, 2) == "a3") {
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._x = _root.on_clothing1.x0;
_root.on_clothing1._y = _root.on_clothing1.y0;
_root.on_clothing1 = undefined;
}
if (_root.on_clothing3 != undefined) {
_root.on_clothing3._x = _root.on_clothing3.x0;
_root.on_clothing3._y = _root.on_clothing3.y0;
_root.on_clothing3 = undefined;
}
_root.on_clothing3 = this;
}
if (this._name.substr(0, 2) == "a4") {
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._x = _root.on_clothing4.x0;
_root.on_clothing4._y = _root.on_clothing4.y0;
_root.on_clothing4 = undefined;
}
_root.on_clothing4 = this;
}
if (this._name.substr(0, 2) == "a5") {
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._x = _root.on_clothing5.x0;
_root.on_clothing5._y = _root.on_clothing5.y0;
_root.on_clothing5 = undefined;
}
_root.on_clothing5 = this;
}
}
}
this.stopDrag();
_root.matchCheck(this);
};
}
}
this.onEnterFrame = function () {
if ((((_root.on_clothing1 != undefined) and (Math.abs(_root.on_clothing1._x - _root.on_clothing1.xx) < 1)) and (Math.abs(_root.on_clothing1._y - _root.on_clothing1.yy) < 1)) or (((_root.on_clothing2 != undefined) and (Math.abs(_root.on_clothing2._x - _root.on_clothing2.xx) < 1)) and (Math.abs(_root.on_clothing2._y - _root.on_clothing2.yy) < 1))) {
model_bady_mc.underwear1_mc._visible = false;
} else {
model_bady_mc.underwear1_mc._visible = true;
}
if ((((_root.on_clothing1 != undefined) and (Math.abs(_root.on_clothing1._x - _root.on_clothing1.xx) < 1)) and (Math.abs(_root.on_clothing1._y - _root.on_clothing1.yy) < 1)) or (((_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.underwear2_mc._visible = false;
} else {
model_bady_mc.underwear2_mc._visible = true;
}
};
_global.bb = random(5) + 1;
Instance of Symbol 52 MovieClip "model_bady_mc" in Frame 11
onClipEvent (load) {
aa = random(5) + 1;
_root.model_bady_mc.gotoAndStop(aa);
}
Instance of Symbol 154 MovieClip "model_hair_mc" in Frame 11
onClipEvent (load) {
aa = random(5) + 1;
_root.model_hair_mc.gotoAndStop(aa);
}
Instance of Symbol 172 MovieClip in Frame 11
/* no clip actions */
Symbol 5 MovieClip Frame 1
stop();
Symbol 27 MovieClip Frame 1
stop();
Symbol 27 MovieClip Frame 2
stop();
Symbol 27 MovieClip Frame 3
stop();
Symbol 27 MovieClip Frame 4
stop();
Symbol 27 MovieClip Frame 5
stop();
Symbol 27 MovieClip Frame 6
stop();
Symbol 27 MovieClip Frame 7
stop();
Symbol 27 MovieClip Frame 8
stop();
Symbol 27 MovieClip Frame 9
stop();
Symbol 27 MovieClip Frame 10
stop();
Symbol 27 MovieClip Frame 11
stop();
Symbol 45 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 2
stop();
Symbol 45 MovieClip Frame 3
stop();
Symbol 45 MovieClip Frame 4
stop();
Symbol 45 MovieClip Frame 5
stop();
Symbol 45 MovieClip Frame 6
stop();
Symbol 45 MovieClip Frame 7
stop();
Symbol 45 MovieClip Frame 8
stop();
Symbol 45 MovieClip Frame 9
stop();
Symbol 52 MovieClip Frame 1
stop();
Symbol 52 MovieClip Frame 2
stop();
Symbol 52 MovieClip Frame 3
stop();
Symbol 52 MovieClip Frame 4
stop();
Symbol 52 MovieClip Frame 5
stop();
Symbol 117 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 2
stop();
Instance of Symbol 63 MovieClip "a1 050508189_f" in Symbol 117 MovieClip Frame 2
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 117 MovieClip Frame 3
stop();
Instance of Symbol 66 MovieClip "a1 050508176_f" in Symbol 117 MovieClip Frame 3
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 117 MovieClip Frame 4
stop();
Instance of Symbol 71 MovieClip "a1 040121144_f" in Symbol 117 MovieClip Frame 4
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 117 MovieClip Frame 5
stop();
Instance of Symbol 74 MovieClip "a1 030919112_f" in Symbol 117 MovieClip Frame 5
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 117 MovieClip Frame 6
stop();
Instance of Symbol 77 MovieClip "a1 050515190_f" in Symbol 117 MovieClip Frame 6
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 117 MovieClip Frame 7
stop();
Instance of Symbol 80 MovieClip "a1 050508169_f" in Symbol 117 MovieClip Frame 7
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 117 MovieClip Frame 8
stop();
Instance of Symbol 83 MovieClip "a1 050508167_f" in Symbol 117 MovieClip Frame 8
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 117 MovieClip Frame 9
stop();
Instance of Symbol 86 MovieClip "a1 050515208_f" in Symbol 117 MovieClip Frame 9
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 117 MovieClip Frame 10
stop();
Instance of Symbol 89 MovieClip "a1 050515197_f" in Symbol 117 MovieClip Frame 10
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 117 MovieClip Frame 11
stop();
Instance of Symbol 92 MovieClip "a1 050515205_f" in Symbol 117 MovieClip Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 117 MovieClip Frame 12
stop();
Instance of Symbol 95 MovieClip "a1 050515196_f" in Symbol 117 MovieClip Frame 12
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 117 MovieClip Frame 13
stop();
Instance of Symbol 98 MovieClip "a1 030919105_f" in Symbol 117 MovieClip Frame 13
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 117 MovieClip Frame 14
stop();
Instance of Symbol 101 MovieClip "a1 050515193_f" in Symbol 117 MovieClip Frame 14
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 117 MovieClip Frame 15
stop();
Instance of Symbol 104 MovieClip "a1 040121127_f" in Symbol 117 MovieClip Frame 15
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 117 MovieClip Frame 16
stop();
Instance of Symbol 107 MovieClip "a1 050515198_f" in Symbol 117 MovieClip Frame 16
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 117 MovieClip Frame 17
stop();
Instance of Symbol 110 MovieClip "a1 050515195_f" in Symbol 117 MovieClip Frame 17
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 117 MovieClip Frame 18
stop();
Instance of Symbol 113 MovieClip "a1 050508178_f" in Symbol 117 MovieClip Frame 18
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 117 MovieClip Frame 19
stop();
Instance of Symbol 116 MovieClip "a1 030919100_f" in Symbol 117 MovieClip Frame 19
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 421.5;
this.yy = 142.8;
}
Symbol 118 Button
on (release) {
_root.dress_mc.gotoAndStop(2);
}
Symbol 119 Button
on (release) {
_root.dress_mc.gotoAndStop(6);
}
Symbol 120 Button
on (release) {
_root.dress_mc.gotoAndStop(12);
}
Symbol 121 Button
on (release) {
_root.dress_mc.gotoAndStop(4);
}
Symbol 122 Button
on (release) {
_root.dress_mc.gotoAndStop(8);
}
Symbol 123 Button
on (release) {
_root.dress_mc.gotoAndStop(11);
}
Symbol 124 Button
on (release) {
_root.dress_mc.gotoAndStop(14);
}
Symbol 125 Button
on (release) {
_root.dress_mc.gotoAndStop(9);
}
Symbol 126 Button
on (release) {
_root.dress_mc.gotoAndStop(19);
}
Symbol 127 Button
on (release) {
_root.dress_mc.gotoAndStop(3);
}
Symbol 128 Button
on (release) {
_root.dress_mc.gotoAndStop(18);
}
Symbol 129 Button
on (release) {
_root.dress_mc.gotoAndStop(16);
}
Symbol 130 Button
on (release) {
_root.dress_mc.gotoAndStop(15);
}
Symbol 131 Button
on (release) {
_root.dress_mc.gotoAndStop(13);
}
Symbol 132 Button
on (release) {
_root.dress_mc.gotoAndStop(7);
}
Symbol 133 Button
on (release) {
_root.dress_mc.gotoAndStop(10);
}
Symbol 134 Button
on (release) {
_root.dress_mc.gotoAndStop(17);
}
Symbol 135 Button
on (release) {
_root.dress_mc.gotoAndStop(5);
}
Symbol 144 Button
on (press) {
if (_name.substr(0, 1) == "p") {
this.swapDepths(_root.d++);
this.startDrag();
}
}
on (release) {
if (_name.substr(0, 1) == "p") {
this.stopDrag();
_root.matchCheck(this);
}
}
Symbol 154 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 2
stop();
Symbol 154 MovieClip Frame 3
stop();
Symbol 154 MovieClip Frame 4
stop();
Symbol 154 MovieClip Frame 5
stop();
Symbol 163 Button
on (release) {
_root.model_hair_mc.play();
}
Symbol 167 Button
on (release) {
_root.model_bady_mc.gotoAndStop(5);
}
Symbol 168 Button
on (release) {
_root.model_bady_mc.gotoAndStop(1);
}
Symbol 169 Button
on (release) {
_root.model_bady_mc.gotoAndStop(3);
}
Symbol 170 Button
on (release) {
_root.model_bady_mc.gotoAndStop(4);
}
Symbol 171 Button
on (release) {
_root.model_bady_mc.gotoAndStop(2);
}
Symbol 175 Button
on (release) {
_root.model_bady_mc.model_mouth_mc.gotoAndStop(1);
}
Symbol 176 Button
on (release) {
_root.model_bady_mc.model_mouth_mc.gotoAndStop(2);
}
Symbol 177 Button
on (release) {
_root.model_bady_mc.model_mouth_mc.gotoAndStop(3);
}
Symbol 178 Button
on (release) {
_root.model_bady_mc.model_mouth_mc.gotoAndStop(4);
}
Symbol 179 Button
on (release) {
_root.model_bady_mc.model_mouth_mc.gotoAndStop(5);
}
Symbol 180 Button
on (release) {
_root.model_bady_mc.model_mouth_mc.gotoAndStop(6);
}
Symbol 181 Button
on (release) {
_root.model_bady_mc.model_mouth_mc.gotoAndStop(7);
}
Symbol 182 Button
on (release) {
_root.model_bady_mc.model_mouth_mc.gotoAndStop(8);
}
Symbol 183 Button
on (release) {
_root.model_bady_mc.model_mouth_mc.gotoAndStop(9);
}
Symbol 187 Button
on (release) {
_root.hsmc1.play();
_root.hsmc2.play();
}
Symbol 203 Button
on (release) {
getURL ("http://www.i-amour.com", "_blank");
}
Symbol 209 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 2
stop();
Symbol 209 MovieClip Frame 3
stop();
Symbol 209 MovieClip Frame 4
stop();
Symbol 209 MovieClip Frame 5
stop();
Symbol 209 MovieClip Frame 6
stop();
Symbol 209 MovieClip Frame 7
stop();
Symbol 209 MovieClip Frame 8
stop();
Symbol 209 MovieClip Frame 9
stop();
Symbol 209 MovieClip Frame 10
stop();
Symbol 209 MovieClip Frame 11
stop();