Frame 1
function rightclick() {
getURL ("http://www.bbdressup.com");
}
stop();
stop();
var fmm01_menu = new ContextMenu();
fmm01_menu.hideBuiltInItems();
_root.menu = fmm01_menu;
var item = new ContextMenuItem("http://www.bbdressup.com", rightclick);
fmm01_menu.customItems[0] = item;
preloaderAnimation_mc._x = Stage.width / 2;
preloaderAnimation_mc._y = Stage.height / 2;
preloaderAnimation_mc.pinkBox_mc._width = Stage.width;
preloaderAnimation_mc.pinkBox_mc._height = Stage.height;
preloaderAnimation_mc.mainText_mc._width = (Stage.width / 8) * 7;
preloaderAnimation_mc.mainText_mc._yscale = preloaderAnimation_mc.mainText_mc._xscale;
preloaderAnimation_mc.mainText_mc._x = preloaderAnimation_mc.intro_mc._x;
preloaderAnimation_mc.mainText_mc._y = preloaderAnimation_mc.pinkBox_mc._height / 2;
preloaderAnimation_mc.intro_mc.gotoAndStop(1);
preloaderAnimation_mc.intro_mc._visible = false;
twinkleGenerator_mc._visible = false;
preloaderAnimation_mc.progress_mc.gotoAndStop(1);
var _percent;
var _total;
var _loaded;
var _PLAY = 0;
rectMask_mc._height = 1;
this.onEnterFrame = function () {
var _local3 = this.getBytesLoaded();
var _local4 = this.getBytesTotal();
var _local5 = Math.round((_local3 / _local4) * 100);
rectMask_mc._yscale = _local5;
if (_local3 >= _local4) {
_root.preloader.chibi_mc.gotoAndStop(2);
delete this.onEnterFrame;
}
};
play = function () {
gotoAndStop (3);
};
Frame 2
function rightclick() {
getURL ("http://www.bbdressup.com");
}
stop();
var fmm01_menu = new ContextMenu();
fmm01_menu.hideBuiltInItems();
_root.menu = fmm01_menu;
var item = new ContextMenuItem("http://www.bbdressup.com", rightclick);
fmm01_menu.customItems[0] = item;
Frame 3
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
var pv;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version));
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("34367396", this, 10301, true);
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 (113);
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);
});
Frame 4
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;
girl(0, 0, 200);
load_fun();
btn_fun();
clear_btn.onRelease = function () {
clear_ini();
};
next_btn.onRelease = function () {
dep_re();
en_sd();
gotoAndStop (6);
};
function rightclick() {
getURL ("");
}
function clear_ini() {
_root.model_mc.one_m.gotoAndStop(1);
_root.model_mc.neck_m.gotoAndStop(1);
_root.model_mc.ear_m.gotoAndStop(1);
_root.model_mc.foot_m.gotoAndStop(1);
_root.model_mc.bot1_m.gotoAndStop(1);
_root.model_mc.shoes_m.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_m.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;
girl(0, 0, 200);
btn_menu();
clear_btn.onRelease = function () {
clear_ini();
};
next_btn.onRelease = function () {
en_sd();
gotoAndStop (6);
};
model_mc._x = -60;
model_mc._y = 40;
model_mc._xscale = 95;
model_mc._yscale = 95;
Instance of Symbol 535 MovieClip "model_mc" in Frame 4
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
var noRa = (random(8) + 1);
this.dress6.gotoAndStop(noRa);
this.dress7.gotoAndStop(noRa);
}
Frame 5
function sd() {
ggame_dress1_lc = new LocalConnection();
ggame_dress1_lc.send("lc_name", "methodToExecute", buy_str);
}
stop();
var m_name = ["one"];
var one_dname = "";
var highest_depth = 0;
make_drag = function () {
var _local4 = 0;
while (_local4 < 14) {
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 (7);
};
game_play_bt.onReleaseOutside = function () {
this.gotoAndStop(1);
gotoAndStop (7);
};
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 () {
one_m = model_mc.one_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();
});
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 (6);
};
scale2_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (5);
};
scale3_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale2_btn.gotoAndStop(1);
gotoAndStop (6);
};
third_ch_ini();
reset_one();
clothing_visible();
model_mc._xscale = 32;
model_mc._yscale = 32;
model_mc._x = 455;
model_mc._y = 20;
Instance of Symbol 604 MovieClip "one_3" in Frame 5
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 605 MovieClip "one_4" in Frame 5
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 606 MovieClip "one_5" in Frame 5
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 607 MovieClip "one_6" in Frame 5
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 608 MovieClip "one_7" in Frame 5
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 609 MovieClip "one_8" in Frame 5
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 610 MovieClip "one_10" in Frame 5
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 611 MovieClip "one_11" in Frame 5
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 612 MovieClip "one_0" in Frame 5
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 613 MovieClip "one_1" in Frame 5
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 614 MovieClip "one_2" in Frame 5
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 615 MovieClip "one_9" in Frame 5
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Frame 6
function sd() {
ggame_dress1_lc = new LocalConnection();
ggame_dress1_lc.send("lc_name", "methodToExecute", buy_str);
}
stop();
var m_name = ["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 < 14) {
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 (7);
};
game_play_bt.onReleaseOutside = function () {
this.gotoAndStop(1);
gotoAndStop (7);
};
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();
});
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 (6);
};
scale2_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (5);
};
scale3_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale2_btn.gotoAndStop(1);
gotoAndStop (6);
};
third_ch_ini();
reset_one();
clothing_visible();
model_mc._xscale = 32;
model_mc._yscale = 32;
model_mc._x = 455;
model_mc._y = 20;
Instance of Symbol 627 MovieClip "bag_4" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 631 MovieClip "bag_3" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 636 MovieClip "bag_5" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 638 MovieClip "bag_2" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 643 MovieClip "bag_1" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 646 MovieClip "bag_0" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 649 MovieClip "ear_0" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 651 MovieClip "ear_1" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 653 MovieClip "ear_2" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 655 MovieClip "ear_3" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 658 MovieClip "ear_4" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 661 MovieClip "ear_5" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 662 MovieClip "neck_0" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 664 MovieClip "neck_1" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 665 MovieClip "neck_2" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 666 MovieClip "neck_3" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 667 MovieClip "neck_4" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 668 MovieClip "neck_5" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 669 MovieClip "shoes_0" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 670 MovieClip "shoes_2" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 671 MovieClip "shoes_4" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 673 MovieClip "shoes_1" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 674 MovieClip "shoes_3" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 675 MovieClip "shoes_5" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 678 MovieClip "foot_0" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 680 MovieClip "foot_1" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 682 MovieClip "foot_2" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 684 MovieClip "foot_3" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 686 MovieClip "foot_4" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Instance of Symbol 688 MovieClip "foot_5" in Frame 6
on (press) {
this.gotoAndStop(2);
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_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.btnoverins.stop("btnclicksnd");
}
}
on (rollOver) {
this.gotoAndStop(2);
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_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("btnoversnd");
_global.Behaviors.Sound.btnclickins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
on (release, releaseOutside, rollOut) {
this.gotoAndStop(1);
}
Frame 7
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 () {
update(printPreview);
var _local1 = new PrintJob();
if (_local1.start()) {
var _local2 = 0;
if (_local1.addPage(_currentframe)) {
_local2++;
}
if (_local2 > 0) {
_local1.send();
}
} else {
trace("PrintJob.start() failed");
}
};
stop();
function rightclick() {
getURL ("http://www.bbdressup.com");
}
var fmm01_menu = new ContextMenu();
fmm01_menu.hideBuiltInItems();
_root.menu = fmm01_menu;
var item = new ContextMenuItem("", rightclick);
fmm01_menu.customItems[0] = item;
Symbol 10 MovieClip [star] Frame 27
removeMovieClip(this);
stop();
Symbol 11 MovieClip [a201] Frame 1
stop();
Symbol 11 MovieClip [a201] Frame 2
stop();
Symbol 20 MovieClip Frame 1
var _speedX = (Math.ceil(Math.random() * 3) + 3);
var _speedY = (Math.ceil(Math.random() * 3) + 3);
_yscale = (Math.ceil(Math.random() * 60) + 60);
_xscale = (Math.ceil(Math.random() * 60) + 60);
onEnterFrame = function () {
if (_x > (Stage.width + _width)) {
_x = (-1 * _width);
_speedX = (_speedY = Math.ceil(Math.random() * 3) + 3);
_yscale = (Math.ceil(Math.random() * 60) + 60);
_xscale = (Math.ceil(Math.random() * 60) + 60);
} else {
_x = (_x + _speedX);
}
if (_y > (Stage.height + _height)) {
_y = (-1 * _height);
_speedX = (_speedY = Math.ceil(Math.random() * 3) + 3);
_yscale = (Math.ceil(Math.random() * 60) + 60);
_xscale = (Math.ceil(Math.random() * 60) + 60);
} else {
_y = (_y + _speedY);
}
};
Symbol 28 MovieClip Frame 1
stop();
Symbol 28 MovieClip Frame 2
stop();
Symbol 50 MovieClip Frame 20
stop();
Symbol 52 MovieClip Frame 1
stop();
Instance of Symbol 51 MovieClip "invisibutton" in Symbol 52 MovieClip Frame 2
on (release) {
_root.play();
}
Instance of Symbol 28 MovieClip in Symbol 53 MovieClip Frame 1
on (press) {
getURL ("http://www.bbdressup.com", "_blank", "GET");
}
Symbol 773 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 774 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 775 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 776 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 777 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 148 MovieClip Frame 1
stop();
Symbol 170 Button
on (release) {
gotoAndPlay ("makeover");
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_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins);
} else {
this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins);
}
_global.Behaviors.Sound.navclickins.attachSound("navclicksnd");
_global.Behaviors.Sound.navclickins.start(0, 1);
} else {
_global.Behaviors.Sound.navclickins.stop("navclicksnd");
}
}
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("navoversnd");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 179 Button
on (release) {
gotoAndStop (2);
fscommand ("fullscreen", "true");
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_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins);
} else {
this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins);
}
_global.Behaviors.Sound.navclickins.attachSound("navclicksnd");
_global.Behaviors.Sound.navclickins.start(0, 1);
} else {
_global.Behaviors.Sound.navclickins.stop("navclicksnd");
}
}
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("navoversnd");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("navoversnd");
}
}
Symbol 183 Button
on (release) {
gotoAndStop (1);
fscommand ("fullscreen", "false");
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_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins);
} else {
this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins);
}
_global.Behaviors.Sound.navclickins.attachSound("navclicksnd");
_global.Behaviors.Sound.navclickins.start(0, 1);
} else {
_global.Behaviors.Sound.navclickins.stop("navclicksnd");
}
}
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("navoversnd");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("navoversnd");
}
}
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 2
stop();
Symbol 188 Button
on (release) {
getURL ("http://www.bbdressup.com", "_blank");
}
Symbol 193 Button
on (release) {
gotoAndStop (2);
}
Symbol 196 Button
on (release) {
gotoAndStop (1);
}
Symbol 197 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 197 MovieClip Frame 2
stop();
stopAllSounds();
Symbol 209 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 1
stop();
Symbol 216 MovieClip Frame 10
stop();
Symbol 221 MovieClip Frame 10
stop();
Symbol 226 MovieClip Frame 10
stop();
Symbol 231 MovieClip Frame 10
stop();
Symbol 236 MovieClip Frame 10
stop();
Symbol 241 MovieClip Frame 10
stop();
Symbol 242 MovieClip Frame 1
stop();
Symbol 242 MovieClip Frame 2
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 242 MovieClip Frame 3
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 242 MovieClip Frame 4
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 242 MovieClip Frame 5
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 242 MovieClip Frame 6
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 242 MovieClip Frame 7
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 252 MovieClip Frame 20
stop();
Symbol 264 MovieClip Frame 20
stop();
Symbol 271 MovieClip Frame 20
stop();
Symbol 277 MovieClip Frame 20
stop();
Symbol 282 MovieClip Frame 20
stop();
Symbol 285 MovieClip Frame 20
stop();
Symbol 292 MovieClip Frame 20
stop();
Symbol 298 MovieClip Frame 20
stop();
Symbol 305 MovieClip Frame 20
stop();
Symbol 316 MovieClip Frame 20
stop();
Symbol 322 MovieClip Frame 20
stop();
Symbol 325 MovieClip Frame 20
stop();
Symbol 326 MovieClip Frame 1
stop();
Symbol 326 MovieClip Frame 2
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 326 MovieClip Frame 3
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 326 MovieClip Frame 4
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 326 MovieClip Frame 5
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 326 MovieClip Frame 6
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 326 MovieClip Frame 7
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 326 MovieClip Frame 8
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 326 MovieClip Frame 9
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 326 MovieClip Frame 10
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 326 MovieClip Frame 11
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 326 MovieClip Frame 12
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 326 MovieClip Frame 13
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 333 MovieClip Frame 10
stop();
Symbol 349 MovieClip Frame 10
stop();
Symbol 355 MovieClip Frame 10
stop();
Symbol 363 MovieClip Frame 10
stop();
Symbol 372 MovieClip Frame 10
stop();
Symbol 379 MovieClip Frame 10
stop();
Symbol 380 MovieClip Frame 1
stop();
Symbol 380 MovieClip Frame 2
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 380 MovieClip Frame 3
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 380 MovieClip Frame 4
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 380 MovieClip Frame 5
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 380 MovieClip Frame 6
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 380 MovieClip Frame 7
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 387 MovieClip Frame 1
stop();
Symbol 396 MovieClip Frame 1
stop();
Symbol 404 MovieClip Frame 1
stop();
Symbol 408 MovieClip Frame 1
stop();
Symbol 412 MovieClip Frame 1
stop();
Symbol 412 MovieClip Frame 2
stop();
Symbol 412 MovieClip Frame 3
stop();
Symbol 412 MovieClip Frame 4
stop();
Symbol 412 MovieClip Frame 5
stop();
Symbol 412 MovieClip Frame 6
stop();
Symbol 412 MovieClip Frame 7
stop();
Symbol 416 MovieClip Frame 1
stop();
Symbol 416 MovieClip Frame 2
stop();
Symbol 416 MovieClip Frame 3
stop();
Symbol 416 MovieClip Frame 4
stop();
Symbol 416 MovieClip Frame 5
stop();
Symbol 416 MovieClip Frame 6
stop();
Symbol 416 MovieClip Frame 7
stop();
Symbol 420 MovieClip Frame 1
stop();
Symbol 420 MovieClip Frame 2
stop();
Symbol 420 MovieClip Frame 3
stop();
Symbol 420 MovieClip Frame 4
stop();
Symbol 420 MovieClip Frame 5
stop();
Symbol 420 MovieClip Frame 6
stop();
Symbol 420 MovieClip Frame 7
stop();
Symbol 424 MovieClip Frame 1
stop();
Symbol 424 MovieClip Frame 2
stop();
Symbol 424 MovieClip Frame 3
stop();
Symbol 424 MovieClip Frame 4
stop();
Symbol 424 MovieClip Frame 5
stop();
Symbol 424 MovieClip Frame 6
stop();
Symbol 424 MovieClip Frame 7
stop();
Symbol 428 MovieClip Frame 1
stop();
Symbol 428 MovieClip Frame 2
stop();
Symbol 428 MovieClip Frame 3
stop();
Symbol 428 MovieClip Frame 4
stop();
Symbol 428 MovieClip Frame 5
stop();
Symbol 428 MovieClip Frame 6
stop();
Symbol 428 MovieClip Frame 7
stop();
Instance of Symbol 431 MovieClip "p39" in Symbol 432 MovieClip Frame 1
on (press) {
if (_name.substr(0, 1) == "p") {
this.swapDepths(_root.d++);
this.startDrag();
}
}
on (release) {
if (_name.substr(0, 1) == "p") {
this.stopDrag();
_root.matchCheck(this);
}
}
Symbol 434 MovieClip Frame 1
stop();
Symbol 434 MovieClip Frame 2
stop();
Symbol 434 MovieClip Frame 3
stop();
Symbol 434 MovieClip Frame 4
stop();
Symbol 434 MovieClip Frame 5
stop();
Symbol 434 MovieClip Frame 6
stop();
Symbol 434 MovieClip Frame 7
stop();
Symbol 435 MovieClip Frame 1
stop();
Symbol 439 MovieClip Frame 10
stop();
Symbol 443 MovieClip Frame 10
stop();
Symbol 446 MovieClip Frame 10
stop();
Symbol 452 MovieClip Frame 10
stop();
Symbol 455 MovieClip Frame 10
stop();
Symbol 458 MovieClip Frame 10
stop();
Symbol 459 MovieClip Frame 1
stop();
Symbol 459 MovieClip Frame 2
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 459 MovieClip Frame 3
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 459 MovieClip Frame 4
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 459 MovieClip Frame 5
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 459 MovieClip Frame 6
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 459 MovieClip Frame 7
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 463 MovieClip Frame 10
stop();
Symbol 469 MovieClip Frame 10
stop();
Symbol 474 MovieClip Frame 10
stop();
Symbol 483 MovieClip Frame 10
stop();
Symbol 488 MovieClip Frame 10
stop();
Symbol 491 MovieClip Frame 10
stop();
Symbol 492 MovieClip Frame 1
stop();
Symbol 492 MovieClip Frame 2
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 492 MovieClip Frame 3
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 492 MovieClip Frame 4
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 492 MovieClip Frame 5
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 492 MovieClip Frame 6
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 492 MovieClip Frame 7
this._parent._parent.model_mc._xscale = 32;
this._parent._parent.model_mc._yscale = 32;
this._parent._parent.model_mc._x = 455;
this._parent._parent.model_mc._y = 20;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 497 MovieClip Frame 10
stop();
Symbol 503 MovieClip Frame 10
stop();
Symbol 509 MovieClip Frame 10
stop();
Symbol 523 MovieClip Frame 10
stop();
Symbol 527 MovieClip Frame 10
stop();
Symbol 531 MovieClip Frame 10
stop();
Symbol 532 MovieClip Frame 1
stop();
Symbol 532 MovieClip Frame 2
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 532 MovieClip Frame 3
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 532 MovieClip Frame 4
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 532 MovieClip Frame 5
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 532 MovieClip Frame 6
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 532 MovieClip Frame 7
this._parent._parent.model_mc._xscale = 75;
this._parent._parent.model_mc._yscale = 75;
this._parent._parent.model_mc._x = 370;
this._parent._parent.model_mc._y = 50;
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("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.glowins.stop("glowsnd");
}
Symbol 546 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_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.btnoverins.stop("btnoversnd");
}
}
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Symbol 550 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_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.btnoverins.stop("btnoversnd");
}
}
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Symbol 551 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_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.btnoverins.stop("btnoversnd");
}
}
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Symbol 555 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_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.btnoverins.stop("btnoversnd");
}
}
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Symbol 559 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_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.btnoverins.stop("btnoversnd");
}
}
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Symbol 563 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_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.btnoverins.stop("btnoversnd");
}
}
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Symbol 579 MovieClip Frame 1
function btn_go() {
for (var _local5 in this) {
if ((typeof(this[_local5]) == "movieclip") && (this[_local5]._name.substr(0, 1) == "b")) {
this[_local5].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);
}
};
}
}
}
stop();
btn_go();
Instance of Symbol 565 MovieClip "b101" in Symbol 579 MovieClip Frame 1
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 565 MovieClip "b102" in Symbol 579 MovieClip Frame 1
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 565 MovieClip "b103" in Symbol 579 MovieClip Frame 1
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 565 MovieClip "b104" in Symbol 579 MovieClip Frame 1
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 565 MovieClip "b105" in Symbol 579 MovieClip Frame 1
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 565 MovieClip "b106" in Symbol 579 MovieClip Frame 1
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Symbol 579 MovieClip Frame 2
btn_go();
Instance of Symbol 568 MovieClip in Symbol 579 MovieClip Frame 2
on (release) {
this._parent._parent.model_mc.dress1.hairin.gotoAndStop(2);
}
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip in Symbol 579 MovieClip Frame 2
on (release) {
this._parent._parent.model_mc.dress1.hairin.gotoAndStop(5);
}
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip in Symbol 579 MovieClip Frame 2
on (release) {
this._parent._parent.model_mc.dress1.hairin.gotoAndStop(6);
}
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip in Symbol 579 MovieClip Frame 2
on (release) {
this._parent._parent.model_mc.dress1.hairin.gotoAndStop(7);
}
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip in Symbol 579 MovieClip Frame 2
on (release) {
this._parent._parent.model_mc.dress1.hairin.gotoAndStop(3);
}
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip in Symbol 579 MovieClip Frame 2
on (release) {
this._parent._parent.model_mc.dress1.hairin.gotoAndStop(4);
}
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Symbol 579 MovieClip Frame 3
btn_go();
Instance of Symbol 568 MovieClip "b302" in Symbol 579 MovieClip Frame 3
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b303" in Symbol 579 MovieClip Frame 3
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b304" in Symbol 579 MovieClip Frame 3
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b305" in Symbol 579 MovieClip Frame 3
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b306" in Symbol 579 MovieClip Frame 3
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b307" in Symbol 579 MovieClip Frame 3
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Symbol 579 MovieClip Frame 4
btn_go();
Instance of Symbol 568 MovieClip "b402" in Symbol 579 MovieClip Frame 4
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b403" in Symbol 579 MovieClip Frame 4
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b404" in Symbol 579 MovieClip Frame 4
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b405" in Symbol 579 MovieClip Frame 4
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b406" in Symbol 579 MovieClip Frame 4
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b407" in Symbol 579 MovieClip Frame 4
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Symbol 579 MovieClip Frame 5
btn_go();
Instance of Symbol 568 MovieClip "b502" in Symbol 579 MovieClip Frame 5
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b503" in Symbol 579 MovieClip Frame 5
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b504" in Symbol 579 MovieClip Frame 5
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b506" in Symbol 579 MovieClip Frame 5
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b507" in Symbol 579 MovieClip Frame 5
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b505" in Symbol 579 MovieClip Frame 5
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Symbol 579 MovieClip Frame 6
btn_go();
Instance of Symbol 568 MovieClip "b202" in Symbol 579 MovieClip Frame 6
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b203" in Symbol 579 MovieClip Frame 6
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b205" in Symbol 579 MovieClip Frame 6
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b208" in Symbol 579 MovieClip Frame 6
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b207" in Symbol 579 MovieClip Frame 6
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b206" in Symbol 579 MovieClip Frame 6
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Instance of Symbol 568 MovieClip "b204" in Symbol 579 MovieClip Frame 6
on (rollOver) {
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_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.btnoverins.stop("btnoversnd");
}
}
on (release) {
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_btnoverins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this._parent.BS_btnoverins);
} else {
this.createEmptyMovieClip("_btnoverins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.btnoverins = new Sound(this.BS_btnoverins);
}
_global.Behaviors.Sound.btnoverins.attachSound("btnoversnd");
_global.Behaviors.Sound.btnoverins.start(0, 1);
} else {
_global.Behaviors.Sound.btnoverins.stop("btnoversnd");
}
}
Symbol 582 MovieClip Frame 1
stop();
Symbol 582 MovieClip Frame 2
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_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 582 MovieClip Frame 7
var n = 1;
while (n < 7) {
_root.eff_mc.yy["y" + n].gotoAndStop("effect3");
n++;
}
Symbol 582 MovieClip Frame 8
_root.menu_fun();
Symbol 582 MovieClip Frame 9
var n = 1;
while (n < 7) {
_root.eff_mc.yy["y" + n].gotoAndPlay("effect5");
n++;
}
Symbol 582 MovieClip Frame 18
_root.menu_state = true;
gotoAndStop ("effect1");
Symbol 586 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("navoversnd");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
on (release) {
getURL ("http://www.bbdressup.com");
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_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins);
} else {
this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins);
}
_global.Behaviors.Sound.navclickins.attachSound("navclicksnd");
_global.Behaviors.Sound.navclickins.start(0, 1);
} else {
_global.Behaviors.Sound.navclickins.stop("navclicksnd");
}
}
Symbol 591 Button
on (release) {
model_mc.dress1.gotoAndStop(1);
model_mc.dress2.gotoAndStop(1);
model_mc.dress3.gotoAndStop(1);
model_mc.dress4.gotoAndStop(1);
model_mc.dress5.gotoAndStop(1);
model_mc.dress1.hairin.gotoAndStop(1);
model_mc.waitao_mc.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_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins);
} else {
this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins);
}
_global.Behaviors.Sound.navclickins.attachSound("navclicksnd");
_global.Behaviors.Sound.navclickins.start(0, 1);
} else {
_global.Behaviors.Sound.navclickins.stop("navclicksnd");
}
}
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("navoversnd");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 595 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_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins);
} else {
this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins);
}
_global.Behaviors.Sound.navclickins.attachSound("navclicksnd");
_global.Behaviors.Sound.navclickins.start(0, 1);
} else {
_global.Behaviors.Sound.navclickins.stop("navclicksnd");
}
}
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("navoversnd");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 604 MovieClip Frame 1
stop();
Symbol 604 MovieClip Frame 2
stop();
Symbol 605 MovieClip Frame 1
stop();
Symbol 605 MovieClip Frame 2
stop();
Symbol 606 MovieClip Frame 1
stop();
Symbol 606 MovieClip Frame 2
stop();
Symbol 607 MovieClip Frame 1
stop();
Symbol 607 MovieClip Frame 2
stop();
Symbol 608 MovieClip Frame 1
stop();
Symbol 608 MovieClip Frame 2
stop();
Symbol 609 MovieClip Frame 1
stop();
Symbol 609 MovieClip Frame 2
stop();
Symbol 610 MovieClip Frame 1
stop();
Symbol 610 MovieClip Frame 2
stop();
Symbol 611 MovieClip Frame 1
stop();
Symbol 611 MovieClip Frame 2
stop();
Symbol 612 MovieClip Frame 1
stop();
Symbol 612 MovieClip Frame 2
stop();
Symbol 613 MovieClip Frame 1
stop();
Symbol 613 MovieClip Frame 2
stop();
Symbol 614 MovieClip Frame 1
stop();
Symbol 614 MovieClip Frame 2
stop();
Symbol 615 MovieClip Frame 1
stop();
Symbol 615 MovieClip Frame 2
stop();
Symbol 616 Button
on (release) {
model_mc.one_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_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins);
} else {
this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins);
}
_global.Behaviors.Sound.navclickins.attachSound("navclicksnd");
_global.Behaviors.Sound.navclickins.start(0, 1);
} else {
_global.Behaviors.Sound.navclickins.stop("navclicksnd");
}
}
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("navoversnd");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 619 Button
on (release) {
gotoAndPlay ("access");
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_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins);
} else {
this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins);
}
_global.Behaviors.Sound.navclickins.attachSound("navclicksnd");
_global.Behaviors.Sound.navclickins.start(0, 1);
} else {
_global.Behaviors.Sound.navclickins.stop("navclicksnd");
}
}
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("navoversnd");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 622 Button
on (release) {
prevFrame();
gotoAndStop;
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_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins);
} else {
this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins);
}
_global.Behaviors.Sound.navclickins.attachSound("navclicksnd");
_global.Behaviors.Sound.navclickins.start(0, 1);
} else {
_global.Behaviors.Sound.navclickins.stop("navclicksnd");
}
}
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("navoversnd");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 627 MovieClip Frame 1
stop();
Symbol 627 MovieClip Frame 2
stop();
Symbol 631 MovieClip Frame 1
stop();
Symbol 631 MovieClip Frame 2
stop();
Symbol 636 MovieClip Frame 1
stop();
Symbol 636 MovieClip Frame 2
stop();
Symbol 638 MovieClip Frame 1
stop();
Symbol 638 MovieClip Frame 2
stop();
Symbol 643 MovieClip Frame 1
stop();
Symbol 643 MovieClip Frame 2
stop();
Symbol 646 MovieClip Frame 1
stop();
Symbol 646 MovieClip Frame 2
stop();
Symbol 649 MovieClip Frame 1
stop();
Symbol 649 MovieClip Frame 2
stop();
Symbol 651 MovieClip Frame 1
stop();
Symbol 651 MovieClip Frame 2
stop();
Symbol 653 MovieClip Frame 1
stop();
Symbol 653 MovieClip Frame 2
stop();
Symbol 655 MovieClip Frame 1
stop();
Symbol 655 MovieClip Frame 2
stop();
Symbol 658 MovieClip Frame 1
stop();
Symbol 658 MovieClip Frame 2
stop();
Symbol 661 MovieClip Frame 1
stop();
Symbol 661 MovieClip Frame 2
stop();
Symbol 662 MovieClip Frame 1
stop();
Symbol 662 MovieClip Frame 2
stop();
Symbol 664 MovieClip Frame 1
stop();
Symbol 664 MovieClip Frame 2
stop();
Symbol 665 MovieClip Frame 1
stop();
Symbol 665 MovieClip Frame 2
stop();
Symbol 666 MovieClip Frame 1
stop();
Symbol 666 MovieClip Frame 2
stop();
Symbol 667 MovieClip Frame 1
stop();
Symbol 667 MovieClip Frame 2
stop();
Symbol 668 MovieClip Frame 1
stop();
Symbol 668 MovieClip Frame 2
stop();
Symbol 669 MovieClip Frame 1
stop();
Symbol 669 MovieClip Frame 2
stop();
Symbol 670 MovieClip Frame 1
stop();
Symbol 670 MovieClip Frame 2
stop();
Symbol 671 MovieClip Frame 1
stop();
Symbol 671 MovieClip Frame 2
stop();
Symbol 673 MovieClip Frame 1
stop();
Symbol 673 MovieClip Frame 2
stop();
Symbol 674 MovieClip Frame 1
stop();
Symbol 674 MovieClip Frame 2
stop();
Symbol 675 MovieClip Frame 1
stop();
Symbol 675 MovieClip Frame 2
stop();
Symbol 678 MovieClip Frame 1
stop();
Symbol 678 MovieClip Frame 2
stop();
Symbol 680 MovieClip Frame 1
stop();
Symbol 680 MovieClip Frame 2
stop();
Symbol 682 MovieClip Frame 1
stop();
Symbol 682 MovieClip Frame 2
stop();
Symbol 684 MovieClip Frame 1
stop();
Symbol 684 MovieClip Frame 2
stop();
Symbol 686 MovieClip Frame 1
stop();
Symbol 686 MovieClip Frame 2
stop();
Symbol 688 MovieClip Frame 1
stop();
Symbol 688 MovieClip Frame 2
stop();
Symbol 689 Button
on (release) {
model_mc.bag_m.gotoAndStop(1);
model_mc.foot_m.gotoAndStop(1);
model_mc.shoes_m.gotoAndStop(1);
model_mc.ear_m.gotoAndStop(1);
model_mc.neck_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_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins);
} else {
this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins);
}
_global.Behaviors.Sound.navclickins.attachSound("navclicksnd");
_global.Behaviors.Sound.navclickins.start(0, 1);
} else {
_global.Behaviors.Sound.navclickins.stop("navclicksnd");
}
}
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("navoversnd");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 697 Button
on (release) {
gotoAndPlay ("final");
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_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins);
} else {
this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins);
}
_global.Behaviors.Sound.navclickins.attachSound("navclicksnd");
_global.Behaviors.Sound.navclickins.start(0, 1);
} else {
_global.Behaviors.Sound.navclickins.stop("navclicksnd");
}
}
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("navoversnd");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 758 MovieClip Frame 1
stop();
this._parent.model_mc._xscale = 34;
this._parent.model_mc._yscale = 34;
this._parent.model_mc._y = 15;
this._parent.model_mc._x = 305;
Symbol 758 MovieClip Frame 2
stop();
this._parent.model_mc._xscale = 34;
this._parent.model_mc._yscale = 34;
this._parent.model_mc._y = 15;
this._parent.model_mc._x = 305;
Symbol 761 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_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins);
} else {
this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins);
}
_global.Behaviors.Sound.navclickins.attachSound("navclicksnd");
_global.Behaviors.Sound.navclickins.start(0, 1);
} else {
_global.Behaviors.Sound.navclickins.stop("navclicksnd");
}
}
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("navoversnd");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 765 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("navoversnd");
_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_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins);
} else {
this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins);
}
_global.Behaviors.Sound.navclickins.attachSound("navclicksnd");
_global.Behaviors.Sound.navclickins.start(0, 1);
} else {
_global.Behaviors.Sound.navclickins.stop("navclicksnd");
}
}
Symbol 769 Button
on (release) {
gotoAndStop ("play");
clear_ini();
clear_skin();
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_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins);
} else {
this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins);
}
_global.Behaviors.Sound.navclickins.attachSound("navclicksnd");
_global.Behaviors.Sound.navclickins.start(0, 1);
} else {
_global.Behaviors.Sound.navclickins.stop("navclicksnd");
}
}
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("navoversnd");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 772 Button
on (release) {
this.bgall.nextFrame();
if (this.bgall._currentframe == 3) {
this.bgall.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_navclickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this._parent.BS_navclickins);
} else {
this.createEmptyMovieClip("_navclickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.navclickins = new Sound(this.BS_navclickins);
}
_global.Behaviors.Sound.navclickins.attachSound("navclicksnd");
_global.Behaviors.Sound.navclickins.start(0, 1);
} else {
_global.Behaviors.Sound.navclickins.stop("navclicksnd");
}
}
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("navoversnd");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}