Frame 1
var localDomainLC = new LocalConnection();
flashCurrentDomainName = localDomainLC.domain();
var btnUrl = (("http://www.playkissing.com/?utm_source=" + flashCurrentDomainName) + "&utm_medium=game&utm_campaign=Playkissing%20-%20Justin%20Bieber%20Skating");
function cargando() {
var _local2;
var _local3;
var _local4;
_local2 = _root.getBytesTotal();
_local3 = _root.getBytesLoaded();
_local4 = Math.floor((_local3 * 100) / _local2);
barra_mc.gotoAndStop(_local4);
if (_local3 == _local2) {
clearInterval(hiloPrecarga);
barra_mc._visible = false;
play();
}
}
fscommand ("showmenu", false);
var hiloPrecarga = setInterval(cargando, 1);
Sonido = new Sound(this);
Sonido.attachSound("Music");
Sonido.start(0, 99);
stop();
Frame 289
function baja() {
Sonido.setVolume(Sonido.getVolume() - 1);
if (Sonido.getVolume() <= 100) {
Sonido.stop();
clearInterval(Bajasono);
}
}
var Bajasono = setInterval(baja, 50);
stop();
Frame 290
var localDomainLC = new LocalConnection();
flashCurrentDomainName = localDomainLC.domain();
var btnUrl = (("http://www.playkissing.com/?utm_source=" + flashCurrentDomainName) + "&utm_medium=game&utm_campaign=Playkissing%20-%20Justin%20Bieber%20Skating");
function rightclick() {
getURL ("");
}
stop();
Stage.showMenu = true;
var fmm01_menu = new ContextMenu();
fmm01_menu.hideBuiltInItems();
_root.menu = fmm01_menu;
var item = new ContextMenuItem("", rightclick);
fmm01_menu.customItems[0] = item;
function start_link() {
gotoAndPlay (400);
trace("ok");
}
function domain_link() {
getURL ("", "_blank");
trace("ok");
}
function sound_click() {
btn_sound = new Sound(this.btn_mc2);
btn_sound.attachSound("click");
btn_sound.setVolume(50);
btn_sound.start(0, 1);
}
stop();
begin_btn.onRelease = function () {
start_link();
};
begin_btn.onRollOver = function () {
this.gotoAndStop(2);
sound_click();
};
begin_btn.onRollOut = (begin_btn.onReleaseOutside = function () {
this.gotoAndStop(1);
});
domain_btn.onRelease = function () {
domain_link();
};
domain_btn.onRollOver = function () {
this.gotoAndStop(2);
sound_click();
};
domain_btn.onRollOut = (domain_btn.onReleaseOutside = function () {
this.gotoAndStop(1);
});
Instance of Symbol 815 MovieClip "model_mc" in Frame 290
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
var noRa = (random(8) + 1);
this.dress6.gotoAndStop(noRa);
this.dress7.gotoAndStop(noRa);
}
Frame 291
model_mc._xscale = 300;
model_mc._yscale = 300;
model_mc._x = -50;
model_mc._y = 150;
Instance of Symbol 1028 MovieClip "model_mc" in Frame 291
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
var noRa = (random(8) + 1);
this.dress6.gotoAndStop(noRa);
this.dress7.gotoAndStop(noRa);
}
Frame 323
model_mc._xscale = 300;
model_mc._yscale = 300;
model_mc._x = -50;
model_mc._y = 150;
stop();
function saveit() {
mov = new Array();
frm = new Array();
vis = new Array();
for (var i in movarr) {
var tmpmc = eval ((mainmc + ".") + movarr[i]);
var hitmc = this.body;
if (tmpmc.hitTest(hitmc)) {
mov.push(new Array(movarr[i], int(tmpmc._x), int(tmpmc._y)));
}
}
for (var i in frmarr) {
var tmpmc = eval ((mainmc + ".") + frmarr[i]);
if (tmpmc._currentframe != 1) {
frm.push(new Array((mainmc + ".") + frmarr[i], tmpmc._currentframe));
}
}
for (var i in visarr) {
var tmpmc = eval ((mainmc + ".") + visarr[i]);
vis.push(new Array(visarr[i], tmpmc._visible));
}
savestr = (((("&mov=" + mov.join("|")) + "&frm=") + frm.join("|")) + "&vis=") + vis.join("|");
return(savestr);
}
function s1_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("s1");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function en_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("en_sd");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function good_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("good");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function hi_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("hi_sd");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function kacha_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("kacha_sd");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function btn_go(_mc) {
for (var _local6 in _mc) {
if ((typeof(_mc[_local6]) == "movieclip") && (_mc[_local6]._name.substr(0, 1) == "b")) {
_mc[_local6].onRelease = function () {
var _local4 = this._name.substr(1, 1);
var _local3 = Number(this._name.substr(2, 2));
_root.kacha_sd();
_root.sg_mc.play();
_root.model_mc["dress" + _local4].gotoAndStop(_local3);
if (_local4 == 6) {
_root.model_mc.dress7.gotoAndStop(_local3);
}
};
}
}
}
function load_fun() {
_loc1 = this;
var _local3 = 8;
var _local2 = 1;
while (_local2 < _local3) {
_loc1.btn_go(_loc1["mc0" + _local2]);
_loc1["mc0" + _local2]._alpha = 0;
_loc1["mc0" + _local2].mask_btn._visible = true;
_loc1["mc0" + _local2].de = this["mc0" + _local2].getDepth();
_loc1["btn" + _local2].act = true;
_local2++;
}
}
function btn_fun() {
for (var _local5 in this) {
if ((typeof(this[_local5]) == "object") && (this[_local5]._name.substr(0, 3) == "btn")) {
this[_local5].onRelease = function () {
var _local4 = Number(this._name.substr(3, 1));
var _local3 = _root["mc0" + _local4];
if (this.act == true) {
effect_mc(_local3);
this.act = false;
} else {
_local3.mask_btn._visible = true;
go_alpha = new mx.transitions.Tween(_local3, "_alpha", mx.transitions.easing.Strong.easeOut, 100, 0, 20, false);
this.act = true;
}
};
}
if ((typeof(this[_local5]) == "movieclip") && (this[_local5]._name.substr(0, 2) == "mc")) {
}
}
}
function effect_mc(m) {
var _local2 = 8;
m.mask_btn._visible = false;
m.swapDepths(m._parent.getNextHighestDepth());
go_alpha = new mx.transitions.Tween(m, "_alpha", mx.transitions.easing.Strong.easeOut, 0, 100, 20, false);
}
function dep_re() {
var _local2 = 1;
while (_local2 < 8) {
var _local3 = _root["mc0" + _local2];
_local3.swapDepths(_local3.de);
_local2++;
}
}
function close_btn(n) {
var _local2 = this["mc0" + n];
var _local3 = this["btn" + n];
_local2.mask_btn._visible = true;
_local2.swapDepths(_local2.de);
go_alpha = new mx.transitions.Tween(_local2, "_alpha", mx.transitions.easing.Strong.easeOut, 100, 0, 20, false);
_local3.act = true;
}
function clear_ini() {
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.top2_mc.gotoAndStop(1);
_root.model_mc.top3_mc.gotoAndStop(1);
_root.model_mc.bot2_mc.gotoAndStop(1);
_root.model_mc.bot1_mc.gotoAndStop(1);
_root.model_mc.shoes_mc.gotoAndStop(1);
_root.model_mc.jew01_mc.gotoAndStop(1);
_root.model_mc.jew02_mc.gotoAndStop(1);
_root.model_mc.cap_mc.gotoAndStop(1);
_root.model_mc.bag_mc.gotoAndStop(1);
_root.model_mc.waitao_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear1_mc._visible = true;
_root.model_mc.dress6.underwear2_mc._visible = true;
var _local2 = 1;
while (_local2 < 22) {
_root["on_clothing" + _local2]._visible = true;
_root["on_clothing" + _local2] = undefined;
_local2++;
}
}
function clear_skin() {
var _local2 = 1;
while (_local2 < 8) {
_root.model_mc["dress" + _local2].gotoAndStop(1);
_local2++;
}
}
function girl(x1, y1, s) {
if (this.model_mc.x0 && (this.model_mc.y0)) {
this.model_mc._x = this.model_mc.x0 + x1;
this.model_mc._y = this.model_mc.y0 + y1;
this.model_mc._xscale = (this.model_mc._yscale = s);
this.model_mc._rotation = 0;
}
trace(this.model_mc._x);
}
function third_ch_ini() {
for (var _local5 in this) {
if ((typeof(this[_local5]) == "movieclip") && (this[_local5]._name.substr(0, 1) == "a")) {
this[_local5].onPress = function () {
var _local3 = this._name.substr(1, 1);
var _local4 = this._name.substr(2, 2);
trace(_local3);
this._visible = false;
_root.mc_drag = _root.attachMovie(("a" + _local3) + _local4, "_mc", 1);
_root.mc_drag._xscale = _root.scaleNo;
_root.mc_drag._yscale = _root.scaleNo;
_root.mc_drag._x = _root._xmouse - 20;
_root.mc_drag._y = _root._ymouse - 20;
_root.mc_drag.startDrag();
};
this[_local5].onReleaseOutside = function () {
s1_sd();
_root.mc_drag.removeMovieClip();
if ((((((this != _root.on_clothing1) && (this != _root.on_clothing2)) && (this != _root.on_clothing3)) && (this != _root.on_clothing4)) && (this != _root.on_clothing5)) && (this != _root.on_clothing6)) {
if (_root.model_mc.hitTest(_xmouse, _ymouse)) {
if (this._name.substr(0, 2) == "a1") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
}
if (_root.on_clothing2 != undefined) {
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_root.model_mc.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing3 != undefined) {
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_root.model_mc.bot1_mc.gotoAndStop(1);
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
_root.model_mc.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
_root.model_mc.bot2_mc.gotoAndStop(1);
}
this._visible = false;
_root.on_clothing1 = this;
_root.model_mc.top1_mc.gotoAndStop(_local3);
_root.model_mc.top3_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear1_mc._visible = false;
_root.model_mc.dress6.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "at") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
}
if (_root.on_clothing2 != undefined) {
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_root.model_mc.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing3 != undefined) {
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_root.model_mc.bot1_mc.gotoAndStop(1);
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
_root.model_mc.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
_root.model_mc.bot2_mc.gotoAndStop(1);
}
this._visible = false;
_root.on_clothing1 = this;
_root.model_mc.top3_mc.gotoAndStop(_local3);
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear1_mc._visible = false;
_root.model_mc.dress6.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "a2") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear2_mc._visible = true;
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
_root.model_mc.top3_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear2_mc._visible = true;
}
if (_root.on_clothing2 != undefined) {
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
}
this._visible = false;
_root.on_clothing2 = this;
_root.model_mc.top2_mc.gotoAndStop(_local3);
_root.model_mc.dress6.underwear1_mc._visible = false;
}
if (this._name.substr(0, 2) == "a3") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear1_mc._visible = true;
}
if (_root.on_clothing3 != undefined) {
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
}
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
_root.model_mc.bot2_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear1_mc._visible = true;
}
_root.on_clothing3 = this;
_root.model_mc.bot1_mc.gotoAndStop(_local3);
_root.model_mc.dress6.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "a4") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear2_mc._visible = true;
}
if (_root.on_clothing2 != undefined) {
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_root.model_mc.top2_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear2_mc._visible = true;
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
}
this._visible = false;
_root.on_clothing4 = this;
_root.model_mc.top3_mc.gotoAndStop(_local3);
_root.model_mc.dress6.underwear1_mc._visible = false;
}
if (this._name.substr(0, 2) == "a5") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear1_mc._visible = true;
}
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
}
if (_root.on_clothing3 != undefined) {
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_root.model_mc.bot1_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear1_mc._visible = true;
}
this._visible = false;
_root.on_clothing5 = this;
_root.model_mc.bot2_mc.gotoAndStop(_local3);
_root.model_mc.dress6.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "a9") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing10 != undefined) {
_root.on_clothing10._visible = true;
_root.on_clothing10 = undefined;
}
this._visible = false;
_root.on_clothing10 = this;
_root.model_mc.shoes_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "aj") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
}
this._visible = false;
_root.on_clothing5 = this;
_root.model_mc.jew01_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "a6") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing6 != undefined) {
_root.on_clothing6._visible = true;
_root.on_clothing6 = undefined;
}
this._visible = false;
_root.on_clothing6 = this;
_root.model_mc.jew02_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "a7") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing7 != undefined) {
_root.on_clothing7._visible = true;
_root.on_clothing7 = undefined;
}
this._visible = false;
_root.on_clothing7 = this;
_root.model_mc.bag_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "a8") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing8 != undefined) {
_root.on_clothing8._visible = true;
_root.on_clothing8 = undefined;
}
this._visible = false;
_root.on_clothing8 = this;
_root.model_mc.cap_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "aw") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing9 != undefined) {
_root.on_clothing9._visible = true;
_root.on_clothing9 = undefined;
}
this._visible = false;
_root.on_clothing9 = this;
_root.model_mc.waitao_mc.gotoAndStop(_local3);
}
} else {
this._visible = true;
}
}
};
}
}
}
function reset_one() {
for (var _local3 in _root.model_mc) {
if (typeof(_root.model_mc[_local3]) == "movieclip") {
_root.model_mc[_local3].enabled = true;
if (_root.model_mc[_local3]._name.substr(0, 3) == "cap") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing8._visible = true;
_root.on_clothing8 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "top1") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.dress6.underwear1_mc._visible = true;
_root.model_mc.dress6.underwear2_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "top3") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.dress6.underwear1_mc._visible = true;
_root.model_mc.dress6.underwear2_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "top2") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_root.model_mc.dress6.underwear1_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "bot1") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_root.model_mc.dress6.underwear2_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "shoe") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew01") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew02") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing6._visible = true;
_root.on_clothing6 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 3) == "bag") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing7._visible = true;
_root.on_clothing7 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "waita") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing9._visible = true;
_root.on_clothing9 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew04") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing21._visible = true;
_root.on_clothing21 = undefined;
};
}
}
}
}
function clothing_visible() {
var _local2 = 1;
while (_local2 < 23) {
_root["on_clothing" + _local2]._visible = false;
_local2++;
}
}
_global.static_root_path = _level0.static_root_path;
_global.PHP_root_path = _level0.PHP_root_path;
movarr = new Array();
for (var i in this) {
if ((typeof(this[i]) == "movieclip") && (this[i]._name.substr(0, 1) == "a")) {
movarr.push(this[i]._name);
}
}
frmarr = new Array("model_mc", "top1_mc", "top2_mc", "top3_mc", "bot2_mc", "bot1_mc", "shoes_mc", "jew01_mc", "jew02_mc", "cap_mc", "bag_mc", "waitao_mc");
visarr = new Array("dress6.underwear2_mc", "dress6.underwear1_mc");
hitmc = "body";
mainmc = "model_mc";
stop();
mymenu = new ContextMenu();
mymenu.hideBuiltInItems();
mymenu.builtInItems.print = true;
_root.menu = mymenu;
var menu_state = true;
var menu_no = 1;
var mc_drag;
var scaleNo = 200;
load_fun();
btn_fun();
clear_btn.onRelease = function () {
clear_ini();
};
next_btn.onRelease = function () {
dep_re();
en_sd();
gotoAndStop (293);
};
function rightclick() {
getURL ("");
}
function clear_ini() {
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.top2_mc.gotoAndStop(1);
_root.model_mc.top3_mc.gotoAndStop(1);
_root.model_mc.bot2_mc.gotoAndStop(1);
_root.model_mc.bot1_mc.gotoAndStop(1);
_root.model_mc.shoes_mc.gotoAndStop(1);
_root.model_mc.jew01_mc.gotoAndStop(1);
_root.model_mc.jew02_mc.gotoAndStop(1);
_root.model_mc.cap_mc.gotoAndStop(1);
_root.model_mc.bag_mc.gotoAndStop(1);
_root.model_mc.waitao_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear1_mc._visible = true;
_root.model_mc.dress6.underwear2_mc._visible = true;
var _local2 = 1;
while (_local2 < 22) {
_root["on_clothing" + _local2]._visible = true;
_root["on_clothing" + _local2] = undefined;
_local2++;
}
}
function clear_skin() {
var _local2 = 1;
while (_local2 < 8) {
_root.model_mc["dress" + _local2].gotoAndStop(1);
_local2++;
}
}
function girl(x1, y1, s) {
if (this.model_mc.x0 && (this.model_mc.y0)) {
this.model_mc._x = this.model_mc.x0 + x1;
this.model_mc._y = this.model_mc.y0 + y1;
this.model_mc._xscale = (this.model_mc._yscale = s);
this.model_mc._rotation = 0;
}
trace(this.model_mc._x);
}
function reset_one() {
for (var _local3 in _root.model_mc) {
if (typeof(_root.model_mc[_local3]) == "movieclip") {
_root.model_mc[_local3].enabled = true;
if (_root.model_mc[_local3]._name.substr(0, 3) == "cap") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing8._visible = true;
_root.on_clothing8 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "top1") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.dress6.underwear1_mc._visible = true;
_root.model_mc.dress6.underwear2_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "top3") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.dress6.underwear1_mc._visible = true;
_root.model_mc.dress6.underwear2_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "top2") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_root.model_mc.dress6.underwear1_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "bot1") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_root.model_mc.dress6.underwear2_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "shoe") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew01") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew02") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing6._visible = true;
_root.on_clothing6 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 3) == "bag") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing7._visible = true;
_root.on_clothing7 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "waita") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing9._visible = true;
_root.on_clothing9 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew04") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing21._visible = true;
_root.on_clothing21 = undefined;
};
}
}
}
}
function clothing_visible() {
var _local2 = 1;
while (_local2 < 23) {
_root["on_clothing" + _local2]._visible = false;
_local2++;
}
}
function btn_menu() {
for (var _local5 in this) {
if ((typeof(this[_local5]) == "object") && (this[_local5]._name.substr(0, 1) == "b")) {
trace(this[_local5]);
this[_local5].onRelease = function () {
if (_root.menu_state == true) {
_root.menu_no = Number(this._name.substr(3, 1));
var _local4 = Number(_root.menu_mc._currentframe);
if (_root.menu_no != _local4) {
_root.eff_mc.play();
var _local3 = 1;
while (_local3 < 7) {
_root.eff_mc.yy["y" + _local3].play();
_local3++;
}
_root.menu_state = false;
}
}
};
}
}
}
function menu_fun() {
var _local2 = _root.menu_no;
_root.menu_mc.gotoAndStop(_local2);
}
var fmm01_menu = new ContextMenu();
fmm01_menu.hideBuiltInItems();
_root.menu = fmm01_menu;
var item = new ContextMenuItem("", rightclick);
fmm01_menu.customItems[0] = item;
stop();
var menu_state = true;
var menu_no = 1;
btn_menu();
clear_btn.onRelease = function () {
clear_ini();
};
next_btn.onRelease = function () {
en_sd();
gotoAndStop (293);
};
Frame 324
model_mc._xscale = 94;
model_mc._yscale = 94;
model_mc._x = 70;
model_mc._y = 60;
Frame 334
model_mc._xscale = 94;
model_mc._yscale = 94;
model_mc._x = 70;
model_mc._y = 60;
Instance of Symbol 1232 MovieClip "neck_5" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1235 MovieClip "neck_4" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1239 MovieClip "up_0" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1242 MovieClip "up_1" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1244 MovieClip "up_2" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1247 MovieClip "up_3" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1249 MovieClip "up_4" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1251 MovieClip "up_5" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1253 MovieClip "up_6" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1255 MovieClip "up_7" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1258 MovieClip "up_8" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1260 MovieClip "up_9" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1263 MovieClip "up_10" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1266 MovieClip "up_11" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1269 MovieClip "bag_0" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1271 MovieClip "bag_1" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1274 MovieClip "bag_2" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1276 MovieClip "bag_3" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1279 MovieClip "bag_6" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1282 MovieClip "bag_5" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 60 MovieClip [a200] "down_0" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1284 MovieClip "down_1" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1285 MovieClip "down_2" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1286 MovieClip "down_3" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1287 MovieClip "down_4" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1288 MovieClip "down_5" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1289 MovieClip "down_6" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1290 MovieClip "down_7" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1291 MovieClip "down_8" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1292 MovieClip "down_9" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1293 MovieClip "down_10" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1294 MovieClip "down_11" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1297 MovieClip "neck_2" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1299 MovieClip "neck_3" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1301 MovieClip "neck_1" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1303 MovieClip "neck_0" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1306 MovieClip "shoes_4" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1308 MovieClip "shoes_0" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1310 MovieClip "shoes_2" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1312 MovieClip "shoes_1" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1314 MovieClip "shoes_3" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1319 MovieClip "eye_1" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1321 MovieClip "eye_5" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1323 MovieClip "eye_3" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1325 MovieClip "eye_2" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1327 MovieClip "eye_4" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1329 MovieClip "eye_0" in Frame 336
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Frame 354
stop();
function sd() {
ggame_dress1_lc = new LocalConnection();
ggame_dress1_lc.send("lc_name", "methodToExecute", buy_str);
}
stop();
var m_name = ["one", "up", "down", "shoes", "head", "eye", "neck", "ear", "bag", "foot"];
var one_dname = "";
var up_dname = "";
var down_dname = "";
var shoes_dname = "";
var head_dname = "";
var eye_dname = "";
var neck_dname = "";
var ear_dname = "";
var bag_dname = "";
var foot_dname = "";
var highest_depth = 0;
make_drag = function () {
var _local4 = 0;
while (_local4 < 19) {
var _local3 = 0;
while (_local3 < m_name.length) {
_root[(m_name[_local3] + "_") + _local4].odepth = _root[(m_name[_local3] + "_") + _local4].getDepth();
_root[(m_name[_local3] + "_") + _local4].ox = _root[(m_name[_local3] + "_") + _local4]._x;
_root[(m_name[_local3] + "_") + _local4].oy = _root[(m_name[_local3] + "_") + _local4]._y;
_root[(m_name[_local3] + "_") + _local4].onPress = function () {
highest_depth++;
this.swapDepths(highest_depth);
this.startDrag();
};
_root[(m_name[_local3] + "_") + _local4].onRelease = function () {
if (this._droptarget == "/model_mc/hidden_area") {
drop(this._name);
} else {
move_f(this._name, this.ox, this.oy);
}
this.stopDrag();
};
_root[(m_name[_local3] + "_") + _local4].onReleaseOutside = function () {
if (this._droptarget == "/model_mc/hidden_area") {
drop(this._name);
} else {
move_f(this._name, this.ox, this.oy);
}
this.stopDrag();
};
_local3++;
}
_local4++;
}
};
drop = function (drop_name) {
so2.start(0, 1);
var _local2 = drop_name.indexOf("_");
_root[drop_name]._visible = false;
_root.model_mc[drop_name.slice(0, _local2) + "_m"].gotoAndStop(parseInt(drop_name.slice(_local2 + 1, _local2 + 3)) + 2);
if (drop_name.slice(0, _local2) == "up") {
model_mc.underwear_up._visible = false;
_root[one_dname]._visible = true;
_root.model_mc.one_m.gotoAndStop(1);
move_f(one_dname, _root[one_dname].ox, _root[one_dname].oy);
if (one_dname != "") {
model_mc.underwear_down._visible = true;
}
one_dname = "";
} else if (drop_name.slice(0, _local2) == "down") {
model_mc.underwear_down._visible = false;
_root[one_dname]._visible = true;
_root.model_mc.one_m.gotoAndStop(1);
move_f(one_dname, _root[one_dname].ox, _root[one_dname].oy);
if (one_dname != "") {
model_mc.underwear_up._visible = true;
}
one_dname = "";
} else if (drop_name.slice(0, _local2) == "one") {
model_mc.underwear_up._visible = false;
model_mc.underwear_down._visible = false;
_root[up_dname]._visible = true;
_root.model_mc.up_m.gotoAndStop(1);
move_f(up_dname, _root[up_dname].ox, _root[up_dname].oy);
_root[down_dname]._visible = true;
_root.model_mc.down_m.gotoAndStop(1);
move_f(down_dname, _root[down_dname].ox, _root[down_dname].oy);
up_dname = "";
down_dname = "";
}
_root[_root[drop_name.slice(0, _local2) + "_dname"]]._visible = true;
move_f(_root[drop_name.slice(0, _local2) + "_dname"], _root[_root[drop_name.slice(0, _local2) + "_dname"]].ox, _root[_root[drop_name.slice(0, _local2) + "_dname"]].oy);
_root[drop_name.slice(0, _local2) + "_dname"] = drop_name;
};
move_f = function (dr_name, xx, yy) {
_root[dr_name].swapDepths(_root[dr_name].odepth);
var _local3 = new mx.transitions.Tween(_root[dr_name], "_x", mx.transitions.easing.Back.easeOut, _root[dr_name]._x, xx, 10);
var _local4 = new mx.transitions.Tween(_root[dr_name], "_y", mx.transitions.easing.Back.easeOut, _root[dr_name]._y, yy, 10);
};
ava_default = function () {
var _local2 = 0;
while (_local2 < m_name.length) {
_root[_root[m_name[_local2] + "_dname"]]._visible = true;
_root.model_mc[m_name[_local2] + "_m"].gotoAndStop(1);
move_f(_root[m_name[_local2] + "_dname"], _root[_root[m_name[_local2] + "_dname"]].ox, _root[_root[m_name[_local2] + "_dname"]].oy);
_root[m_name[_local2] + "_dname"] = "";
_local2++;
}
model_mc.underwear_up._visible = true;
model_mc.underwear_down._visible = true;
};
game_play_bt.onRollOver = function () {
so1.start(0, 1);
this.gotoAndStop(2);
};
game_play_bt.onRollOut = function () {
this.gotoAndStop(1);
};
game_play_bt.onPress = function () {
so1.start(0, 1);
this.gotoAndStop(2);
};
game_play_bt.onRelease = function () {
this.gotoAndStop(1);
gotoAndStop (294);
};
game_play_bt.onReleaseOutside = function () {
this.gotoAndStop(1);
gotoAndStop (294);
};
ava_default_bt.onRollOver = function () {
so1.start(0, 1);
this.gotoAndStop(2);
};
ava_default_bt.onRollOut = function () {
this.gotoAndStop(1);
};
ava_default_bt.onPress = function () {
so1.start(0, 1);
this.gotoAndStop(2);
};
ava_default_bt.onRelease = function () {
this.gotoAndStop(1);
ava_default();
};
ava_default_bt.onReleaseOutside = function () {
this.gotoAndStop(1);
ava_default();
};
make_drag();
var buy_str = "";
var game_name = "G270030";
var game_price = 3500;
var buy_2 = ["G260048", "G260049"];
var buy_3 = ["G250203", "G250204", "G250205", "G250206", "G250207", "G250208", "G250209"];
var buy_4 = ["G240255", "G240256", "G240257", "G240258", "G240259", "G240260", "G240261"];
var buy_5 = ["G230261", "G230262", "G230263", "G230264", "G230265", "G230266", "G230267"];
var buy_6 = ["G220146", "G220147", "G220148", "G220149"];
var buy_7 = ["G210079", "G210080", "G210081"];
var buy_8 = ["G200046"];
var buy_9 = ["G190053", "G190054"];
var buy_11 = ["G170076", "G170078", "G170075", "G170077"];
buy_item = function () {
foot_m = model_mc.foot_m._currentframe;
shoes_m = model_mc.shoes_m._currentframe;
down_m = model_mc.down_m._currentframe;
up_m = model_mc.up_m._currentframe;
one_m = model_mc.one_m._currentframe;
bag_m = model_mc.bag_m._currentframe;
neck_m = model_mc.neck_m._currentframe;
ear_m = model_mc.ear_m._currentframe;
eye_m = model_mc.eye_m._currentframe;
head_m = model_mc.head_m._currentframe;
var _local4 = new Array();
var _local2 = 0;
while (_local2 < ((avaStr.length / 7) - 1)) {
var _local3 = avaStr.slice((_local2 + 1) * 7, ((_local2 + 1) * 7) + 7);
if (((_local3.slice(1, 3) < 17) || (_local3.slice(1, 3) > 32)) && (_local3.slice(1, 3) != 13)) {
_local4.push(avaStr.slice((_local2 + 1) * 7, ((_local2 + 1) * 7) + 7));
}
_local2++;
}
var _local5 = _local4.join("");
buy_str = game_name;
if (foot_m != 1) {
buy_str = buy_str + buy_2[foot_m - 2];
}
if (shoes_m != 1) {
buy_str = buy_str + buy_3[shoes_m - 2];
}
if (down_m != 1) {
buy_str = buy_str + buy_4[down_m - 1];
} else if ((one_m == 1) && (down_m == 1)) {
buy_str = buy_str + buy_4[0];
}
if (up_m != 1) {
buy_str = buy_str + buy_5[up_m - 1];
} else if ((one_m == 1) && (up_m == 1)) {
buy_str = buy_str + buy_5[0];
}
if (one_m != 1) {
buy_str = buy_str + buy_6[one_m - 2];
}
if (bag_m != 1) {
buy_str = buy_str + buy_7[bag_m - 2];
}
if (neck_m != 1) {
buy_str = buy_str + buy_8[neck_m - 2];
}
if (ear_m != 1) {
buy_str = buy_str + buy_9[ear_m - 2];
}
if (eye_m != 1) {
buy_str = buy_str + buy_10[eye_m - 2];
}
if (head_m != 1) {
buy_str = buy_str + buy_11[head_m - 2];
}
buy_str = (((avaStr.slice(0, 2) + "1") + avaStr.slice(3, 7)) + _local5) + buy_str;
trace(buy_str);
getURL (((("JavaScript:GoGAva('" + _root.buy_str) + "','") + _root.game_price) + "')");
};
buy_bt.onRollOver = function () {
this.buy_bt_rollover.gotoAndStop(2);
};
buy_bt.onRollOut = function () {
this.buy_bt_rollover.gotoAndStop(1);
};
buy_bt.onPress = function () {
this.gotoAndStop(2);
};
buy_bt.onRelease = (buy_bt.onReleaseOutside = function () {
this.buy_bt_rollover.gotoAndStop(1);
this.gotoAndStop(1);
buy_item();
});
model_mc.foot_m.onRelease = function () {
_root[foot_dname]._visible = true;
_root.model_mc.foot_m.gotoAndStop(1);
move_f(foot_dname, _root[foot_dname].ox, _root[foot_dname].oy);
};
model_mc.ear_m.onRelease = function () {
_root[ear_dname]._visible = true;
_root.model_mc.ear_m.gotoAndStop(1);
move_f(ear_dname, _root[ear_dname].ox, _root[ear_dname].oy);
};
model_mc.neck_m.onRelease = function () {
_root[neck_dname]._visible = true;
_root.model_mc.neck_m.gotoAndStop(1);
move_f(neck_dname, _root[neck_dname].ox, _root[neck_dname].oy);
};
model_mc.eye_m.onRelease = function () {
_root[eye_dname]._visible = true;
_root.model_mc.eye_m.gotoAndStop(1);
move_f(eye_dname, _root[eye_dname].ox, _root[eye_dname].oy);
};
model_mc.bag_m.onRelease = function () {
_root[bag_dname]._visible = true;
_root.model_mc.bag_m.gotoAndStop(1);
move_f(bag_dname, _root[bag_dname].ox, _root[bag_dname].oy);
};
model_mc.up_m.onRelease = function () {
_root[up_dname]._visible = true;
_root.model_mc.up_m.gotoAndStop(1);
move_f(up_dname, _root[up_dname].ox, _root[up_dname].oy);
};
model_mc.down_m.onRelease = function () {
_root[down_dname]._visible = true;
_root.model_mc.down_m.gotoAndStop(1);
move_f(down_dname, _root[down_dname].ox, _root[down_dname].oy);
};
model_mc.shoes_m.onRelease = function () {
_root[shoes_dname]._visible = true;
_root.model_mc.shoes_m.gotoAndStop(1);
move_f(shoes_dname, _root[shoes_dname].ox, _root[shoes_dname].oy);
};
function rightclick() {
getURL ("");
}
var fmm01_menu = new ContextMenu();
fmm01_menu.hideBuiltInItems();
_root.menu = fmm01_menu;
var item = new ContextMenuItem("", rightclick);
fmm01_menu.customItems[0] = item;
stop();
scale1_btn.onRelease = function () {
this.gotoAndStop(2);
scale2_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (293);
};
scale2_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (292);
};
scale3_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale2_btn.gotoAndStop(1);
gotoAndStop (293);
};
third_ch_ini();
reset_one();
clothing_visible();
model_mc._xscale = 94;
model_mc._yscale = 94;
model_mc._x = 70;
model_mc._y = 60;
Instance of Symbol 1232 MovieClip "neck_5" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1235 MovieClip "neck_4" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1239 MovieClip "up_0" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1242 MovieClip "up_1" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1244 MovieClip "up_2" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1247 MovieClip "up_3" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1249 MovieClip "up_4" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1251 MovieClip "up_5" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1253 MovieClip "up_6" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1255 MovieClip "up_7" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1258 MovieClip "up_8" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1260 MovieClip "up_9" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1263 MovieClip "up_10" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1266 MovieClip "up_11" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1269 MovieClip "bag_0" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1271 MovieClip "bag_1" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1274 MovieClip "bag_2" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1276 MovieClip "bag_3" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1279 MovieClip "bag_6" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1282 MovieClip "bag_5" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 60 MovieClip [a200] "down_0" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1284 MovieClip "down_1" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1285 MovieClip "down_2" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1286 MovieClip "down_3" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1287 MovieClip "down_4" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1288 MovieClip "down_5" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1289 MovieClip "down_6" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1290 MovieClip "down_7" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1291 MovieClip "down_8" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1292 MovieClip "down_9" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1293 MovieClip "down_10" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1294 MovieClip "down_11" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1297 MovieClip "neck_2" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1299 MovieClip "neck_3" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1301 MovieClip "neck_1" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1303 MovieClip "neck_0" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1306 MovieClip "shoes_4" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1308 MovieClip "shoes_0" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1310 MovieClip "shoes_2" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1312 MovieClip "shoes_1" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1314 MovieClip "shoes_3" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1319 MovieClip "eye_1" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1321 MovieClip "eye_5" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1323 MovieClip "eye_3" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1325 MovieClip "eye_2" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1327 MovieClip "eye_4" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Instance of Symbol 1329 MovieClip "eye_0" in Frame 354
on (press) {
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
on (release) {
prevFrame();
gotoAndStop;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("dress_mover");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Frame 355
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_finalins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.finalins = new Sound(this._parent.BS_finalins);
} else {
this.createEmptyMovieClip("_finalins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.finalins = new Sound(this.BS_finalins);
}
_global.Behaviors.Sound.finalins.attachSound("finalsnd");
_global.Behaviors.Sound.finalins.start(0, 1);
} else {
_global.Behaviors.Sound.finalins.stop("finalsnd");
}
stop();
printButton.onPress = function () {
printAsBitmap (_root.printclip, "bmovie");
};
function rightclick() {
getURL ("");
}
var fmm01_menu = new ContextMenu();
fmm01_menu.hideBuiltInItems();
_root.menu = fmm01_menu;
var item = new ContextMenuItem("", rightclick);
fmm01_menu.customItems[0] = item;
girl(100, 100, 40);
stop();
for (var i in _root.model_mc) {
if (typeof(_root.model_mc[i]) == "movieclip") {
model_mc[i].enabled = false;
}
}
body_btn.onRollOver = function () {
lights_mc.gotoAndStop(2);
good_sd();
};
body_btn.onRollOut = (body_btn.onReleaseOutside = function () {
lights_mc.gotoAndStop(1);
});
Frame 356
stop();
printButton.onPress = function () {
printAsBitmap (_root.printclip, "bmovie");
};
model_mc._xscale = 94;
model_mc._yscale = 94;
model_mc._x = 70;
model_mc._y = 60;
Symbol 11 MovieClip [org9] Frame 1
stop();
Symbol 12 MovieClip [a307] Frame 1
stop();
Symbol 12 MovieClip [a307] Frame 2
stop();
Symbol 14 MovieClip [a308] Frame 1
stop();
Symbol 14 MovieClip [a308] Frame 2
stop();
Symbol 15 MovieClip [a206] Frame 1
stop();
Symbol 15 MovieClip [a206] Frame 2
stop();
Symbol 17 MovieClip [a205] Frame 1
stop();
Symbol 17 MovieClip [a205] Frame 2
stop();
Symbol 18 MovieClip [a306] Frame 1
stop();
Symbol 18 MovieClip [a306] Frame 2
stop();
Symbol 19 MovieClip [a305] Frame 1
stop();
Symbol 19 MovieClip [a305] Frame 2
stop();
Symbol 20 MovieClip [a304] Frame 1
stop();
Symbol 20 MovieClip [a304] Frame 2
stop();
Symbol 21 MovieClip [a303] Frame 1
stop();
Symbol 21 MovieClip [a303] Frame 2
stop();
Symbol 22 MovieClip [a302] Frame 1
stop();
Symbol 22 MovieClip [a302] Frame 2
stop();
Symbol 23 MovieClip [a301] Frame 1
stop();
Symbol 23 MovieClip [a301] Frame 2
stop();
Symbol 24 MovieClip [a203] Frame 1
stop();
Symbol 24 MovieClip [a203] Frame 2
stop();
Symbol 25 MovieClip [a204] Frame 1
stop();
Symbol 25 MovieClip [a204] Frame 2
stop();
Symbol 26 MovieClip [a210] Frame 1
stop();
Symbol 26 MovieClip [a210] Frame 2
stop();
Symbol 27 MovieClip [a202] Frame 1
stop();
Symbol 27 MovieClip [a202] Frame 2
stop();
Symbol 28 MovieClip [a201] Frame 1
stop();
Symbol 28 MovieClip [a201] Frame 2
stop();
Symbol 31 MovieClip [a903] Frame 1
stop();
Symbol 31 MovieClip [a903] Frame 2
stop();
Symbol 33 MovieClip [a605] Frame 1
stop();
Symbol 33 MovieClip [a605] Frame 2
stop();
Symbol 35 MovieClip [a604] Frame 1
stop();
Symbol 35 MovieClip [a604] Frame 2
stop();
Symbol 38 MovieClip [a603] Frame 1
stop();
Symbol 38 MovieClip [a603] Frame 2
stop();
Symbol 40 MovieClip [aj05] Frame 1
stop();
Symbol 40 MovieClip [aj05] Frame 2
stop();
Symbol 41 MovieClip [aj04] Frame 1
stop();
Symbol 41 MovieClip [aj04] Frame 2
stop();
Symbol 42 MovieClip [aj03] Frame 1
stop();
Symbol 42 MovieClip [aj03] Frame 2
stop();
Symbol 43 MovieClip [aj02] Frame 1
stop();
Symbol 43 MovieClip [aj02] Frame 2
stop();
Symbol 44 MovieClip [aj01] Frame 1
stop();
Symbol 44 MovieClip [aj01] Frame 2
stop();
Symbol 46 MovieClip [a602] Frame 1
stop();
Symbol 46 MovieClip [a602] Frame 2
stop();
Symbol 48 MovieClip [a601] Frame 1
stop();
Symbol 48 MovieClip [a601] Frame 2
stop();
Symbol 50 MovieClip [a905] Frame 1
stop();
Symbol 50 MovieClip [a905] Frame 2
stop();
Symbol 52 MovieClip [a904] Frame 1
stop();
Symbol 52 MovieClip [a904] Frame 2
stop();
Symbol 55 MovieClip [a902] Frame 1
stop();
Symbol 55 MovieClip [a902] Frame 2
stop();
Symbol 57 MovieClip [a901] Frame 1
stop();
Symbol 57 MovieClip [a901] Frame 2
stop();
Symbol 60 MovieClip [a200] Frame 1
stop();
Symbol 60 MovieClip [a200] Frame 2
stop();
Symbol 63 MovieClip [Luciernaga] Frame 20
stop();
Symbol 67 Button
on (release) {
getURL (("http://www.playkissing.com/?utm_source=" + flashCurrentDomainName) + "&utm_medium=game&utm_campaign=Playkissing%20-%20Justin%20Bieber%20Skating", "_blank");
}
Symbol 1557 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon] Frame 0
class mx.transitions.OnEnterFrameBeacon
{
function OnEnterFrameBeacon () {
}
static function init() {
var _local4 = _global.MovieClip;
if (!_root.__OnEnterFrameBeacon) {
mx.transitions.BroadcasterMX.initialize(_local4);
var _local3 = _root.createEmptyMovieClip("__OnEnterFrameBeacon", 9876);
_local3.onEnterFrame = function () {
_global.MovieClip.broadcastMessage("onEnterFrame");
};
}
}
static var version = "1.1.0.52";
}
Symbol 1558 MovieClip [__Packages.mx.transitions.BroadcasterMX] Frame 0
class mx.transitions.BroadcasterMX
{
var _listeners;
function BroadcasterMX () {
}
static function initialize(o, dontCreateArray) {
if (o.broadcastMessage != undefined) {
delete o.broadcastMessage;
}
o.addListener = mx.transitions.BroadcasterMX.prototype.addListener;
o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener;
if (!dontCreateArray) {
o._listeners = new Array();
}
}
function addListener(o) {
removeListener(o);
if (broadcastMessage == undefined) {
broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage;
}
return(_listeners.push(o));
}
function removeListener(o) {
var _local2 = _listeners;
var _local3 = _local2.length;
while (_local3--) {
if (_local2[_local3] == o) {
_local2.splice(_local3, 1);
if (!_local2.length) {
broadcastMessage = undefined;
}
return(true);
}
}
return(false);
}
function broadcastMessage() {
var _local5 = String(arguments.shift());
var _local4 = _listeners.concat();
var _local6 = _local4.length;
var _local3 = 0;
while (_local3 < _local6) {
_local4[_local3][_local5].apply(_local4[_local3], arguments);
_local3++;
}
}
static var version = "1.1.0.52";
}
Symbol 1559 MovieClip [__Packages.mx.transitions.Tween] Frame 0
class mx.transitions.Tween
{
var obj, prop, begin, useSeconds, _listeners, addListener, prevTime, _time, looping, _duration, broadcastMessage, isPlaying, _fps, prevPos, _pos, change, _intervalID, _startTime;
function Tween (obj, prop, func, begin, finish, duration, useSeconds) {
mx.transitions.OnEnterFrameBeacon.init();
if (!arguments.length) {
return;
}
this.obj = obj;
this.prop = prop;
this.begin = begin;
position = (begin);
this.duration = (duration);
this.useSeconds = useSeconds;
if (func) {
this.func = func;
}
this.finish = (finish);
_listeners = [];
addListener(this);
start();
}
function set time(t) {
prevTime = _time;
if (t > duration) {
if (looping) {
rewind(t - _duration);
update();
broadcastMessage("onMotionLooped", this);
} else {
if (useSeconds) {
_time = _duration;
update();
}
stop();
broadcastMessage("onMotionFinished", this);
}
} else if (t < 0) {
rewind();
update();
} else {
_time = t;
update();
}
//return(time);
}
function get time() {
return(_time);
}
function set duration(d) {
_duration = (((d == null) || (d <= 0)) ? (_global.Infinity) : (d));
//return(duration);
}
function get duration() {
return(_duration);
}
function set FPS(fps) {
var _local2 = isPlaying;
stopEnterFrame();
_fps = fps;
if (_local2) {
startEnterFrame();
}
//return(FPS);
}
function get FPS() {
return(_fps);
}
function set position(p) {
setPosition(p);
//return(position);
}
function setPosition(p) {
prevPos = _pos;
obj[prop] = (_pos = p);
broadcastMessage("onMotionChanged", this, _pos);
updateAfterEvent();
}
function get position() {
return(getPosition());
}
function getPosition(t) {
if (t == undefined) {
t = _time;
}
return(func(t, begin, change, _duration));
}
function set finish(f) {
change = f - begin;
//return(finish);
}
function get finish() {
return(begin + change);
}
function continueTo(finish, duration) {
begin = position;
this.finish = (finish);
if (duration != undefined) {
this.duration = (duration);
}
start();
}
function yoyo() {
continueTo(begin, time);
}
function startEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.addListener(this);
} else {
_intervalID = setInterval(this, "onEnterFrame", 1000 / _fps);
}
isPlaying = true;
}
function stopEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.removeListener(this);
} else {
clearInterval(_intervalID);
}
isPlaying = false;
}
function start() {
rewind();
startEnterFrame();
broadcastMessage("onMotionStarted", this);
}
function stop() {
stopEnterFrame();
broadcastMessage("onMotionStopped", this);
}
function resume() {
fixTime();
startEnterFrame();
broadcastMessage("onMotionResumed", this);
}
function rewind(t) {
_time = ((t == undefined) ? 0 : (t));
fixTime();
update();
}
function fforward() {
time = (_duration);
fixTime();
}
function nextFrame() {
if (useSeconds) {
time = ((getTimer() - _startTime) / 1000);
} else {
time = (_time + 1);
}
}
function onEnterFrame() {
nextFrame();
}
function prevFrame() {
if (!useSeconds) {
time = (_time - 1);
}
}
function toString() {
return("[Tween]");
}
function fixTime() {
if (useSeconds) {
_startTime = getTimer() - (_time * 1000);
}
}
function update() {
position = (getPosition(_time));
}
static var version = "1.1.0.52";
static var __initBeacon = mx.transitions.OnEnterFrameBeacon.init();
static var __initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true);
function func(t, b, c, d) {
return(((c * t) / d) + b);
}
}
Symbol 1560 MovieClip [__Packages.mx.transitions.easing.Strong] Frame 0
class mx.transitions.easing.Strong
{
function Strong () {
}
static function easeIn(t, b, c, d) {
t = t / d;
return((((((c * t) * t) * t) * t) * t) + b);
}
static function easeOut(t, b, c, d) {
t = (t / d) - 1;
return((c * (((((t * t) * t) * t) * t) + 1)) + b);
}
static function easeInOut(t, b, c, d) {
t = t / (d / 2);
if (t < 1) {
return(((((((c / 2) * t) * t) * t) * t) * t) + b);
}
t = t - 2;
return(((c / 2) * (((((t * t) * t) * t) * t) + 2)) + b);
}
static var version = "1.1.0.52";
}
Symbol 1561 MovieClip [__Packages.mx.transitions.easing.Back] Frame 0
class mx.transitions.easing.Back
{
function Back () {
}
static function easeIn(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = t / d;
return((((c * t) * t) * (((s + 1) * t) - s)) + b);
}
static function easeOut(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = (t / d) - 1;
return((c * (((t * t) * (((s + 1) * t) + s)) + 1)) + b);
}
static function easeInOut(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = t / (d / 2);
if (t < 1) {
s = s * 1.525;
return(((c / 2) * ((t * t) * (((s + 1) * t) - s))) + b);
}
t = t - 2;
s = s * 1.525;
return(((c / 2) * (((t * t) * (((s + 1) * t) + s)) + 2)) + b);
}
static var version = "1.1.0.52";
}
Symbol 138 MovieClip Frame 19
stop();
Symbol 145 Button
on (release) {
getURL (("http://www.playkissing.com/?utm_source=" + flashCurrentDomainName) + "&utm_medium=game&utm_campaign=Playkissing%20-%20Justin%20Bieber%20Skating", "_blank");
}
Symbol 156 Button
on (release) {
gotoAndStop (1);
}
Symbol 161 Button
on (release) {
gotoAndPlay (290);
}
Symbol 162 Button
on (release) {
getURL (("http://www.playkissing.com/?utm_source=" + flashCurrentDomainName) + "&utm_medium=game&utm_campaign=Playkissing%20-%20Justin%20Bieber%20Skating", "_blank");
}
Symbol 803 Button
on (release) {
gotoAndPlay ("dressup");
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("mainroll");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 822 Button
on (release) {
gotoAndStop (2);
}
Symbol 825 Button
on (release) {
gotoAndStop (1);
}
Symbol 826 MovieClip Frame 1
stop();
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_bgsnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.bgsnd = new Sound(this._parent.BS_bgsnd);
} else {
this.createEmptyMovieClip("_bgsnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.bgsnd = new Sound(this.BS_bgsnd);
}
_global.Behaviors.Sound.bgsnd.attachSound("vensnd");
_global.Behaviors.Sound.bgsnd.start(0, 999);
Symbol 826 MovieClip Frame 2
stop();
stopAllSounds();
Symbol 829 Button
on (release) {
getURL (("http://www.playkissing.com/?utm_source=" + flashCurrentDomainName) + "&utm_medium=game&utm_campaign=Playkissing%20-%20Justin%20Bieber%20Skating", "_blank");
}
Symbol 832 MovieClip Frame 1
stop();
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 832 MovieClip Frame 2
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 832 MovieClip Frame 3
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 832 MovieClip Frame 4
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 832 MovieClip Frame 5
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 832 MovieClip Frame 6
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 832 MovieClip Frame 7
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 834 MovieClip Frame 1
stop();
Symbol 841 MovieClip Frame 1
stop();
Symbol 841 MovieClip Frame 2
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 841 MovieClip Frame 3
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 841 MovieClip Frame 4
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 841 MovieClip Frame 5
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 841 MovieClip Frame 6
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 841 MovieClip Frame 7
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 844 MovieClip Frame 12
stop();
Symbol 845 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 848 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 852 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 855 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 859 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 863 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 867 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 871 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 873 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 877 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 880 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 882 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 883 MovieClip Frame 1
stop();
Symbol 883 MovieClip Frame 2
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 883 MovieClip Frame 3
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 883 MovieClip Frame 4
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 883 MovieClip Frame 5
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 883 MovieClip Frame 6
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 883 MovieClip Frame 7
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 883 MovieClip Frame 8
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 883 MovieClip Frame 9
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 883 MovieClip Frame 10
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 883 MovieClip Frame 11
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 883 MovieClip Frame 12
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 883 MovieClip Frame 13
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 886 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 889 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 893 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 901 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 905 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 909 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 916 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 920 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 923 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 930 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 936 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 942 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 943 MovieClip Frame 1
stop();
Symbol 943 MovieClip Frame 2
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 943 MovieClip Frame 3
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 943 MovieClip Frame 4
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 943 MovieClip Frame 5
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 943 MovieClip Frame 6
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 943 MovieClip Frame 7
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 943 MovieClip Frame 8
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 943 MovieClip Frame 9
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 943 MovieClip Frame 10
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 943 MovieClip Frame 11
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 943 MovieClip Frame 12
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 943 MovieClip Frame 13
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 951 MovieClip Frame 1
stop();
Symbol 951 MovieClip Frame 2
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 951 MovieClip Frame 3
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 951 MovieClip Frame 4
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 951 MovieClip Frame 5
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 951 MovieClip Frame 6
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 951 MovieClip Frame 7
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 955 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 959 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 962 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 966 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 972 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 975 MovieClip Frame 1
hr1.setMask(hr2);
hr1.cacheAsBitmap = true;
hr2.cacheAsBitmap = true;
Symbol 976 MovieClip Frame 1
stop();
Symbol 976 MovieClip Frame 2
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 976 MovieClip Frame 3
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 976 MovieClip Frame 4
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 976 MovieClip Frame 5
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 976 MovieClip Frame 7
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 976 MovieClip Frame 8
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glow");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glow");
}
Symbol 983 MovieClip Frame 1
stop();
Symbol 990 MovieClip Frame 1
stop();
Symbol 997 MovieClip Frame 1
stop();
Symbol 997 MovieClip Frame 2
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 997 MovieClip Frame 3
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 997 MovieClip Frame 4
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 997 MovieClip Frame 5
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 997 MovieClip Frame 6
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 997 MovieClip Frame 7
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 1001 MovieClip Frame 1
stop();
Symbol 1001 MovieClip Frame 2
stop();
Symbol 1001 MovieClip Frame 3
stop();
Symbol 1001 MovieClip Frame 4
stop();
Symbol 1001 MovieClip Frame 5
stop();
Symbol 1001 MovieClip Frame 6
stop();
Symbol 1001 MovieClip Frame 7
stop();
Symbol 1004 MovieClip Frame 1
stop();
Symbol 1004 MovieClip Frame 2
stop();
Symbol 1004 MovieClip Frame 3
stop();
Symbol 1004 MovieClip Frame 4
stop();
Symbol 1004 MovieClip Frame 5
stop();
Symbol 1004 MovieClip Frame 6
stop();
Symbol 1004 MovieClip Frame 7
stop();
Symbol 1007 MovieClip Frame 1
stop();
Symbol 1007 MovieClip Frame 2
stop();
Symbol 1007 MovieClip Frame 3
stop();
Symbol 1007 MovieClip Frame 4
stop();
Symbol 1007 MovieClip Frame 5
stop();
Symbol 1007 MovieClip Frame 6
stop();
Symbol 1007 MovieClip Frame 7
stop();
Symbol 1010 MovieClip Frame 1
stop();
Symbol 1010 MovieClip Frame 2
stop();
Symbol 1010 MovieClip Frame 3
stop();
Symbol 1010 MovieClip Frame 4
stop();
Symbol 1010 MovieClip Frame 5
stop();
Symbol 1010 MovieClip Frame 6
stop();
Symbol 1010 MovieClip Frame 7
stop();
Symbol 1014 MovieClip Frame 1
stop();
Symbol 1014 MovieClip Frame 2
stop();
Symbol 1014 MovieClip Frame 3
stop();
Symbol 1014 MovieClip Frame 4
stop();
Symbol 1014 MovieClip Frame 5
stop();
Symbol 1014 MovieClip Frame 6
stop();
Symbol 1014 MovieClip Frame 7
stop();
Symbol 1017 MovieClip Frame 1
stop();
Symbol 1017 MovieClip Frame 2
stop();
Symbol 1017 MovieClip Frame 3
stop();
Symbol 1017 MovieClip Frame 4
stop();
Symbol 1017 MovieClip Frame 5
stop();
Symbol 1017 MovieClip Frame 6
stop();
Symbol 1017 MovieClip Frame 7
stop();
Symbol 1018 MovieClip Frame 1
stop();
Symbol 1018 MovieClip Frame 2
stop();
Symbol 1018 MovieClip Frame 3
stop();
Symbol 1018 MovieClip Frame 4
stop();
Symbol 1018 MovieClip Frame 5
stop();
Symbol 1018 MovieClip Frame 6
stop();
Symbol 1025 MovieClip Frame 1
stop();
Symbol 1025 MovieClip Frame 2
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 1025 MovieClip Frame 3
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 1025 MovieClip Frame 4
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 1025 MovieClip Frame 5
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 1025 MovieClip Frame 6
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 1025 MovieClip Frame 7
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 1037 Button
on (release) {
gotoAndPlay ("FinalScreen");
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("mainroll");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 1044 Button
on (release) {
gotoAndPlay ("makeovertodress");
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("mainroll");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 1051 Button
on (release) {
getURL (("http://www.playkissing.com/?utm_source=" + flashCurrentDomainName) + "&utm_medium=game&utm_campaign=Playkissing%20-%20Justin%20Bieber%20Skating", "_blank");
}
Symbol 1057 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress1.gotoAndStop(1);
}
Symbol 1061 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress1.gotoAndStop(2);
}
Symbol 1065 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress1.gotoAndStop(3);
}
Symbol 1069 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress1.gotoAndStop(4);
}
Symbol 1073 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress1.gotoAndStop(5);
}
Symbol 1077 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress1.gotoAndStop(6);
}
Symbol 1081 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress4.gotoAndStop(1);
}
Symbol 1085 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress4.gotoAndStop(2);
}
Symbol 1089 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress4.gotoAndStop(3);
}
Symbol 1093 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress4.gotoAndStop(4);
}
Symbol 1097 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress4.gotoAndStop(5);
}
Symbol 1101 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress4.gotoAndStop(6);
}
Symbol 1105 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.eyebrow.gotoAndStop(1);
}
Symbol 1109 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.eyebrow.gotoAndStop(3);
}
Symbol 1113 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.eyebrow.gotoAndStop(4);
}
Symbol 1117 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.eyebrow.gotoAndStop(5);
}
Symbol 1121 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.eyebrow.gotoAndStop(6);
}
Symbol 1125 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.eyebrow.gotoAndStop(2);
}
Symbol 1130 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress1.hairin.gotoAndStop(6);
}
Symbol 1134 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress1.hairin.gotoAndStop(7);
}
Symbol 1138 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress1.hairin.gotoAndStop(4);
}
Symbol 1142 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress1.hairin.gotoAndStop(5);
}
Symbol 1146 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress1.hairin.gotoAndStop(2);
}
Symbol 1150 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.dress1.hairin.gotoAndStop(3);
}
Symbol 1155 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.cap_m.gotoAndStop(2);
}
Symbol 1159 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.cap_m.gotoAndStop(3);
}
Symbol 1163 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.cap_m.gotoAndStop(4);
}
Symbol 1167 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.cap_m.gotoAndStop(5);
}
Symbol 1171 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.cap_m.gotoAndStop(6);
}
Symbol 1175 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.cap_m.gotoAndStop(7);
}
Symbol 1179 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.ear_m.gotoAndStop(2);
}
Symbol 1183 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.ear_m.gotoAndStop(3);
}
Symbol 1187 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.ear_m.gotoAndStop(4);
}
Symbol 1191 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.ear_m.gotoAndStop(5);
}
Symbol 1195 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.ear_m.gotoAndStop(6);
}
Symbol 1199 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnrollins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this._parent.BS_btnrollins);
} else {
this.createEmptyMovieClip("_btnrollins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnrollins = new Sound(this.BS_btnrollins);
}
_global.Behaviors.Sound.btnrollins.attachSound("btnrollover");
_global.Behaviors.Sound.btnrollins.start(0, 1);
} else {
_global.Behaviors.Sound.btnrollins.stop("btnrollover");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_btnclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this._parent.BS_btnclickins);
} else {
this.createEmptyMovieClip("_btnclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnclickins = new Sound(this.BS_btnclickins);
}
_global.Behaviors.Sound.btnclickins.attachSound("btnclicksnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnclickins.stop("btnclicksnd");
}
this.model_mc.ear_m.gotoAndStop(7);
}
Symbol 1203 Button
on (release) {
this.model_mc.dress1.gotoAndStop(1);
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("mainroll");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 1204 Button
on (release) {
this.model_mc.dress1.hairin.gotoAndStop(1);
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("mainroll");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 1205 Button
on (release) {
this.model_mc.dress4.gotoAndStop(1);
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("mainroll");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 1206 Button
on (release) {
this.model_mc.eyebrow.gotoAndStop(1);
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("mainroll");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 1207 Button
on (release) {
this.model_mc.ear_m.gotoAndStop(1);
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("mainroll");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 1208 Button
on (release) {
this.model_mc.cap_m.gotoAndStop(1);
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("mainroll");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 1219 Button
on (release) {
clear_ini();
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 1226 Button
on (release) {
gotoAndPlay ("playstart");
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("mainroll");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 1232 MovieClip Frame 1
stop();
Symbol 1232 MovieClip Frame 2
stop();
Symbol 1235 MovieClip Frame 1
stop();
Symbol 1235 MovieClip Frame 2
stop();
Symbol 1239 MovieClip Frame 1
stop();
Symbol 1239 MovieClip Frame 2
stop();
Symbol 1242 MovieClip Frame 1
stop();
Symbol 1242 MovieClip Frame 2
stop();
Symbol 1244 MovieClip Frame 1
stop();
Symbol 1244 MovieClip Frame 2
stop();
Symbol 1247 MovieClip Frame 1
stop();
Symbol 1247 MovieClip Frame 2
stop();
Symbol 1249 MovieClip Frame 1
stop();
Symbol 1249 MovieClip Frame 2
stop();
Symbol 1251 MovieClip Frame 1
stop();
Symbol 1251 MovieClip Frame 2
stop();
Symbol 1253 MovieClip Frame 1
stop();
Symbol 1253 MovieClip Frame 2
stop();
Symbol 1255 MovieClip Frame 1
stop();
Symbol 1255 MovieClip Frame 2
stop();
Symbol 1258 MovieClip Frame 1
stop();
Symbol 1258 MovieClip Frame 2
stop();
Symbol 1260 MovieClip Frame 1
stop();
Symbol 1260 MovieClip Frame 2
stop();
Symbol 1263 MovieClip Frame 1
stop();
Symbol 1263 MovieClip Frame 2
stop();
Symbol 1266 MovieClip Frame 1
stop();
Symbol 1266 MovieClip Frame 2
stop();
Symbol 1269 MovieClip Frame 1
stop();
Symbol 1269 MovieClip Frame 2
stop();
Symbol 1271 MovieClip Frame 1
stop();
Symbol 1271 MovieClip Frame 2
stop();
Symbol 1274 MovieClip Frame 1
stop();
Symbol 1274 MovieClip Frame 2
stop();
Symbol 1276 MovieClip Frame 1
stop();
Symbol 1276 MovieClip Frame 2
stop();
Symbol 1279 MovieClip Frame 1
stop();
Symbol 1279 MovieClip Frame 2
stop();
Symbol 1282 MovieClip Frame 1
stop();
Symbol 1282 MovieClip Frame 2
stop();
Symbol 1284 MovieClip Frame 1
stop();
Symbol 1284 MovieClip Frame 2
stop();
Symbol 1285 MovieClip Frame 1
stop();
Symbol 1285 MovieClip Frame 2
stop();
Symbol 1286 MovieClip Frame 1
stop();
Symbol 1286 MovieClip Frame 2
stop();
Symbol 1287 MovieClip Frame 1
stop();
Symbol 1287 MovieClip Frame 2
stop();
Symbol 1288 MovieClip Frame 1
stop();
Symbol 1288 MovieClip Frame 2
stop();
Symbol 1289 MovieClip Frame 1
stop();
Symbol 1289 MovieClip Frame 2
stop();
Symbol 1290 MovieClip Frame 1
stop();
Symbol 1290 MovieClip Frame 2
stop();
Symbol 1291 MovieClip Frame 1
stop();
Symbol 1291 MovieClip Frame 2
stop();
Symbol 1292 MovieClip Frame 1
stop();
Symbol 1292 MovieClip Frame 2
stop();
Symbol 1293 MovieClip Frame 1
stop();
Symbol 1293 MovieClip Frame 2
stop();
Symbol 1294 MovieClip Frame 1
stop();
Symbol 1294 MovieClip Frame 2
stop();
Symbol 1297 MovieClip Frame 1
stop();
Symbol 1297 MovieClip Frame 2
stop();
Symbol 1299 MovieClip Frame 1
stop();
Symbol 1299 MovieClip Frame 2
stop();
Symbol 1301 MovieClip Frame 1
stop();
Symbol 1301 MovieClip Frame 2
stop();
Symbol 1303 MovieClip Frame 1
stop();
Symbol 1303 MovieClip Frame 2
stop();
Symbol 1306 MovieClip Frame 1
stop();
Symbol 1306 MovieClip Frame 2
stop();
Symbol 1308 MovieClip Frame 1
stop();
Symbol 1308 MovieClip Frame 2
stop();
Symbol 1310 MovieClip Frame 1
stop();
Symbol 1310 MovieClip Frame 2
stop();
Symbol 1312 MovieClip Frame 1
stop();
Symbol 1312 MovieClip Frame 2
stop();
Symbol 1314 MovieClip Frame 1
stop();
Symbol 1314 MovieClip Frame 2
stop();
Symbol 1316 MovieClip Frame 1
stop();
Symbol 1316 MovieClip Frame 2
stop();
Symbol 1319 MovieClip Frame 1
stop();
Symbol 1319 MovieClip Frame 2
stop();
Symbol 1321 MovieClip Frame 1
stop();
Symbol 1321 MovieClip Frame 2
stop();
Symbol 1323 MovieClip Frame 1
stop();
Symbol 1323 MovieClip Frame 2
stop();
Symbol 1325 MovieClip Frame 1
stop();
Symbol 1325 MovieClip Frame 2
stop();
Symbol 1327 MovieClip Frame 1
stop();
Symbol 1327 MovieClip Frame 2
stop();
Symbol 1329 MovieClip Frame 1
stop();
Symbol 1329 MovieClip Frame 2
stop();
Symbol 1354 MovieClip Frame 11
stop();
Symbol 1508 MovieClip Frame 1
this._parent.model_mc._xscale = 94;
this._parent.model_mc._yscale = 94;
this._parent.model_mc._x = 340;
this._parent.model_mc._y = 60;
stop();
Symbol 1508 MovieClip Frame 2
this._parent.model_mc._xscale = 94;
this._parent.model_mc._yscale = 94;
this._parent.model_mc._x = 340;
this._parent.model_mc._y = 60;
stop();
Symbol 1508 MovieClip Frame 3
this._parent.model_mc._xscale = 94;
this._parent.model_mc._yscale = 94;
this._parent.model_mc._x = 340;
this._parent.model_mc._y = 60;
stop();
Symbol 1517 Button
on (release) {
bgall.gotoAndStop(3);
}
Symbol 1522 Button
on (release) {
bgall.gotoAndStop(2);
}
Symbol 1529 Button
on (release) {
gotoAndStop ("before_after");
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("mainroll");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 1533 Button
on (release) {
gotoAndPlay ("makeovertodress");
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("mainroll");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 1540 Button
on (release) {
gotoAndPlay ("playgame");
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("mainroll");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 1547 Button
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("mainroll");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Symbol 1556 Button
on (release) {
gotoAndPlay ("FinalScreen");
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("mainroll");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}