Frame 1
var loadper = 0;
Frame 2
if (_framesloaded == _totalframes) {
gotoAndPlay (4);
} else {
setProperty(_root.bar, _xscale , (int(_root.getBytesLoaded() / 1000) / int(_root.getBytesTotal() / 1000)) * 100);
loadper = int(((_root.getBytesLoaded() / 1000) / (_root.getBytesTotal() / 1000)) * 100);
}
Frame 3
gotoAndPlay (2);
Frame 4
logo.setMask(m1);
logo.cacheAsBitmap = true;
m1.cacheAsBitmap = true;
girl2.setMask(girl1);
girl1.cacheAsBitmap = true;
girl2.cacheAsBitmap = true;
Frame 128
gotoAndPlay ("Game");
Frame 129
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__("62846717", this, 10301, true);
Mouse.hide();
var mouseListener = new Object();
mouseListener.onMouseMove = function () {
pointer_mc1._x = _xmouse;
pointer_mc1._y = _ymouse;
updateAfterEvent();
};
Mouse.addListener(mouseListener);
stop();
Frame 130
model_mc._xscale = 57;
model_mc._yscale = 57;
model_mc._x = 210;
model_mc._y = 5;
Frame 131
model_mc._xscale = 200;
model_mc._yscale = 200;
model_mc._x = -600;
model_mc._y = -5;
stop();
Frame 134
model_mc._xscale = 200;
model_mc._yscale = 200;
model_mc._x = -600;
model_mc._y = -5;
stop();
Frame 139
model_mc._xscale = 200;
model_mc._yscale = 200;
model_mc._x = -600;
model_mc._y = -5;
stop();
Frame 146
model_mc._xscale = 200;
model_mc._yscale = 200;
model_mc._x = -600;
model_mc._y = -5;
stop();
Frame 152
model_mc._xscale = 200;
model_mc._yscale = 200;
model_mc._x = -600;
model_mc._y = -5;
stop();
Frame 158
model_mc._xscale = 57;
model_mc._yscale = 57;
model_mc._x = 210;
model_mc._y = 5;
stop();
Frame 164
model_mc._xscale = 57;
model_mc._yscale = 57;
model_mc._x = 210;
model_mc._y = 5;
stop();
Frame 170
model_mc._xscale = 57;
model_mc._yscale = 57;
model_mc._x = 210;
model_mc._y = 5;
stop();
Frame 175
model_mc._xscale = 57;
model_mc._yscale = 57;
model_mc._x = 210;
model_mc._y = 5;
stop();
Frame 182
model_mc._xscale = 200;
model_mc._yscale = 200;
model_mc._x = -600;
model_mc._y = -5;
stop();
Frame 187
model_mc._xscale = 57;
model_mc._yscale = 57;
model_mc._x = 210;
model_mc._y = 5;
stop();
Frame 192
model_mc._xscale = 57;
model_mc._yscale = 57;
model_mc._x = 210;
model_mc._y = 5;
stop();
Frame 197
model_mc._xscale = 57;
model_mc._yscale = 57;
model_mc._x = 210;
model_mc._y = 5;
stop();
Frame 204
model_mc._xscale = 200;
model_mc._yscale = 200;
model_mc._x = -600;
model_mc._y = -5;
stop();
Frame 212
model_mc._xscale = 57;
model_mc._yscale = 57;
model_mc._x = 210;
model_mc._y = 5;
stop();
Frame 219
model_mc._xscale = 57;
model_mc._yscale = 57;
model_mc._x = 85;
model_mc._y = 5;
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_finalins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.finalins = new Sound(this._parent.BS_finalins);
} else {
this.createEmptyMovieClip("_finalins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.finalins = new Sound(this.BS_finalins);
}
_global.Behaviors.Sound.finalins.attachSound("finalsnd");
_global.Behaviors.Sound.finalins.start(0, 1);
} else {
_global.Behaviors.Sound.finalins.stop("finalsnd");
}
stop();
printButton.onPress = function () {
printAsBitmap (_root.printclip, "bmovie");
};
Instance of Symbol 989 MovieClip in Frame 219
on (release) {
getURL ("http://www.girlgames1.com", "_blank");
}
Symbol 35 MovieClip Frame 85
gotoAndPlay (56);
Symbol 67 Button
on (release) {
getURL ("http://www.girlgames1.com", "_blank");
}
Symbol 72 MovieClip Frame 20
this.removeMovieClip();
Symbol 73 MovieClip Frame 1
Frame_num = 1;
angle = 360;
plus_angle = 0;
scene_width = 400;
scene_height = 45;
bar_mc.i = 0;
bar_mc._visible = 0;
bar_mc.onEnterFrame = function () {
var _local2 = this;
if ((_local2.i % Frame_num) == 0) {
mc = _local2.duplicateMovieClip("bar_mc" + _local2.i, _local2.i);
mc._x = random(scene_width);
mc._y = random(scene_height);
mc._rotation = random(angle) + plus_angle;
}
_local2.i++;
};
Symbol 75 MovieClip Frame 30
stop();
Symbol 81 MovieClip Frame 21
stop();
Symbol 84 MovieClip Frame 20
this.removeMovieClip();
Symbol 85 MovieClip Frame 1
Frame_num = 1;
angle = 360;
plus_angle = 0;
scene_width = 400;
scene_height = 45;
bar_mc.i = 0;
bar_mc._visible = 0;
bar_mc.onEnterFrame = function () {
var _local2 = this;
if ((_local2.i % Frame_num) == 0) {
mc = _local2.duplicateMovieClip("bar_mc" + _local2.i, _local2.i);
mc._x = random(scene_width);
mc._y = random(scene_height);
mc._rotation = random(angle) + plus_angle;
}
_local2.i++;
};
Symbol 86 MovieClip Frame 20
stop();
Symbol 91 MovieClip Frame 37
stop();
Symbol 104 MovieClip Frame 30
stop();
Symbol 106 Button
on (release) {
getURL ("http://www.girlgames1.com", "_blank");
}
Symbol 140 Button
on (release) {
gotoAndStop (220);
}
Symbol 141 Button
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 175 Button
on (release) {
gotoAndStop ("start");
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 193 Button
on (release) {
getURL ("http://www.girlgames1.com", "_blank");
}
Symbol 195 Button
on (release) {
gotoAndStop (2);
}
Symbol 198 Button
on (release) {
gotoAndStop (1);
}
Symbol 199 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 199 MovieClip Frame 2
stop();
stopAllSounds();
Instance of Symbol 208 MovieClip in Symbol 209 MovieClip Frame 1
onClipEvent (load) {
dx = 2;
}
onClipEvent (enterFrame) {
this._x = this._x + dx;
if (this._x >= 0) {
dx = -2;
}
if (this._x <= -223) {
dx = 2;
}
}
Instance of Symbol 208 MovieClip in Symbol 209 MovieClip Frame 1
onClipEvent (load) {
dx = 4;
}
onClipEvent (enterFrame) {
this._x = this._x + dx;
if (this._x >= 0) {
dx = -4;
}
if (this._x <= -223) {
dx = 4;
}
}
Instance of Symbol 208 MovieClip in Symbol 209 MovieClip Frame 1
onClipEvent (load) {
dx = 6;
}
onClipEvent (enterFrame) {
this._x = this._x + dx;
if (this._x >= 0) {
dx = -6;
}
if (this._x <= -223) {
dx = 6;
}
}
Instance of Symbol 208 MovieClip in Symbol 209 MovieClip Frame 1
onClipEvent (load) {
dx = 8;
}
onClipEvent (enterFrame) {
this._x = this._x + dx;
if (this._x >= 0) {
dx = -8;
}
if (this._x <= -223) {
dx = 8;
}
}
Instance of Symbol 208 MovieClip in Symbol 209 MovieClip Frame 1
onClipEvent (load) {
dx = 10;
}
onClipEvent (enterFrame) {
this._x = this._x + dx;
if (this._x >= 0) {
dx = -10;
}
if (this._x <= -223) {
dx = 10;
}
}
Instance of Symbol 208 MovieClip in Symbol 209 MovieClip Frame 1
onClipEvent (load) {
dx = 8;
}
onClipEvent (enterFrame) {
this._x = this._x + dx;
if (this._x >= 0) {
dx = -8;
}
if (this._x <= -223) {
dx = 8;
}
}
Symbol 220 Button
on (release) {
gotoAndStop ("Bottom");
this.bottombox.gotoAndPlay(2);
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 222 Button
on (release) {
gotoAndStop ("glass");
this.glass_box.gotoAndPlay(2);
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 224 Button
on (release) {
gotoAndStop ("socks");
this.socksbox.gotoAndPlay(2);
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 227 Button
on (release) {
gotoAndStop ("skincolor");
this.skincolor_box.gotoAndPlay(2);
gotoAndStop ("hand");
this.hand_box.gotoAndPlay(2);
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 229 Button
on (release) {
gotoAndStop ("Tops");
this.topsbox.gotoAndPlay(2);
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 231 Button
on (release) {
gotoAndStop ("hats");
this.hats_box.gotoAndPlay(2);
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 233 Button
on (release) {
gotoAndStop ("Shoes");
this.shoesbox.gotoAndPlay(2);
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 236 Button
on (release) {
gotoAndStop ("Eyeshadow");
this.eyeshadowbox.gotoAndPlay(2);
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 239 Button
on (release) {
gotoAndStop ("Hair");
this.hairbox.gotoAndPlay(2);
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 241 Button
on (release) {
gotoAndStop ("haircolor");
this.haircolorbox.gotoAndPlay(2);
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 243 Button
on (release) {
gotoAndStop ("Eye");
this.eyelensbox.gotoAndPlay(2);
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 245 Button
on (release) {
gotoAndStop ("eyebrows");
this.eyebrowsbox.gotoAndPlay(2);
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 248 Button
on (release) {
gotoAndStop ("lips");
this.lipsbox.gotoAndPlay(2);
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 250 Button
on (release) {
gotoAndStop ("eyelashes");
this.eyelashes_box.gotoAndPlay(2);
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 254 Button
on (release) {
gotoAndStop ("accessories");
this.accessoriesbox.gotoAndPlay(2);
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 258 Button
on (release) {
this.model_mc.hair.gotoAndStop(1);
this.model_mc.eye.gotoAndStop(1);
this.model_mc.dress3.gotoAndStop(1);
this.model_mc.lips.gotoAndStop(1);
this.model_mc.jew01_mc.gotoAndStop(1);
this.model_mc.jew02_mc.gotoAndStop(1);
this.model_mc.top2_mc.gotoAndStop(1);
this.model_mc.bot1_mc.gotoAndStop(1);
this.model_mc.top1_mc.gotoAndStop(1);
this.model_mc.bag_mc.gotoAndStop(1);
this.model_mc.shoes_mc.gotoAndStop(1);
this.model_mc.dress2.gotoAndStop(1);
this.model_mc.skincolor.gotoAndStop(1);
this.model_mc.blush.gotoAndStop(1);
this.model_mc.eyebrows.gotoAndStop(1);
this.model_mc.bangales.gotoAndStop(1);
this.model_mc.full_mc.gotoAndStop(1);
this.model_mc.hats_mc.gotoAndStop(1);
this.model_mc.glass_mc.gotoAndStop(1);
this.model_mc.accessories_mc.gotoAndStop(1);
this.model_mc.socks_mc.gotoAndStop(1);
this.model_mc.hand.gotoAndStop(1);
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 264 MovieClip Frame 1
stop();
Symbol 271 MovieClip Frame 1
stop();
Symbol 271 MovieClip Frame 2
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 271 MovieClip Frame 3
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 271 MovieClip Frame 4
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 271 MovieClip Frame 5
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 271 MovieClip Frame 6
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 278 MovieClip Frame 1
stop();
Symbol 278 MovieClip Frame 2
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 278 MovieClip Frame 3
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 278 MovieClip Frame 4
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 278 MovieClip Frame 5
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 278 MovieClip Frame 6
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 278 MovieClip Frame 7
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 297 MovieClip Frame 9
stop();
Symbol 312 MovieClip Frame 1
stop();
Symbol 312 MovieClip Frame 2
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 312 MovieClip Frame 3
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 312 MovieClip Frame 4
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 312 MovieClip Frame 5
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 312 MovieClip Frame 6
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 312 MovieClip Frame 7
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 312 MovieClip Frame 8
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 312 MovieClip Frame 9
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 312 MovieClip Frame 10
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 312 MovieClip Frame 11
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 312 MovieClip Frame 12
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 312 MovieClip Frame 13
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 312 MovieClip Frame 14
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 312 MovieClip Frame 15
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 312 MovieClip Frame 16
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 315 MovieClip Frame 9
stop();
Symbol 333 MovieClip Frame 1
stop();
Symbol 333 MovieClip Frame 2
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 333 MovieClip Frame 3
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 333 MovieClip Frame 4
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 333 MovieClip Frame 5
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 333 MovieClip Frame 6
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 333 MovieClip Frame 7
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 333 MovieClip Frame 8
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 333 MovieClip Frame 9
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 333 MovieClip Frame 10
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 333 MovieClip Frame 11
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 333 MovieClip Frame 12
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 333 MovieClip Frame 13
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 333 MovieClip Frame 14
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 333 MovieClip Frame 15
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 333 MovieClip Frame 16
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 343 MovieClip Frame 1
stop();
Symbol 343 MovieClip Frame 2
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 343 MovieClip Frame 3
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 343 MovieClip Frame 4
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 343 MovieClip Frame 5
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 343 MovieClip Frame 6
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 348 MovieClip Frame 1
stop();
Symbol 356 MovieClip Frame 1
stop();
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 356 MovieClip Frame 2
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 356 MovieClip Frame 3
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 356 MovieClip Frame 4
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 356 MovieClip Frame 5
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 356 MovieClip Frame 6
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 364 MovieClip Frame 1
stop();
Symbol 364 MovieClip Frame 2
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 364 MovieClip Frame 3
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 364 MovieClip Frame 4
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 364 MovieClip Frame 5
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 364 MovieClip Frame 6
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 364 MovieClip Frame 7
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 373 MovieClip Frame 1
stop();
stop();
Symbol 373 MovieClip Frame 2
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 373 MovieClip Frame 3
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 373 MovieClip Frame 4
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 373 MovieClip Frame 5
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 373 MovieClip Frame 6
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 382 MovieClip Frame 1
stop();
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 382 MovieClip Frame 2
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 382 MovieClip Frame 3
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 382 MovieClip Frame 4
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 382 MovieClip Frame 5
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 382 MovieClip Frame 6
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 390 MovieClip Frame 1
stop();
Symbol 390 MovieClip Frame 2
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 390 MovieClip Frame 3
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 390 MovieClip Frame 4
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 390 MovieClip Frame 5
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 390 MovieClip Frame 6
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 390 MovieClip Frame 7
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 396 MovieClip Frame 1
stop();
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 396 MovieClip Frame 2
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 396 MovieClip Frame 3
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 396 MovieClip Frame 4
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 396 MovieClip Frame 5
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 396 MovieClip Frame 6
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 398 MovieClip Frame 9
stop();
Symbol 399 MovieClip Frame 1
stop();
Symbol 399 MovieClip Frame 2
stop();
Symbol 399 MovieClip Frame 3
stop();
Symbol 399 MovieClip Frame 4
stop();
Symbol 399 MovieClip Frame 5
stop();
Symbol 399 MovieClip Frame 6
stop();
Symbol 402 MovieClip Frame 1
stop();
Symbol 402 MovieClip Frame 2
stop();
Symbol 402 MovieClip Frame 3
stop();
Symbol 402 MovieClip Frame 4
stop();
Symbol 402 MovieClip Frame 5
stop();
Symbol 402 MovieClip Frame 6
stop();
Symbol 406 MovieClip Frame 1
stop();
Symbol 406 MovieClip Frame 2
stop();
Symbol 406 MovieClip Frame 3
stop();
Symbol 406 MovieClip Frame 4
stop();
Symbol 406 MovieClip Frame 5
stop();
Symbol 406 MovieClip Frame 6
stop();
Symbol 410 MovieClip Frame 1
stop();
Symbol 410 MovieClip Frame 2
stop();
Symbol 410 MovieClip Frame 3
stop();
Symbol 410 MovieClip Frame 4
stop();
Symbol 410 MovieClip Frame 5
stop();
Symbol 410 MovieClip Frame 6
stop();
Symbol 414 MovieClip Frame 1
stop();
Symbol 414 MovieClip Frame 2
stop();
Symbol 414 MovieClip Frame 3
stop();
Symbol 414 MovieClip Frame 4
stop();
Symbol 414 MovieClip Frame 5
stop();
Symbol 414 MovieClip Frame 6
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 421 MovieClip Frame 1
stop();
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 421 MovieClip Frame 2
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 421 MovieClip Frame 3
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 421 MovieClip Frame 4
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 421 MovieClip Frame 5
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 421 MovieClip Frame 6
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 424 MovieClip Frame 9
stop();
Symbol 429 MovieClip Frame 1
stop();
Symbol 429 MovieClip Frame 2
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 429 MovieClip Frame 3
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 429 MovieClip Frame 4
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 429 MovieClip Frame 5
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 429 MovieClip Frame 6
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 436 MovieClip Frame 1
stop();
Symbol 436 MovieClip Frame 2
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 436 MovieClip Frame 3
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 436 MovieClip Frame 4
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 436 MovieClip Frame 5
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 436 MovieClip Frame 6
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 436 MovieClip Frame 7
this.stars.gotoAndPlay(1);
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_dressins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this._parent.BS_dressins);
} else {
this.createEmptyMovieClip("_dressins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressins = new Sound(this.BS_dressins);
}
_global.Behaviors.Sound.dressins.attachSound("dresssnd");
_global.Behaviors.Sound.dressins.start(0, 1);
} else {
_global.Behaviors.Sound.dressins.stop("dresssnd");
}
Symbol 455 Button
on (release) {
getURL ("http://www.girlgames1.com", "_blank");
}
Symbol 460 Button
on (release) {
gotoAndStop ("finalscrn");
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 472 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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
on (release) {
getURL ("http://www.girlgames1.com", "_blank");
}
Symbol 479 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.gotoAndStop("start");
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 487 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.hair.gotoAndStop(1);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 492 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.hair.gotoAndStop(3);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 497 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.hair.gotoAndStop(4);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 500 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.hair.gotoAndStop(5);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 503 Button
on (release) {
this._parent.model_mc.hair.gotoAndStop(6);
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 505 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.hair.gotoAndStop(2);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 506 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_gnins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this._parent.BS_gnins);
} else {
this.createEmptyMovieClip("_gnins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this.BS_gnins);
}
_global.Behaviors.Sound.gnins.attachSound("gnsnd");
_global.Behaviors.Sound.gnins.start(0, 1);
} else {
_global.Behaviors.Sound.gnins.stop("gnsnd");
}
Symbol 506 MovieClip Frame 10
stop();
Symbol 512 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.eye.gotoAndStop(2);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 516 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.eye.gotoAndStop(1);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 520 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.eye.gotoAndStop(3);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 524 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.eye.gotoAndStop(4);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 528 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.eye.gotoAndStop(5);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 532 Button
on (release) {
this._parent.model_mc.eye.gotoAndStop(6);
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 533 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_gnins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this._parent.BS_gnins);
} else {
this.createEmptyMovieClip("_gnins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this.BS_gnins);
}
_global.Behaviors.Sound.gnins.attachSound("gnsnd");
_global.Behaviors.Sound.gnins.start(0, 1);
} else {
_global.Behaviors.Sound.gnins.stop("gnsnd");
}
Symbol 533 MovieClip Frame 10
stop();
Symbol 536 Button
on (release) {
this._parent.gotoAndStop("start");
}
Symbol 541 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.dress2.gotoAndStop(2);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 545 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.dress2.gotoAndStop(3);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 549 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.dress2.gotoAndStop(4);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 553 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.dress2.gotoAndStop(5);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 557 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.dress2.gotoAndStop(6);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 561 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.dress2.gotoAndStop(7);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 562 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_gnins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this._parent.BS_gnins);
} else {
this.createEmptyMovieClip("_gnins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this.BS_gnins);
}
_global.Behaviors.Sound.gnins.attachSound("gnsnd");
_global.Behaviors.Sound.gnins.start(0, 1);
} else {
_global.Behaviors.Sound.gnins.stop("gnsnd");
}
Symbol 562 MovieClip Frame 10
stop();
Symbol 574 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.hair.hairin.gotoAndStop(1);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 583 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.hair.hairin.gotoAndStop(3);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 592 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.hair.hairin.gotoAndStop(4);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 600 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.hair.hairin.gotoAndStop(5);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 609 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.hair.hairin.gotoAndStop(6);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 618 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.hair.hairin.gotoAndStop(2);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 619 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_gnins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this._parent.BS_gnins);
} else {
this.createEmptyMovieClip("_gnins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this.BS_gnins);
}
_global.Behaviors.Sound.gnins.attachSound("gnsnd");
_global.Behaviors.Sound.gnins.start(0, 1);
} else {
_global.Behaviors.Sound.gnins.stop("gnsnd");
}
Symbol 619 MovieClip Frame 10
stop();
Symbol 627 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.lips.gotoAndStop(1);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 632 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.lips.gotoAndStop(3);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 637 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.lips.gotoAndStop(4);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 643 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.lips.gotoAndStop(5);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 649 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.lips.gotoAndStop(6);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 654 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.lips.gotoAndStop(2);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 655 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_gnins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this._parent.BS_gnins);
} else {
this.createEmptyMovieClip("_gnins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this.BS_gnins);
}
_global.Behaviors.Sound.gnins.attachSound("gnsnd");
_global.Behaviors.Sound.gnins.start(0, 1);
} else {
_global.Behaviors.Sound.gnins.stop("gnsnd");
}
Symbol 655 MovieClip Frame 10
stop();
Symbol 662 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.hats_mc.gotoAndStop(2);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 667 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.hats_mc.gotoAndStop(3);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 672 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.hats_mc.gotoAndStop(4);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 677 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.hats_mc.gotoAndStop(5);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 682 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.hats_mc.gotoAndStop(6);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 683 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_gnins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this._parent.BS_gnins);
} else {
this.createEmptyMovieClip("_gnins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this.BS_gnins);
}
_global.Behaviors.Sound.gnins.attachSound("gnsnd");
_global.Behaviors.Sound.gnins.start(0, 1);
} else {
_global.Behaviors.Sound.gnins.stop("gnsnd");
}
Symbol 683 MovieClip Frame 10
stop();
Symbol 687 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.glass_mc.gotoAndStop(2);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 691 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.glass_mc.gotoAndStop(3);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 696 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.glass_mc.gotoAndStop(4);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 698 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.glass_mc.gotoAndStop(5);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 700 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.glass_mc.gotoAndStop(6);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 703 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.glass_mc.gotoAndStop(7);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 704 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_gnins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this._parent.BS_gnins);
} else {
this.createEmptyMovieClip("_gnins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this.BS_gnins);
}
_global.Behaviors.Sound.gnins.attachSound("gnsnd");
_global.Behaviors.Sound.gnins.start(0, 1);
} else {
_global.Behaviors.Sound.gnins.stop("gnsnd");
}
Symbol 704 MovieClip Frame 10
stop();
Symbol 706 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.gotoAndStop("start");
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 712 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.top2_mc.gotoAndStop(2);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 715 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.top2_mc.gotoAndStop(3);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 718 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.top2_mc.gotoAndStop(4);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 721 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.top2_mc.gotoAndStop(5);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 724 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.top2_mc.gotoAndStop(6);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 727 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.top2_mc.gotoAndStop(7);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 737 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
nextFrame();
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 740 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.top2_mc.gotoAndStop(8);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 743 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.top2_mc.gotoAndStop(9);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 746 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.top2_mc.gotoAndStop(10);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 749 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.top2_mc.gotoAndStop(11);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 752 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.top2_mc.gotoAndStop(12);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 753 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.top2_mc.gotoAndStop(13);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 754 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
prevFrame();
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 755 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.top2_mc.gotoAndStop(14);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 756 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.top2_mc.gotoAndStop(15);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 759 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.top2_mc.gotoAndStop(16);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 760 MovieClip Frame 1
stop();
Symbol 760 MovieClip Frame 2
stop();
Symbol 760 MovieClip Frame 3
stop();
Symbol 761 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_gnins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this._parent.BS_gnins);
} else {
this.createEmptyMovieClip("_gnins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this.BS_gnins);
}
_global.Behaviors.Sound.gnins.attachSound("gnsnd");
_global.Behaviors.Sound.gnins.start(0, 1);
} else {
_global.Behaviors.Sound.gnins.stop("gnsnd");
}
Symbol 761 MovieClip Frame 10
stop();
Symbol 765 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.bot1_mc.gotoAndStop(2);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 768 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.bot1_mc.gotoAndStop(3);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 771 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.bot1_mc.gotoAndStop(4);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 774 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.bot1_mc.gotoAndStop(5);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 777 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.bot1_mc.gotoAndStop(6);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 780 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.bot1_mc.gotoAndStop(7);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 783 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.bot1_mc.gotoAndStop(8);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 786 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.bot1_mc.gotoAndStop(9);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 787 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.bot1_mc.gotoAndStop(10);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 790 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.bot1_mc.gotoAndStop(11);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 793 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.bot1_mc.gotoAndStop(12);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 794 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.bot1_mc.gotoAndStop(13);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 795 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.bot1_mc.gotoAndStop(14);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 796 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.bot1_mc.gotoAndStop(15);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 799 Button
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_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent._parent.model_mc.bot1_mc.gotoAndStop(16);
this._parent._parent.model_mc.bot1_mc._visible = true;
this._parent._parent.model_mc.top2_mc._visible = true;
this._parent._parent.model_mc.full_mc._visible = false;
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 800 MovieClip Frame 1
stop();
Symbol 800 MovieClip Frame 2
stop();
Symbol 800 MovieClip Frame 3
stop();
Symbol 801 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_gnins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this._parent.BS_gnins);
} else {
this.createEmptyMovieClip("_gnins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this.BS_gnins);
}
_global.Behaviors.Sound.gnins.attachSound("gnsnd");
_global.Behaviors.Sound.gnins.start(0, 1);
} else {
_global.Behaviors.Sound.gnins.stop("gnsnd");
}
Symbol 801 MovieClip Frame 10
stop();
Symbol 804 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.eyebrows.gotoAndStop(1);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 806 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.eyebrows.gotoAndStop(2);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 808 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.eyebrows.gotoAndStop(3);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 810 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.eyebrows.gotoAndStop(4);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 813 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.eyebrows.gotoAndStop(5);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 816 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.eyebrows.gotoAndStop(6);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 817 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_gnins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this._parent.BS_gnins);
} else {
this.createEmptyMovieClip("_gnins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this.BS_gnins);
}
_global.Behaviors.Sound.gnins.attachSound("gnsnd");
_global.Behaviors.Sound.gnins.start(0, 1);
} else {
_global.Behaviors.Sound.gnins.stop("gnsnd");
}
Symbol 817 MovieClip Frame 10
stop();
Symbol 823 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.accessories_mc.gotoAndStop(2);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 827 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.accessories_mc.gotoAndStop(3);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 832 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.accessories_mc.gotoAndStop(4);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 836 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.accessories_mc.gotoAndStop(5);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 840 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.accessories_mc.gotoAndStop(6);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 841 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_gnins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this._parent.BS_gnins);
} else {
this.createEmptyMovieClip("_gnins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this.BS_gnins);
}
_global.Behaviors.Sound.gnins.attachSound("gnsnd");
_global.Behaviors.Sound.gnins.start(0, 1);
} else {
_global.Behaviors.Sound.gnins.stop("gnsnd");
}
Symbol 841 MovieClip Frame 10
stop();
Symbol 847 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.shoes_mc.gotoAndStop(2);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 852 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.shoes_mc.gotoAndStop(3);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 857 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.shoes_mc.gotoAndStop(4);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 862 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.shoes_mc.gotoAndStop(5);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 867 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.shoes_mc.gotoAndStop(6);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 872 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.shoes_mc.gotoAndStop(7);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 873 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_gnins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this._parent.BS_gnins);
} else {
this.createEmptyMovieClip("_gnins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this.BS_gnins);
}
_global.Behaviors.Sound.gnins.attachSound("gnsnd");
_global.Behaviors.Sound.gnins.start(0, 1);
} else {
_global.Behaviors.Sound.gnins.stop("gnsnd");
}
Symbol 873 MovieClip Frame 10
stop();
Symbol 878 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.skincolor.gotoAndStop(1);
this._parent.model_mc.hand.gotoAndStop(1);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 883 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.skincolor.gotoAndStop(2);
this._parent.model_mc.hand.gotoAndStop(2);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 888 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.skincolor.gotoAndStop(3);
this._parent.model_mc.hand.gotoAndStop(3);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 893 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.skincolor.gotoAndStop(4);
this._parent.model_mc.hand.gotoAndStop(4);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 894 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_gnins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this._parent.BS_gnins);
} else {
this.createEmptyMovieClip("_gnins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this.BS_gnins);
}
_global.Behaviors.Sound.gnins.attachSound("gnsnd");
_global.Behaviors.Sound.gnins.start(0, 1);
} else {
_global.Behaviors.Sound.gnins.stop("gnsnd");
}
Symbol 894 MovieClip Frame 9
stop();
Symbol 901 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.eyelashes.gotoAndStop(1);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 906 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.eyelashes.gotoAndStop(3);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 911 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.eyelashes.gotoAndStop(2);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 916 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.eyelashes.gotoAndStop(5);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 921 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.eyelashes.gotoAndStop(4);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 926 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.eyelashes.gotoAndStop(6);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 927 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_gnins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this._parent.BS_gnins);
} else {
this.createEmptyMovieClip("_gnins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this.BS_gnins);
}
_global.Behaviors.Sound.gnins.attachSound("gnsnd");
_global.Behaviors.Sound.gnins.start(0, 1);
} else {
_global.Behaviors.Sound.gnins.stop("gnsnd");
}
Symbol 927 MovieClip Frame 10
stop();
Symbol 932 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.socks_mc.gotoAndStop(2);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 936 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.socks_mc.gotoAndStop(3);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 940 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.socks_mc.gotoAndStop(4);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 945 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.socks_mc.gotoAndStop(6);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 951 Button
on (release) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("clicksnd");
}
this._parent.model_mc.socks_mc.gotoAndStop(5);
}
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_iconins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this._parent.BS_iconins);
} else {
this.createEmptyMovieClip("_iconins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.iconins = new Sound(this.BS_iconins);
}
_global.Behaviors.Sound.iconins.attachSound("iconsnd");
_global.Behaviors.Sound.iconins.start(0, 1);
} else {
_global.Behaviors.Sound.iconins.stop("iconsnd");
}
}
Symbol 952 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_gnins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this._parent.BS_gnins);
} else {
this.createEmptyMovieClip("_gnins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.gnins = new Sound(this.BS_gnins);
}
_global.Behaviors.Sound.gnins.attachSound("gnsnd");
_global.Behaviors.Sound.gnins.start(0, 1);
} else {
_global.Behaviors.Sound.gnins.stop("gnsnd");
}
Symbol 952 MovieClip Frame 10
stop();
Symbol 986 MovieClip Frame 1
stop();
Symbol 986 MovieClip Frame 2
stop();
Symbol 989 MovieClip Frame 16
stop();
Symbol 994 Button
on (release) {
this.bgall.gotoAndStop("2");
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 999 Button
on (release) {
this.bgall.gotoAndStop("1");
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 1003 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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 1008 Button
on (release) {
gotoAndStop (129);
}
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("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 1031 MovieClip Frame 40
stop();
Symbol 1033 MovieClip Frame 21
stop();
Symbol 1034 Button
on (release) {
getURL ("http://www.girlgames1.com", "_blank");
}
Symbol 1037 Button
on (release) {
gotoAndStop (129);
}