Frame 1
stop();
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;
this.onEnterFrame = function () {
_total = _root.getBytesTotal();
_loaded = _root.getBytesLoaded();
_percent = (_loaded / _total) * 100;
if ((preloaderAnimation_mc.progress_mc._currentframe < Math.round(_percent)) || (preloaderAnimation_mc.progress_mc._currentframe() < 100)) {
preloaderAnimation_mc.progress_mc.nextFrame();
} else if ((Math.round(_percent) >= 100) && (preloaderAnimation_mc.intro_mc._currentframe < 60)) {
preloaderAnimation_mc.progress_mc._visible = 0;
preloaderAnimation_mc.intro_mc.play();
preloaderAnimation_mc.intro_mc._visible = true;
preloaderAnimation_mc.intro_mc._y--;
} else if (preloaderAnimation_mc.intro_mc._currentframe > 60) {
delete onEnterFrame;
}
};
Frame 2
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__("ec94892c", this, 10301, true);
function setupTabs() {
if (_currentCategory == "none") {
var _local2 = 1;
while (_local2 <= 100) {
if (_root["hair" + _local2]._x == _root.areaHair_mc._x) {
_root["hair" + _local2]._visible = true;
} else {
_root["hair" + _local2]._visible = false;
}
_local2++;
}
} else {
var _local2 = 1;
while (_local2 <= 100) {
_root["hair" + _local2]._visible = true;
_local2++;
}
}
var _local2 = 1;
while (_local2 <= 100) {
if (_root["top" + _local2]._x == _root.areaTop_mc._x) {
_root["top" + _local2]._visible = true;
} else {
_root["top" + _local2]._visible = false;
}
_local2++;
}
_local2 = 1;
while (_local2 <= 100) {
if (_root["dress" + _local2]._x == _root.areaDress_mc._x) {
_root["dress" + _local2]._visible = true;
} else {
_root["dress" + _local2]._visible = false;
}
_local2++;
}
_local2 = 1;
while (_local2 <= 100) {
if (_root["base" + _local2]._x == _root.areaBase_mc._x) {
_root["base" + _local2]._visible = true;
} else {
_root["base" + _local2]._visible = false;
}
_local2++;
}
_local2 = 1;
while (_local2 <= 100) {
if (_root["low" + _local2]._x == _root.areaLow_mc._x) {
_root["low" + _local2]._visible = true;
} else {
_root["low" + _local2]._visible = false;
}
_local2++;
}
_local2 = 1;
while (_local2 <= 100) {
if (_root["ciorapi" + _local2]._x == _root.areaCiorapi_mc._x) {
_root["ciorapi" + _local2]._visible = true;
} else {
_root["ciorapi" + _local2]._visible = false;
}
_local2++;
}
_local2 = 1;
while (_local2 <= 100) {
if (_root["shoes" + _local2]._x == _root.areaShoes_mc._x) {
_root["shoes" + _local2]._visible = true;
} else {
_root["shoes" + _local2]._visible = false;
}
_local2++;
}
}
function twinkle() {
var _local3 = 0;
while (_local3 < 10) {
_root.attachMovie("MC_twinkle", "MC_twinkle" + _root._particleNum, _root.getNextHighestDepth());
_root._particleNum++;
_local3++;
}
Twinkle = new Sound(this);
Twinkle.attachSound("twinkle");
if (_volumeSwitch == 1) {
Twinkle.setVolume(50);
} else {
Twinkle.setVolume(0);
}
Twinkle.start(0, 1);
}
itemHolder_mc._alpha = 0;
areaHair_mc._alpha = 0;
areaDress_mc._alpha = 0;
areaBase_mc._alpha = 0;
areaTop_mc._alpha = 0;
areaCiorapi_mc._alpha = 0;
areaLow_mc._alpha = 0;
areaShoes_mc._alpha = 0;
var _currentCategory;
var _playOnce = 1;
var _blondHairX = hair4._x;
var _blondHairY = hair4._y;
hair4._x = areaHair_mc._x;
hair4._y = areaHair_mc._y;
var _stage = 1;
var _speed = 8;
var _menuStage = 1;
var _delay = 0;
onEnterFrame = function () {
itemHolder_mc._x = _xmouse;
itemHolder_mc._y = _ymouse;
preloaderAnimation_mc._visible = false;
if ((_stage == 1) && (tab_mc._x < 285)) {
tab_mc._x = tab_mc._x - ((tab_mc._x - 290) / _speed);
endPLAYAGAIN_mc._x = endPLAYAGAIN_mc._x - ((endPLAYAGAIN_mc._x + 240) / _speed);
endPLAYMORE_mc._x = endPLAYMORE_mc._x - ((endPLAYMORE_mc._x + 240) / _speed);
_menuStage = 1;
} else if (_menuStage == 1) {
tab_mc._x = 290;
endPLAYAGAIN_mc._x = -290;
endPLAYMORE_mc._x = -290;
plate_mc._visible = true;
_currentCategory = "hair";
setupTabs();
_menuStage = 0;
}
if ((_stage == 2) && (tab_mc._x > -290)) {
tab_mc._x = tab_mc._x - ((tab_mc._x + 240) / _speed);
endPLAYAGAIN_mc._x = endPLAYAGAIN_mc._x - ((endPLAYAGAIN_mc._x - 240) / _speed);
endPLAYMORE_mc._x = endPLAYMORE_mc._x - ((endPLAYMORE_mc._x - 240) / _speed);
plate_mc._visible = false;
_currentCategory = "none";
setupTabs();
_menuStage = 2;
} else if (_menuStage == 2) {
tab_mc._x = -290;
endPLAYAGAIN_mc._x = 240;
endPLAYMORE_mc._x = 240;
_menuStage = 0;
}
if (_playOnce == 1) {
if (hair4._alpha < 100) {
hair4._x = hair4._x - ((hair4._x - _blondHairX) / 2);
hair4._y = hair4._y - ((hair4._y - _blondHairY) / 2);
} else if (Math.abs(hair4._x - _blondHairX) < 10) {
hair4._alpha = 100;
hair4._x = _blondHairX;
hair4._y = _blondHairY;
_playOnce = 0;
}
}
};
var _volumeSwitch = 1;
Music = new Sound(this);
Music.attachSound("DesertCity");
Music.start(0, 99);
var _particleNum = 0;
var _particleDelay = Math.round(Math.random() * 12);
var _UWcolor = 1;
tipa_mc.gotoAndStop(_UWcolor);
Symbol 5 MovieClip [MC_twinkle] Frame 1
var _speedX = ((Math.random() * 16) - 8);
var _speedY = (Math.random() * 8);
var _rotate = ((Math.random() * 40) - 20);
this._x = (_xmouse + (Math.random() * 40)) - 20;
this._y = (_ymouse + (Math.random() * 40)) - 20;
this._xscale = (this._yscale = Math.random() * 80);
this.onEnterFrame = function () {
this._x = this._x + _speedX;
this._y = this._y - _speedY;
_speedY--;
this._alpha = this._alpha - ((Math.round(Math.random()) * 2) + 2);
this._rotation = this._rotation - _rotate;
if (_alpha <= 0) {
this.removeMovieClip();
}
};
Symbol 21 Button
on (release) {
getURL ("http://www.poshdressup.com/", _blank);
}
Symbol 22 MovieClip Frame 45
stop();
Symbol 39 MovieClip Frame 60
stop();
Symbol 45 Button
on (rollOver) {
play();
}
on (release) {
_root.preloaderAnimation_mc.intro_mc.play();
}
Symbol 47 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 95
stop();
Symbol 59 MovieClip Frame 138
_root.gotoAndStop(2);
Symbol 89 Button
on (press) {
getURL ("http://www.poshdressup.com", "_blank", "GET");
}
Symbol 92 Button
on (press) {
_root._stage = 1;
}
Symbol 101 Button
on (press) {
_root._currentCategory = "hair";
var _i = 1;
while (_i <= 100) {
_root["hair" + _i]._visible = true;
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["dress" + _i]._x == _root.areaDress_mc._x) {
_root["dress" + _i]._visible = true;
} else {
_root["dress" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["base" + _i]._x == _root.areaBase_mc._x) {
_root["base" + _i]._visible = true;
} else {
_root["base" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["low" + _i]._x == _root.areaLow_mc._x) {
_root["low" + _i]._visible = true;
} else {
_root["low" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["ciorapi" + _i]._x == _root.areaCiorapi_mc._x) {
_root["ciorapi" + _i]._visible = true;
} else {
_root["ciorapi" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["shoes" + _i]._x == _root.areaShoes_mc._x) {
_root["shoes" + _i]._visible = true;
} else {
_root["shoes" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["top" + _i]._x == _root.areaTop_mc._x) {
_root["top" + _i]._visible = true;
} else {
_root["top" + _i]._visible = false;
}
_i++;
}
}
Symbol 110 Button
on (press) {
_root._currentCategory = "dress";
var _i = 1;
while (_i <= 100) {
_root["dress" + _i]._visible = true;
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["hair" + _i]._x == _root.areaHair_mc._x) {
_root["hair" + _i]._visible = true;
} else {
_root["hair" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["base" + _i]._x == _root.areaBase_mc._x) {
_root["base" + _i]._visible = true;
} else {
_root["base" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["low" + _i]._x == _root.areaLow_mc._x) {
_root["low" + _i]._visible = true;
} else {
_root["low" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["ciorapi" + _i]._x == _root.areaCiorapi_mc._x) {
_root["ciorapi" + _i]._visible = true;
} else {
_root["ciorapi" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["shoes" + _i]._x == _root.areaShoes_mc._x) {
_root["shoes" + _i]._visible = true;
} else {
_root["shoes" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["top" + _i]._x == _root.areaTop_mc._x) {
_root["top" + _i]._visible = true;
} else {
_root["top" + _i]._visible = false;
}
_i++;
}
}
Symbol 135 Button
on (press) {
_root._currentCategory = "base";
var _i = 1;
while (_i <= 100) {
_root["base" + _i]._visible = true;
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["dress" + _i]._x == _root.areaDress_mc._x) {
_root["dress" + _i]._visible = true;
} else {
_root["dress" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["hair" + _i]._x == _root.areaHair_mc._x) {
_root["hair" + _i]._visible = true;
} else {
_root["hair" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["low" + _i]._x == _root.areaLow_mc._x) {
_root["low" + _i]._visible = true;
} else {
_root["low" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["ciorapi" + _i]._x == _root.areaCiorapi_mc._x) {
_root["ciorapi" + _i]._visible = true;
} else {
_root["ciorapi" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["shoes" + _i]._x == _root.areaShoes_mc._x) {
_root["shoes" + _i]._visible = true;
} else {
_root["shoes" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["top" + _i]._x == _root.areaTop_mc._x) {
_root["top" + _i]._visible = true;
} else {
_root["top" + _i]._visible = false;
}
_i++;
}
}
Symbol 162 Button
on (press) {
_root._currentCategory = "low";
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._visible = true;
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["dress" + _i]._x == _root.areaDress_mc._x) {
_root["dress" + _i]._visible = true;
} else {
_root["dress" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["base" + _i]._x == _root.areaBase_mc._x) {
_root["base" + _i]._visible = true;
} else {
_root["base" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["hair" + _i]._x == _root.areaHair_mc._x) {
_root["hair" + _i]._visible = true;
} else {
_root["hair" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["ciorapi" + _i]._x == _root.areaCiorapi_mc._x) {
_root["ciorapi" + _i]._visible = true;
} else {
_root["ciorapi" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["shoes" + _i]._x == _root.areaShoes_mc._x) {
_root["shoes" + _i]._visible = true;
} else {
_root["shoes" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["top" + _i]._x == _root.areaTop_mc._x) {
_root["top" + _i]._visible = true;
} else {
_root["top" + _i]._visible = false;
}
_i++;
}
}
Symbol 165 Button
on (press) {
_root._currentCategory = "shoes";
var _i = 1;
while (_i <= 100) {
_root["shoes" + _i]._visible = true;
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["dress" + _i]._x == _root.areaDress_mc._x) {
_root["dress" + _i]._visible = true;
} else {
_root["dress" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["base" + _i]._x == _root.areaBase_mc._x) {
_root["base" + _i]._visible = true;
} else {
_root["base" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["low" + _i]._x == _root.areaLow_mc._x) {
_root["low" + _i]._visible = true;
} else {
_root["low" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["ciorapi" + _i]._x == _root.areaCiorapi_mc._x) {
_root["ciorapi" + _i]._visible = true;
} else {
_root["ciorapi" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["hair" + _i]._x == _root.areaHair_mc._x) {
_root["hair" + _i]._visible = true;
} else {
_root["hair" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["top" + _i]._x == _root.areaTop_mc._x) {
_root["top" + _i]._visible = true;
} else {
_root["top" + _i]._visible = false;
}
_i++;
}
}
Symbol 181 Button
on (press) {
_root._currentCategory = "top";
var _i = 1;
while (_i <= 100) {
_root["top" + _i]._visible = true;
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["dress" + _i]._x == _root.areaDress_mc._x) {
_root["dress" + _i]._visible = true;
} else {
_root["dress" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["base" + _i]._x == _root.areaBase_mc._x) {
_root["base" + _i]._visible = true;
} else {
_root["base" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["low" + _i]._x == _root.areaLow_mc._x) {
_root["low" + _i]._visible = true;
} else {
_root["low" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["ciorapi" + _i]._x == _root.areaCiorapi_mc._x) {
_root["ciorapi" + _i]._visible = true;
} else {
_root["ciorapi" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["shoes" + _i]._x == _root.areaShoes_mc._x) {
_root["shoes" + _i]._visible = true;
} else {
_root["shoes" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["hair" + _i]._x == _root.areaHair_mc._x) {
_root["hair" + _i]._visible = true;
} else {
_root["hair" + _i]._visible = false;
}
_i++;
}
}
Symbol 184 Button
on (press) {
_root._stage = 2;
}
Symbol 187 Button
on (press) {
_root._currentCategory = "ciorapi";
var _i = 1;
while (_i <= 100) {
_root["ciorapi" + _i]._visible = true;
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["dress" + _i]._x == _root.areaDress_mc._x) {
_root["dress" + _i]._visible = true;
} else {
_root["dress" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["base" + _i]._x == _root.areaBase_mc._x) {
_root["base" + _i]._visible = true;
} else {
_root["base" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["low" + _i]._x == _root.areaLow_mc._x) {
_root["low" + _i]._visible = true;
} else {
_root["low" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["hair" + _i]._x == _root.areaHair_mc._x) {
_root["hair" + _i]._visible = true;
} else {
_root["hair" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["shoes" + _i]._x == _root.areaShoes_mc._x) {
_root["shoes" + _i]._visible = true;
} else {
_root["shoes" + _i]._visible = false;
}
_i++;
}
var _i = 1;
while (_i <= 100) {
if (_root["top" + _i]._x == _root.areaTop_mc._x) {
_root["top" + _i]._visible = true;
} else {
_root["top" + _i]._visible = false;
}
_i++;
}
}
Symbol 277 Button
on (release) {
if (_root._UWcolor == 3) {
_root._UWcolor = 1;
} else {
_root._UWcolor++;
}
_root.tipa_mc.gotoAndStop(_root._UWcolor);
}
Symbol 288 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaShoes_mc.x) && (_y != _root.areaShoes_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["shoes" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaShoes_mc._x;
_y = _root.areaShoes_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "shoes") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 291 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaShoes_mc.x) && (_y != _root.areaShoes_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["shoes" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaShoes_mc._x;
_y = _root.areaShoes_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "shoes") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 299 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaShoes_mc.x) && (_y != _root.areaShoes_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["shoes" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaShoes_mc._x;
_y = _root.areaShoes_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "shoes") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 310 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaShoes_mc.x) && (_y != _root.areaShoes_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["shoes" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaShoes_mc._x;
_y = _root.areaShoes_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "shoes") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 318 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaShoes_mc.x) && (_y != _root.areaShoes_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["shoes" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaShoes_mc._x;
_y = _root.areaShoes_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "shoes") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 325 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaShoes_mc.x) && (_y != _root.areaShoes_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["shoes" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaShoes_mc._x;
_y = _root.areaShoes_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "shoes") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 328 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaShoes_mc.x) && (_y != _root.areaShoes_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["shoes" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaShoes_mc._x;
_y = _root.areaShoes_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "shoes") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 336 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaShoes_mc.x) && (_y != _root.areaShoes_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["shoes" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaShoes_mc._x;
_y = _root.areaShoes_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "shoes") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 343 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaShoes_mc.x) && (_y != _root.areaShoes_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["shoes" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaShoes_mc._x;
_y = _root.areaShoes_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "shoes") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 348 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaShoes_mc.x) && (_y != _root.areaShoes_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["shoes" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaShoes_mc._x;
_y = _root.areaShoes_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "shoes") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 353 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaShoes_mc.x) && (_y != _root.areaShoes_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["shoes" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaShoes_mc._x;
_y = _root.areaShoes_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "shoes") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 358 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaShoes_mc.x) && (_y != _root.areaShoes_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["shoes" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaShoes_mc._x;
_y = _root.areaShoes_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "shoes") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 361 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaShoes_mc.x) && (_y != _root.areaShoes_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["shoes" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaShoes_mc._x;
_y = _root.areaShoes_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "shoes") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 372 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaLow_mc.x) && (_y != _root.areaLow_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaLow_mc._x;
_y = _root.areaLow_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "low") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 380 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaLow_mc.x) && (_y != _root.areaLow_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaLow_mc._x;
_y = _root.areaLow_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "low") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 387 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaLow_mc.x) && (_y != _root.areaLow_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaLow_mc._x;
_y = _root.areaLow_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "low") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 411 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaLow_mc.x) && (_y != _root.areaLow_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaLow_mc._x;
_y = _root.areaLow_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "low") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 414 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaLow_mc.x) && (_y != _root.areaLow_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaLow_mc._x;
_y = _root.areaLow_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "low") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 433 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaLow_mc.x) && (_y != _root.areaLow_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaLow_mc._x;
_y = _root.areaLow_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "low") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 439 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaLow_mc.x) && (_y != _root.areaLow_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaLow_mc._x;
_y = _root.areaLow_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "low") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 444 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaLow_mc.x) && (_y != _root.areaLow_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaLow_mc._x;
_y = _root.areaLow_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "low") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 460 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaLow_mc.x) && (_y != _root.areaLow_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaLow_mc._x;
_y = _root.areaLow_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "low") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 471 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaLow_mc.x) && (_y != _root.areaLow_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaLow_mc._x;
_y = _root.areaLow_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "low") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 488 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaLow_mc.x) && (_y != _root.areaLow_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaLow_mc._x;
_y = _root.areaLow_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "low") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 504 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaLow_mc.x) && (_y != _root.areaLow_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaLow_mc._x;
_y = _root.areaLow_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "low") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 513 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaLow_mc.x) && (_y != _root.areaLow_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaLow_mc._x;
_y = _root.areaLow_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "low") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 521 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaLow_mc.x) && (_y != _root.areaLow_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaLow_mc._x;
_y = _root.areaLow_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "low") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 538 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaLow_mc.x) && (_y != _root.areaLow_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaLow_mc._x;
_y = _root.areaLow_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "low") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 543 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaLow_mc.x) && (_y != _root.areaLow_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaLow_mc._x;
_y = _root.areaLow_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "low") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 548 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaLow_mc.x) && (_y != _root.areaLow_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["low" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaLow_mc._x;
_y = _root.areaLow_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "low") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 551 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaCiorapi_mc.x) && (_y != _root.areaCiorapi_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 400) / 8));
_yscale = (_yscale - ((_yscale - 400) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
_alpha = 100;
_x = _root.areaCiorapi_mc._x;
_y = _root.areaCiorapi_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "ciorapi") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 554 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaCiorapi_mc.x) && (_y != _root.areaCiorapi_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 400) / 8));
_yscale = (_yscale - ((_yscale - 400) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 3;
while (_i <= 4) {
_root["ciorapi" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaCiorapi_mc._x;
_y = _root.areaCiorapi_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "ciorapi") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 557 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaCiorapi_mc.x) && (_y != _root.areaCiorapi_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 400) / 8));
_yscale = (_yscale - ((_yscale - 400) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 3;
while (_i <= 4) {
_root["ciorapi" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaCiorapi_mc._x;
_y = _root.areaCiorapi_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "ciorapi") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 575 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaBase_mc.x) && (_y != _root.areaBase_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["base" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaBase_mc._x;
_y = _root.areaBase_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "base") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 593 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaBase_mc.x) && (_y != _root.areaBase_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["base" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaBase_mc._x;
_y = _root.areaBase_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "base") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 601 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaBase_mc.x) && (_y != _root.areaBase_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["base" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaBase_mc._x;
_y = _root.areaBase_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "base") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 609 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaBase_mc.x) && (_y != _root.areaBase_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["base" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaBase_mc._x;
_y = _root.areaBase_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "base") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 617 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaBase_mc.x) && (_y != _root.areaBase_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["base" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaBase_mc._x;
_y = _root.areaBase_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "base") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 623 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaBase_mc.x) && (_y != _root.areaBase_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["base" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaBase_mc._x;
_y = _root.areaBase_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "base") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 642 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaBase_mc.x) && (_y != _root.areaBase_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["base" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaBase_mc._x;
_y = _root.areaBase_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "base") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 649 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaBase_mc.x) && (_y != _root.areaBase_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["base" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaBase_mc._x;
_y = _root.areaBase_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "base") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 656 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaBase_mc.x) && (_y != _root.areaBase_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["base" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaBase_mc._x;
_y = _root.areaBase_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "base") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 663 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaBase_mc.x) && (_y != _root.areaBase_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["base" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaBase_mc._x;
_y = _root.areaBase_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "base") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 677 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaBase_mc.x) && (_y != _root.areaBase_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["base" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaBase_mc._x;
_y = _root.areaBase_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "base") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 690 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaBase_mc.x) && (_y != _root.areaBase_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["base" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaBase_mc._x;
_y = _root.areaBase_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "base") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 701 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaBase_mc.x) && (_y != _root.areaBase_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["base" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaBase_mc._x;
_y = _root.areaBase_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "base") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 705 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaDress_mc.x) && (_y != _root.areaDress_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["dress" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaDress_mc._x;
_y = _root.areaDress_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "dress") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 714 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaDress_mc.x) && (_y != _root.areaDress_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["dress" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaDress_mc._x;
_y = _root.areaDress_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "dress") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 741 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaDress_mc.x) && (_y != _root.areaDress_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["dress" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaDress_mc._x;
_y = _root.areaDress_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "dress") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 759 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaDress_mc.x) && (_y != _root.areaDress_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["dress" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaDress_mc._x;
_y = _root.areaDress_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "dress") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 779 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaDress_mc.x) && (_y != _root.areaDress_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["dress" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaDress_mc._x;
_y = _root.areaDress_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "dress") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 793 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaDress_mc.x) && (_y != _root.areaDress_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["dress" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaDress_mc._x;
_y = _root.areaDress_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "dress") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 802 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaDress_mc.x) && (_y != _root.areaDress_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 50) / 8));
_yscale = (_yscale - ((_yscale - 50) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["dress" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaDress_mc._x;
_y = _root.areaDress_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "dress") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 820 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaHair_mc.x) && (_y != _root.areaHair_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 5) {
_root["hair" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaHair_mc._x;
_y = _root.areaHair_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "hair") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 832 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaHair_mc.x) && (_y != _root.areaHair_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 5) {
_root["hair" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaHair_mc._x;
_y = _root.areaHair_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "hair") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 842 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaHair_mc.x) && (_y != _root.areaHair_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 5) {
_root["hair" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaHair_mc._x;
_y = _root.areaHair_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "hair") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 859 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaHair_mc.x) && (_y != _root.areaHair_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 10) {
_root["hair" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaHair_mc._x;
_y = _root.areaHair_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "hair") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 863 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaHair_mc.x) && (_y != _root.areaHair_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 5) {
_root["hair" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaHair_mc._x;
_y = _root.areaHair_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "hair") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 870 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaHair_mc.x) && (_y != _root.areaHair_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 11;
while (_i <= 13) {
_root["hair" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaHair_mc._x;
_y = _root.areaHair_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "hair") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 877 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaHair_mc.x) && (_y != _root.areaHair_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 11;
while (_i <= 13) {
_root["hair" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaHair_mc._x;
_y = _root.areaHair_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "hair") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 884 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaHair_mc.x) && (_y != _root.areaHair_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 11;
while (_i <= 13) {
_root["hair" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaHair_mc._x;
_y = _root.areaHair_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "hair") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 889 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaHair_mc.x) && (_y != _root.areaHair_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 5;
while (_i <= 10) {
_root["hair" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaHair_mc._x;
_y = _root.areaHair_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "hair") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 894 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaHair_mc.x) && (_y != _root.areaHair_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 5;
while (_i <= 10) {
_root["hair" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaHair_mc._x;
_y = _root.areaHair_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "hair") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 941 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaHair_mc.x) && (_y != _root.areaHair_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 5;
while (_i <= 10) {
_root["hair" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaHair_mc._x;
_y = _root.areaHair_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "hair") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 946 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaHair_mc.x) && (_y != _root.areaHair_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 5;
while (_i <= 10) {
_root["hair" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaHair_mc._x;
_y = _root.areaHair_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "hair") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 979 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaHair_mc.x) && (_y != _root.areaHair_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 5;
while (_i <= 10) {
_root["hair" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaHair_mc._x;
_y = _root.areaHair_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "hair") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 990 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaTop_mc.x) && (_y != _root.areaTop_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["top" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaTop_mc._x;
_y = _root.areaTop_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "top") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 1002 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaTop_mc.x) && (_y != _root.areaTop_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["top" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaTop_mc._x;
_y = _root.areaTop_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "top") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 1004 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaTop_mc.x) && (_y != _root.areaTop_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
var _i = 1;
while (_i <= 100) {
_root["top" + _i]._alpha = 99;
_i++;
}
_alpha = 100;
_x = _root.areaTop_mc._x;
_y = _root.areaTop_mc._y;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "top") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 1017 Button
on (rollOver) {
var _Xpos;
var _Ypos;
var _posSet;
var _dragging;
var filter_shadow = (new flash.filters.DropShadowFilter(5, 45, 0, 0.7, 10, 10, 1, 3, false, false, false));
if ((_x != _root.areaCiorapi_mc.x) && (_y != _root.areaCiorapi_mc._y)) {
this.filters = [filter_shadow];
}
onEnterFrame = function () {
if ((_alpha < 100) && (_dragging == 0)) {
_x = (_x - ((_x - _Xpos) / 8));
_y = (_y - ((_y - _Ypos) / 8));
_xscale = (_xscale - ((_xscale - 400) / 8));
_yscale = (_yscale - ((_yscale - 400) / 8));
} else if (_x == _Xpos) {
_alpha = 100;
}
};
}
on (press) {
if (_posSet != 1) {
_posSet = 1;
_Xpos = _x;
_Ypos = _y;
}
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
startDrag ("");
_dragging = 1;
}
}
on (release) {
if (_root._stage == 1) {
_root.itemHolder_mc.swapDepths(this);
_dragging = 0;
if (this.hitTest(_root.tipa_mc)) {
stopDrag();
_alpha = 100;
_x = _root.areaCiorapi_mc._x;
_y = _root.areaCiorapi_mc._y;
_yscale = 100;
_xscale = 100;
_root.twinkle();
} else {
stopDrag();
_alpha = 99;
if (_root._currentCategory == "ciorapi") {
_visible = true;
} else {
_visible = false;
}
}
}
}
on (rollOut) {
filters = null;
}
Symbol 1027 Button
on (press) {
getURL ("http://www.poshdressup.com", "_blank", "GET");
}
Symbol 1034 MovieClip Frame 1
stop();
Symbol 1036 Button
on (release) {
_volumeSwitch = _volumeSwitch * -1;
if (_volumeSwitch == 1) {
Music.setVolume(100);
muteStates_mc.gotoAndStop(1);
} else {
Music.setVolume(0);
muteStates_mc.gotoAndStop(2);
}
}