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
function init() {
movarr = new Array();
for (var _local2 in this) {
if ((typeof(this[_local2]) == "movieclip") && (((this[_local2]._name.substr(0, 1) == "a") || (this[_local2]._name.substr(0, 1) == "b")) || (this[_local2]._name.substr(0, 1) == "d"))) {
movarr.push(this[_local2]._name);
}
}
frmarr = new Array("model_bady_mc", "model_hair_mc", "model_bady_mc.model_mouth_mc");
mybody = "model_bady_mc";
hitmc = "body";
visarr = new Array("model_bady_mc.underwear2_mc", "model_bady_mc.underwear1_mc", "model_bady_mc.hhhh_mc");
mainmc = this;
}
function saveit() {
mov = new Array();
frm = new Array();
for (var i in movarr) {
var tmpmc = mainmc[movarr[i]];
var bodmc = mainmc[mybody];
var hitmc = this.body;
if (tmpmc.hitTest(hitmc)) {
mov.push(new Array(movarr[i], int(tmpmc._x), int(tmpmc._y)));
}
}
for (var i in frmarr) {
var tmpmc = eval (frmarr[i]);
if (tmpmc._currentframe != 1) {
frm.push(new Array(frmarr[i], tmpmc._currentframe));
}
}
vis = new Array();
for (var i in visarr) {
var tmpmc = eval (visarr[i]);
vis.push(new Array(visarr[i], tmpmc._visible));
}
savestr = (((("&mov=" + mov.join("|")) + "&frm=") + frm.join("|")) + "&vis=") + vis.join("|");
return(savestr);
}
loadMovieNum ("/control.swf", 10);
init();
function init() {
one();
adsorb_x = 88;
adsorb_y = 88;
for (var _local5 in this) {
if ((typeof(this[_local5]) == "movieclip") and (this[_local5]._name.substr(0, 1) == "a")) {
if (this[_local5]._name.substr(0, 2) == "aj") {
var _local4 = Number(this[_local5]._name.substr(2)) + 100;
this[_local5].sd = _local4;
this[_local5].swapDepths(_local4);
}
if (this[_local5]._name.substr(0, 6) == "ashose") {
var _local4 = Number(this[_local5]._name.substr(6)) + 500;
this[_local5].sd = _local4;
this[_local5].swapDepths(_local4);
}
if (this[_local5]._name.substr(0, 5) == "abott") {
var _local4 = Number(this[_local5]._name.substr(5)) + 600;
this[_local5].sd = _local4;
this[_local5].swapDepths(_local4);
}
if (this[_local5]._name.substr(0, 4) == "atop") {
var _local4 = Number(this[_local5]._name.substr(4)) + 700;
this[_local5].sd = _local4;
this[_local5].swapDepths(_local4);
}
if (this[_local5]._name.substr(0, 5) == "atopa") {
var _local4 = Number(this[_local5]._name.substr(5)) + 700;
this[_local5].sd = _local4;
this[_local5].swapDepths(_local4);
}
if (this[_local5]._name.substr(0, 2) == "ar") {
var _local4 = Number(this[_local5]._name.substr(2)) + 900;
this[_local5].sd = _local4;
this[_local5].swapDepths(_local4);
}
if (this[_local5]._name.substr(0, 2) == "ah") {
var _local4 = Number(this[_local5]._name.substr(2)) + 1000;
this[_local5].sd = _local4;
this[_local5].swapDepths(_local4);
}
this[_local5].enabled = true;
this[_local5].onPress = function () {
this.swapDepths(10000);
this.startDrag();
};
this[_local5].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);
var _local3 = 1;
while (_local3 <= 10) {
if (_root.on_clothing4 == _root["atopa" + _local3]) {
to_initialize_fun(_root.on_clothing4);
}
_local3++;
}
_root.on_clothing3 = undefined;
}
_root.on_clothing3 = this;
}
if (this._name.substr(0, 5) == "atopa") {
if (_root.on_clothing4 != undefined) {
to_initialize_fun(_root.on_clothing4);
to_initialize_fun(_root.on_clothing3);
_root.on_clothing4 = undefined;
}
_root.on_clothing4 = this;
}
if ((this._name.substr(0, 4) == "atop") && (this._name.substr(4, 1) != "a")) {
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;
}
if ((typeof(this[_local2]) == "movieclip") and (this[_local2]._name.substr(0, 1) == "b")) {
this[_local2]._x = this[_local2].x0;
this[_local2]._y = this[_local2].y0;
}
}
var _local2 = 1;
while (_local2 <= 6) {
this["on_clothing" + _local2] = undefined;
_local2++;
}
one();
}
function one() {
_root.on_clothing6 = ah1;
_root.on_clothing4 = atop1;
_root.on_clothing2 = ashose1;
_root.on_clothing3 = abott1;
_root.ah1._x = ah1.xx;
_root.ah1._y = ah1.yy;
_root.atop1._x = atop1.xx;
_root.atop1._y = atop1.yy;
_root.ashose1._x = ashose1.xx;
_root.ashose1._y = ashose1.yy;
_root.abott1._x = abott1.xx;
_root.abott1._y = abott1.yy;
}
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.underwear2_mc._visible = false;
} else {
model_bady_mc.underwear2_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.underwear1_mc._visible = false;
} else {
model_bady_mc.underwear1_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(100);
for (var i in this) {
if ((typeof(this[i]) == "movieclip") and (this[i]._name.substr(0, 1) == "b")) {
this[i].onPress = function () {
var _local2 = Number(this._name.substr(2, 2)) + 1100;
this.startDrag();
this.swapDepths(_local2);
};
this[i].onRelease = function () {
var _local2 = Number(this._name.substr(2, 2)) + 1100;
this.stopDrag();
this.swapDepths(_local2);
};
}
}
Instance of Symbol 87 MovieClip "ashose1" in Frame 11
onClipEvent (load) {
this.x0 = 27.7;
this.y0 = 602;
this.xx = 524.9;
this.yy = 557.3;
this._x = 524.9;
this._y = 557.3;
}
Instance of Symbol 89 MovieClip "ashose2" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 525.1;
this.yy = 545.3;
}
Instance of Symbol 91 MovieClip "ashose3" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 525;
this.yy = 556.8;
}
Instance of Symbol 93 MovieClip "ashose4" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 521.8;
this.yy = 554.6;
}
Instance of Symbol 95 MovieClip "ashose5" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 525;
this.yy = 557.1;
}
Instance of Symbol 97 MovieClip "abott1" in Frame 11
onClipEvent (load) {
this.x0 = -0.8;
this.y0 = 337;
this.xx = 505.5;
this.yy = 287.9;
this._x = 505.5;
this._y = 287.9;
this.enabled = false;
}
Instance of Symbol 99 MovieClip "abott2" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 505.8;
this.yy = 293.6;
}
Instance of Symbol 101 MovieClip "abott3" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 488.6;
this.yy = 284.2;
}
Instance of Symbol 103 MovieClip "abott4" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 492.9;
this.yy = 280.4;
}
Instance of Symbol 105 MovieClip "abott5" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 486.8;
this.yy = 286.2;
}
Instance of Symbol 107 MovieClip "abott6" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 486.6;
this.yy = 285.8;
}
Instance of Symbol 109 MovieClip "abott7" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 486.6;
this.yy = 293.1;
}
Instance of Symbol 111 MovieClip "abott8" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 486.7;
this.yy = 285.9;
}
Instance of Symbol 113 MovieClip "abott9" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 486.9;
this.yy = 285.8;
}
Instance of Symbol 115 MovieClip "abott10" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 486.6;
this.yy = 285.9;
}
Instance of Symbol 117 MovieClip "atop1" in Frame 11
onClipEvent (load) {
this.x0 = -11.9;
this.y0 = 146;
this.xx = 497.7;
this.yy = 175.6;
this._x = 497.7;
this._y = 175.6;
this.enabled = false;
}
Instance of Symbol 119 MovieClip "atop2" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 500.8;
this.yy = 169.3;
}
Instance of Symbol 121 MovieClip "atop3" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 504.1;
this.yy = 174.8;
}
Instance of Symbol 123 MovieClip "atop4" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 507.3;
this.yy = 176.1;
}
Instance of Symbol 125 MovieClip "atop5" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 487.8;
this.yy = 177.6;
}
Instance of Symbol 127 MovieClip "atop6" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 488;
this.yy = 165.8;
}
Instance of Symbol 129 MovieClip "atop7" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 487.3;
this.yy = 162.8;
}
Instance of Symbol 131 MovieClip "atop8" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 494.9;
this.yy = 170.8;
}
Instance of Symbol 133 MovieClip "atop9" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 494.3;
this.yy = 176.8;
}
Instance of Symbol 135 MovieClip "atop10" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 505.8;
this.yy = 175.6;
}
Instance of Symbol 137 MovieClip "b 7" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 139 MovieClip "b 5" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 142 MovieClip "b 2" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 144 MovieClip "b 1" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 146 MovieClip "ah1" in Frame 11
onClipEvent (load) {
this.x0 = 3.9;
this.y0 = 9.3;
this.xx = 520.2;
this.yy = 75.7;
this._x = 520.2;
this._y = 75.7;
this.enabled = false;
}
Instance of Symbol 148 MovieClip "ah2" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 534.5;
this.yy = 70.3;
}
Instance of Symbol 150 MovieClip "ah3" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 530;
this.yy = 81;
}
Instance of Symbol 152 MovieClip "ah4" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 526.2;
this.yy = 74;
}
Instance of Symbol 154 MovieClip "ah5" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
this.xx = 525.6;
this.yy = 77.7;
}
Instance of Symbol 156 MovieClip "b 4" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 158 MovieClip "b 10" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 160 MovieClip "b 8" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 162 MovieClip "b 3" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 165 MovieClip "b 6" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 168 MovieClip "b 9" in Frame 11
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
}
Instance of Symbol 177 MovieClip in Frame 11
/* no clip actions */
Symbol 3 MovieClip Frame 35
this.removeMovieClip();
Symbol 4 MovieClip [hua] Frame 1
i = 1;
while (i <= 51) {
daxiao = random(51) + 50;
duplicateMovieClip ("yanhua", "yanhua" + i, i);
setProperty("yanhua" + i, _rotation , random(360));
setProperty("yanhua" + i, _alpha , random(100));
setProperty("yanhua" + i, _xscale , daxiao);
setProperty("yanhua" + i, _yscale , daxiao);
yanse = new Color("yanhua" + i);
yanse.setRGB(random(16777215));
i++;
}
yanhua._alpha = 0;
Symbol 9 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 2
stop();
Symbol 76 MovieClip Frame 3
stop();
Symbol 76 MovieClip Frame 4
stop();
Symbol 76 MovieClip Frame 5
stop();
Symbol 76 MovieClip Frame 6
stop();
Symbol 85 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 2
stop();
Symbol 85 MovieClip Frame 3
stop();
Symbol 85 MovieClip Frame 4
stop();
Symbol 173 Button
on (release) {
_root.model_bady_mc.gotoAndStop(3);
}
Symbol 174 Button
on (release) {
_root.model_bady_mc.gotoAndStop(2);
}
Symbol 175 Button
on (release) {
_root.model_bady_mc.gotoAndStop(4);
}
Symbol 176 Button
on (release) {
_root.model_bady_mc.gotoAndStop(1);
}
Symbol 186 Button
on (release) {
_root.cg.gotoAndStop(2);
}
Symbol 187 Button
on (release) {
_root.cg.gotoAndStop(3);
}
Symbol 188 Button
on (release) {
_root.cg.gotoAndStop(4);
}
Symbol 189 Button
on (release) {
_root.cg.gotoAndStop(1);
}
Symbol 190 Button
on (release) {
_root.cg.gotoAndStop(5);
}
Symbol 191 Button
on (release) {
_root.cg.gotoAndStop(6);
}
Symbol 197 Button
on (release) {
_root.bg_sound.stop();
}
Symbol 198 Button
on (release) {
_root.bg_sound.stop();
_root.bg_sound.start(0, 999);
_root.bg_sound.setVolume(58);
}
Symbol 202 Button
on (release) {
_parent.SetPrintJob();
}
Symbol 205 Button
on (release) {
_parent.replay_fun();
}