Frame 1
function itemHandler1(obj, item) {
getURL ("http://www.123peppy.com", "_blank");
}
stop();
var myMenu_cm = new ContextMenu();
myMenu_cm.hideBuiltInItems();
myMenu_cm.customItems.push(new ContextMenuItem("powered by www.123peppy.com", itemHandler1));
_root.menu = myMenu_cm;
Instance of Symbol 12 MovieClip in Frame 1
onClipEvent (enterFrame) {
loading = _parent.getBytesLoaded();
total = _parent.getBytesTotal();
if (percent == undefined) {
percent = 0;
}
percent = percent - ((percent - ((loading / total) * 100)) * 0.25);
per = int(percent);
percentage.text = per + "%";
loadBar._width = per;
if (percent >= 100) {
_parent.gotoAndStop(2);
}
}
Instance of Symbol 65 MovieClip "my_mc" in Frame 1
onClipEvent (load) {
_x = 0;
_y = 0;
speed = 5;
}
onClipEvent (enterFrame) {
endX = _root._xmouse;
endY = _root._ymouse;
_x = (_x + ((endX - _x) / speed));
_y = (_y + ((endY - _y) / speed));
}
Frame 2
stop();
_global.dress = 0;
_global.chaines = 0;
_global.shoeses = 0;
_global.lipses = 0;
_global.eyelenses = 0;
_global.eyelashes = 0;
_global.eyebrowes = 0;
_global.rouges = 0;
_global.tintes = 0;
_global.earringes = 0;
_global.eyeshades = 0;
_global.manis = 0;
Instance of Symbol 114 MovieClip in Frame 2
on (press) {
_root.gotoAndStop(3);
}
Instance of Symbol 412 MovieClip "rouge" in Frame 2
on (press) {
this.nextFrame();
}
Frame 3
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
var pv;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version));
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("4204221d", this, 10301, true);
function decvol() {
((this._name.substr(0, 3) == "dec") ? (((snd <= 0) ? ((snd = 0)) : ((snd = snd - 5)))) : (((snd >= 100) ? ((snd = 100)) : ((snd = snd + 5)))));
bgsnd.setVolume(snd);
}
function sndstp() {
ply_btn.enabled = true;
bgsnd.stop();
}
var bgsnd = new Sound();
var snd = 50;
bgsnd.attachSound("bg");
bgsnd.setVolume(50);
ply_btn.enabled = false;
dec_vol.onPress = decvol;
inc_vol.onPress = decvol;
bgsnd.start(0, 100);
ply_btn.onPress = function () {
sndstp();
this.enabled = false;
bgsnd.start(0, 100);
bgsnd.onSoundComplete = function () {
bgsnd.start(0, 100);
};
};
stp_btn.onPress = sndstp;
stop();
dressbtn1._visible = false;
chainbtn1._visible = false;
shoebtn1._visible = false;
menubtn.onPress = function () {
var _local1 = new mx.transitions.Tween(dressbtn, "_x", mx.transitions.easing.Regular.easeOut, 980.5, 382.4, 0.25, true);
_local1 = new mx.transitions.Tween(chainbtn, "_x", mx.transitions.easing.Regular.easeOut, 1013.2, 415.2, 0.5, true);
_local1 = new mx.transitions.Tween(shoebtn, "_x", mx.transitions.easing.Regular.easeOut, 1051.9, 453.9, 0.75, true);
_local1 = new mx.transitions.Tween(makeupbtn, "_x", mx.transitions.easing.Regular.easeOut, 1154, 556, 1.25, true);
dressbtn1._visible = false;
chainbtn1._visible = false;
shoebtn1._visible = false;
};
dressbtn.onPress = function () {
var _local1 = new mx.transitions.Tween(dressbtn, "_x", mx.transitions.easing.Regular.easeOut, 382.4, 980.5, 0.25, true);
_local1 = new mx.transitions.Tween(chainbtn, "_x", mx.transitions.easing.Regular.easeOut, 415.2, 1013.2, 0.5, true);
_local1 = new mx.transitions.Tween(shoebtn, "_x", mx.transitions.easing.Regular.easeOut, 453.9, 1051.9, 0.75, true);
_local1 = new mx.transitions.Tween(makeupbtn, "_x", mx.transitions.easing.Regular.easeOut, 556, 1154, 1, true);
_local1 = new mx.transitions.Tween(dressbtn1.d1, "_x", mx.transitions.easing.Regular.easeOut, 608.6, -0.9, 1.15, true);
_local1 = new mx.transitions.Tween(dressbtn1.d2, "_x", mx.transitions.easing.Regular.easeOut, 481.9, -127.6, 1.25, true);
_local1 = new mx.transitions.Tween(dressbtn1.d3, "_x", mx.transitions.easing.Regular.easeOut, 605.3, -4.3, 1.35, true);
_local1 = new mx.transitions.Tween(dressbtn1.d4, "_x", mx.transitions.easing.Regular.easeOut, 605.3, -4.3, 1.45, true);
_local1 = new mx.transitions.Tween(dressbtn1.d5, "_x", mx.transitions.easing.Regular.easeOut, 726.9, 117.3, 1.55, true);
_local1 = new mx.transitions.Tween(dressbtn1.d6, "_x", mx.transitions.easing.Regular.easeOut, 413.6, -195.9, 1.65, true);
_local1 = new mx.transitions.Tween(dressbtn1.d7, "_x", mx.transitions.easing.Regular.easeOut, 489.5, -120.1, 1.75, true);
_local1 = new mx.transitions.Tween(dressbtn1.d8, "_x", mx.transitions.easing.Regular.easeOut, 605.3, -4.3, 1.85, true);
_local1 = new mx.transitions.Tween(dressbtn1.d9, "_x", mx.transitions.easing.Regular.easeOut, 803.6, 194.1, 1.95, true);
_local1 = new mx.transitions.Tween(dressbtn1.d10, "_x", mx.transitions.easing.Regular.easeOut, 720, 110.5, 2, true);
dressbtn1._visible = true;
chainbtn1._visible = false;
shoebtn1._visible = false;
};
i = 1;
while (i <= 12) {
eval ("dressbtn1.d" + i).onPress = function () {
var _local4 = parseInt(this._name.substr(1));
_root.doll.dresses.gotoAndStop(_local4);
_global.dress = _root.doll.dresses._currentframe;
};
i++;
}
chainbtn.onPress = function () {
var _local1 = new mx.transitions.Tween(dressbtn, "_x", mx.transitions.easing.Regular.easeOut, 382.4, 980.5, 0.25, true);
_local1 = new mx.transitions.Tween(chainbtn, "_x", mx.transitions.easing.Regular.easeOut, 415.2, 1013.2, 0.5, true);
_local1 = new mx.transitions.Tween(shoebtn, "_x", mx.transitions.easing.Regular.easeOut, 453.9, 1051.9, 0.75, true);
_local1 = new mx.transitions.Tween(makeupbtn, "_x", mx.transitions.easing.Regular.easeOut, 556, 1154, 1, true);
_local1 = new mx.transitions.Tween(chainbtn1.c1, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 1.9, 1.15, true);
_local1 = new mx.transitions.Tween(chainbtn1.c2, "_x", mx.transitions.easing.Regular.easeOut, 458.1, -139.8, 1.25, true);
_local1 = new mx.transitions.Tween(chainbtn1.c3, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 1.9, 1.35, true);
_local1 = new mx.transitions.Tween(chainbtn1.c4, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 1.9, 1.45, true);
_local1 = new mx.transitions.Tween(chainbtn1.c5, "_x", mx.transitions.easing.Regular.easeOut, 737.7, 139.8, 1.55, true);
chainbtn1._visible = true;
dressbtn1._visible = false;
shoebtn1._visible = false;
};
i = 1;
while (i <= 10) {
eval ("chainbtn1.c" + i).onPress = function () {
var _local4 = parseInt(this._name.substr(1));
_root.doll.chain.gotoAndStop(_local4);
_global.chaines = _root.doll.chain._currentframe;
};
i++;
}
buttons.earringbtn.onPress = function () {
var _local1 = new mx.transitions.Tween(earringbtn1, "_y", mx.transitions.easing.Bounce.easeOut, -262.4, 297.6, 2, true);
earringbtn1._visible = true;
dressbtn1._visible = false;
hairbtn1._visible = false;
glassbtn1._visible = false;
tintbtn1._visible = false;
eyelashbtn1._visible = false;
eyeshadebtn1._visible = false;
eyebrowbtn1._visible = false;
eyelensbtn1._visible = false;
lipsbtn1._visible = false;
chainbtn1._visible = false;
hairbtn1._visible = false;
shoebtn1._visible = false;
rougebtn1._visible = false;
nailbtn1._visible = false;
};
i = 1;
while (i <= 10) {
eval ("earringbtn1.e" + i).onPress = function () {
var _local4 = parseInt(this._name.substr(1));
_root.doll.earring.gotoAndStop(_local4);
_global.earringes = _root.doll.earring._currentframe;
};
i++;
}
buttons.hairbtn.onPress = function () {
var _local1 = new mx.transitions.Tween(hairbtn1, "_y", mx.transitions.easing.Bounce.easeOut, -262.4, 297.6, 2, true);
hairbtn1._visible = true;
dressbtn1._visible = false;
eyelashbtn1._visible = false;
eyeshadebtn1._visible = false;
glassbtn1._visible = false;
lipsbtn1._visible = false;
tintbtn1._visible = false;
eyebrowbtn1._visible = false;
eyelensbtn1._visible = false;
lipsbtn1._visible = false;
chainbtn1._visible = false;
earringbtn1._visible = false;
shoebtn1._visible = false;
rougebtn1._visible = false;
nailbtn1._visible = false;
};
i = 1;
while (i <= 10) {
eval ("hairbtn1.h" + i).onPress = function () {
var _local3 = parseInt(this._name.substr(1));
_root.doll.hair.gotoAndStop(_local3);
};
i++;
}
shoebtn.onPress = function () {
var _local1 = new mx.transitions.Tween(dressbtn, "_x", mx.transitions.easing.Regular.easeOut, 382.4, 980.5, 0.25, true);
_local1 = new mx.transitions.Tween(chainbtn, "_x", mx.transitions.easing.Regular.easeOut, 415.2, 1013.2, 0.5, true);
_local1 = new mx.transitions.Tween(shoebtn, "_x", mx.transitions.easing.Regular.easeOut, 453.9, 1051.9, 0.75, true);
_local1 = new mx.transitions.Tween(makeupbtn, "_x", mx.transitions.easing.Regular.easeOut, 556, 1154, 1, true);
_local1 = new mx.transitions.Tween(shoebtn1.s1, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 1.9, 1.15, true);
_local1 = new mx.transitions.Tween(shoebtn1.s2, "_x", mx.transitions.easing.Regular.easeOut, 458.1, -139.8, 1.25, true);
_local1 = new mx.transitions.Tween(shoebtn1.s3, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 1.9, 1.35, true);
_local1 = new mx.transitions.Tween(shoebtn1.s4, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 1.9, 1.45, true);
_local1 = new mx.transitions.Tween(shoebtn1.s5, "_x", mx.transitions.easing.Regular.easeOut, 737.7, 139.8, 1.55, true);
shoebtn1._visible = true;
dressbtn1._visible = false;
chainbtn1._visible = false;
};
i = 1;
while (i <= 10) {
eval ("shoebtn1.s" + i).onPress = function () {
var _local4 = parseInt(this._name.substr(1));
_root.doll.shoe.gotoAndStop(_local4);
_global.shoeses = _root.doll.shoe._currentframe;
};
i++;
}
makeupbtn.onPress = function () {
var _local2 = new mx.transitions.Tween(dressbtn, "_x", mx.transitions.easing.Regular.easeOut, 382.4, 980.5, 0.25, true);
_local2 = new mx.transitions.Tween(chainbtn, "_x", mx.transitions.easing.Regular.easeOut, 415.2, 1013.2, 0.5, true);
_local2 = new mx.transitions.Tween(shoebtn, "_x", mx.transitions.easing.Regular.easeOut, 453.9, 1051.9, 0.75, true);
_local2 = new mx.transitions.Tween(makeupbtn, "_x", mx.transitions.easing.Regular.easeOut, 556, 1154, 1, true);
_root.gotoAndPlay(4);
};
Instance of Symbol 488 MovieClip "logo" in Frame 3
on (press) {
getURL ("http://www.123peppy.com", "_blank");
}
Frame 4
function decvol() {
((this._name.substr(0, 3) == "dec") ? (((snd <= 0) ? ((snd = 0)) : ((snd = snd - 5)))) : (((snd >= 100) ? ((snd = 100)) : ((snd = snd + 5)))));
bgsnd.setVolume(snd);
}
function sndstp() {
ply_btn.enabled = true;
bgsnd.stop();
}
var bgsnd = new Sound();
var snd = 50;
bgsnd.attachSound("bg");
bgsnd.setVolume(50);
ply_btn.enabled = false;
dec_vol.onPress = decvol;
inc_vol.onPress = decvol;
bgsnd.start(0, 100);
ply_btn.onPress = function () {
sndstp();
this.enabled = false;
bgsnd.start(0, 100);
bgsnd.onSoundComplete = function () {
bgsnd.start(0, 100);
};
};
stp_btn.onPress = sndstp;
stop();
eyelashbtn1._visible = false;
eyeshadebtn1._visible = false;
eyebrowbtn1._visible = false;
eyelensbtn1._visible = false;
lipsbtn1._visible = false;
tintbtn1._visible = false;
rougebtn1._visible = false;
menubtn.onPress = function () {
var _local1 = new mx.transitions.Tween(lipsbtn, "_x", mx.transitions.easing.Regular.easeOut, 985.8, 444.2, 0.15, true);
_local1 = new mx.transitions.Tween(rougebtn, "_x", mx.transitions.easing.Regular.easeOut, 1017.1, 475.5, 0.25, true);
_local1 = new mx.transitions.Tween(eyelensbtn, "_x", mx.transitions.easing.Regular.easeOut, 1057.3, 515.6, 0.35, true);
_local1 = new mx.transitions.Tween(eyelashbtn, "_x", mx.transitions.easing.Regular.easeOut, 1082.4, 540.8, 0.45, true);
_local1 = new mx.transitions.Tween(eyebrowbtn, "_x", mx.transitions.easing.Regular.easeOut, 1100.3, 558.7, 0.55, true);
_local1 = new mx.transitions.Tween(eyeshadebtn, "_x", mx.transitions.easing.Regular.easeOut, 1143, 601.4, 0.65, true);
_local1 = new mx.transitions.Tween(tintbtn, "_x", mx.transitions.easing.Regular.easeOut, 1157.8, 616.1, 0.75, true);
lipsbtn1._visible = false;
rougebtn1._visible = false;
eyebrowbtn1._visible = false;
eyeshadebtn1._visible = false;
eyelashbtn1._visible = false;
eyelensbtn1._visible = false;
tintbtn1._visible = false;
lipsbtn._visible = true;
rougebtn._visible = true;
eyebrowbtn._visible = true;
eyeshadebtn._visible = true;
eyelashbtn._visible = true;
eyelensbtn._visible = true;
tintbtn._visible = true;
};
rougebtn.onPress = function () {
var _local1 = new mx.transitions.Tween(lipsbtn, "_x", mx.transitions.easing.Regular.easeOut, 444.2, 985.8, 0.15, true);
_local1 = new mx.transitions.Tween(rougebtn, "_x", mx.transitions.easing.Regular.easeOut, 475.5, 1017.1, 0.25, true);
_local1 = new mx.transitions.Tween(eyelensbtn, "_x", mx.transitions.easing.Regular.easeOut, 515.6, 1057.3, 0.35, true);
_local1 = new mx.transitions.Tween(eyelashbtn, "_x", mx.transitions.easing.Regular.easeOut, 540.8, 1082.4, 0.45, true);
_local1 = new mx.transitions.Tween(eyebrowbtn, "_x", mx.transitions.easing.Regular.easeOut, 558.7, 1100.3, 0.55, true);
_local1 = new mx.transitions.Tween(eyeshadebtn, "_x", mx.transitions.easing.Regular.easeOut, 601.4, 1143, 0.65, true);
_local1 = new mx.transitions.Tween(tintbtn, "_x", mx.transitions.easing.Regular.easeOut, 616.1, 1157.8, 0.75, true);
_local1 = new mx.transitions.Tween(rougebtn1.ro1, "_x", mx.transitions.easing.Regular.easeOut, 485.4, 0.1, 0.85, true);
_local1 = new mx.transitions.Tween(rougebtn1.ro2, "_x", mx.transitions.easing.Regular.easeOut, 355.3, -130, 0.95, true);
_local1 = new mx.transitions.Tween(rougebtn1.ro3, "_x", mx.transitions.easing.Regular.easeOut, 485.4, 0.1, 1.05, true);
_local1 = new mx.transitions.Tween(rougebtn1.ro4, "_x", mx.transitions.easing.Regular.easeOut, 485.4, 0.1, 1.15, true);
_local1 = new mx.transitions.Tween(rougebtn1.ro5, "_x", mx.transitions.easing.Regular.easeOut, 615.3, 130, 1.25, true);
eyelashbtn1._visible = false;
eyeshadebtn1._visible = false;
eyebrowbtn1._visible = false;
eyelensbtn1._visible = false;
lipsbtn1._visible = false;
tintbtn1._visible = false;
rougebtn1._visible = true;
};
i = 1;
while (i <= 10) {
eval ("rougebtn1.ro" + i).onPress = function () {
var _local4 = parseInt(this._name.substr(2));
_root.doll.rouge.gotoAndStop(_local4);
_global.rouges = _root.doll.rouge._currentframe;
};
i++;
}
eyebrowbtn.onPress = function () {
var _local1 = new mx.transitions.Tween(lipsbtn, "_x", mx.transitions.easing.Regular.easeOut, 444.2, 985.8, 0.15, true);
_local1 = new mx.transitions.Tween(rougebtn, "_x", mx.transitions.easing.Regular.easeOut, 475.5, 1017.1, 0.25, true);
_local1 = new mx.transitions.Tween(eyelensbtn, "_x", mx.transitions.easing.Regular.easeOut, 515.6, 1057.3, 0.35, true);
_local1 = new mx.transitions.Tween(eyelashbtn, "_x", mx.transitions.easing.Regular.easeOut, 540.8, 1082.4, 0.45, true);
_local1 = new mx.transitions.Tween(eyebrowbtn, "_x", mx.transitions.easing.Regular.easeOut, 558.7, 1100.3, 0.55, true);
_local1 = new mx.transitions.Tween(eyeshadebtn, "_x", mx.transitions.easing.Regular.easeOut, 601.4, 1143, 0.65, true);
_local1 = new mx.transitions.Tween(tintbtn, "_x", mx.transitions.easing.Regular.easeOut, 616.1, 1157.8, 0.75, true);
_local1 = new mx.transitions.Tween(eyebrowbtn1.eb1, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 0.1, 1.15, true);
_local1 = new mx.transitions.Tween(eyebrowbtn1.eb2, "_x", mx.transitions.easing.Regular.easeOut, 458.1, -130, 1.25, true);
_local1 = new mx.transitions.Tween(eyebrowbtn1.eb3, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 0.1, 1.35, true);
_local1 = new mx.transitions.Tween(eyebrowbtn1.eb4, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 0.1, 1.45, true);
_local1 = new mx.transitions.Tween(eyebrowbtn1.eb5, "_x", mx.transitions.easing.Regular.easeOut, 737.7, 130, 1.55, true);
eyelashbtn1._visible = false;
eyeshadebtn1._visible = false;
eyebrowbtn1._visible = true;
eyelensbtn1._visible = false;
lipsbtn1._visible = false;
tintbtn1._visible = false;
rougebtn1._visible = false;
};
i = 1;
while (i <= 10) {
eval ("eyebrowbtn1.eb" + i).onPress = function () {
var _local4 = parseInt(this._name.substr(2));
_root.doll.doll1.eyebrow.gotoAndStop(_local4);
_global.eyebrowes = _root.doll.doll1.eyebrow._currentframe;
};
i++;
}
eyeshadebtn.onPress = function () {
var _local1 = new mx.transitions.Tween(lipsbtn, "_x", mx.transitions.easing.Regular.easeOut, 444.2, 985.8, 0.15, true);
_local1 = new mx.transitions.Tween(rougebtn, "_x", mx.transitions.easing.Regular.easeOut, 475.5, 1017.1, 0.25, true);
_local1 = new mx.transitions.Tween(eyelensbtn, "_x", mx.transitions.easing.Regular.easeOut, 515.6, 1057.3, 0.35, true);
_local1 = new mx.transitions.Tween(eyelashbtn, "_x", mx.transitions.easing.Regular.easeOut, 540.8, 1082.4, 0.45, true);
_local1 = new mx.transitions.Tween(eyebrowbtn, "_x", mx.transitions.easing.Regular.easeOut, 558.7, 1100.3, 0.55, true);
_local1 = new mx.transitions.Tween(eyeshadebtn, "_x", mx.transitions.easing.Regular.easeOut, 601.4, 1143, 0.65, true);
_local1 = new mx.transitions.Tween(tintbtn, "_x", mx.transitions.easing.Regular.easeOut, 616.1, 1157.8, 0.75, true);
_local1 = new mx.transitions.Tween(eyeshadebtn1.es1, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 0.1, 1.15, true);
_local1 = new mx.transitions.Tween(eyeshadebtn1.es2, "_x", mx.transitions.easing.Regular.easeOut, 458.1, -130, 1.25, true);
_local1 = new mx.transitions.Tween(eyeshadebtn1.es3, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 0.1, 1.35, true);
_local1 = new mx.transitions.Tween(eyeshadebtn1.es4, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 0.1, 1.45, true);
_local1 = new mx.transitions.Tween(eyeshadebtn1.es5, "_x", mx.transitions.easing.Regular.easeOut, 737.7, 130, 1.55, true);
eyelashbtn1._visible = false;
eyeshadebtn1._visible = true;
eyebrowbtn1._visible = false;
eyelensbtn1._visible = false;
lipsbtn1._visible = false;
tintbtn1._visible = false;
rougebtn1._visible = false;
};
i = 1;
while (i <= 10) {
eval ("eyeshadebtn1.es" + i).onPress = function () {
var _local4 = parseInt(this._name.substr(2));
_root.doll.doll1.eyeshade.gotoAndStop(_local4);
_root.doll.doll1.mani.gotoAndStop(_local4);
_global.eyeshades = _root.doll.doll1.eyeshade._currentframe;
_global.manis = _root.doll.doll1.mani._currentframe;
};
i++;
}
eyelensbtn.onPress = function () {
var _local1 = new mx.transitions.Tween(lipsbtn, "_x", mx.transitions.easing.Regular.easeOut, 444.2, 985.8, 0.15, true);
_local1 = new mx.transitions.Tween(rougebtn, "_x", mx.transitions.easing.Regular.easeOut, 475.5, 1017.1, 0.25, true);
_local1 = new mx.transitions.Tween(eyelensbtn, "_x", mx.transitions.easing.Regular.easeOut, 515.6, 1057.3, 0.35, true);
_local1 = new mx.transitions.Tween(eyelashbtn, "_x", mx.transitions.easing.Regular.easeOut, 540.8, 1082.4, 0.45, true);
_local1 = new mx.transitions.Tween(eyebrowbtn, "_x", mx.transitions.easing.Regular.easeOut, 558.7, 1100.3, 0.55, true);
_local1 = new mx.transitions.Tween(eyeshadebtn, "_x", mx.transitions.easing.Regular.easeOut, 601.4, 1143, 0.65, true);
_local1 = new mx.transitions.Tween(tintbtn, "_x", mx.transitions.easing.Regular.easeOut, 616.1, 1157.8, 0.75, true);
_local1 = new mx.transitions.Tween(eyelensbtn1.ele1, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 0.1, 1.15, true);
_local1 = new mx.transitions.Tween(eyelensbtn1.ele2, "_x", mx.transitions.easing.Regular.easeOut, 458.1, -130, 1.25, true);
_local1 = new mx.transitions.Tween(eyelensbtn1.ele3, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 0.1, 1.35, true);
_local1 = new mx.transitions.Tween(eyelensbtn1.ele4, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 0.1, 1.45, true);
_local1 = new mx.transitions.Tween(eyelensbtn1.ele5, "_x", mx.transitions.easing.Regular.easeOut, 737.7, 130, 1.55, true);
eyelashbtn1._visible = false;
eyeshadebtn1._visible = false;
eyebrowbtn1._visible = false;
eyelensbtn1._visible = true;
lipsbtn1._visible = false;
tintbtn1._visible = false;
rougebtn1._visible = false;
};
i = 1;
while (i <= 10) {
eval ("eyelensbtn1.ele" + i).onPress = function () {
var _local4 = parseInt(this._name.substr(3));
_root.doll.doll1.eyelens.gotoAndStop(_local4);
_global.eyelenses = _root.doll.doll1.eyelens._currentframe;
};
i++;
}
lipsbtn.onPress = function () {
var _local1 = new mx.transitions.Tween(lipsbtn, "_x", mx.transitions.easing.Regular.easeOut, 444.2, 985.8, 0.15, true);
_local1 = new mx.transitions.Tween(rougebtn, "_x", mx.transitions.easing.Regular.easeOut, 475.5, 1017.1, 0.25, true);
_local1 = new mx.transitions.Tween(eyelensbtn, "_x", mx.transitions.easing.Regular.easeOut, 515.6, 1057.3, 0.35, true);
_local1 = new mx.transitions.Tween(eyelashbtn, "_x", mx.transitions.easing.Regular.easeOut, 540.8, 1082.4, 0.45, true);
_local1 = new mx.transitions.Tween(eyebrowbtn, "_x", mx.transitions.easing.Regular.easeOut, 558.7, 1100.3, 0.55, true);
_local1 = new mx.transitions.Tween(eyeshadebtn, "_x", mx.transitions.easing.Regular.easeOut, 601.4, 1143, 0.65, true);
_local1 = new mx.transitions.Tween(tintbtn, "_x", mx.transitions.easing.Regular.easeOut, 616.1, 1157.8, 0.75, true);
_local1 = new mx.transitions.Tween(lipsbtn1.l1, "_x", mx.transitions.easing.Regular.easeOut, 485.4, 0.1, 1.15, true);
_local1 = new mx.transitions.Tween(lipsbtn1.l2, "_x", mx.transitions.easing.Regular.easeOut, 355.3, -130, 1.25, true);
_local1 = new mx.transitions.Tween(lipsbtn1.l3, "_x", mx.transitions.easing.Regular.easeOut, 485.4, 0.1, 1.35, true);
_local1 = new mx.transitions.Tween(lipsbtn1.l4, "_x", mx.transitions.easing.Regular.easeOut, 485.4, 0.1, 1.45, true);
_local1 = new mx.transitions.Tween(lipsbtn1.l5, "_x", mx.transitions.easing.Regular.easeOut, 615.3, 130, 1.55, true);
eyelashbtn1._visible = false;
eyeshadebtn1._visible = false;
eyebrowbtn1._visible = false;
eyelensbtn1._visible = false;
lipsbtn1._visible = true;
tintbtn1._visible = false;
rougebtn1._visible = false;
};
i = 1;
while (i <= 10) {
eval ("lipsbtn1.l" + i).onPress = function () {
var _local4 = parseInt(this._name.substr(1));
_root.doll.doll1.lips.gotoAndStop(_local4);
_global.lipses = _root.doll.doll1.lips._currentframe;
};
i++;
}
eyelashbtn.onPress = function () {
var _local1 = new mx.transitions.Tween(lipsbtn, "_x", mx.transitions.easing.Regular.easeOut, 444.2, 985.8, 0.15, true);
_local1 = new mx.transitions.Tween(rougebtn, "_x", mx.transitions.easing.Regular.easeOut, 475.5, 1017.1, 0.25, true);
_local1 = new mx.transitions.Tween(eyelensbtn, "_x", mx.transitions.easing.Regular.easeOut, 515.6, 1057.3, 0.35, true);
_local1 = new mx.transitions.Tween(eyelashbtn, "_x", mx.transitions.easing.Regular.easeOut, 540.8, 1082.4, 0.45, true);
_local1 = new mx.transitions.Tween(eyebrowbtn, "_x", mx.transitions.easing.Regular.easeOut, 558.7, 1100.3, 0.55, true);
_local1 = new mx.transitions.Tween(eyeshadebtn, "_x", mx.transitions.easing.Regular.easeOut, 601.4, 1143, 0.65, true);
_local1 = new mx.transitions.Tween(tintbtn, "_x", mx.transitions.easing.Regular.easeOut, 616.1, 1157.8, 0.75, true);
_local1 = new mx.transitions.Tween(eyelashbtn1.el1, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 0.1, 1.15, true);
_local1 = new mx.transitions.Tween(eyelashbtn1.el2, "_x", mx.transitions.easing.Regular.easeOut, 458.1, -130, 1.25, true);
_local1 = new mx.transitions.Tween(eyelashbtn1.el3, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 0.1, 1.35, true);
_local1 = new mx.transitions.Tween(eyelashbtn1.el4, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 0.1, 1.45, true);
_local1 = new mx.transitions.Tween(eyelashbtn1.el5, "_x", mx.transitions.easing.Regular.easeOut, 737.7, 130, 1.55, true);
eyelashbtn1._visible = true;
eyeshadebtn1._visible = false;
eyebrowbtn1._visible = false;
eyelensbtn1._visible = false;
lipsbtn1._visible = false;
tintbtn1._visible = false;
rougebtn1._visible = false;
};
i = 1;
while (i <= 10) {
eval ("eyelashbtn1.el" + i).onPress = function () {
var _local4 = parseInt(this._name.substr(2));
_root.doll.doll1.eyelash.gotoAndStop(_local4);
_global.eyelashes = _root.doll.doll1.eyelash._currentframe;
};
i++;
}
tintbtn.onPress = function () {
var _local1 = new mx.transitions.Tween(lipsbtn, "_x", mx.transitions.easing.Regular.easeOut, 444.2, 985.8, 0.15, true);
_local1 = new mx.transitions.Tween(rougebtn, "_x", mx.transitions.easing.Regular.easeOut, 475.5, 1017.1, 0.25, true);
_local1 = new mx.transitions.Tween(eyelensbtn, "_x", mx.transitions.easing.Regular.easeOut, 515.6, 1057.3, 0.35, true);
_local1 = new mx.transitions.Tween(eyelashbtn, "_x", mx.transitions.easing.Regular.easeOut, 540.8, 1082.4, 0.45, true);
_local1 = new mx.transitions.Tween(eyebrowbtn, "_x", mx.transitions.easing.Regular.easeOut, 558.7, 1100.3, 0.55, true);
_local1 = new mx.transitions.Tween(eyeshadebtn, "_x", mx.transitions.easing.Regular.easeOut, 601.4, 1143, 0.65, true);
_local1 = new mx.transitions.Tween(tintbtn, "_x", mx.transitions.easing.Regular.easeOut, 616.1, 1157.8, 0.75, true);
_local1 = new mx.transitions.Tween(tintbtn1.t1, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 0.1, 1.15, true);
_local1 = new mx.transitions.Tween(tintbtn1.t2, "_x", mx.transitions.easing.Regular.easeOut, 458.1, -130, 1.25, true);
_local1 = new mx.transitions.Tween(tintbtn1.t3, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 0.1, 1.35, true);
_local1 = new mx.transitions.Tween(tintbtn1.t4, "_x", mx.transitions.easing.Regular.easeOut, 599.8, 0.1, 1.45, true);
_local1 = new mx.transitions.Tween(tintbtn1.t5, "_x", mx.transitions.easing.Regular.easeOut, 737.7, 130, 1.55, true);
eyelashbtn1._visible = false;
eyeshadebtn1._visible = false;
eyebrowbtn1._visible = false;
eyelensbtn1._visible = false;
lipsbtn1._visible = false;
tintbtn1._visible = true;
rougebtn1._visible = false;
};
i = 1;
while (i <= 10) {
eval ("tintbtn1.t" + i).onPress = function () {
var _local4 = parseInt(this._name.substr(1));
_root.doll.doll1.gotoAndStop(_local4);
_root.doll.doller1.gotoAndStop(_local4);
_root.doll.hand.gotoAndStop(_local4);
_global.tintes = _root.doll.doll1._currentframe;
_global.tintes = _root.doll.doller1._currentframe;
_global.tintes = _root.doll.hand._currentframe;
};
i++;
}
Instance of Symbol 505 MovieClip in Frame 4
on (press) {
_root.gotoAndStop(3);
}
Instance of Symbol 505 MovieClip in Frame 4
on (press) {
_root.gotoAndStop(5);
}
Frame 5
function decvol() {
((this._name.substr(0, 3) == "dec") ? (((snd <= 0) ? ((snd = 0)) : ((snd = snd - 5)))) : (((snd >= 100) ? ((snd = 100)) : ((snd = snd + 5)))));
bgsnd.setVolume(snd);
}
function sndstp() {
ply_btn.enabled = true;
bgsnd.stop();
}
var bgsnd = new Sound();
var snd = 50;
bgsnd.attachSound("bg");
bgsnd.setVolume(50);
ply_btn.enabled = false;
dec_vol.onPress = decvol;
inc_vol.onPress = decvol;
bgsnd.start(0, 100);
ply_btn.onPress = function () {
sndstp();
this.enabled = false;
bgsnd.start(0, 100);
bgsnd.onSoundComplete = function () {
bgsnd.start(0, 100);
};
};
stp_btn.onPress = sndstp;
stop();
design._visible = false;
playagain._visible = false;
t1._visible = true;
t2._visible = false;
t1.text = "";
last1._visible = false;
last2._visible = false;
nextbtn.onPress = function () {
playagain._visible = true;
nextbtn._visible = false;
namebg._visible = false;
t1._visible = false;
design._visible = true;
t2._visible = true;
t2.text = t1.text;
last1._visible = true;
last2._visible = true;
last1.dresses.gotoAndStop(_global.dress);
last1.chain.gotoAndStop(_global.chaines);
last1.earring.gotoAndStop(_global.earringes);
last1.shoe.gotoAndStop(_global.shoeses);
last1.doll1.lips.gotoAndStop(_global.lipses);
last1.doll1.eyelens.gotoAndStop(_global.eyelenses);
last1.doll1.eyeshade.gotoAndStop(_global.eyeshades);
last1.doll1.mani.gotoAndStop(_global.manis);
last1.doll1.rouge.gotoAndStop(_global.rouges);
last1.doll1.gotoAndStop(_global.tintes);
last1.doller1.gotoAndStop(_global.tintes);
last1.doll1.eyebrow.gotoAndStop(_global.eyebrowes);
last1.doll1.eyelash.gotoAndStop(_global.eyelashes);
last2.dresses.gotoAndStop(_global.dress);
last2.chain.gotoAndStop(_global.chaines);
last2.earring.gotoAndStop(_global.earringes);
last2.shoe.gotoAndStop(_global.shoeses);
last2.doll1.lips.gotoAndStop(_global.lipses);
last2.doll1.eyelens.gotoAndStop(_global.eyelenses);
last2.doll1.eyeshade.gotoAndStop(_global.eyeshades);
last2.doll1.mani.gotoAndStop(_global.manis);
last2.doll1.rouge.gotoAndStop(_global.rouges);
last2.doll1.gotoAndStop(_global.tintes);
last2.doller1.gotoAndStop(_global.tintes);
last2.doll1.eyebrow.gotoAndStop(_global.eyebrowes);
last2.doll1.eyelash.gotoAndStop(_global.eyelashes);
};
playagain.onPress = function () {
_root.gotoAndStop(3);
_global.dress = 0;
_global.chaines = 0;
_global.shoeses = 0;
_global.lipses = 0;
_global.eyelenses = 0;
_global.eyelashes = 0;
_global.eyebrowes = 0;
_global.rouges = 0;
_global.tintes = 0;
_global.earringes = 0;
};
Symbol 19 MovieClip Frame 1
var btsLoaded = 0;
var btsTotal;
onEnterFrame = function () {
btsLoaded = _root.getBytesLoaded();
btsTotal = _root.getBytesTotal();
_root.loader.bar._x = _root.loader.percentage.text * 1.5;
percentage.text = Math.round((btsLoaded / btsTotal) * 100);
kbts.text = (((btsLoaded / 1000).toString() + "kb / ") + (btsTotal / 1000).toString()) + "kb";
if (percentage.text >= 100) {
_root.gotoAndPlay(2);
_root.loader._alpha = _root.loader._alpha - 8;
_root.loader._xscale = _root.loader._xscale - 2;
_root.loader._yscale = _root.loader._yscale - 2;
_root.loader.label1._visible = false;
_root.loader.percentage._visible = false;
_root.loader.kbts._visible = false;
if (_root.loader._alpha < 0) {
_root.gotoAndPlay(2);
onEnterFrame = null;
}
} else {
_root.gotoAndStop(1);
}
};
Symbol 56 MovieClip Frame 47
stop();
Symbol 65 MovieClip Frame 57
_root.stop();
Symbol 606 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon] Frame 0
class mx.transitions.OnEnterFrameBeacon
{
function OnEnterFrameBeacon () {
}
static function init() {
var _local4 = _global.MovieClip;
if (!_root.__OnEnterFrameBeacon) {
mx.transitions.BroadcasterMX.initialize(_local4);
var _local3 = _root.createEmptyMovieClip("__OnEnterFrameBeacon", 9876);
_local3.onEnterFrame = function () {
_global.MovieClip.broadcastMessage("onEnterFrame");
};
}
}
static var version = "1.1.0.52";
}
Symbol 607 MovieClip [__Packages.mx.transitions.BroadcasterMX] Frame 0
class mx.transitions.BroadcasterMX
{
var _listeners;
function BroadcasterMX () {
}
static function initialize(o, dontCreateArray) {
if (o.broadcastMessage != undefined) {
delete o.broadcastMessage;
}
o.addListener = mx.transitions.BroadcasterMX.prototype.addListener;
o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener;
if (!dontCreateArray) {
o._listeners = new Array();
}
}
function addListener(o) {
removeListener(o);
if (broadcastMessage == undefined) {
broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage;
}
return(_listeners.push(o));
}
function removeListener(o) {
var _local2 = _listeners;
var _local3 = _local2.length;
while (_local3--) {
if (_local2[_local3] == o) {
_local2.splice(_local3, 1);
if (!_local2.length) {
broadcastMessage = undefined;
}
return(true);
}
}
return(false);
}
function broadcastMessage() {
var _local5 = String(arguments.shift());
var _local4 = _listeners.concat();
var _local6 = _local4.length;
var _local3 = 0;
while (_local3 < _local6) {
_local4[_local3][_local5].apply(_local4[_local3], arguments);
_local3++;
}
}
static var version = "1.1.0.52";
}
Symbol 608 MovieClip [__Packages.mx.transitions.Tween] Frame 0
class mx.transitions.Tween
{
var obj, prop, begin, useSeconds, _listeners, addListener, prevTime, _time, looping, _duration, broadcastMessage, isPlaying, _fps, prevPos, _pos, change, _intervalID, _startTime;
function Tween (obj, prop, func, begin, finish, duration, useSeconds) {
mx.transitions.OnEnterFrameBeacon.init();
if (!arguments.length) {
return;
}
this.obj = obj;
this.prop = prop;
this.begin = begin;
position = (begin);
this.duration = (duration);
this.useSeconds = useSeconds;
if (func) {
this.func = func;
}
this.finish = (finish);
_listeners = [];
addListener(this);
start();
}
function set time(t) {
prevTime = _time;
if (t > duration) {
if (looping) {
rewind(t - _duration);
update();
broadcastMessage("onMotionLooped", this);
} else {
if (useSeconds) {
_time = _duration;
update();
}
stop();
broadcastMessage("onMotionFinished", this);
}
} else if (t < 0) {
rewind();
update();
} else {
_time = t;
update();
}
//return(time);
}
function get time() {
return(_time);
}
function set duration(d) {
_duration = (((d == null) || (d <= 0)) ? (_global.Infinity) : (d));
//return(duration);
}
function get duration() {
return(_duration);
}
function set FPS(fps) {
var _local2 = isPlaying;
stopEnterFrame();
_fps = fps;
if (_local2) {
startEnterFrame();
}
//return(FPS);
}
function get FPS() {
return(_fps);
}
function set position(p) {
setPosition(p);
//return(position);
}
function setPosition(p) {
prevPos = _pos;
obj[prop] = (_pos = p);
broadcastMessage("onMotionChanged", this, _pos);
updateAfterEvent();
}
function get position() {
return(getPosition());
}
function getPosition(t) {
if (t == undefined) {
t = _time;
}
return(func(t, begin, change, _duration));
}
function set finish(f) {
change = f - begin;
//return(finish);
}
function get finish() {
return(begin + change);
}
function continueTo(finish, duration) {
begin = position;
this.finish = (finish);
if (duration != undefined) {
this.duration = (duration);
}
start();
}
function yoyo() {
continueTo(begin, time);
}
function startEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.addListener(this);
} else {
_intervalID = setInterval(this, "onEnterFrame", 1000 / _fps);
}
isPlaying = true;
}
function stopEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.removeListener(this);
} else {
clearInterval(_intervalID);
}
isPlaying = false;
}
function start() {
rewind();
startEnterFrame();
broadcastMessage("onMotionStarted", this);
}
function stop() {
stopEnterFrame();
broadcastMessage("onMotionStopped", this);
}
function resume() {
fixTime();
startEnterFrame();
broadcastMessage("onMotionResumed", this);
}
function rewind(t) {
_time = ((t == undefined) ? 0 : (t));
fixTime();
update();
}
function fforward() {
time = (_duration);
fixTime();
}
function nextFrame() {
if (useSeconds) {
time = ((getTimer() - _startTime) / 1000);
} else {
time = (_time + 1);
}
}
function onEnterFrame() {
nextFrame();
}
function prevFrame() {
if (!useSeconds) {
time = (_time - 1);
}
}
function toString() {
return("[Tween]");
}
function fixTime() {
if (useSeconds) {
_startTime = getTimer() - (_time * 1000);
}
}
function update() {
position = (getPosition(_time));
}
static var version = "1.1.0.52";
static var __initBeacon = mx.transitions.OnEnterFrameBeacon.init();
static var __initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true);
function func(t, b, c, d) {
return(((c * t) / d) + b);
}
}
Symbol 609 MovieClip [__Packages.mx.transitions.easing.Bounce] Frame 0
class mx.transitions.easing.Bounce
{
function Bounce () {
}
static function easeOut(t, b, c, d) {
t = t / d;
if (t < 0.363636363636364) {
return((c * ((7.5625 * t) * t)) + b);
}
if (t < 0.727272727272727) {
t = t - 0.545454545454545;
return((c * (((7.5625 * t) * t) + 0.75)) + b);
}
if (t < 0.909090909090909) {
t = t - 0.818181818181818;
return((c * (((7.5625 * t) * t) + 0.9375)) + b);
}
t = t - 0.954545454545455;
return((c * (((7.5625 * t) * t) + 0.984375)) + b);
}
static function easeIn(t, b, c, d) {
return((c - easeOut(d - t, 0, c, d)) + b);
}
static function easeInOut(t, b, c, d) {
if (t < (d / 2)) {
return((easeIn(t * 2, 0, c, d) * 0.5) + b);
}
return(((easeOut((t * 2) - d, 0, c, d) * 0.5) + (c * 0.5)) + b);
}
static var version = "1.1.0.52";
}
Symbol 610 MovieClip [__Packages.mx.transitions.easing.Regular] Frame 0
class mx.transitions.easing.Regular
{
function Regular () {
}
static function easeIn(t, b, c, d) {
t = t / d;
return(((c * t) * t) + b);
}
static function easeOut(t, b, c, d) {
t = t / d;
return((((-c) * t) * (t - 2)) + b);
}
static function easeInOut(t, b, c, d) {
t = t / (d / 2);
if (t < 1) {
return((((c / 2) * t) * t) + b);
}
t--;
return((((-c) / 2) * ((t * (t - 2)) - 1)) + b);
}
static var version = "1.1.0.52";
}
Symbol 119 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 5
gotoAndStop (1);
Symbol 143 MovieClip Frame 1
stop();
Symbol 143 MovieClip Frame 6
gotoAndStop (1);
Symbol 266 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 11
gotoAndStop (1);
Symbol 350 MovieClip Frame 1
stop();
Symbol 350 MovieClip Frame 6
gotoAndStop (1);
Symbol 357 MovieClip Frame 1
stop();
Symbol 357 MovieClip Frame 6
gotoAndStop (1);
Symbol 367 MovieClip Frame 1
stop();
Symbol 367 MovieClip Frame 6
gotoAndStop (1);
Symbol 378 MovieClip Frame 1
stop();
Symbol 378 MovieClip Frame 6
gotoAndStop (1);
Symbol 384 MovieClip Frame 1
stop();
Symbol 384 MovieClip Frame 6
gotoAndStop (1);
Symbol 395 MovieClip Frame 1
stop();
Symbol 395 MovieClip Frame 6
gotoAndStop (1);
Symbol 399 MovieClip Frame 1
stop();
Instance of Symbol 357 MovieClip "eyeshade" in Symbol 399 MovieClip Frame 1
on (press) {
this.nextFrame();
}
Instance of Symbol 367 MovieClip "lips" in Symbol 399 MovieClip Frame 1
on (press) {
this.nextFrame();
}
Instance of Symbol 378 MovieClip "eyebrow" in Symbol 399 MovieClip Frame 1
on (press) {
this.nextFrame();
}
Instance of Symbol 384 MovieClip "eyelens" in Symbol 399 MovieClip Frame 1
on (press) {
this.nextFrame();
}
Instance of Symbol 395 MovieClip "eyelash" in Symbol 399 MovieClip Frame 1
on (press) {
this.nextFrame();
}
Symbol 399 MovieClip Frame 5
gotoAndStop (1);
Symbol 412 MovieClip Frame 1
stop();
Symbol 412 MovieClip Frame 6
gotoAndStop (1);