Frame 1
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);
}
stop();
debug = false;
if (debug) {
gotoAndPlay ("Game");
}
preloaderAnimation_mc._x = Stage.width / 2;
preloaderAnimation_mc._y = Stage.height / 2;
preloaderAnimation_mc.pinkBox_mc._width = Stage.width;
preloaderAnimation_mc.pinkBox_mc._height = Stage.height;
preloaderAnimation_mc.mainText_mc._width = (Stage.width / 8) * 7;
preloaderAnimation_mc.mainText_mc._yscale = preloaderAnimation_mc.mainText_mc._xscale;
preloaderAnimation_mc.mainText_mc._x = preloaderAnimation_mc.intro_mc._x;
preloaderAnimation_mc.mainText_mc._y = preloaderAnimation_mc.pinkBox_mc._height / 2;
preloaderAnimation_mc.intro_mc.gotoAndStop(1);
preloaderAnimation_mc.intro_mc._visible = false;
twinkleGenerator_mc._visible = false;
preloaderAnimation_mc.progress_mc.gotoAndStop(1);
var _percent;
var _total;
var _loaded;
var _PLAY = 0;
rectMask_mc._height = 1;
this.onEnterFrame = function () {
var _local3 = this.getBytesLoaded();
var _local4 = this.getBytesTotal();
var _local5 = Math.round((_local3 / _local4) * 100);
rectMask_mc._yscale = _local5;
if (_local3 >= _local4) {
_root.preloader.chibi_mc.gotoAndStop(2);
delete this.onEnterFrame;
}
};
__com_mochibot__("f861079f", this, 10301, true);
Frame 5
stop();
Instance of Symbol 202 MovieClip "bblogo" in Frame 5
on (rollOver) {
bbtext.gotoAndStop(2);
}
on (rollOut) {
bbtext.gotoAndStop(1);
}
on (press) {
getURL ("http://www.bbdressup.com", "_blank", "GET");
}
Instance of Symbol 202 MovieClip "bbmare" in Frame 5
on (rollOver) {
bbtext.gotoAndStop(2);
}
on (rollOut) {
bbtext.gotoAndStop(1);
}
on (press) {
getURL ("http://www.bbdressup.com", "_blank", "GET");
}
Symbol 3 MovieClip [MC_twinkle] Frame 1
var _speedX = ((Math.random() * 4) - 2);
var _speedY = 0;
var _rotate = 0;
this._x = (_xmouse + (Math.random() * 40)) - 20;
this._y = (_ymouse + (Math.random() * 40)) - 20;
this._xscale = (this._yscale = (Math.random() * 80) + 10);
this.onEnterFrame = function () {
this._x = this._x + _speedX;
this._y = this._y - _speedY;
_speedY = _speedY + 0.3;
this._alpha = this._alpha - (Math.random() * 5);
this._rotation = this._rotation - _rotate;
if (_alpha <= 0) {
this.removeMovieClip();
}
};
Symbol 6 MovieClip [animatedSparkle] Frame 1
sparkle._alpha = 0;
decay = 0.03;
if (fallspeed == null) {
fallspeed = (Math.random() * 1.5) + 0.5;
}
if (totalDecay == null) {
totalDecay = 1;
} else if (totalDecay <= 0) {
stop();
} else {
sparkle._y = sparkle._y + fallspeed;
sparkle._rotation = 180 - (Math.random() * 360);
sparkle._yscale = totalDecay * ((Math.random() * 20) + 100);
sparkle._xscale = totalDecay * (sparkle._yscale / ((Math.random() * 1) + 1));
alpha1 = (Math.random() * 100) + 70;
alpha2 = (Math.random() * 80) + 50;
totalDecay = totalDecay - decay;
if (alphacheck == 1) {
alphacheck = 2;
sparkle._alpha = totalDecay * alpha1;
} else {
alphacheck = 1;
sparkle._alpha = totalDecay * alpha2;
}
}
Symbol 6 MovieClip [animatedSparkle] Frame 2
gotoAndPlay (1);
Symbol 16 Button
on (release) {
getURL ("http://www.girlgames4u.com/", "_blank");
}
Symbol 19 MovieClip Frame 1
var _speedX = (Math.ceil(Math.random() * 3) + 3);
var _speedY = (Math.ceil(Math.random() * 3) + 3);
_yscale = (Math.ceil(Math.random() * 60) + 60);
_xscale = (Math.ceil(Math.random() * 60) + 60);
onEnterFrame = function () {
if (_x > (Stage.width + _width)) {
_x = (-1 * _width);
_speedX = (_speedY = Math.ceil(Math.random() * 3) + 3);
_yscale = (Math.ceil(Math.random() * 60) + 60);
_xscale = (Math.ceil(Math.random() * 60) + 60);
} else {
_x = (_x + _speedX);
}
if (_y > (Stage.height + _height)) {
_y = (-1 * _height);
_speedX = (_speedY = Math.ceil(Math.random() * 3) + 3);
_yscale = (Math.ceil(Math.random() * 60) + 60);
_xscale = (Math.ceil(Math.random() * 60) + 60);
} else {
_y = (_y + _speedY);
}
};
Symbol 27 MovieClip Frame 1
stop();
Symbol 27 MovieClip Frame 2
stop();
Symbol 49 MovieClip Frame 20
stop();
Symbol 52 MovieClip Frame 1
stop();
Instance of Symbol 51 MovieClip "invisibutton" in Symbol 52 MovieClip Frame 2
on (press) {
_root.gotoAndStop("Game");
}
Instance of Symbol 27 MovieClip in Symbol 53 MovieClip Frame 1
on (press) {
getURL ("http://www.bbdressup.com", "_blank", "GET");
}
Instance of Symbol 65 MovieClip in Symbol 78 MovieClip Frame 1
on (press) {
_root.game.disableCategory("shoes");
_root.game.disableCategory("top1");
_root.game.disableCategory("top2");
_root.game.enableCategory("hair");
_root.game.disableCategory("dress");
_root.game.disableCategory("coat");
}
Instance of Symbol 68 MovieClip in Symbol 78 MovieClip Frame 1
on (press) {
_root.game.enableCategory("shoes");
_root.game.disableCategory("top1");
_root.game.disableCategory("top2");
_root.game.disableCategory("hair");
_root.game.disableCategory("dress");
_root.game.disableCategory("coat");
}
Instance of Symbol 71 MovieClip in Symbol 78 MovieClip Frame 1
on (press) {
_root.game.disableCategory("shoes");
_root.game.disableCategory("top1");
_root.game.enableCategory("top2");
_root.game.disableCategory("hair");
_root.game.disableCategory("dress");
_root.game.disableCategory("coat");
}
Instance of Symbol 74 MovieClip in Symbol 78 MovieClip Frame 1
on (press) {
_root.game.disableCategory("shoes");
_root.game.enableCategory("top1");
_root.game.enableCategory("coat");
_root.game.disableCategory("top2");
_root.game.disableCategory("hair");
_root.game.disableCategory("dress");
}
Instance of Symbol 77 MovieClip in Symbol 78 MovieClip Frame 1
on (press) {
_root.game.disableCategory("shoes");
_root.game.disableCategory("top1");
_root.game.disableCategory("top2");
_root.game.disableCategory("hair");
_root.game.enableCategory("dress");
_root.game.disableCategory("coat");
}
Symbol 81 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 2
stop();
Symbol 83 Button
on (release) {
_volumeSwitch = _volumeSwitch * -1;
if (_volumeSwitch == 1) {
Music.setVolume(100);
muteStates_mc.gotoAndStop(1);
} else {
Music.setVolume(0);
muteStates_mc.gotoAndStop(2);
}
}
Symbol 88 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 2
stop();
Instance of Symbol 89 MovieClip in Symbol 99 MovieClip Frame 1
on (press) {
_root.game.disableCategories();
_root.game.status = "done";
dn.gotoAndStop(1);
}
on (rollOver) {
dn.gotoAndStop(2);
}
on (rollOut) {
dn.gotoAndStop(1);
}
Instance of Symbol 92 MovieClip in Symbol 99 MovieClip Frame 1
on (press) {
_root.game.disableCategory("scarf");
_root.game.disableCategory("purse");
_root.game.disableCategory("jewels");
_root.game.disableCategory("gloves");
_root.game.disableCategory("furfeet");
_root.game.disableCategory("pants");
_root.game.enableCategory("skirt");
}
Instance of Symbol 95 MovieClip in Symbol 99 MovieClip Frame 1
on (press) {
_root.game.enableCategory("scarf");
_root.game.enableCategory("purse");
_root.game.enableCategory("jewels");
_root.game.enableCategory("gloves");
_root.game.enableCategory("furfeet");
_root.game.disableCategory("skirt");
_root.game.disableCategory("pants");
}
Instance of Symbol 98 MovieClip in Symbol 99 MovieClip Frame 1
on (press) {
_root.game.disableCategory("scarf");
_root.game.disableCategory("purse");
_root.game.disableCategory("jewels");
_root.game.disableCategory("gloves");
_root.game.disableCategory("furfeet");
_root.game.disableCategory("skirt");
_root.game.enableCategory("pants");
}
Symbol 103 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 2
stop();
Instance of Symbol 103 MovieClip "pa" in Symbol 105 MovieClip Frame 1
on (rollOver) {
pa.gotoAndStop(2);
}
on (rollOut) {
pa.gotoAndStop(1);
}
Symbol 108 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 2
stop();
Symbol 199 MovieClip Frame 1
function setIncompatibilities() {
var _local1;
var _local2;
_local1 = 0;
while (_local1 < itemTypes.length) {
incompatibilities[_local1] = new Array();
_local2 = 0;
while (_local2 < itemTypes.length) {
incompatibilities[_local1].push(0);
_local2++;
}
_local1++;
}
_local1 = 0;
while (_local1 < adverseTypes.length) {
type = adverseTypes[_local1][0];
adverseTypes[_local1].splice(0, 1);
setAdverseArray(adverseTypes[_local1]);
while ((adverseTypes[_local1].length > 2) && (type == 0)) {
adverseTypes[_local1].splice(0, 1);
setAdverseArray(adverseTypes[_local1]);
}
_local1++;
}
}
function setAdverseArray(list) {
var _local1;
_local1 = 1;
while (_local1 < list.length) {
setAdverse(list[0], list[_local1]);
_local1++;
}
}
function setAdverse(cat1, cat2) {
incompatibilities[getCategoryIndex(cat1)][getCategoryIndex(cat2)] = 1;
incompatibilities[getCategoryIndex(cat2)][getCategoryIndex(cat1)] = 1;
}
function getCategoryIndex(catName) {
var _local1 = 0;
while (_local1 < itemTypes.length) {
if (itemTypes[_local1].begin == catName) {
return(_local1);
}
_local1++;
}
}
function setActionsOnItems() {
setIncompatibilities();
var _local2 = 0;
while (_local2 < itemTypes.length) {
_root.game[itemTypes[_local2].hot]._alpha = 0;
setActionOnItemList(_local2, itemTypes[_local2].begin, itemTypes[_local2].count, _root.game[itemTypes[_local2].hot]);
_local2++;
}
}
function setActionOnItemList(type, begin, count, hot) {
var _local1 = 0;
while (_local1 < count) {
setActionOnItem(type, begin, _local1, hot);
_local1++;
}
}
function setActionOnItem(category, begin, i, hot) {
itemName = ("item" + begin) + (i + 1);
item = _root.game[itemName];
item.category = category;
item.hot = hot;
item.character = this.character;
item.onCharacter = false;
item.initialX = item._x;
item.initialY = item._y;
item.initialScaleX = item._xscale;
item.initialScaleY = item._yscale;
item.dragging = false;
item.onRollOver = function () {
if (!this.onCharacter) {
this.filters = [filter_shadow];
}
};
item.onRollOut = function () {
this.filters = null;
};
item.onPress = function () {
if (_root.game.itemHolder_mc.getDepth() > this.getDepth()) {
_root.game.itemHolder_mc.swapDepths(this);
}
this.dragging = true;
this.startDrag();
};
item.onRelease = function () {
if (_root.debug) {
}
var _local3;
var _local5;
if (_root.game.itemHolder_mc.getDepth() < this.getDepth()) {
_root.game.itemHolder_mc.swapDepths(this);
}
var _local4 = false;
if (validationCharacter(this)) {
putOnCharacter(this);
_root.game.twinkle();
} else {
if (this.onCharacter) {
_local3 = 0;
while (_local3 < onCharacterItems.length) {
if (onCharacterItems[_local3].hot == this.hot) {
onCharacterItems.splice(_local3, 1);
}
_local3++;
}
}
this.onCharacter = false;
}
this.dragging = false;
this.stopDrag();
};
item.onEnterFrame = function () {
if (!this.dragging) {
if (!this.onCharacter) {
if (Math.abs(this._x - this.initialX) < 1) {
this._x = this.initialX;
} else {
this._x = this._x - ((this._x - this.initialX) / 6);
}
if (Math.abs(this._x - this.initialX) < 1) {
this._y = this.initialY;
} else {
this._y = this._y - ((this._y - this.initialY) / 6);
}
if (this._xscale != this.initialScaleX) {
if (((this._xscale / this.initialScaleX) > 0.98) && ((this._xscale / this.initialScaleX) < 1.02)) {
this._xscale = this.initialScaleX;
} else {
this._xscale = this._xscale - ((this._xscale - this.initialScaleX) / 6);
}
}
if (this._xscale != this.initialScaleX) {
if (((this._xscale / this.initialScaleX) > 0.98) && ((this._xscale / this.initialScaleX) < 1.02)) {
this._yscale = this.initialScaleY;
} else {
this._yscale = this._yscale - ((this._yscale - this.initialScaleY) / 6);
}
}
} else {
if (this._x != (this.xcom + this.character._x)) {
this._x = this.xcom + this.character._x;
}
if (this._y != (this.ycom + this.character._y)) {
this._y = this.ycom + this.character._y;
}
if (this._xscale != this.fullScaleX) {
this._xscale = this.fullScaleX;
}
if (this._yscale != this.fullScaleY) {
this._yscale = this.fullScaleY;
}
}
}
this._visible = itemTypes[this.category].enabled || (this.onCharacter);
};
item._visible = itemTypes[item.category].enabled || (item.onCharacter);
}
function putOnCharacter(item) {
var _local1;
var _local3;
_local1 = 0;
while (_local1 < onCharacterItems.length) {
if (incompatibilities[item.category][onCharacterItems[_local1].category] == 1) {
onCharacterItems[_local1].onCharacter = false;
onCharacterItems.splice(_local1, 1);
_local1--;
}
_local1++;
}
_local1 = 0;
while (_local1 < onCharacterItems.length) {
if (onCharacterItems[_local1].hot == item.hot) {
onCharacterItems[_local1].onCharacter = false;
onCharacterItems[_local1] = item;
_local3 = true;
}
_local1++;
}
if (!_local3) {
onCharacterItems.push(item);
}
item.onCharacter = true;
item.filters = null;
}
function validationCharacter(item) {
return(item.hot.hitTest(item));
}
function disableCategories() {
var _local1 = 0;
while (_local1 < itemTypes.length) {
itemTypes[_local1].enabled = false;
_local1++;
}
}
function disableCategory(catName) {
itemTypes[getCategoryIndex(catName)].enabled = false;
}
function enableCategory(catName) {
itemTypes[getCategoryIndex(catName)].enabled = true;
}
function twinkle() {
if (_root.debug) {
return(undefined);
}
var _local3 = 0;
while (_local3 < 10) {
_root.game.attachMovie("MC_twinkle", "MC_twinkle" + _root.game._particleNum, _root.game.getNextHighestDepth());
_root.game._particleNum++;
_local3++;
}
Twinkle = new Sound(this);
Twinkle.attachSound("twinkle");
if (_volumeSwitch == 1) {
Twinkle.setVolume(50);
} else {
Twinkle.setVolume(0);
}
Twinkle.start(0, 1);
}
function displayXY() {
var _local4 = this.character._x;
cy = this.character._y;
var _local3 = 0;
while (_local3 < itemTypes.length) {
var _local2 = 0;
while (_local2 < itemTypes[_local3].count) {
itemName = ("item" + itemTypes[_local3].begin) + (_local2 + 1);
item = this[itemName];
xtext = (itemName + ".xcom=") + (item._x - _local4);
trace(xtext);
ytext = (itemName + ".ycom=") + (item._y - cy);
trace(ytext);
_local2++;
}
_local3++;
}
}
function compensation() {
itemtop23.xcom = -53;
itemtop23.ycom = -204.5;
itemtop23.fullScaleX = 69.28;
itemtop23.fullScaleY = 69.28;
itemtop25.xcom = -50;
itemtop25.ycom = -198.25;
itemtop25.fullScaleX = 69.28;
itemtop25.fullScaleY = 69.28;
itemtop24.xcom = -80.11;
itemtop24.ycom = -186.85;
itemtop24.fullScaleX = 69.28;
itemtop24.fullScaleY = 69.28;
itemtop22.xcom = -48.65;
itemtop22.ycom = -210.7;
itemtop22.fullScaleX = 69.28;
itemtop22.fullScaleY = 69.28;
itemtop21.xcom = -48.9;
itemtop21.ycom = -210.9;
itemtop21.fullScaleX = 69.28;
itemtop21.fullScaleY = 69.28;
itemcoat2.xcom = -77.75;
itemcoat2.ycom = -200.7;
itemcoat2.fullScaleX = 69.28;
itemcoat2.fullScaleY = 69.28;
itemtop12.xcom = -73.4;
itemtop12.ycom = -211.65;
itemtop12.fullScaleX = 69.28;
itemtop12.fullScaleY = 69.28;
itemcoat1.xcom = -77.65;
itemcoat1.ycom = -200.55;
itemcoat1.fullScaleX = 69.28;
itemcoat1.fullScaleY = 69.28;
itemtop11.xcom = -73.45;
itemtop11.ycom = -211.1;
itemtop11.fullScaleX = 69.28;
itemtop11.fullScaleY = 69.28;
itemhair1.xcom = -21.2;
itemhair1.ycom = -282.95;
itemhair1.fullScaleX = 69.28;
itemhair1.fullScaleY = 69.28;
itemhair2.xcom = -20.7;
itemhair2.ycom = -280.65;
itemhair2.fullScaleX = 69.28;
itemhair2.fullScaleY = 71.22;
itemhair3.xcom = -32.81;
itemhair3.ycom = -282;
itemhair3.fullScaleX = 69.28;
itemhair3.fullScaleY = 69.28;
itemhair4.xcom = -17.2;
itemhair4.ycom = -277.4;
itemhair4.fullScaleX = 69.28;
itemhair4.fullScaleY = 69.28;
itemhair5.xcom = -29.15;
itemhair5.ycom = -282.55;
itemhair5.fullScaleX = 69.28;
itemhair5.fullScaleY = 69.28;
itemhair6.xcom = -36.61;
itemhair6.ycom = -285.8;
itemhair6.fullScaleX = 69.28;
itemhair6.fullScaleY = 69.28;
itemhair7.xcom = -18.25;
itemhair7.ycom = -278.5;
itemhair7.fullScaleX = 69.28;
itemhair7.fullScaleY = 69.28;
itempants1.xcom = -46.65;
itempants1.ycom = -27.4;
itempants1.fullScaleX = 69.28;
itempants1.fullScaleY = 69.28;
itempants2.xcom = -46.65;
itempants2.ycom = -26.5;
itempants2.fullScaleX = 69.28;
itempants2.fullScaleY = 69.28;
itempants3.xcom = -46.65;
itempants3.ycom = -25.4;
itempants3.fullScaleX = 69.28;
itempants3.fullScaleY = 69.28;
itempants4.xcom = -45.95;
itempants4.ycom = -26.75;
itempants4.fullScaleX = 69.28;
itempants4.fullScaleY = 69.28;
itemdress1.xcom = -79.95;
itemdress1.ycom = -186.2;
itemdress1.fullScaleX = 69.28;
itemdress1.fullScaleY = 69.28;
itemdress2.xcom = -79.56;
itemdress2.ycom = -185.9;
itemdress2.fullScaleX = 69.28;
itemdress2.fullScaleY = 69.28;
itemdress3.xcom = -56.7;
itemdress3.ycom = -191.35;
itemdress3.fullScaleX = 69.28;
itemdress3.fullScaleY = 69.28;
itemgloves1.xcom = -81.15;
itemgloves1.ycom = -40.06;
itemgloves1.fullScaleX = 68.69;
itemgloves1.fullScaleY = 69.28;
itemgloves2.xcom = -82.25;
itemgloves2.ycom = -39.81;
itemgloves2.fullScaleX = 69.28;
itemgloves2.fullScaleY = 69.28;
itemgloves3.xcom = -81.95;
itemgloves3.ycom = -40.31;
itemgloves3.fullScaleX = 69.28;
itemgloves3.fullScaleY = 69.28;
itemskirt1.xcom = -58.4;
itemskirt1.ycom = -64.25;
itemskirt1.fullScaleX = 69.28;
itemskirt1.fullScaleY = 69.28;
itemskirt2.xcom = -72.95;
itemskirt2.ycom = -82;
itemskirt2.fullScaleX = 69.28;
itemskirt2.fullScaleY = 69.28;
itemskirt3.xcom = -56.95;
itemskirt3.ycom = -71.5;
itemskirt3.fullScaleX = 69.28;
itemskirt3.fullScaleY = 69.28;
itemskirt4.xcom = -58.4;
itemskirt4.ycom = -69.45;
itemskirt4.fullScaleX = 69.28;
itemskirt4.fullScaleY = 69.28;
itemskirt5.xcom = -60.36;
itemskirt5.ycom = -68.05;
itemskirt5.fullScaleX = 69.28;
itemskirt5.fullScaleY = 69.28;
itemshoes1.xcom = -34.11;
itemshoes1.ycom = 173.55;
itemshoes1.fullScaleX = 69.28;
itemshoes1.fullScaleY = 69.28;
itemshoes2.xcom = -45.75;
itemshoes2.ycom = 117.19;
itemshoes2.fullScaleX = 69.28;
itemshoes2.fullScaleY = 69.28;
itemshoes3.xcom = -42.75;
itemshoes3.ycom = 152.9;
itemshoes3.fullScaleX = 69.28;
itemshoes3.fullScaleY = 69.28;
itemshoes4.xcom = -42.86;
itemshoes4.ycom = 138.19;
itemshoes4.fullScaleX = 69.28;
itemshoes4.fullScaleY = 69.28;
itemshoes5.xcom = -49.36;
itemshoes5.ycom = 137.1;
itemshoes5.fullScaleX = 69.28;
itemshoes5.fullScaleY = 69.28;
itemfurfeet1.xcom = -48.65;
itemfurfeet1.ycom = 119.75;
itemfurfeet1.fullScaleX = 69.28;
itemfurfeet1.fullScaleY = 69.28;
itempurse1.xcom = -31.95;
itempurse1.ycom = -193.55;
itempurse1.fullScaleX = 69.28;
itempurse1.fullScaleY = 82.69;
itemscarf1.xcom = -16.75;
itemscarf1.ycom = -213.2;
itemscarf1.fullScaleX = 69.28;
itemscarf1.fullScaleY = 69.28;
itemscarf2.xcom = -29.9;
itemscarf2.ycom = -214.25;
itemscarf2.fullScaleX = 69.28;
itemscarf2.fullScaleY = 69.28;
itemscarf3.xcom = -29.25;
itemscarf3.ycom = -197.15;
itemscarf3.fullScaleX = 69.28;
itemscarf3.fullScaleY = 69.28;
itemjewels1.xcom = -12.31;
itemjewels1.ycom = -229.5;
itemjewels1.fullScaleX = 69.28;
itemjewels1.fullScaleY = 69.28;
itemjewels2.xcom = 9.8;
itemjewels2.ycom = -194.45;
itemjewels2.fullScaleX = 100;
itemjewels2.fullScaleY = 100;
itemjewels3.xcom = -11.9;
itemjewels3.ycom = -198.95;
itemjewels3.fullScaleX = 69.28;
itemjewels3.fullScaleY = 69.28;
}
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
var _particleNum = 0;
onCharacterItems = new Array();
incompatibilities = new Array();
onEnterFrame = function () {
itemHolder_mc._x = _xmouse;
itemHolder_mc._y = _ymouse;
preloaderAnimation_mc._visible = false;
if (_root.game.status == "playing") {
tab._x = tab._x - (((tab._x - 0) * 2) / _root.game.speed);
tab2._x = tab2._x - (((tab2._x - 560) * 2) / _root.game.speed);
endPLAYAGAIN._x = endPLAYAGAIN._x - ((endPLAYAGAIN._x - -350) / _root.game.speed);
endPLAYMORE._x = endPLAYMORE._x - ((endPLAYMORE._x - -350) / _root.game.speed);
_root.bblogo._visible = true;
_root.bbmare._visible = false;
} else {
tab._x = tab._x - (((tab._x - -700) * 2) / _root.game.speed);
tab2._x = tab2._x - (((tab2._x - 900) * 2) / _root.game.speed);
endPLAYAGAIN._x = endPLAYAGAIN._x - ((endPLAYAGAIN._x - 20) / _root.game.speed);
endPLAYMORE._x = endPLAYMORE._x - ((endPLAYMORE._x - 20) / _root.game.speed);
_root.bblogo._visible = false;
_root.bbmare._visible = true;
}
};
compensation();
stop();
_root.game.speed = 4;
_root.game.status = "playing";
itemHolder_mc._alpha = 0;
var _volumeSwitch = 1;
itemTypes = new Array();
itemTypes.push({begin:"top1", count:2, enabled:false, hot:"hotTop"});
itemTypes.push({begin:"coat", count:2, enabled:false, hot:"hotCoat"});
itemTypes.push({begin:"top2", count:5, enabled:true, hot:"hotTop"});
itemTypes.push({begin:"hair", count:7, enabled:false, hot:"hotHair"});
itemTypes.push({begin:"pants", count:4, enabled:false, hot:"hotPants"});
itemTypes.push({begin:"skirt", count:5, enabled:true, hot:"hotSkirt"});
itemTypes.push({begin:"dress", count:3, enabled:false, hot:"hotFull"});
itemTypes.push({begin:"gloves", count:3, enabled:false, hot:"hotGloves"});
itemTypes.push({begin:"shoes", count:5, enabled:false, hot:"hotShoes"});
itemTypes.push({begin:"furfeet", count:1, enabled:false, hot:"hotFeet"});
itemTypes.push({begin:"purse", count:1, enabled:false, hot:"hotPurse"});
itemTypes.push({begin:"scarf", count:3, enabled:false, hot:"hotScarf"});
itemTypes.push({begin:"jewels", count:3, enabled:false, hot:"hotJewels"});
adverseTypes = new Array();
adverseTypes.push(new Array(1, "dress", "skirt", "top1", "top2"));
setActionsOnItems();
putOnCharacter(itemhair4);
Instance of Symbol 105 MovieClip "endPLAYAGAIN" in Symbol 199 MovieClip Frame 1
on (release) {
_root.game.enableCategory("top2");
_root.game.enableCategory("skirt");
_root.game.status = "playing";
}
on (rollOver) {
this.pa.gotoAndStop(2);
}
on (rollOut) {
this.pa.gotoAndStop(1);
}
Instance of Symbol 109 MovieClip "endPLAYMORE" in Symbol 199 MovieClip Frame 1
on (press) {
getURL ("http://www.bbdressup.com", "_blank", "GET");
}
on (rollOver) {
this.pmg.gotoAndStop(2);
}
on (rollOut) {
this.pmg.gotoAndStop(1);
}
Symbol 205 MovieClip Frame 1
this.sparkleResource._visible = false;
this.Instructions._visible = false;
var r = 1;
_parent.onMouseMove = function () {
if (i == null) {
i = 0;
}
sparkIt = !(i % r);
if (sparkIt) {
this.attachMovie("animatedSparkle", "spark" + i, this.getNextHighestDepth());
this["spark" + i]._x = this._xmouse - (Math.random() * 15);
this["spark" + i]._y = this._ymouse - ((Math.random() * 10) + 5);
this["spark" + i].blendMode = 13;
}
i++;
};