Frame 1
stop();
Instance of Symbol 230 MovieClip "lb" in Frame 2
on (release) {
_parent.tl = 1;
_parent.lb.gotoAndStop(_parent.tl);
}
Instance of Symbol 331 MovieClip "bo" in Frame 2
on (release) {
_parent.thas = 1;
_parent.bo.gotoAndStop(_parent.thas);
}
Instance of Symbol 431 MovieClip "ub" in Frame 2
on (release) {
_parent.tbas = 1;
_parent.ub.gotoAndStop(_parent.tbas);
}
Instance of Symbol 532 MovieClip "g" in Frame 2
on (release) {
_parent.tgs = 1;
_parent.g.gotoAndStop(_parent.tgs);
}
Instance of Symbol 633 MovieClip "b" in Frame 2
on (release) {
_parent.tss = 1;
_parent.b.gotoAndStop(_parent.tss);
}
Instance of Symbol 734 MovieClip "cl" in Frame 2
on (release) {
_parent.tbs = 1;
_parent.cl.gotoAndStop(_parent.tbs);
}
Instance of Symbol 835 MovieClip "sp" in Frame 2
on (release) {
_parent.tis = 1;
_parent.sp.gotoAndStop(_parent.tis);
}
Instance of Symbol 937 MovieClip "mask" in Frame 2
on (release) {
_parent.ths = 1;
_parent.mask.gotoAndStop(_parent.ths);
}
Instance of Symbol 988 MovieClip in Frame 2
on (release) {
_parent.gotoAndPlay("Upper body1");
}
Instance of Symbol 990 MovieClip in Frame 2
on (release) {
_parent.gotoAndPlay("Shoulder pad");
}
Instance of Symbol 991 MovieClip in Frame 2
on (release) {
_parent.gotoAndPlay("Chest logo");
}
Instance of Symbol 992 MovieClip in Frame 2
on (release) {
_parent.gotoAndPlay("Belt");
}
Instance of Symbol 994 MovieClip in Frame 2
on (release) {
_parent.gotoAndPlay("Gloves");
}
Instance of Symbol 996 MovieClip in Frame 2
on (release) {
_parent.gotoAndPlay("Boots");
}
Instance of Symbol 997 MovieClip in Frame 2
on (release) {
_parent.gotoAndPlay("Upper body");
}
Instance of Symbol 998 MovieClip in Frame 2
on (release) {
_parent.gotoAndPlay("Lower body");
}
Frame 12
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
masks = {};
masks = ["", "", m1, m2, m3, m4, m5, m6, m7, m8, m9, m10, m11];
for (i in masks) {
masks[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in masks) {
if (this == masks[i]) {
sel = i;
}
}
};
masks[i].onRelease = (masks[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
ths = sel;
mask.gotoAndStop(sel);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 13
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
masks = {};
masks = [m1, m2, m3, m4, m5, m6, m7, m8, m9, m10];
no = [12, 13, 14, 15, 16, 17, 18, 19, 20, 21];
for (i in masks) {
masks[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in masks) {
if (this == masks[i]) {
sel = i;
}
}
};
masks[i].onRelease = (masks[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
ths = no[sel];
mask.gotoAndStop(ths);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 14
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
masks = {};
masks = [m1, m2, m3, m4, m5, m6, m7, m8, m9, m10];
no = [22, 23, 24, 25, 26, 27, 28, 29, 30, 31];
for (i in masks) {
masks[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in masks) {
if (this == masks[i]) {
sel = i;
}
}
};
masks[i].onRelease = (masks[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
ths = no[sel];
mask.gotoAndStop(ths);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 15
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
masks = {};
masks = [m1, m2, m3, m4, m5, m6, m7, m8, m9, m10];
no = [32, 33, 34, 35, 36, 37, 38, 39, 40, 41];
for (i in masks) {
masks[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in masks) {
if (this == masks[i]) {
sel = i;
}
}
};
masks[i].onRelease = (masks[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
ths = no[sel];
mask.gotoAndStop(ths);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 16
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
masks = {};
masks = [m1, m2, m3, m4, m5, m6, m7, m8, m9, m10];
no = [42, 43, 44, 45, 46, 47, 48, 49, 50, 51];
for (i in masks) {
masks[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in masks) {
if (this == masks[i]) {
sel = i;
}
}
};
masks[i].onRelease = (masks[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
ths = no[sel];
mask.gotoAndStop(ths);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 17
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
masks = {};
masks = [m1, m2, m3, m4, m5, m6, m7, m8, m9, m10];
no = [52, 53, 54, 55, 56, 57, 58, 59, 60, 61];
for (i in masks) {
masks[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in masks) {
if (this == masks[i]) {
sel = i;
}
}
};
masks[i].onRelease = (masks[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
ths = no[sel];
mask.gotoAndStop(ths);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 18
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
masks = {};
masks = [m1, m2, m3, m4, m5, m6, m7, m8, m9, m10];
no = [62, 63, 64, 65, 66, 67, 68, 69, 70, 71];
for (i in masks) {
masks[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in masks) {
if (this == masks[i]) {
sel = i;
}
}
};
masks[i].onRelease = (masks[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
ths = no[sel];
mask.gotoAndStop(ths);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 19
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
masks = {};
masks = [m1, m2, m3, m4, m5, m6, m7, m8, m9, m10];
no = [72, 73, 74, 75, 76, 77, 78, 79, 80, 81];
for (i in masks) {
masks[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in masks) {
if (this == masks[i]) {
sel = i;
}
}
};
masks[i].onRelease = (masks[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
ths = no[sel];
mask.gotoAndStop(ths);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 20
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
masks = {};
masks = [m1, m2, m3, m4, m5, m6, m7, m8, m9, m10];
no = [82, 83, 84, 85, 86, 87, 88, 89, 90, 91];
for (i in masks) {
masks[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in masks) {
if (this == masks[i]) {
sel = i;
}
}
};
masks[i].onRelease = (masks[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
ths = no[sel];
mask.gotoAndStop(ths);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 21
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
masks = {};
masks = [m1, m2, m3, m4, m5, m6, m7, m8, m9, m10];
no = [92, 93, 94, 95, 96, 97, 98, 99, 100, 101];
for (i in masks) {
masks[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in masks) {
if (this == masks[i]) {
sel = i;
}
}
};
masks[i].onRelease = (masks[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
ths = no[sel];
mask.gotoAndStop(ths);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 42
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
sps = {};
sps = ["", "", s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11];
for (i in sps) {
sps[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in sps) {
if (this == sps[i]) {
sel = i;
}
}
};
sps[i].onRelease = (sps[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tis = sel;
sp.gotoAndStop(sel);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 43
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
sps = {};
sps = [s1, s2, s3, s4, s5, s6, s7, s8, s9, s10];
no = [12, 13, 14, 15, 16, 17, 18, 19, 20, 21];
for (i in sps) {
sps[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in sps) {
if (this == sps[i]) {
sel = i;
}
}
};
sps[i].onRelease = (sps[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tis = no[sel];
sp.gotoAndStop(tis);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 44
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
sps = {};
sps = [s1, s2, s3, s4, s5, s6, s7, s8, s9, s10];
no = [22, 23, 24, 25, 26, 27, 28, 29, 30, 31];
for (i in sps) {
sps[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in sps) {
if (this == sps[i]) {
sel = i;
}
}
};
sps[i].onRelease = (sps[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tis = no[sel];
sp.gotoAndStop(tis);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 45
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
sps = {};
sps = [s1, s2, s3, s4, s5, s6, s7, s8, s9, s10];
no = [32, 33, 34, 35, 36, 37, 38, 39, 40, 41];
for (i in sps) {
sps[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in sps) {
if (this == sps[i]) {
sel = i;
}
}
};
sps[i].onRelease = (sps[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tis = no[sel];
sp.gotoAndStop(tis);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 46
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
sps = {};
sps = [s1, s2, s3, s4, s5, s6, s7, s8, s9, s10];
no = [42, 43, 44, 45, 46, 47, 48, 49, 50, 51];
for (i in sps) {
sps[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in sps) {
if (this == sps[i]) {
sel = i;
}
}
};
sps[i].onRelease = (sps[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tis = no[sel];
sp.gotoAndStop(tis);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 47
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
sps = {};
sps = [s1, s2, s3, s4, s5, s6, s7, s8, s9, s10];
no = [52, 53, 54, 55, 56, 57, 58, 59, 60, 61];
for (i in sps) {
sps[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in sps) {
if (this == sps[i]) {
sel = i;
}
}
};
sps[i].onRelease = (sps[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tis = no[sel];
sp.gotoAndStop(tis);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 48
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
sps = {};
sps = [s1, s2, s3, s4, s5, s6, s7, s8, s9, s10];
no = [62, 63, 64, 65, 66, 67, 68, 69, 70, 71];
for (i in sps) {
sps[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in sps) {
if (this == sps[i]) {
sel = i;
}
}
};
sps[i].onRelease = (sps[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tis = no[sel];
sp.gotoAndStop(tis);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 49
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
sps = {};
sps = [s1, s2, s3, s4, s5, s6, s7, s8, s9, s10];
no = [72, 73, 74, 75, 76, 77, 78, 79, 80, 81];
for (i in sps) {
sps[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in sps) {
if (this == sps[i]) {
sel = i;
}
}
};
sps[i].onRelease = (sps[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tis = no[sel];
sp.gotoAndStop(tis);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 50
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
sps = {};
sps = [s1, s2, s3, s4, s5, s6, s7, s8, s9, s10];
no = [82, 83, 84, 85, 86, 87, 88, 89, 90, 91];
for (i in sps) {
sps[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in sps) {
if (this == sps[i]) {
sel = i;
}
}
};
sps[i].onRelease = (sps[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tis = no[sel];
sp.gotoAndStop(tis);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 51
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
sps = {};
sps = [s1, s2, s3, s4, s5, s6, s7, s8, s9, s10];
no = [92, 93, 94, 95, 96, 97, 98, 99, 100, 101];
for (i in sps) {
sps[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in sps) {
if (this == sps[i]) {
sel = i;
}
}
};
sps[i].onRelease = (sps[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tis = no[sel];
sp.gotoAndStop(tis);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 72
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
cls = {};
cls = ["", "", c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11];
for (i in cls) {
cls[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in cls) {
if (this == cls[i]) {
sel = i;
}
}
};
cls[i].onRelease = (cls[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbs = sel;
cl.gotoAndStop(sel);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 73
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
cls = {};
cls = [c1, c2, c3, c4, c5, c6, c7, c8, c9, c10];
no = [12, 13, 14, 15, 16, 17, 18, 19, 20, 21];
for (i in cls) {
cls[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in cls) {
if (this == cls[i]) {
sel = i;
}
}
};
cls[i].onRelease = (cls[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbs = no[sel];
cl.gotoAndStop(tbs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 74
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
cls = {};
cls = [c1, c2, c3, c4, c5, c6, c7, c8, c9, c10];
no = [22, 23, 24, 25, 26, 27, 28, 29, 30, 31];
for (i in cls) {
cls[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in cls) {
if (this == cls[i]) {
sel = i;
}
}
};
cls[i].onRelease = (cls[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbs = no[sel];
cl.gotoAndStop(tbs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 75
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
cls = {};
cls = [c1, c2, c3, c4, c5, c6, c7, c8, c9, c10];
no = [32, 33, 34, 35, 36, 37, 38, 39, 40, 41];
for (i in cls) {
cls[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in cls) {
if (this == cls[i]) {
sel = i;
}
}
};
cls[i].onRelease = (cls[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbs = no[sel];
cl.gotoAndStop(tbs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 76
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
cls = {};
cls = [c1, c2, c3, c4, c5, c6, c7, c8, c9, c10];
no = [42, 43, 44, 45, 46, 47, 48, 49, 50, 51];
for (i in cls) {
cls[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in cls) {
if (this == cls[i]) {
sel = i;
}
}
};
cls[i].onRelease = (cls[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbs = no[sel];
cl.gotoAndStop(tbs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 77
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
cls = {};
cls = [c1, c2, c3, c4, c5, c6, c7, c8, c9, c10];
no = [52, 53, 54, 55, 56, 57, 58, 59, 60, 61];
for (i in cls) {
cls[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in cls) {
if (this == cls[i]) {
sel = i;
}
}
};
cls[i].onRelease = (cls[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbs = no[sel];
cl.gotoAndStop(tbs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 78
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
cls = {};
cls = [c1, c2, c3, c4, c5, c6, c7, c8, c9, c10];
no = [62, 63, 64, 65, 66, 67, 68, 69, 70, 71];
for (i in cls) {
cls[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in cls) {
if (this == cls[i]) {
sel = i;
}
}
};
cls[i].onRelease = (cls[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbs = no[sel];
cl.gotoAndStop(tbs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 79
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
cls = {};
cls = [c1, c2, c3, c4, c5, c6, c7, c8, c9, c10];
no = [72, 73, 74, 75, 76, 77, 78, 79, 80, 81];
for (i in cls) {
cls[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in cls) {
if (this == cls[i]) {
sel = i;
}
}
};
cls[i].onRelease = (cls[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbs = no[sel];
cl.gotoAndStop(tbs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 80
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
cls = {};
cls = [c1, c2, c3, c4, c5, c6, c7, c8, c9, c10];
no = [82, 83, 84, 85, 86, 87, 88, 89, 90, 91];
for (i in cls) {
cls[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in cls) {
if (this == cls[i]) {
sel = i;
}
}
};
cls[i].onRelease = (cls[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbs = no[sel];
cl.gotoAndStop(tbs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 81
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
cls = {};
cls = [c1, c2, c3, c4, c5, c6, c7, c8, c9, c10];
no = [92, 93, 94, 95, 96, 97, 98, 99, 100, 101];
for (i in cls) {
cls[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in cls) {
if (this == cls[i]) {
sel = i;
}
}
};
cls[i].onRelease = (cls[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbs = no[sel];
cl.gotoAndStop(tbs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 102
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bs = {};
bs = ["", "", b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11];
for (i in bs) {
bs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bs) {
if (this == bs[i]) {
sel = i;
}
}
};
bs[i].onRelease = (bs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tss = sel;
b.gotoAndStop(sel);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 103
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bs = {};
bs = [b1, b2, b3, b4, b5, b6, b7, b8, b9, b10];
no = [12, 13, 14, 15, 16, 17, 18, 19, 20, 21];
for (i in bs) {
bs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bs) {
if (this == bs[i]) {
sel = i;
}
}
};
bs[i].onRelease = (bs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tss = no[sel];
b.gotoAndStop(tss);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 104
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bs = {};
bs = [b1, b2, b3, b4, b5, b6, b7, b8, b9, b10];
no = [22, 23, 24, 25, 26, 27, 28, 29, 30, 31];
for (i in bs) {
bs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bs) {
if (this == bs[i]) {
sel = i;
}
}
};
bs[i].onRelease = (bs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tss = no[sel];
b.gotoAndStop(tss);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 105
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bs = {};
bs = [b1, b2, b3, b4, b5, b6, b7, b8, b9, b10];
no = [32, 33, 34, 35, 36, 37, 38, 39, 40, 41];
for (i in bs) {
bs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bs) {
if (this == bs[i]) {
sel = i;
}
}
};
bs[i].onRelease = (bs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tss = no[sel];
b.gotoAndStop(tss);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 106
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bs = {};
bs = [b1, b2, b3, b4, b5, b6, b7, b8, b9, b10];
no = [42, 43, 44, 45, 46, 47, 48, 49, 50, 51];
for (i in bs) {
bs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bs) {
if (this == bs[i]) {
sel = i;
}
}
};
bs[i].onRelease = (bs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tss = no[sel];
b.gotoAndStop(tss);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 107
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bs = {};
bs = [b1, b2, b3, b4, b5, b6, b7, b8, b9, b10];
no = [52, 53, 54, 55, 56, 57, 58, 59, 60, 61];
for (i in bs) {
bs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bs) {
if (this == bs[i]) {
sel = i;
}
}
};
bs[i].onRelease = (bs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tss = no[sel];
b.gotoAndStop(tss);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 108
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bs = {};
bs = [b1, b2, b3, b4, b5, b6, b7, b8, b9, b10];
no = [62, 63, 64, 65, 66, 67, 68, 69, 70, 71];
for (i in bs) {
bs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bs) {
if (this == bs[i]) {
sel = i;
}
}
};
bs[i].onRelease = (bs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tss = no[sel];
b.gotoAndStop(tss);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 109
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bs = {};
bs = [b1, b2, b3, b4, b5, b6, b7, b8, b9, b10];
no = [72, 73, 74, 75, 76, 77, 78, 79, 80, 81];
for (i in bs) {
bs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bs) {
if (this == bs[i]) {
sel = i;
}
}
};
bs[i].onRelease = (bs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tss = no[sel];
b.gotoAndStop(tss);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 110
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bs = {};
bs = [b1, b2, b3, b4, b5, b6, b7, b8, b9, b10];
no = [82, 83, 84, 85, 86, 87, 88, 89, 90, 91];
for (i in bs) {
bs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bs) {
if (this == bs[i]) {
sel = i;
}
}
};
bs[i].onRelease = (bs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tss = no[sel];
b.gotoAndStop(tss);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 111
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bs = {};
bs = [b1, b2, b3, b4, b5, b6, b7, b8, b9, b10];
no = [92, 93, 94, 95, 96, 97, 98, 99, 100, 101];
for (i in bs) {
bs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bs) {
if (this == bs[i]) {
sel = i;
}
}
};
bs[i].onRelease = (bs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tss = no[sel];
b.gotoAndStop(tss);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 132
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
gs = {};
gs = ["", "", g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11];
for (i in gs) {
gs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in gs) {
if (this == gs[i]) {
sel = i;
}
}
};
gs[i].onRelease = (gs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tgs = sel;
g.gotoAndStop(sel);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 133
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
gs = {};
gs = [g1, g2, g3, g4, g5, g6, g7, g8, g9, g10];
no = [12, 13, 14, 15, 16, 17, 18, 19, 20, 21];
for (i in gs) {
gs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in gs) {
if (this == gs[i]) {
sel = i;
}
}
};
gs[i].onRelease = (gs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tgs = no[sel];
g.gotoAndStop(tgs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 134
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
gs = {};
gs = [g1, g2, g3, g4, g5, g6, g7, g8, g9, g10];
no = [22, 23, 24, 25, 26, 27, 28, 29, 30, 31];
for (i in gs) {
gs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in gs) {
if (this == gs[i]) {
sel = i;
}
}
};
gs[i].onRelease = (gs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tgs = no[sel];
g.gotoAndStop(tgs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 135
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
gs = {};
gs = [g1, g2, g3, g4, g5, g6, g7, g8, g9, g10];
no = [32, 33, 34, 35, 36, 37, 38, 39, 40, 41];
for (i in gs) {
gs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in gs) {
if (this == gs[i]) {
sel = i;
}
}
};
gs[i].onRelease = (gs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tgs = no[sel];
g.gotoAndStop(tgs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 136
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
gs = {};
gs = [g1, g2, g3, g4, g5, g6, g7, g8, g9, g10];
no = [42, 43, 44, 45, 46, 47, 48, 49, 50, 51];
for (i in gs) {
gs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in gs) {
if (this == gs[i]) {
sel = i;
}
}
};
gs[i].onRelease = (gs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tgs = no[sel];
g.gotoAndStop(tgs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 137
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
gs = {};
gs = [g1, g2, g3, g4, g5, g6, g7, g8, g9, g10];
no = [52, 53, 54, 55, 56, 57, 58, 59, 60, 61];
for (i in gs) {
gs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in gs) {
if (this == gs[i]) {
sel = i;
}
}
};
gs[i].onRelease = (gs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tgs = no[sel];
g.gotoAndStop(tgs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 138
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
gs = {};
gs = [g1, g2, g3, g4, g5, g6, g7, g8, g9, g10];
no = [62, 63, 64, 65, 66, 67, 68, 69, 70, 71];
for (i in gs) {
gs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in gs) {
if (this == gs[i]) {
sel = i;
}
}
};
gs[i].onRelease = (gs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tgs = no[sel];
g.gotoAndStop(tgs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 139
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
gs = {};
gs = [g1, g2, g3, g4, g5, g6, g7, g8, g9, g10];
no = [72, 73, 74, 75, 76, 77, 78, 79, 80, 81];
for (i in gs) {
gs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in gs) {
if (this == gs[i]) {
sel = i;
}
}
};
gs[i].onRelease = (gs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tgs = no[sel];
g.gotoAndStop(tgs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 140
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
gs = {};
gs = [g1, g2, g3, g4, g5, g6, g7, g8, g9, g10];
no = [82, 83, 84, 85, 86, 87, 88, 89, 90, 91];
for (i in gs) {
gs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in gs) {
if (this == gs[i]) {
sel = i;
}
}
};
gs[i].onRelease = (gs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tgs = no[sel];
g.gotoAndStop(tgs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 141
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
gs = {};
gs = [g1, g2, g3, g4, g5, g6, g7, g8, g9, g10];
no = [92, 93, 94, 95, 96, 97, 98, 99, 100, 101];
for (i in gs) {
gs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in gs) {
if (this == gs[i]) {
sel = i;
}
}
};
gs[i].onRelease = (gs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tgs = no[sel];
g.gotoAndStop(tgs);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 162
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bos = {};
bos = ["", "", t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11];
for (i in bos) {
bos[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bos) {
if (this == bos[i]) {
sel = i;
}
}
};
bos[i].onRelease = (bos[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
thas = sel;
bo.gotoAndStop(sel);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 163
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bos = {};
bos = [t1, t2, t3, t4, t5, t6, t7, t8, t9, t10];
no = [12, 13, 14, 15, 16, 17, 18, 19, 20, 21];
for (i in bos) {
bos[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bos) {
if (this == bos[i]) {
sel = i;
}
}
};
bos[i].onRelease = (bos[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
thas = no[sel];
bo.gotoAndStop(thas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 164
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bos = {};
bos = [t1, t2, t3, t4, t5, t6, t7, t8, t9, t10];
no = [22, 23, 24, 25, 26, 27, 28, 29, 30, 31];
for (i in bos) {
bos[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bos) {
if (this == bos[i]) {
sel = i;
}
}
};
bos[i].onRelease = (bos[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
thas = no[sel];
bo.gotoAndStop(thas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 165
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bos = {};
bos = [t1, t2, t3, t4, t5, t6, t7, t8, t9, t10];
no = [32, 33, 34, 35, 36, 37, 38, 39, 40, 41];
for (i in bos) {
bos[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bos) {
if (this == bos[i]) {
sel = i;
}
}
};
bos[i].onRelease = (bos[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
thas = no[sel];
bo.gotoAndStop(thas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 166
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bos = {};
bos = [t1, t2, t3, t4, t5, t6, t7, t8, t9, t10];
no = [42, 43, 44, 45, 46, 47, 48, 49, 50, 51];
for (i in bos) {
bos[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bos) {
if (this == bos[i]) {
sel = i;
}
}
};
bos[i].onRelease = (bos[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
thas = no[sel];
bo.gotoAndStop(thas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 167
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bos = {};
bos = [t1, t2, t3, t4, t5, t6, t7, t8, t9, t10];
no = [52, 53, 54, 55, 56, 57, 58, 59, 60, 61];
for (i in bos) {
bos[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bos) {
if (this == bos[i]) {
sel = i;
}
}
};
bos[i].onRelease = (bos[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
thas = no[sel];
bo.gotoAndStop(thas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 168
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bos = {};
bos = [t1, t2, t3, t4, t5, t6, t7, t8, t9, t10];
no = [62, 63, 64, 65, 66, 67, 68, 69, 70, 71];
for (i in bos) {
bos[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bos) {
if (this == bos[i]) {
sel = i;
}
}
};
bos[i].onRelease = (bos[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
thas = no[sel];
bo.gotoAndStop(thas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 169
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bos = {};
bos = [t1, t2, t3, t4, t5, t6, t7, t8, t9, t10];
no = [72, 73, 74, 75, 76, 77, 78, 79, 80, 81];
for (i in bos) {
bos[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bos) {
if (this == bos[i]) {
sel = i;
}
}
};
bos[i].onRelease = (bos[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
thas = no[sel];
bo.gotoAndStop(thas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 170
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bos = {};
bos = [t1, t2, t3, t4, t5, t6, t7, t8, t9, t10];
no = [82, 83, 84, 85, 86, 87, 88, 89, 90, 91];
for (i in bos) {
bos[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bos) {
if (this == bos[i]) {
sel = i;
}
}
};
bos[i].onRelease = (bos[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
thas = no[sel];
bo.gotoAndStop(thas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 171
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
bos = {};
bos = [t1, t2, t3, t4, t5, t6, t7, t8, t9, t10];
no = [92, 93, 94, 95, 96, 97, 98, 99, 100, 101];
for (i in bos) {
bos[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in bos) {
if (this == bos[i]) {
sel = i;
}
}
};
bos[i].onRelease = (bos[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
thas = no[sel];
bo.gotoAndStop(thas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 192
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
ubs = {};
ubs = ["", "", u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11];
for (i in ubs) {
ubs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in ubs) {
if (this == ubs[i]) {
sel = i;
}
}
};
ubs[i].onRelease = (ubs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbas = sel;
ub.gotoAndStop(sel);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 193
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
ubs = {};
ubs = [u1, u2, u3, u4, u5, u6, u7, u8, u9, u10];
no = [12, 13, 14, 15, 16, 17, 18, 19, 20, 21];
for (i in ubs) {
ubs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in ubs) {
if (this == ubs[i]) {
sel = i;
}
}
};
ubs[i].onRelease = (ubs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbas = no[sel];
ub.gotoAndStop(tbas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 194
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
ubs = {};
ubs = [u1, u2, u3, u4, u5, u6, u7, u8, u9, u10];
no = [22, 23, 24, 25, 26, 27, 28, 29, 30, 31];
for (i in ubs) {
ubs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in ubs) {
if (this == ubs[i]) {
sel = i;
}
}
};
ubs[i].onRelease = (ubs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbas = no[sel];
ub.gotoAndStop(tbas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 195
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
ubs = {};
ubs = [u1, u2, u3, u4, u5, u6, u7, u8, u9, u10];
no = [32, 33, 34, 35, 36, 37, 38, 39, 40, 41];
for (i in ubs) {
ubs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in ubs) {
if (this == ubs[i]) {
sel = i;
}
}
};
ubs[i].onRelease = (ubs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbas = no[sel];
ub.gotoAndStop(tbas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 196
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
ubs = {};
ubs = [u1, u2, u3, u4, u5, u6, u7, u8, u9, u10];
no = [42, 43, 44, 45, 46, 47, 48, 49, 50, 51];
for (i in ubs) {
ubs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in ubs) {
if (this == ubs[i]) {
sel = i;
}
}
};
ubs[i].onRelease = (ubs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbas = no[sel];
ub.gotoAndStop(tbas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 197
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
ubs = {};
ubs = [u1, u2, u3, u4, u5, u6, u7, u8, u9, u10];
no = [52, 53, 54, 55, 56, 57, 58, 59, 60, 61];
for (i in ubs) {
ubs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in ubs) {
if (this == ubs[i]) {
sel = i;
}
}
};
ubs[i].onRelease = (ubs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbas = no[sel];
ub.gotoAndStop(tbas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 198
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
ubs = {};
ubs = [u1, u2, u3, u4, u5, u6, u7, u8, u9, u10];
no = [62, 63, 64, 65, 66, 67, 68, 69, 70, 71];
for (i in ubs) {
ubs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in ubs) {
if (this == ubs[i]) {
sel = i;
}
}
};
ubs[i].onRelease = (ubs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbas = no[sel];
ub.gotoAndStop(tbas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 199
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
ubs = {};
ubs = [u1, u2, u3, u4, u5, u6, u7, u8, u9, u10];
no = [72, 73, 74, 75, 76, 77, 78, 79, 80, 81];
for (i in ubs) {
ubs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in ubs) {
if (this == ubs[i]) {
sel = i;
}
}
};
ubs[i].onRelease = (ubs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbas = no[sel];
ub.gotoAndStop(tbas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 200
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
ubs = {};
ubs = [u1, u2, u3, u4, u5, u6, u7, u8, u9, u10];
no = [82, 83, 84, 85, 86, 87, 88, 89, 90, 91];
for (i in ubs) {
ubs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in ubs) {
if (this == ubs[i]) {
sel = i;
}
}
};
ubs[i].onRelease = (ubs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbas = no[sel];
ub.gotoAndStop(tbas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 201
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
ubs = {};
ubs = [u1, u2, u3, u4, u5, u6, u7, u8, u9, u10];
no = [92, 93, 94, 95, 96, 97, 98, 99, 100, 101];
for (i in ubs) {
ubs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in ubs) {
if (this == ubs[i]) {
sel = i;
}
}
};
ubs[i].onRelease = (ubs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tbas = no[sel];
ub.gotoAndStop(tbas);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 222
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
lbs = {};
lbs = ["", "", l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11];
for (i in lbs) {
lbs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in lbs) {
if (this == lbs[i]) {
sel = i;
}
}
};
lbs[i].onRelease = (lbs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tl = sel;
lb.gotoAndStop(sel);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 223
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
lbs = {};
lbs = [l1, l2, l3, l4, l5, l6, l7, l8, l9, l10];
no = [12, 13, 14, 15, 16, 17, 18, 19, 20, 21];
for (i in lbs) {
lbs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in lbs) {
if (this == lbs[i]) {
sel = i;
}
}
};
lbs[i].onRelease = (lbs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tl = no[sel];
lb.gotoAndStop(tl);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 224
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
lbs = {};
lbs = [l1, l2, l3, l4, l5, l6, l7, l8, l9, l10];
no = [22, 23, 24, 25, 26, 27, 28, 29, 30, 31];
for (i in lbs) {
lbs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in lbs) {
if (this == lbs[i]) {
sel = i;
}
}
};
lbs[i].onRelease = (lbs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tl = no[sel];
lb.gotoAndStop(tl);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 225
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
lbs = {};
lbs = [l1, l2, l3, l4, l5, l6, l7, l8, l9, l10];
no = [32, 33, 34, 35, 36, 37, 38, 39, 40, 41];
for (i in lbs) {
lbs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in lbs) {
if (this == lbs[i]) {
sel = i;
}
}
};
lbs[i].onRelease = (lbs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tl = no[sel];
lb.gotoAndStop(tl);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 226
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
lbs = {};
lbs = [l1, l2, l3, l4, l5, l6, l7, l8, l9, l10];
no = [42, 43, 44, 45, 46, 47, 48, 49, 50, 51];
for (i in lbs) {
lbs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in lbs) {
if (this == lbs[i]) {
sel = i;
}
}
};
lbs[i].onRelease = (lbs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tl = no[sel];
lb.gotoAndStop(tl);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 227
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
lbs = {};
lbs = [l1, l2, l3, l4, l5, l6, l7, l8, l9, l10];
no = [52, 53, 54, 55, 56, 57, 58, 59, 60, 61];
for (i in lbs) {
lbs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in lbs) {
if (this == lbs[i]) {
sel = i;
}
}
};
lbs[i].onRelease = (lbs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tl = no[sel];
lb.gotoAndStop(tl);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 228
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
lbs = {};
lbs = [l1, l2, l3, l4, l5, l6, l7, l8, l9, l10];
no = [62, 63, 64, 65, 66, 67, 68, 69, 70, 71];
for (i in lbs) {
lbs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in lbs) {
if (this == lbs[i]) {
sel = i;
}
}
};
lbs[i].onRelease = (lbs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tl = no[sel];
lb.gotoAndStop(tl);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 229
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
lbs = {};
lbs = [l1, l2, l3, l4, l5, l6, l7, l8, l9, l10];
no = [72, 73, 74, 75, 76, 77, 78, 79, 80, 81];
for (i in lbs) {
lbs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in lbs) {
if (this == lbs[i]) {
sel = i;
}
}
};
lbs[i].onRelease = (lbs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tl = no[sel];
lb.gotoAndStop(tl);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 230
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
lbs = {};
lbs = [l1, l2, l3, l4, l5, l6, l7, l8, l9, l10];
no = [82, 83, 84, 85, 86, 87, 88, 89, 90, 91];
for (i in lbs) {
lbs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in lbs) {
if (this == lbs[i]) {
sel = i;
}
}
};
lbs[i].onRelease = (lbs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tl = no[sel];
lb.gotoAndStop(tl);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 231
function saves() {
po_dress = ths;
saved.data.mask = po_dress;
po_bot = tis;
saved.data.sp = po_bot;
po_shoe = tbs;
saved.data.cl = po_shoe;
po_hair = tss;
saved.data.b = po_hair;
po_bag = tgs;
saved.data.g = po_bag;
po_hat = thas;
saved.data.bo = po_hat;
po_glass = tbas;
saved.data.ub = po_glass;
po_ear = tl;
saved.data.lb = po_ear;
saved.flush();
}
function save_appear() {
p = saved.data.mask;
ths = p;
mask.gotoAndStop(p);
p = saved.data.sp;
tis = p;
sp.gotoAndStop(p);
p = saved.data.cl;
tbs = p;
cl.gotoAndStop(p);
p = saved.data.b;
tss = p;
b.gotoAndStop(p);
p = saved.data.g;
tgs = p;
g.gotoAndStop(p);
p = saved.data.bo;
thas = p;
bo.gotoAndStop(p);
p = saved.data.ub;
tbas = p;
ub.gotoAndStop(p);
p = saved.data.lb;
tl = p;
lb.gotoAndStop(p);
}
stop();
lbs = {};
lbs = [l1, l2, l3, l4, l5, l6, l7, l8, l9, l10];
no = [92, 93, 94, 95, 96, 97, 98, 99, 100, 101];
for (i in lbs) {
lbs[i].onPress = function () {
selec = this;
in_x = selec._x;
in_y = selec._y;
this.startDrag();
for (i in lbs) {
if (this == lbs[i]) {
sel = i;
}
}
};
lbs[i].onRelease = (lbs[i].onReleaseOutside = function () {
if (selec.hitTest(model)) {
tl = no[sel];
lb.gotoAndStop(tl);
}
selec.stopDrag();
selec._x = in_x;
selec._y = in_y;
});
}
if (initial != 1) {
ths = 1;
tis = (tbs = 1);
tss = 1;
tgs = 1;
thas = 1;
tbas = 1;
tl = 1;
type = 2;
initial = 1;
}
sp.gotoAndStop(tis);
cl.gotoAndStop(tbs);
bo.gotoAndStop(thas);
ub.gotoAndStop(tbas);
b.gotoAndStop(tss);
g.gotoAndStop(tgs);
mask.gotoAndStop(ths);
lb.gotoAndStop(tl);
var saved = SharedObject.getLocal("pos");
var modexists = (saved.data.mc_dress1 != undefined);
see.onPress = function () {
sees = 1;
continue_go = 1;
save_appear();
};
save.onRelease = function () {
saves();
};
Frame 241
gotoAndPlay ("game");
Frame 242
function prnt() {
printAsBitmap (_level0, "bmovie");
}
stop();
prnt();
Symbol 14 Button
on (release) {
_root.play();
}
Symbol 16 MovieClip Frame 6
stop();
Symbol 23 Button
on (release) {
_root.play();
}
Symbol 26 Button
on (release) {
getURL ("http://www.gamesfree.com", "_blank");
}
Symbol 45 MovieClip Frame 21
stop();
Symbol 51 Button
on (release) {
getURL ("http://www.gamesfree.com", "_blank");
}
Symbol 85 MovieClip Frame 6
stop();
Symbol 111 Button
on (release) {
getURL ("http://www.gamesfree.com", "_blank");
}
Symbol 114 MovieClip Frame 77
stop();
Symbol 114 MovieClip Frame 106
stop();
Symbol 230 MovieClip Frame 1
stop();
Symbol 331 MovieClip Frame 1
stop();
Symbol 431 MovieClip Frame 1
stop();
Symbol 532 MovieClip Frame 1
stop();
Symbol 633 MovieClip Frame 1
stop();
Symbol 734 MovieClip Frame 1
stop();
Symbol 835 MovieClip Frame 1
stop();
Symbol 937 MovieClip Frame 1
stop();
Symbol 969 Button
on (release) {
if (_currentframe < 20) {
play();
} else {
gotoAndStop (11);
}
}
Symbol 970 Button
on (release) {
if (_currentframe > 11) {
gotoAndStop(_currentframe - 1);
} else {
gotoAndStop (20);
}
}
Symbol 982 Button
on (release) {
gotoAndStop ("#p");
}
Symbol 999 Button
on (release) {
getURL ("http://www.gamesfree.com", "_blank");
}
Symbol 1192 Button
on (release) {
if (_currentframe < 50) {
play();
} else {
gotoAndStop (41);
}
}
Symbol 1193 Button
on (release) {
if (_currentframe > 41) {
gotoAndStop(_currentframe - 1);
} else {
gotoAndStop (50);
}
}
Symbol 1409 Button
on (release) {
if (_currentframe < 80) {
play();
} else {
gotoAndStop (71);
}
}
Symbol 1410 Button
on (release) {
if (_currentframe > 71) {
gotoAndStop(_currentframe - 1);
} else {
gotoAndStop (80);
}
}
Symbol 1601 Button
on (release) {
if (_currentframe < 110) {
play();
} else {
gotoAndStop (101);
}
}
Symbol 1602 Button
on (release) {
if (_currentframe > 101) {
gotoAndStop(_currentframe - 1);
} else {
gotoAndStop (110);
}
}
Symbol 1753 Button
on (release) {
if (_currentframe < 140) {
play();
} else {
gotoAndStop (131);
}
}
Symbol 1754 Button
on (release) {
if (_currentframe > 131) {
gotoAndStop(_currentframe - 1);
} else {
gotoAndStop (140);
}
}
Symbol 1966 Button
on (release) {
if (_currentframe < 170) {
play();
} else {
gotoAndStop (161);
}
}
Symbol 1967 Button
on (release) {
if (_currentframe > 161) {
gotoAndStop(_currentframe - 1);
} else {
gotoAndStop (170);
}
}
Symbol 2179 Button
on (release) {
if (_currentframe < 200) {
play();
} else {
gotoAndStop (191);
}
}
Symbol 2180 Button
on (release) {
if (_currentframe > 191) {
gotoAndStop(_currentframe - 1);
} else {
gotoAndStop (200);
}
}
Symbol 2294 Button
on (release) {
if (_currentframe < 230) {
play();
} else {
gotoAndStop (221);
}
}
Symbol 2295 Button
on (release) {
if (_currentframe > 221) {
gotoAndStop(_currentframe - 1);
} else {
gotoAndStop (230);
}
}
Symbol 2511 Button
on (release) {
gotoAndPlay ("game");
}