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 saveit() {
mov = new Array();
frm = new Array();
vis = new Array();
for (var i in movarr) {
var tmpmc = eval ((mainmc + ".") + movarr[i]);
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 ((mainmc + ".") + frmarr[i]);
if (tmpmc._currentframe != 1) {
frm.push(new Array((mainmc + ".") + frmarr[i], tmpmc._currentframe));
}
}
for (var i in visarr) {
var tmpmc = eval ((mainmc + ".") + 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);
movarr = new Array();
for (var i in this) {
if ((typeof(this[i]) == "movieclip") and (this[i]._name.substr(0, 1) == "a")) {
movarr.push(this[i]._name);
}
}
frmarr = new Array();
var i = 0;
while (i < 16) {
frmarr[i] = "dress_mc" + i;
i++;
}
visarr = new Array("model_mc.dress_mc9.underwear2", "model_mc.dress_mc9.underwear1");
hitmc = "body";
mainmc = "model_mc";
function all_control_fun(v1, v2) {
this.model_mc[change_mc_array[v1]].gotoAndStop(v2 + 1);
}
function play_again_fun() {
var _local2 = 0;
while (_local2 <= change_mc_array.length) {
this.model_mc[change_mc_array[_local2]].gotoAndStop(1);
_local2++;
}
this.model_mc.dress_mc9.underwear1._visible = true;
this.model_mc.dress_mc9.underwear2._visible = true;
}
function girl1() {
if (this.model_mc.x0 and this.model_mc.y0) {
this.model_mc._x = this.model_mc.x0 - 320;
this.model_mc._y = this.model_mc.y0 + 10;
this.model_mc._xscale = (this.model_mc._yscale = 450);
this.model_mc._rotation = 0;
}
}
function SetPrintJob() {
my_pj = new PrintJob();
my_pj.start();
my_pj.addPage("_root", {printAsBitmap:true});
my_pj.send();
delete my_pj;
}
stop();
mymenu = new ContextMenu();
mymenu.hideBuiltInItems();
mymenu.builtInItems.print = true;
_root.menu = mymenu;
change_mc_array = new Array();
var i = 0;
while (i < 16) {
change_mc_array[i] = "dress_mc" + i;
i++;
}
girl1();
Instance of Symbol 26 MovieClip "bg_mc" in Frame 11
onClipEvent (load) {
var a = (random(5) + 1);
this.gotoAndStop(a);
}
Instance of Symbol 143 MovieClip "model_mc" in Frame 11
onClipEvent (load) {
this._xscale = (this._yscale = 450);
this.x0 = this._x;
this.y0 = this._y;
this._x = this._x - 320;
this._y = this._y + 10;
}
Frame 12
function girl5() {
if (this.model_mc.x0 and this.model_mc.y0) {
this.model_mc._x = this.model_mc.x0 - 40;
this.model_mc._y = this.model_mc.y0 + 20;
this.model_mc._xscale = (this.model_mc._yscale = 150);
this.model_mc._rotation = 0;
}
}
stop();
girl5();
Instance of Symbol 107 MovieClip in Frame 12
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 114 MovieClip in Frame 12
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 114 MovieClip in Frame 12
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Frame 12
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Frame 12
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Frame 12
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Frame 12
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Frame 12
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Frame 13
function girl2() {
if (this.model_mc.x0 and this.model_mc.y0) {
this.model_mc._x = this.model_mc.x0;
this.model_mc._y = this.model_mc.y0;
this.model_mc._xscale = (this.model_mc._yscale = 100);
this.model_mc._rotation = 0;
}
}
stop();
girl2();
Frame 14
function girl3() {
if (this.model_mc.x0 and this.model_mc.y0) {
this.model_mc._x = this.model_mc.x0 + 200;
this.model_mc._y = this.model_mc.y0;
this.model_mc._xscale = (this.model_mc._yscale = 100);
this.model_mc._rotation = 0;
}
}
stop();
girl3();
Symbol 5 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 2
stop();
Symbol 26 MovieClip Frame 3
stop();
Symbol 26 MovieClip Frame 4
stop();
Symbol 26 MovieClip Frame 5
stop();
Symbol 38 MovieClip Frame 1
stop();
Symbol 44 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 1
stop();
Symbol 100 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 1
stop();
Instance of Symbol 107 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 114 MovieClip in Symbol 115 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 114 MovieClip in Symbol 115 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 115 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 114 MovieClip in Symbol 120 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Symbol 121 MovieClip Frame 1
stop();
Symbol 126 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 1
stop();
Instance of Symbol 114 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 114 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 136 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 136 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Instance of Symbol 107 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (load) {
n = random(59) + 1;
this.gotoAndPlay(n);
}
Symbol 142 MovieClip Frame 1
stop();
Symbol 149 Button
on (release) {
gotoAndStop (13);
}
Symbol 154 Button
on (release) {
gotoAndStop (12);
}
Symbol 157 Button
on (release) {
gotoAndStop (13);
}
Symbol 195 Button
on (release) {
_root.all_control_fun(0, 0);
}
Symbol 196 Button
on (release) {
_root.all_control_fun(0, 1);
}
Symbol 197 Button
on (release) {
_root.all_control_fun(0, 2);
}
Symbol 198 Button
on (release) {
_root.all_control_fun(0, 3);
}
Symbol 199 Button
on (release) {
_root.all_control_fun(0, 4);
}
Symbol 201 Button
on (release) {
_root.all_control_fun(9, 0);
}
Symbol 202 Button
on (release) {
_root.all_control_fun(9, 1);
}
Symbol 203 Button
on (release) {
_root.all_control_fun(9, 2);
}
Symbol 204 Button
on (release) {
_root.all_control_fun(9, 3);
}
Symbol 205 Button
on (release) {
_root.all_control_fun(4, 1);
}
Symbol 206 Button
on (release) {
_root.all_control_fun(4, 2);
}
Symbol 207 Button
on (release) {
_root.all_control_fun(4, 3);
}
Symbol 208 Button
on (release) {
_root.all_control_fun(4, 4);
}
Symbol 209 Button
on (release) {
_root.all_control_fun(4, 5);
}
Symbol 210 Button
on (release) {
_root.all_control_fun(5, 1);
}
Symbol 211 Button
on (release) {
_root.all_control_fun(5, 2);
}
Symbol 212 Button
on (release) {
_root.all_control_fun(5, 3);
}
Symbol 213 Button
on (release) {
_root.all_control_fun(5, 4);
}
Symbol 214 Button
on (release) {
_root.all_control_fun(5, 0);
}
Symbol 215 Button
on (release) {
_root.all_control_fun(6, 1);
}
Symbol 216 Button
on (release) {
_root.all_control_fun(6, 2);
}
Symbol 217 Button
on (release) {
_root.all_control_fun(6, 3);
}
Symbol 218 Button
on (release) {
_root.all_control_fun(6, 4);
}
Symbol 219 Button
on (release) {
_root.all_control_fun(6, 5);
}
Symbol 220 Button
on (release) {
_root.all_control_fun(6, 6);
}
Symbol 221 Button
on (release) {
_root.all_control_fun(6, 7);
}
Symbol 222 Button
on (release) {
_root.all_control_fun(6, 0);
}
Symbol 224 Button
on (release) {
_root.all_control_fun(1, 1);
}
Symbol 225 Button
on (release) {
_root.all_control_fun(1, 2);
}
Symbol 226 Button
on (release) {
_root.all_control_fun(1, 3);
}
Symbol 227 Button
on (release) {
_root.all_control_fun(1, 4);
}
Symbol 228 Button
on (release) {
_root.all_control_fun(1, 5);
}
Symbol 229 Button
on (release) {
_root.all_control_fun(1, 6);
}
Symbol 230 Button
on (release) {
_root.all_control_fun(1, 7);
}
Symbol 231 Button
on (release) {
_root.all_control_fun(1, 8);
}
Symbol 232 Button
on (release) {
_root.all_control_fun(1, 9);
}
Symbol 233 Button
on (release) {
_root.all_control_fun(1, 10);
}
Symbol 234 Button
on (release) {
_root.all_control_fun(10, 1);
}
Symbol 235 Button
on (release) {
_root.all_control_fun(10, 2);
}
Symbol 236 Button
on (release) {
_root.all_control_fun(10, 3);
}
Symbol 237 Button
on (release) {
_root.all_control_fun(10, 4);
}
Symbol 238 Button
on (release) {
_root.all_control_fun(10, 0);
}
Symbol 246 Button
on (release) {
gotoAndStop (11);
}
Symbol 249 Button
on (release) {
gotoAndStop (14);
}
Symbol 251 Button
on (release) {
if (this.model_mc.dress_mc11._currentframe == 3) {
_root.all_control_fun(11, 0);
} else {
_root.all_control_fun(11, 2);
}
}
Symbol 252 Button
on (release) {
if (this.model_mc.dress_mc12._currentframe == 2) {
_root.all_control_fun(12, 0);
} else {
_root.all_control_fun(12, 1);
}
}
Symbol 253 Button
on (release) {
if (this.model_mc.dress_mc11._currentframe == 4) {
_root.all_control_fun(11, 0);
} else {
_root.all_control_fun(11, 3);
}
}
Symbol 255 Button
on (release) {
if (this.model_mc.dress_mc11._currentframe == 2) {
_root.all_control_fun(11, 0);
} else {
_root.all_control_fun(11, 1);
}
}
Symbol 256 Button
on (release) {
if (this.model_mc.dress_mc12._currentframe == 3) {
_root.all_control_fun(12, 0);
} else {
_root.all_control_fun(12, 2);
}
}
Symbol 257 Button
on (release) {
if (this.model_mc.dress_mc12._currentframe == 4) {
_root.all_control_fun(12, 0);
} else {
_root.all_control_fun(12, 3);
}
}
Symbol 258 Button
on (release) {
if (this.model_mc.dress_mc13._currentframe == 2) {
_root.all_control_fun(13, 0);
} else {
_root.all_control_fun(13, 1);
}
}
Symbol 259 Button
on (release) {
if (this.model_mc.dress_mc13._currentframe == 3) {
_root.all_control_fun(13, 0);
} else {
_root.all_control_fun(13, 2);
}
}
Symbol 260 Button
on (release) {
if (this.model_mc.dress_mc14._currentframe == 2) {
_root.all_control_fun(14, 0);
} else {
_root.all_control_fun(14, 1);
}
}
Symbol 261 Button
on (release) {
if (this.model_mc.dress_mc11._currentframe == 5) {
_root.all_control_fun(11, 0);
} else {
_root.all_control_fun(11, 4);
}
}
Symbol 262 Button
on (release) {
if (this.model_mc.dress_mc12._currentframe == 5) {
_root.all_control_fun(12, 0);
} else {
_root.all_control_fun(12, 4);
}
}
Symbol 263 Button
on (release) {
gotoAndStop (12);
}
Symbol 285 Button
on (release) {
if (this.model_mc.dress_mc7._currentframe == 2) {
_root.all_control_fun(7, 0);
this.model_mc.dress_mc9.underwear1._visible = true;
} else {
_root.all_control_fun(7, 1);
this.model_mc.dress_mc9.underwear1._visible = false;
}
}
Symbol 286 Button
on (release) {
if (this.model_mc.dress_mc7._currentframe == 3) {
_root.all_control_fun(7, 0);
this.model_mc.dress_mc9.underwear1._visible = true;
} else {
_root.all_control_fun(7, 2);
this.model_mc.dress_mc9.underwear1._visible = false;
}
}
Symbol 287 Button
on (release) {
if (this.model_mc.dress_mc7._currentframe == 7) {
_root.all_control_fun(7, 0);
this.model_mc.dress_mc9.underwear1._visible = true;
} else {
_root.all_control_fun(7, 6);
this.model_mc.dress_mc9.underwear1._visible = false;
}
}
Symbol 288 Button
on (release) {
if (this.model_mc.dress_mc7._currentframe == 8) {
_root.all_control_fun(7, 0);
this.model_mc.dress_mc9.underwear1._visible = true;
} else {
_root.all_control_fun(7, 7);
this.model_mc.dress_mc9.underwear1._visible = false;
}
}
Symbol 289 Button
on (release) {
if (this.model_mc.dress_mc7._currentframe == 4) {
_root.all_control_fun(7, 0);
this.model_mc.dress_mc9.underwear1._visible = true;
} else {
_root.all_control_fun(7, 3);
this.model_mc.dress_mc9.underwear1._visible = false;
}
}
Symbol 290 Button
on (release) {
if (this.model_mc.dress_mc7._currentframe == 9) {
_root.all_control_fun(7, 0);
this.model_mc.dress_mc9.underwear1._visible = true;
} else {
_root.all_control_fun(7, 8);
this.model_mc.dress_mc9.underwear1._visible = false;
}
}
Symbol 291 Button
on (release) {
if (this.model_mc.dress_mc7._currentframe == 5) {
_root.all_control_fun(7, 0);
this.model_mc.dress_mc9.underwear1._visible = true;
} else {
_root.all_control_fun(7, 4);
this.model_mc.dress_mc9.underwear1._visible = false;
}
}
Symbol 292 Button
on (release) {
if (this.model_mc.dress_mc7._currentframe == 10) {
_root.all_control_fun(7, 0);
this.model_mc.dress_mc9.underwear1._visible = true;
} else {
_root.all_control_fun(7, 9);
this.model_mc.dress_mc9.underwear1._visible = false;
}
}
Symbol 293 Button
on (release) {
if (this.model_mc.dress_mc7._currentframe == 6) {
_root.all_control_fun(7, 0);
this.model_mc.dress_mc9.underwear1._visible = true;
} else {
_root.all_control_fun(7, 5);
this.model_mc.dress_mc9.underwear1._visible = false;
}
}
Symbol 294 Button
on (release) {
if (this.model_mc.dress_mc7._currentframe == 11) {
_root.all_control_fun(7, 0);
this.model_mc.dress_mc9.underwear1._visible = true;
} else {
_root.all_control_fun(7, 10);
this.model_mc.dress_mc9.underwear1._visible = false;
}
}
Symbol 295 Button
on (release) {
_root.all_control_fun(8, 2);
}
Symbol 296 Button
on (release) {
_root.all_control_fun(8, 3);
}
Symbol 298 Button
on (release) {
_root.all_control_fun(8, 4);
}
Symbol 299 Button
on (release) {
_root.all_control_fun(8, 5);
}
Symbol 300 Button
on (release) {
if (this.model_mc.dress_mc15._currentframe == 3) {
_root.all_control_fun(15, 0);
this.model_mc.dress_mc9.underwear2._visible = true;
} else {
_root.all_control_fun(15, 2);
this.model_mc.dress_mc9.underwear2._visible = false;
}
}
Symbol 301 Button
on (release) {
if (this.model_mc.dress_mc15._currentframe == 4) {
_root.all_control_fun(15, 0);
this.model_mc.dress_mc9.underwear2._visible = true;
} else {
_root.all_control_fun(15, 3);
this.model_mc.dress_mc9.underwear2._visible = false;
}
}
Symbol 302 Button
on (release) {
if (this.model_mc.dress_mc15._currentframe == 5) {
_root.all_control_fun(15, 0);
this.model_mc.dress_mc9.underwear2._visible = true;
} else {
_root.all_control_fun(15, 4);
this.model_mc.dress_mc9.underwear2._visible = false;
}
}
Symbol 303 Button
on (release) {
if (this.model_mc.dress_mc15._currentframe == 6) {
_root.all_control_fun(15, 0);
this.model_mc.dress_mc9.underwear2._visible = true;
} else {
_root.all_control_fun(15, 5);
this.model_mc.dress_mc9.underwear2._visible = false;
}
}
Symbol 304 Button
on (release) {
if (this.model_mc.dress_mc15._currentframe == 7) {
_root.all_control_fun(15, 0);
this.model_mc.dress_mc9.underwear2._visible = true;
} else {
_root.all_control_fun(15, 6);
this.model_mc.dress_mc9.underwear2._visible = false;
}
}
Symbol 305 Button
on (release) {
if (this.model_mc.dress_mc15._currentframe == 2) {
_root.all_control_fun(15, 0);
this.model_mc.dress_mc9.underwear2._visible = true;
} else {
_root.all_control_fun(15, 1);
this.model_mc.dress_mc9.underwear2._visible = false;
}
}
Symbol 307 Button
on (release) {
_root.all_control_fun(8, 1);
}
Symbol 310 Button
on (release) {
_root.SetPrintJob();
}
Symbol 314 Button
on (release) {
_root.play_again_fun();
gotoAndStop (11);
}
Symbol 317 Button
on (release) {
bg_mc.play();
}