Frame 1
function karthikeya() {
getURL ("http://www.dressupwho.com");
}
var fmm01_menu = new ContextMenu();
fmm01_menu.hideBuiltInItems();
_root.menu = fmm01_menu;
var item = new ContextMenuItem("Created by www.dressupwho.com", karthikeya);
fmm01_menu.customItems[0] = item;
Frame 2
function rightclick() {
getURL ("http://www.dressupwho.com");
}
stop();
Stage.showMenu = true;
var fmm01_menu = new ContextMenu();
fmm01_menu.hideBuiltInItems();
_root.menu = fmm01_menu;
var item = new ContextMenuItem("Created by www.dressupwho.com", rightclick);
fmm01_menu.customItems[0] = item;
function start_link() {
gotoAndPlay (111);
trace("ok");
}
function domain_link() {
getURL ("", "_blank");
trace("ok");
}
function sound_click() {
btn_sound = new Sound(this.btn_mc2);
btn_sound.attachSound("click");
btn_sound.setVolume(50);
btn_sound.start(0, 1);
}
stop();
begin_btn.onRelease = function () {
start_link();
};
begin_btn.onRollOver = function () {
this.gotoAndStop(2);
sound_click();
};
begin_btn.onRollOut = (begin_btn.onReleaseOutside = function () {
this.gotoAndStop(1);
});
domain_btn.onRelease = function () {
domain_link();
};
domain_btn.onRollOver = function () {
this.gotoAndStop(2);
sound_click();
};
domain_btn.onRollOut = (domain_btn.onReleaseOutside = function () {
this.gotoAndStop(1);
});
Frame 3
gotoAndStop ("dressup");
function saveit() {
mov = new Array();
frm = new Array();
vis = new Array();
for (var i in movarr) {
var tmpmc = eval ((mainmc + ".") + movarr[i]);
var hitmc = this.body;
if (tmpmc.hitTest(hitmc)) {
mov.push(new Array(movarr[i], int(tmpmc._x), int(tmpmc._y)));
}
}
for (var i in frmarr) {
var tmpmc = eval ((mainmc + ".") + frmarr[i]);
if (tmpmc._currentframe != 1) {
frm.push(new Array((mainmc + ".") + frmarr[i], tmpmc._currentframe));
}
}
for (var i in visarr) {
var tmpmc = eval ((mainmc + ".") + visarr[i]);
vis.push(new Array(visarr[i], tmpmc._visible));
}
savestr = (((("&mov=" + mov.join("|")) + "&frm=") + frm.join("|")) + "&vis=") + vis.join("|");
return(savestr);
}
function s1_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("s1");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function en_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("en_sd");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function good_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("good");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function hi_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("hi_sd");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function kacha_sd() {
_root.bg1_sound = new Sound();
_root.bg1_sound.attachSound("kacha_sd");
_root.bg1_sound.start();
_root.bg1_sound.setVolume(100);
}
function btn_go(_mc) {
for (var _local6 in _mc) {
if ((typeof(_mc[_local6]) == "movieclip") && (_mc[_local6]._name.substr(0, 1) == "b")) {
_mc[_local6].onRelease = function () {
var _local4 = this._name.substr(1, 1);
var _local3 = Number(this._name.substr(2, 2));
_root.kacha_sd();
_root.sg_mc.play();
_root.model_mc["dress" + _local4].gotoAndStop(_local3);
if (_local4 == 6) {
_root.model_mc.dress7.gotoAndStop(_local3);
}
};
}
}
}
function load_fun() {
_loc1 = this;
var _local3 = 8;
var _local2 = 1;
while (_local2 < _local3) {
_loc1.btn_go(_loc1["mc0" + _local2]);
_loc1["mc0" + _local2]._alpha = 0;
_loc1["mc0" + _local2].mask_btn._visible = true;
_loc1["mc0" + _local2].de = this["mc0" + _local2].getDepth();
_loc1["btn" + _local2].act = true;
_local2++;
}
}
function btn_fun() {
for (var _local5 in this) {
if ((typeof(this[_local5]) == "object") && (this[_local5]._name.substr(0, 3) == "btn")) {
this[_local5].onRelease = function () {
var _local4 = Number(this._name.substr(3, 1));
var _local3 = _root["mc0" + _local4];
if (this.act == true) {
effect_mc(_local3);
this.act = false;
} else {
_local3.mask_btn._visible = true;
go_alpha = new mx.transitions.Tween(_local3, "_alpha", mx.transitions.easing.Strong.easeOut, 100, 0, 20, false);
this.act = true;
}
};
}
if ((typeof(this[_local5]) == "movieclip") && (this[_local5]._name.substr(0, 2) == "mc")) {
}
}
}
function effect_mc(m) {
var _local2 = 8;
m.mask_btn._visible = false;
m.swapDepths(m._parent.getNextHighestDepth());
go_alpha = new mx.transitions.Tween(m, "_alpha", mx.transitions.easing.Strong.easeOut, 0, 100, 20, false);
}
function dep_re() {
var _local2 = 1;
while (_local2 < 8) {
var _local3 = _root["mc0" + _local2];
_local3.swapDepths(_local3.de);
_local2++;
}
}
function close_btn(n) {
var _local2 = this["mc0" + n];
var _local3 = this["btn" + n];
_local2.mask_btn._visible = true;
_local2.swapDepths(_local2.de);
go_alpha = new mx.transitions.Tween(_local2, "_alpha", mx.transitions.easing.Strong.easeOut, 100, 0, 20, false);
_local3.act = true;
}
function clear_ini() {
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.top2_mc.gotoAndStop(1);
_root.model_mc.top3_mc.gotoAndStop(1);
_root.model_mc.bot2_mc.gotoAndStop(1);
_root.model_mc.bot1_mc.gotoAndStop(1);
_root.model_mc.shoes_mc.gotoAndStop(1);
_root.model_mc.jew01_mc.gotoAndStop(1);
_root.model_mc.jew02_mc.gotoAndStop(1);
_root.model_mc.cap_mc.gotoAndStop(1);
_root.model_mc.bag_mc.gotoAndStop(1);
_root.model_mc.waitao_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear1_mc._visible = true;
_root.model_mc.dress6.underwear2_mc._visible = true;
var _local2 = 1;
while (_local2 < 22) {
_root["on_clothing" + _local2]._visible = true;
_root["on_clothing" + _local2] = undefined;
_local2++;
}
}
function clear_skin() {
var _local2 = 1;
while (_local2 < 8) {
_root.model_mc["dress" + _local2].gotoAndStop(1);
_local2++;
}
}
function girl(x1, y1, s) {
if (this.model_mc.x0 && (this.model_mc.y0)) {
this.model_mc._x = this.model_mc.x0 + x1;
this.model_mc._y = this.model_mc.y0 + y1;
this.model_mc._xscale = (this.model_mc._yscale = s);
this.model_mc._rotation = 0;
}
trace(this.model_mc._x);
}
function third_ch_ini() {
for (var _local5 in this) {
if ((typeof(this[_local5]) == "movieclip") && (this[_local5]._name.substr(0, 1) == "a")) {
this[_local5].onPress = function () {
var _local3 = this._name.substr(1, 1);
var _local4 = this._name.substr(2, 2);
trace(_local3);
this._visible = false;
_root.mc_drag = _root.attachMovie(("a" + _local3) + _local4, "_mc", 1);
_root.mc_drag._xscale = _root.scaleNo;
_root.mc_drag._yscale = _root.scaleNo;
_root.mc_drag._x = _root._xmouse - 20;
_root.mc_drag._y = _root._ymouse - 20;
_root.mc_drag.startDrag();
};
this[_local5].onReleaseOutside = function () {
s1_sd();
_root.mc_drag.removeMovieClip();
if ((((((this != _root.on_clothing1) && (this != _root.on_clothing2)) && (this != _root.on_clothing3)) && (this != _root.on_clothing4)) && (this != _root.on_clothing5)) && (this != _root.on_clothing6)) {
if (_root.model_mc.hitTest(_xmouse, _ymouse)) {
if (this._name.substr(0, 2) == "a1") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
}
if (_root.on_clothing2 != undefined) {
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_root.model_mc.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing3 != undefined) {
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_root.model_mc.bot1_mc.gotoAndStop(1);
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
_root.model_mc.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
_root.model_mc.bot2_mc.gotoAndStop(1);
}
this._visible = false;
_root.on_clothing1 = this;
_root.model_mc.top1_mc.gotoAndStop(_local3);
_root.model_mc.top3_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear1_mc._visible = false;
_root.model_mc.dress6.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "at") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
}
if (_root.on_clothing2 != undefined) {
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_root.model_mc.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing3 != undefined) {
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_root.model_mc.bot1_mc.gotoAndStop(1);
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
_root.model_mc.top2_mc.gotoAndStop(1);
}
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
_root.model_mc.bot2_mc.gotoAndStop(1);
}
this._visible = false;
_root.on_clothing1 = this;
_root.model_mc.top3_mc.gotoAndStop(_local3);
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear1_mc._visible = false;
_root.model_mc.dress6.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "a2") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear2_mc._visible = true;
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
_root.model_mc.top3_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear2_mc._visible = true;
}
if (_root.on_clothing2 != undefined) {
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
}
this._visible = false;
_root.on_clothing2 = this;
_root.model_mc.top2_mc.gotoAndStop(_local3);
_root.model_mc.dress6.underwear1_mc._visible = false;
}
if (this._name.substr(0, 2) == "a3") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear1_mc._visible = true;
}
if (_root.on_clothing3 != undefined) {
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
}
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
_root.model_mc.bot2_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear1_mc._visible = true;
}
_root.on_clothing3 = this;
_root.model_mc.bot1_mc.gotoAndStop(_local3);
_root.model_mc.dress6.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "a4") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear2_mc._visible = true;
}
if (_root.on_clothing2 != undefined) {
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_root.model_mc.top2_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear2_mc._visible = true;
}
if (_root.on_clothing4 != undefined) {
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
}
this._visible = false;
_root.on_clothing4 = this;
_root.model_mc.top3_mc.gotoAndStop(_local3);
_root.model_mc.dress6.underwear1_mc._visible = false;
}
if (this._name.substr(0, 2) == "a5") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing1 != undefined) {
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear1_mc._visible = true;
}
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
}
if (_root.on_clothing3 != undefined) {
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_root.model_mc.bot1_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear1_mc._visible = true;
}
this._visible = false;
_root.on_clothing5 = this;
_root.model_mc.bot2_mc.gotoAndStop(_local3);
_root.model_mc.dress6.underwear2_mc._visible = false;
}
if (this._name.substr(0, 2) == "a9") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing10 != undefined) {
_root.on_clothing10._visible = true;
_root.on_clothing10 = undefined;
}
this._visible = false;
_root.on_clothing10 = this;
_root.model_mc.shoes_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "aj") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing5 != undefined) {
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
}
this._visible = false;
_root.on_clothing5 = this;
_root.model_mc.jew01_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "a6") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing6 != undefined) {
_root.on_clothing6._visible = true;
_root.on_clothing6 = undefined;
}
this._visible = false;
_root.on_clothing6 = this;
_root.model_mc.jew02_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "a7") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing7 != undefined) {
_root.on_clothing7._visible = true;
_root.on_clothing7 = undefined;
}
this._visible = false;
_root.on_clothing7 = this;
_root.model_mc.bag_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "a8") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing8 != undefined) {
_root.on_clothing8._visible = true;
_root.on_clothing8 = undefined;
}
this._visible = false;
_root.on_clothing8 = this;
_root.model_mc.cap_mc.gotoAndStop(_local3);
}
if (this._name.substr(0, 2) == "aw") {
var _local3 = Number(this._name.substr(2, 2)) + 1;
if (_root.on_clothing9 != undefined) {
_root.on_clothing9._visible = true;
_root.on_clothing9 = undefined;
}
this._visible = false;
_root.on_clothing9 = this;
_root.model_mc.waitao_mc.gotoAndStop(_local3);
}
} else {
this._visible = true;
}
}
};
}
}
}
function reset_one() {
for (var _local3 in _root.model_mc) {
if (typeof(_root.model_mc[_local3]) == "movieclip") {
_root.model_mc[_local3].enabled = true;
if (_root.model_mc[_local3]._name.substr(0, 3) == "cap") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing8._visible = true;
_root.on_clothing8 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "top1") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.dress6.underwear1_mc._visible = true;
_root.model_mc.dress6.underwear2_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "top3") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.dress6.underwear1_mc._visible = true;
_root.model_mc.dress6.underwear2_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "top2") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_root.model_mc.dress6.underwear1_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "bot1") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_root.model_mc.dress6.underwear2_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "shoe") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew01") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew02") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing6._visible = true;
_root.on_clothing6 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 3) == "bag") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing7._visible = true;
_root.on_clothing7 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "waita") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing9._visible = true;
_root.on_clothing9 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew04") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing21._visible = true;
_root.on_clothing21 = undefined;
};
}
}
}
}
function clothing_visible() {
var _local2 = 1;
while (_local2 < 23) {
_root["on_clothing" + _local2]._visible = false;
_local2++;
}
}
_global.static_root_path = _level0.static_root_path;
_global.PHP_root_path = _level0.PHP_root_path;
loadMovieNum (_root.static_root_path + "control.swf", 10);
movarr = new Array();
for (var i in this) {
if ((typeof(this[i]) == "movieclip") && (this[i]._name.substr(0, 1) == "a")) {
movarr.push(this[i]._name);
}
}
frmarr = new Array("model_mc", "top1_mc", "top2_mc", "top3_mc", "bot2_mc", "bot1_mc", "shoes_mc", "jew01_mc", "jew02_mc", "cap_mc", "bag_mc", "waitao_mc");
visarr = new Array("dress6.underwear2_mc", "dress6.underwear1_mc");
hitmc = "body";
mainmc = "model_mc";
stop();
mymenu = new ContextMenu();
mymenu.hideBuiltInItems();
mymenu.builtInItems.print = true;
_root.menu = mymenu;
var menu_state = true;
var menu_no = 1;
var mc_drag;
var scaleNo = 200;
girl(0, 0, 200);
load_fun();
btn_fun();
clear_btn.onRelease = function () {
clear_ini();
};
next_btn.onRelease = function () {
dep_re();
en_sd();
gotoAndStop (4);
};
function rightclick() {
getURL ("http://www.dressupwho.com");
}
function clear_ini() {
_root.model_mc.top1_mc.gotoAndStop(1);
_root.model_mc.top2_mc.gotoAndStop(1);
_root.model_mc.top3_mc.gotoAndStop(1);
_root.model_mc.bot2_mc.gotoAndStop(1);
_root.model_mc.bot1_mc.gotoAndStop(1);
_root.model_mc.shoes_mc.gotoAndStop(1);
_root.model_mc.jew01_mc.gotoAndStop(1);
_root.model_mc.jew02_mc.gotoAndStop(1);
_root.model_mc.cap_mc.gotoAndStop(1);
_root.model_mc.bag_mc.gotoAndStop(1);
_root.model_mc.waitao_mc.gotoAndStop(1);
_root.model_mc.dress6.underwear1_mc._visible = true;
_root.model_mc.dress6.underwear2_mc._visible = true;
var _local2 = 1;
while (_local2 < 22) {
_root["on_clothing" + _local2]._visible = true;
_root["on_clothing" + _local2] = undefined;
_local2++;
}
}
function clear_skin() {
var _local2 = 1;
while (_local2 < 8) {
_root.model_mc["dress" + _local2].gotoAndStop(1);
_local2++;
}
}
function girl(x1, y1, s) {
if (this.model_mc.x0 && (this.model_mc.y0)) {
this.model_mc._x = this.model_mc.x0 + x1;
this.model_mc._y = this.model_mc.y0 + y1;
this.model_mc._xscale = (this.model_mc._yscale = s);
this.model_mc._rotation = 0;
}
trace(this.model_mc._x);
}
function reset_one() {
for (var _local3 in _root.model_mc) {
if (typeof(_root.model_mc[_local3]) == "movieclip") {
_root.model_mc[_local3].enabled = true;
if (_root.model_mc[_local3]._name.substr(0, 3) == "cap") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing8._visible = true;
_root.on_clothing8 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "top1") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.dress6.underwear1_mc._visible = true;
_root.model_mc.dress6.underwear2_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "top3") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing1._visible = true;
_root.on_clothing1 = undefined;
_root.model_mc.dress6.underwear1_mc._visible = true;
_root.model_mc.dress6.underwear2_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "top2") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing2._visible = true;
_root.on_clothing2 = undefined;
_root.model_mc.dress6.underwear1_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "bot1") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing3._visible = true;
_root.on_clothing3 = undefined;
_root.model_mc.dress6.underwear2_mc._visible = true;
};
}
if (_root.model_mc[_local3]._name.substr(0, 4) == "shoe") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing4._visible = true;
_root.on_clothing4 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew01") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing5._visible = true;
_root.on_clothing5 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew02") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing6._visible = true;
_root.on_clothing6 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 3) == "bag") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing7._visible = true;
_root.on_clothing7 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "waita") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing9._visible = true;
_root.on_clothing9 = undefined;
};
}
if (_root.model_mc[_local3]._name.substr(0, 5) == "jew04") {
_root.model_mc[_local3].onRelease = function () {
this.gotoAndStop(1);
_root.on_clothing21._visible = true;
_root.on_clothing21 = undefined;
};
}
}
}
}
function clothing_visible() {
var _local2 = 1;
while (_local2 < 23) {
_root["on_clothing" + _local2]._visible = false;
_local2++;
}
}
function btn_menu() {
for (var _local5 in this) {
if ((typeof(this[_local5]) == "object") && (this[_local5]._name.substr(0, 1) == "b")) {
trace(this[_local5]);
this[_local5].onRelease = function () {
if (_root.menu_state == true) {
_root.menu_no = Number(this._name.substr(3, 1));
var _local4 = Number(_root.menu_mc._currentframe);
if (_root.menu_no != _local4) {
_root.eff_mc.play();
var _local3 = 1;
while (_local3 < 7) {
_root.eff_mc.yy["y" + _local3].play();
_local3++;
}
_root.menu_state = false;
}
}
};
}
}
}
function menu_fun() {
var _local2 = _root.menu_no;
_root.menu_mc.gotoAndStop(_local2);
}
var fmm01_menu = new ContextMenu();
fmm01_menu.hideBuiltInItems();
_root.menu = fmm01_menu;
var item = new ContextMenuItem("Created by www.dressupwho.com", rightclick);
fmm01_menu.customItems[0] = item;
stop();
var menu_state = true;
var menu_no = 1;
girl(0, 0, 200);
btn_menu();
clear_btn.onRelease = function () {
clear_ini();
};
next_btn.onRelease = function () {
en_sd();
gotoAndStop (4);
};
model_mc._xscale = 45;
model_mc._yscale = 45;
model_mc._x = 230;
model_mc._y = 30;
Instance of Symbol 571 MovieClip "model_mc" in Frame 3
onClipEvent (load) {
this.x0 = this._x;
this.y0 = this._y;
var noRa = (random(8) + 1);
this.dress6.gotoAndStop(noRa);
this.dress7.gotoAndStop(noRa);
}
Frame 4
function sd() {
ggame_dress1_lc = new LocalConnection();
ggame_dress1_lc.send("lc_name", "methodToExecute", buy_str);
}
stop();
var m_name = ["one", "up", "down", "shoes", "head", "eye", "neck", "ear", "bag", "foot"];
var one_dname = "";
var up_dname = "";
var down_dname = "";
var shoes_dname = "";
var head_dname = "";
var eye_dname = "";
var neck_dname = "";
var ear_dname = "";
var bag_dname = "";
var foot_dname = "";
var highest_depth = 0;
make_drag = function () {
var _local4 = 0;
while (_local4 < 18) {
var _local3 = 0;
while (_local3 < m_name.length) {
_root[(m_name[_local3] + "_") + _local4].odepth = _root[(m_name[_local3] + "_") + _local4].getDepth();
_root[(m_name[_local3] + "_") + _local4].ox = _root[(m_name[_local3] + "_") + _local4]._x;
_root[(m_name[_local3] + "_") + _local4].oy = _root[(m_name[_local3] + "_") + _local4]._y;
_root[(m_name[_local3] + "_") + _local4].onPress = function () {
highest_depth++;
this.swapDepths(highest_depth);
this.startDrag();
};
_root[(m_name[_local3] + "_") + _local4].onRelease = function () {
if (this._droptarget == "/model_mc/hidden_area") {
drop(this._name);
} else {
move_f(this._name, this.ox, this.oy);
}
this.stopDrag();
};
_root[(m_name[_local3] + "_") + _local4].onReleaseOutside = function () {
if (this._droptarget == "/model_mc/hidden_area") {
drop(this._name);
} else {
move_f(this._name, this.ox, this.oy);
}
this.stopDrag();
};
_local3++;
}
_local4++;
}
};
drop = function (drop_name) {
so2.start(0, 1);
var _local2 = drop_name.indexOf("_");
_root[drop_name]._visible = false;
_root.model_mc[drop_name.slice(0, _local2) + "_m"].gotoAndStop(parseInt(drop_name.slice(_local2 + 1, _local2 + 3)) + 2);
if (drop_name.slice(0, _local2) == "up") {
model_mc.underwear_up._visible = false;
_root[one_dname]._visible = true;
_root.model_mc.one_m.gotoAndStop(1);
move_f(one_dname, _root[one_dname].ox, _root[one_dname].oy);
if (one_dname != "") {
model_mc.underwear_down._visible = true;
}
one_dname = "";
} else if (drop_name.slice(0, _local2) == "down") {
model_mc.underwear_down._visible = false;
_root[one_dname]._visible = true;
_root.model_mc.one_m.gotoAndStop(1);
move_f(one_dname, _root[one_dname].ox, _root[one_dname].oy);
if (one_dname != "") {
model_mc.underwear_up._visible = true;
}
one_dname = "";
} else if (drop_name.slice(0, _local2) == "one") {
model_mc.underwear_up._visible = false;
model_mc.underwear_down._visible = false;
_root[up_dname]._visible = true;
_root.model_mc.up_m.gotoAndStop(1);
move_f(up_dname, _root[up_dname].ox, _root[up_dname].oy);
_root[down_dname]._visible = true;
_root.model_mc.down_m.gotoAndStop(1);
move_f(down_dname, _root[down_dname].ox, _root[down_dname].oy);
up_dname = "";
down_dname = "";
}
_root[_root[drop_name.slice(0, _local2) + "_dname"]]._visible = true;
move_f(_root[drop_name.slice(0, _local2) + "_dname"], _root[_root[drop_name.slice(0, _local2) + "_dname"]].ox, _root[_root[drop_name.slice(0, _local2) + "_dname"]].oy);
_root[drop_name.slice(0, _local2) + "_dname"] = drop_name;
};
move_f = function (dr_name, xx, yy) {
_root[dr_name].swapDepths(_root[dr_name].odepth);
var _local3 = new mx.transitions.Tween(_root[dr_name], "_x", mx.transitions.easing.Back.easeOut, _root[dr_name]._x, xx, 10);
var _local4 = new mx.transitions.Tween(_root[dr_name], "_y", mx.transitions.easing.Back.easeOut, _root[dr_name]._y, yy, 10);
};
ava_default = function () {
var _local2 = 0;
while (_local2 < m_name.length) {
_root[_root[m_name[_local2] + "_dname"]]._visible = true;
_root.model_mc[m_name[_local2] + "_m"].gotoAndStop(1);
move_f(_root[m_name[_local2] + "_dname"], _root[_root[m_name[_local2] + "_dname"]].ox, _root[_root[m_name[_local2] + "_dname"]].oy);
_root[m_name[_local2] + "_dname"] = "";
_local2++;
}
model_mc.underwear_up._visible = true;
model_mc.underwear_down._visible = true;
};
game_play_bt.onRollOver = function () {
so1.start(0, 1);
this.gotoAndStop(2);
};
game_play_bt.onRollOut = function () {
this.gotoAndStop(1);
};
game_play_bt.onPress = function () {
so1.start(0, 1);
this.gotoAndStop(2);
};
game_play_bt.onRelease = function () {
this.gotoAndStop(1);
gotoAndStop (5);
};
game_play_bt.onReleaseOutside = function () {
this.gotoAndStop(1);
gotoAndStop (5);
};
ava_default_bt.onRollOver = function () {
so1.start(0, 1);
this.gotoAndStop(2);
};
ava_default_bt.onRollOut = function () {
this.gotoAndStop(1);
};
ava_default_bt.onPress = function () {
so1.start(0, 1);
this.gotoAndStop(2);
};
ava_default_bt.onRelease = function () {
this.gotoAndStop(1);
ava_default();
};
ava_default_bt.onReleaseOutside = function () {
this.gotoAndStop(1);
ava_default();
};
make_drag();
var buy_str = "";
var game_name = "G270030";
var game_price = 3500;
var buy_2 = ["G260048", "G260049"];
var buy_3 = ["G250203", "G250204", "G250205", "G250206", "G250207", "G250208", "G250209"];
var buy_4 = ["G240255", "G240256", "G240257", "G240258", "G240259", "G240260", "G240261"];
var buy_5 = ["G230261", "G230262", "G230263", "G230264", "G230265", "G230266", "G230267"];
var buy_6 = ["G220146", "G220147", "G220148", "G220149"];
var buy_7 = ["G210079", "G210080", "G210081"];
var buy_8 = ["G200046"];
var buy_9 = ["G190053", "G190054"];
var buy_11 = ["G170076", "G170078", "G170075", "G170077"];
buy_item = function () {
foot_m = model_mc.foot_m._currentframe;
shoes_m = model_mc.shoes_m._currentframe;
down_m = model_mc.down_m._currentframe;
up_m = model_mc.up_m._currentframe;
one_m = model_mc.one_m._currentframe;
bag_m = model_mc.bag_m._currentframe;
neck_m = model_mc.neck_m._currentframe;
ear_m = model_mc.ear_m._currentframe;
eye_m = model_mc.eye_m._currentframe;
head_m = model_mc.head_m._currentframe;
var _local4 = new Array();
var _local2 = 0;
while (_local2 < ((avaStr.length / 7) - 1)) {
var _local3 = avaStr.slice((_local2 + 1) * 7, ((_local2 + 1) * 7) + 7);
if (((_local3.slice(1, 3) < 17) || (_local3.slice(1, 3) > 32)) && (_local3.slice(1, 3) != 13)) {
_local4.push(avaStr.slice((_local2 + 1) * 7, ((_local2 + 1) * 7) + 7));
}
_local2++;
}
var _local5 = _local4.join("");
buy_str = game_name;
if (foot_m != 1) {
buy_str = buy_str + buy_2[foot_m - 2];
}
if (shoes_m != 1) {
buy_str = buy_str + buy_3[shoes_m - 2];
}
if (down_m != 1) {
buy_str = buy_str + buy_4[down_m - 1];
} else if ((one_m == 1) && (down_m == 1)) {
buy_str = buy_str + buy_4[0];
}
if (up_m != 1) {
buy_str = buy_str + buy_5[up_m - 1];
} else if ((one_m == 1) && (up_m == 1)) {
buy_str = buy_str + buy_5[0];
}
if (one_m != 1) {
buy_str = buy_str + buy_6[one_m - 2];
}
if (bag_m != 1) {
buy_str = buy_str + buy_7[bag_m - 2];
}
if (neck_m != 1) {
buy_str = buy_str + buy_8[neck_m - 2];
}
if (ear_m != 1) {
buy_str = buy_str + buy_9[ear_m - 2];
}
if (eye_m != 1) {
buy_str = buy_str + buy_10[eye_m - 2];
}
if (head_m != 1) {
buy_str = buy_str + buy_11[head_m - 2];
}
buy_str = (((avaStr.slice(0, 2) + "1") + avaStr.slice(3, 7)) + _local5) + buy_str;
trace(buy_str);
getURL (((("JavaScript:GoGAva('" + _root.buy_str) + "','") + _root.game_price) + "')");
};
buy_bt.onRollOver = function () {
this.buy_bt_rollover.gotoAndStop(2);
};
buy_bt.onRollOut = function () {
this.buy_bt_rollover.gotoAndStop(1);
};
buy_bt.onPress = function () {
this.gotoAndStop(2);
};
buy_bt.onRelease = (buy_bt.onReleaseOutside = function () {
this.buy_bt_rollover.gotoAndStop(1);
this.gotoAndStop(1);
buy_item();
});
function rightclick() {
getURL ("http://www.dressupwho.com");
}
var fmm01_menu = new ContextMenu();
fmm01_menu.hideBuiltInItems();
_root.menu = fmm01_menu;
var item = new ContextMenuItem("Created by www.dressupwho.com", rightclick);
fmm01_menu.customItems[0] = item;
stop();
scale1_btn.onRelease = function () {
this.gotoAndStop(2);
scale2_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (4);
};
scale2_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale3_btn.gotoAndStop(1);
gotoAndStop (3);
};
scale3_btn.onRelease = function () {
this.gotoAndStop(2);
scale1_btn.gotoAndStop(1);
scale2_btn.gotoAndStop(1);
gotoAndStop (4);
};
third_ch_ini();
reset_one();
clothing_visible();
girl(505, -20, 44);
model_mc._xscale = 45;
model_mc._yscale = 45;
model_mc._x = 230;
model_mc._y = 30;
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_dressupinr", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressupinr = new Sound(this._parent.BS_dressupinr);
} else {
this.createEmptyMovieClip("_dressupinr_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.dressupinr = new Sound(this.BS_dressupinr);
}
_global.Behaviors.Sound.dressupinr.attachSound("dressupsnd");
_global.Behaviors.Sound.dressupinr.start(0, 999);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Instance of Symbol 575 MovieClip "up_1" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 578 MovieClip "up_2" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 581 MovieClip "up_3" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 584 MovieClip "up_8" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 587 MovieClip "up_9" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 590 MovieClip "up_10" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 593 MovieClip "up_11" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 596 MovieClip "up_12" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 599 MovieClip "up_13" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 602 MovieClip "up_0" in Frame 4
onClipEvent (mouseDown) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 605 MovieClip "down_0" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 608 MovieClip "down_1" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 611 MovieClip "down_2" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 614 MovieClip "down_3" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 617 MovieClip "down_4" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 620 MovieClip "down_5" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 623 MovieClip "down_6" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 626 MovieClip "down_7" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 629 MovieClip "down_8" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 632 MovieClip "down_9" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 635 MovieClip "down_10" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 638 MovieClip "ear_0" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 641 MovieClip "ear_2" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 645 MovieClip "ear_3" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 648 MovieClip "ear_4" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 651 MovieClip "shoes_0" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 654 MovieClip "shoes_1" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 657 MovieClip "shoes_2" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 660 MovieClip "shoes_3" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 663 MovieClip "shoes_4" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 666 MovieClip "shoes_5" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 669 MovieClip "shoes_6" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 672 MovieClip "ear_5" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 675 MovieClip "down_11" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 678 MovieClip "down_13" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 682 MovieClip "down_14" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 685 MovieClip "down_15" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 688 MovieClip "down_12" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 691 MovieClip "ear_6" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 695 MovieClip "ear_7" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 699 MovieClip "ear_8" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 702 MovieClip "ear_9" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 705 MovieClip "up_17" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 708 MovieClip "up_14" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 711 MovieClip "up_15" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 714 MovieClip "up_16" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 717 MovieClip "up_4" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 720 MovieClip "up_5" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 723 MovieClip "up_6" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 726 MovieClip "up_7" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 730 MovieClip "bag_0" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 734 MovieClip "bag_1" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 737 MovieClip "bag_2" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Instance of Symbol 741 MovieClip "bag_3" in Frame 4
on (press) {
this._parent.model_mc._xscale = 45;
this._parent.model_mc._yscale = 45;
this._parent.model_mc._x = 230;
this._parent.model_mc._y = 30;
this.gotoAndStop(2);
}
on (release) {
this.gotoAndStop(1);
}
on (releaseOutside) {
this.gotoAndStop(1);
}
Frame 5
stop();
printButton.onPress = function () {
printAsBitmap (_root.printclip, "bmovie");
};
function rightclick() {
getURL ("http://www.dressupwho.com");
}
var fmm01_menu = new ContextMenu();
fmm01_menu.hideBuiltInItems();
_root.menu = fmm01_menu;
var item = new ContextMenuItem("Created by www.dressupwho.com", rightclick);
fmm01_menu.customItems[0] = item;
girl(100, 100, 40);
stop();
for (var i in _root.model_mc) {
if (typeof(_root.model_mc[i]) == "movieclip") {
model_mc[i].enabled = false;
}
}
body_btn.onRollOver = function () {
lights_mc.gotoAndStop(2);
good_sd();
};
body_btn.onRollOut = (body_btn.onReleaseOutside = function () {
lights_mc.gotoAndStop(1);
});
model_mc._xscale = 45;
model_mc._yscale = 45;
model_mc._x = 230;
model_mc._y = 30;
Symbol 16 MovieClip [star] Frame 27
removeMovieClip(this);
stop();
Symbol 18 MovieClip [aj01] Frame 1
stop();
Symbol 61 MovieClip [a101] Frame 1
stop();
Symbol 61 MovieClip [a101] Frame 2
stop();
Symbol 64 MovieClip [a102] Frame 1
stop();
Symbol 64 MovieClip [a102] Frame 2
stop();
Symbol 67 MovieClip [a103] Frame 1
stop();
Symbol 67 MovieClip [a103] Frame 2
stop();
Symbol 70 MovieClip [a104] Frame 1
stop();
Symbol 70 MovieClip [a104] Frame 2
stop();
Symbol 73 MovieClip [a105] Frame 1
stop();
Symbol 73 MovieClip [a105] Frame 2
stop();
Symbol 76 MovieClip [a106] Frame 1
stop();
Symbol 76 MovieClip [a106] Frame 2
stop();
Symbol 91 MovieClip [a201] Frame 1
stop();
Symbol 91 MovieClip [a201] Frame 2
stop();
Symbol 94 MovieClip [a202] Frame 1
stop();
Symbol 94 MovieClip [a202] Frame 2
stop();
Symbol 97 MovieClip [a203] Frame 1
stop();
Symbol 97 MovieClip [a203] Frame 2
stop();
Symbol 100 MovieClip [a206] Frame 1
stop();
Symbol 100 MovieClip [a206] Frame 2
stop();
Symbol 103 MovieClip [a205] Frame 1
stop();
Symbol 103 MovieClip [a205] Frame 2
stop();
Symbol 106 MovieClip [a204] Frame 1
stop();
Symbol 106 MovieClip [a204] Frame 2
stop();
Symbol 109 MovieClip [a301] Frame 1
stop();
Symbol 109 MovieClip [a301] Frame 2
stop();
Symbol 112 MovieClip [a302] Frame 1
stop();
Symbol 112 MovieClip [a302] Frame 2
stop();
Symbol 115 MovieClip [a303] Frame 1
stop();
Symbol 115 MovieClip [a303] Frame 2
stop();
Symbol 118 MovieClip [a304] Frame 1
stop();
Symbol 118 MovieClip [a304] Frame 2
stop();
Symbol 121 MovieClip [a305] Frame 1
stop();
Symbol 121 MovieClip [a305] Frame 2
stop();
Symbol 124 MovieClip [a306] Frame 1
stop();
Symbol 124 MovieClip [a306] Frame 2
stop();
Symbol 202 Button
on (release) {
getURL ("http://www.dressupwho.com", _blank);
}
Symbol 203 MovieClip Frame 1
_root.stop();
loading = _root.getBytesLoaded();
total = _root.getBytesTotal();
percent = (loading / total) * 100;
if (loading != total) {
loadBarMask._xscale = percent;
} else {
this.gotoAndPlay(3);
}
Symbol 203 MovieClip Frame 2
gotoAndPlay (1);
Symbol 203 MovieClip Frame 200
_root.play();
Symbol 205 Button
on (release) {
getURL ("http://www.dressupwho.com", "_blank");
}
Symbol 776 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon] Frame 0
class mx.transitions.OnEnterFrameBeacon
{
function OnEnterFrameBeacon () {
}
static function init() {
var _local4 = _global.MovieClip;
if (!_root.__OnEnterFrameBeacon) {
mx.transitions.BroadcasterMX.initialize(_local4);
var _local3 = _root.createEmptyMovieClip("__OnEnterFrameBeacon", 9876);
_local3.onEnterFrame = function () {
_global.MovieClip.broadcastMessage("onEnterFrame");
};
}
}
static var version = "1.1.0.52";
}
Symbol 777 MovieClip [__Packages.mx.transitions.BroadcasterMX] Frame 0
class mx.transitions.BroadcasterMX
{
var _listeners;
function BroadcasterMX () {
}
static function initialize(o, dontCreateArray) {
if (o.broadcastMessage != undefined) {
delete o.broadcastMessage;
}
o.addListener = mx.transitions.BroadcasterMX.prototype.addListener;
o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener;
if (!dontCreateArray) {
o._listeners = new Array();
}
}
function addListener(o) {
removeListener(o);
if (broadcastMessage == undefined) {
broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage;
}
return(_listeners.push(o));
}
function removeListener(o) {
var _local2 = _listeners;
var _local3 = _local2.length;
while (_local3--) {
if (_local2[_local3] == o) {
_local2.splice(_local3, 1);
if (!_local2.length) {
broadcastMessage = undefined;
}
return(true);
}
}
return(false);
}
function broadcastMessage() {
var _local5 = String(arguments.shift());
var _local4 = _listeners.concat();
var _local6 = _local4.length;
var _local3 = 0;
while (_local3 < _local6) {
_local4[_local3][_local5].apply(_local4[_local3], arguments);
_local3++;
}
}
static var version = "1.1.0.52";
}
Symbol 778 MovieClip [__Packages.mx.transitions.Tween] Frame 0
class mx.transitions.Tween
{
var obj, prop, begin, useSeconds, _listeners, addListener, prevTime, _time, looping, _duration, broadcastMessage, isPlaying, _fps, prevPos, _pos, change, _intervalID, _startTime;
function Tween (obj, prop, func, begin, finish, duration, useSeconds) {
mx.transitions.OnEnterFrameBeacon.init();
if (!arguments.length) {
return;
}
this.obj = obj;
this.prop = prop;
this.begin = begin;
position = (begin);
this.duration = (duration);
this.useSeconds = useSeconds;
if (func) {
this.func = func;
}
this.finish = (finish);
_listeners = [];
addListener(this);
start();
}
function set time(t) {
prevTime = _time;
if (t > duration) {
if (looping) {
rewind(t - _duration);
update();
broadcastMessage("onMotionLooped", this);
} else {
if (useSeconds) {
_time = _duration;
update();
}
stop();
broadcastMessage("onMotionFinished", this);
}
} else if (t < 0) {
rewind();
update();
} else {
_time = t;
update();
}
//return(time);
}
function get time() {
return(_time);
}
function set duration(d) {
_duration = (((d == null) || (d <= 0)) ? (_global.Infinity) : (d));
//return(duration);
}
function get duration() {
return(_duration);
}
function set FPS(fps) {
var _local2 = isPlaying;
stopEnterFrame();
_fps = fps;
if (_local2) {
startEnterFrame();
}
//return(FPS);
}
function get FPS() {
return(_fps);
}
function set position(p) {
setPosition(p);
//return(position);
}
function setPosition(p) {
prevPos = _pos;
obj[prop] = (_pos = p);
broadcastMessage("onMotionChanged", this, _pos);
updateAfterEvent();
}
function get position() {
return(getPosition());
}
function getPosition(t) {
if (t == undefined) {
t = _time;
}
return(func(t, begin, change, _duration));
}
function set finish(f) {
change = f - begin;
//return(finish);
}
function get finish() {
return(begin + change);
}
function continueTo(finish, duration) {
begin = position;
this.finish = (finish);
if (duration != undefined) {
this.duration = (duration);
}
start();
}
function yoyo() {
continueTo(begin, time);
}
function startEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.addListener(this);
} else {
_intervalID = setInterval(this, "onEnterFrame", 1000 / _fps);
}
isPlaying = true;
}
function stopEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.removeListener(this);
} else {
clearInterval(_intervalID);
}
isPlaying = false;
}
function start() {
rewind();
startEnterFrame();
broadcastMessage("onMotionStarted", this);
}
function stop() {
stopEnterFrame();
broadcastMessage("onMotionStopped", this);
}
function resume() {
fixTime();
startEnterFrame();
broadcastMessage("onMotionResumed", this);
}
function rewind(t) {
_time = ((t == undefined) ? 0 : (t));
fixTime();
update();
}
function fforward() {
time = (_duration);
fixTime();
}
function nextFrame() {
if (useSeconds) {
time = ((getTimer() - _startTime) / 1000);
} else {
time = (_time + 1);
}
}
function onEnterFrame() {
nextFrame();
}
function prevFrame() {
if (!useSeconds) {
time = (_time - 1);
}
}
function toString() {
return("[Tween]");
}
function fixTime() {
if (useSeconds) {
_startTime = getTimer() - (_time * 1000);
}
}
function update() {
position = (getPosition(_time));
}
static var version = "1.1.0.52";
static var __initBeacon = mx.transitions.OnEnterFrameBeacon.init();
static var __initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true);
function func(t, b, c, d) {
return(((c * t) / d) + b);
}
}
Symbol 779 MovieClip [__Packages.mx.transitions.easing.Strong] Frame 0
class mx.transitions.easing.Strong
{
function Strong () {
}
static function easeIn(t, b, c, d) {
t = t / d;
return((((((c * t) * t) * t) * t) * t) + b);
}
static function easeOut(t, b, c, d) {
t = (t / d) - 1;
return((c * (((((t * t) * t) * t) * t) + 1)) + b);
}
static function easeInOut(t, b, c, d) {
t = t / (d / 2);
if (t < 1) {
return(((((((c / 2) * t) * t) * t) * t) * t) + b);
}
t = t - 2;
return(((c / 2) * (((((t * t) * t) * t) * t) + 2)) + b);
}
static var version = "1.1.0.52";
}
Symbol 780 MovieClip [__Packages.mx.transitions.easing.Back] Frame 0
class mx.transitions.easing.Back
{
function Back () {
}
static function easeIn(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = t / d;
return((((c * t) * t) * (((s + 1) * t) - s)) + b);
}
static function easeOut(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = (t / d) - 1;
return((c * (((t * t) * (((s + 1) * t) + s)) + 1)) + b);
}
static function easeInOut(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = t / (d / 2);
if (t < 1) {
s = s * 1.525;
return(((c / 2) * ((t * t) * (((s + 1) * t) - s))) + b);
}
t = t - 2;
s = s * 1.525;
return(((c / 2) * (((t * t) * (((s + 1) * t) + s)) + 2)) + b);
}
static var version = "1.1.0.52";
}
Symbol 231 MovieClip Frame 50
stop();
Symbol 235 Button
on (release) {
getURL ("http://www.dressupwho.com", "_blank");
}
Symbol 244 Button
on (release) {
this._parent.gotoAndStop("makeupscreen");
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_loose", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this._parent.BS_loose);
} else {
this.createEmptyMovieClip("_loose_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.loose = new Sound(this.BS_loose);
}
_global.Behaviors.Sound.loose.attachSound("kart11");
_global.Behaviors.Sound.loose.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 245 Button
on (release) {
this._parent.gotoAndStop("makeupscreen");
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Symbol 246 MovieClip Frame 87
robert.setMask(maskeffect);
robert.cacheAsBitmap = true;
maskeffect.cacheAsBitmap = true;
Symbol 246 MovieClip Frame 129
stop();
Symbol 251 Button
on (release) {
gotoAndStop (2);
}
Symbol 254 Button
on (release) {
gotoAndStop (1);
}
Symbol 255 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 255 MovieClip Frame 2
stop();
stopAllSounds();
Symbol 272 MovieClip Frame 1
stop();
Symbol 286 MovieClip Frame 1
function btn_go() {
for (var _local5 in this) {
if ((typeof(this[_local5]) == "movieclip") && (this[_local5]._name.substr(0, 1) == "b")) {
this[_local5].onRelease = function () {
var _local4 = this._name.substr(1, 1);
var _local3 = Number(this._name.substr(2, 2));
_root.kacha_sd();
_root.sg_mc.play();
_root.model_mc["dress" + _local4].gotoAndStop(_local3);
if (_local4 == 6) {
_root.model_mc.dress7.gotoAndStop(_local3);
}
};
}
}
}
stop();
btn_go();
Instance of Symbol 281 MovieClip "b104" in Symbol 286 MovieClip Frame 1
on (release) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 281 MovieClip "b102" in Symbol 286 MovieClip Frame 1
on (release) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 281 MovieClip "b101" in Symbol 286 MovieClip Frame 1
on (release) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 281 MovieClip "b103" in Symbol 286 MovieClip Frame 1
on (release) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Symbol 286 MovieClip Frame 2
btn_go();
Symbol 286 MovieClip Frame 3
btn_go();
Symbol 286 MovieClip Frame 4
btn_go();
Instance of Symbol 284 MovieClip "b402" in Symbol 286 MovieClip Frame 4
on (release) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 284 MovieClip "b403" in Symbol 286 MovieClip Frame 4
on (release) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 284 MovieClip "b404" in Symbol 286 MovieClip Frame 4
on (release) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 284 MovieClip "b405" in Symbol 286 MovieClip Frame 4
on (release) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 284 MovieClip "b406" in Symbol 286 MovieClip Frame 4
on (release) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 284 MovieClip "b407" in Symbol 286 MovieClip Frame 4
on (release) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Symbol 286 MovieClip Frame 5
btn_go();
Instance of Symbol 284 MovieClip "b501" in Symbol 286 MovieClip Frame 5
on (release) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 284 MovieClip "b502" in Symbol 286 MovieClip Frame 5
on (release) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 284 MovieClip "b503" in Symbol 286 MovieClip Frame 5
on (release) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 284 MovieClip "b504" in Symbol 286 MovieClip Frame 5
on (release) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 284 MovieClip "b505" in Symbol 286 MovieClip Frame 5
on (release) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Instance of Symbol 284 MovieClip "b506" in Symbol 286 MovieClip Frame 5
on (release) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Symbol 286 MovieClip Frame 6
btn_go();
Symbol 288 MovieClip Frame 1
stop();
Symbol 288 MovieClip Frame 2
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clicksnd", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this._parent.BS_clicksnd);
} else {
this.createEmptyMovieClip("_clicksnd_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clicksnd = new Sound(this.BS_clicksnd);
}
_global.Behaviors.Sound.clicksnd.attachSound("mansnd");
_global.Behaviors.Sound.clicksnd.start(0, 1);
} else {
_global.Behaviors.Sound.clicksnd.stop("mansnd");
}
Symbol 288 MovieClip Frame 5
var n = 1;
while (n < 7) {
_root.eff_mc.yy["y" + n].gotoAndStop("effect3");
n++;
}
Symbol 288 MovieClip Frame 6
_root.menu_fun();
Symbol 288 MovieClip Frame 7
var n = 1;
while (n < 7) {
_root.eff_mc.yy["y" + n].gotoAndPlay("effect5");
n++;
}
Symbol 288 MovieClip Frame 12
_root.menu_state = true;
gotoAndStop ("effect1");
Symbol 292 Button
on (rollOver) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
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_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 296 Button
on (rollOver) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
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_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 300 Button
on (rollOver) {
this._parent._parent.model_mc._xscale = 110;
this._parent._parent.model_mc._yscale = 110;
this._parent._parent.model_mc._x = 150;
this._parent._parent.model_mc._y = 80;
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_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 302 MovieClip Frame 1
stop();
Symbol 306 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 306 MovieClip Frame 9
stop();
Symbol 310 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 310 MovieClip Frame 9
stop();
Symbol 314 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 314 MovieClip Frame 9
stop();
Symbol 317 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 317 MovieClip Frame 9
stop();
Symbol 321 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 321 MovieClip Frame 9
stop();
Symbol 325 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 325 MovieClip Frame 9
stop();
Symbol 329 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 329 MovieClip Frame 9
stop();
Symbol 330 MovieClip Frame 1
stop();
Symbol 333 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 333 MovieClip Frame 9
stop();
Symbol 337 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 337 MovieClip Frame 9
stop();
Symbol 341 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 341 MovieClip Frame 9
stop();
Symbol 345 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 345 MovieClip Frame 9
stop();
Symbol 349 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 349 MovieClip Frame 9
stop();
Symbol 353 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 353 MovieClip Frame 9
stop();
Symbol 357 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 357 MovieClip Frame 9
stop();
Symbol 361 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 361 MovieClip Frame 9
stop();
Symbol 365 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 365 MovieClip Frame 9
stop();
Symbol 369 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 369 MovieClip Frame 9
stop();
Symbol 373 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 373 MovieClip Frame 9
stop();
Symbol 377 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 377 MovieClip Frame 9
stop();
Symbol 381 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 381 MovieClip Frame 9
stop();
Symbol 385 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 385 MovieClip Frame 9
stop();
Symbol 389 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 389 MovieClip Frame 9
stop();
Symbol 393 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 393 MovieClip Frame 9
stop();
Symbol 394 MovieClip Frame 1
stop();
Symbol 398 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 398 MovieClip Frame 9
stop();
Symbol 402 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 402 MovieClip Frame 9
stop();
Symbol 406 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 406 MovieClip Frame 9
stop();
Symbol 410 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 410 MovieClip Frame 9
stop();
Symbol 414 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 414 MovieClip Frame 9
stop();
Symbol 419 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 419 MovieClip Frame 9
stop();
Symbol 423 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 423 MovieClip Frame 9
stop();
Symbol 428 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 428 MovieClip Frame 9
stop();
Symbol 433 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 433 MovieClip Frame 9
stop();
Symbol 438 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 438 MovieClip Frame 9
stop();
Symbol 443 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 443 MovieClip Frame 9
stop();
Symbol 448 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 448 MovieClip Frame 9
stop();
Symbol 451 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 451 MovieClip Frame 9
stop();
Symbol 456 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 456 MovieClip Frame 9
stop();
Symbol 460 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 460 MovieClip Frame 9
stop();
Symbol 464 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 464 MovieClip Frame 9
stop();
Symbol 468 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 468 MovieClip Frame 9
stop();
Symbol 472 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 472 MovieClip Frame 9
stop();
Symbol 473 MovieClip Frame 1
stop();
Symbol 478 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 478 MovieClip Frame 9
stop();
Symbol 482 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 482 MovieClip Frame 9
stop();
Symbol 485 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 485 MovieClip Frame 9
stop();
Symbol 489 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 489 MovieClip Frame 9
stop();
Symbol 492 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 492 MovieClip Frame 9
stop();
Symbol 496 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 496 MovieClip Frame 9
stop();
Symbol 500 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 500 MovieClip Frame 9
stop();
Symbol 504 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 504 MovieClip Frame 9
stop();
Symbol 508 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 508 MovieClip Frame 9
stop();
Symbol 509 MovieClip Frame 1
stop();
Symbol 516 MovieClip Frame 1
stop();
Symbol 519 MovieClip Frame 1
stop();
Symbol 522 MovieClip Frame 1
stop();
Symbol 529 MovieClip Frame 1
stop();
Symbol 534 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 534 MovieClip Frame 9
stop();
Symbol 538 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 538 MovieClip Frame 9
stop();
Symbol 541 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 541 MovieClip Frame 9
stop();
Symbol 545 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 545 MovieClip Frame 9
stop();
Symbol 546 MovieClip Frame 1
stop();
Symbol 551 MovieClip Frame 1
stop();
Symbol 555 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 555 MovieClip Frame 9
stop();
Symbol 559 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 559 MovieClip Frame 9
stop();
Symbol 563 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 563 MovieClip Frame 9
stop();
Symbol 567 MovieClip Frame 2
if (this._parent._parent._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_glowins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this._parent.BS_glowins);
} else {
this.createEmptyMovieClip("_glowins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.glowins = new Sound(this.BS_glowins);
}
_global.Behaviors.Sound.glowins.attachSound("glowsnd");
_global.Behaviors.Sound.glowins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 567 MovieClip Frame 9
stop();
Symbol 568 MovieClip Frame 1
stop();
Symbol 575 MovieClip Frame 1
stop();
Symbol 575 MovieClip Frame 2
stop();
Symbol 578 MovieClip Frame 1
stop();
Symbol 578 MovieClip Frame 2
stop();
Symbol 581 MovieClip Frame 1
stop();
Symbol 581 MovieClip Frame 2
stop();
Symbol 584 MovieClip Frame 1
stop();
Symbol 584 MovieClip Frame 2
stop();
Symbol 587 MovieClip Frame 1
stop();
Symbol 587 MovieClip Frame 2
stop();
Symbol 590 MovieClip Frame 1
stop();
Symbol 590 MovieClip Frame 2
stop();
Symbol 593 MovieClip Frame 1
stop();
Symbol 593 MovieClip Frame 2
stop();
Symbol 596 MovieClip Frame 1
stop();
Symbol 596 MovieClip Frame 2
stop();
Symbol 599 MovieClip Frame 1
stop();
Symbol 599 MovieClip Frame 2
stop();
Symbol 602 MovieClip Frame 1
stop();
Symbol 602 MovieClip Frame 2
stop();
Symbol 605 MovieClip Frame 1
stop();
Symbol 605 MovieClip Frame 2
stop();
Symbol 608 MovieClip Frame 1
stop();
Symbol 608 MovieClip Frame 2
stop();
Symbol 611 MovieClip Frame 1
stop();
Symbol 611 MovieClip Frame 2
stop();
Symbol 614 MovieClip Frame 1
stop();
Symbol 614 MovieClip Frame 2
stop();
Symbol 617 MovieClip Frame 1
stop();
Symbol 617 MovieClip Frame 2
stop();
Symbol 620 MovieClip Frame 1
stop();
Symbol 620 MovieClip Frame 2
stop();
Symbol 623 MovieClip Frame 1
stop();
Symbol 623 MovieClip Frame 2
stop();
Symbol 626 MovieClip Frame 1
stop();
Symbol 626 MovieClip Frame 2
stop();
Symbol 629 MovieClip Frame 1
stop();
Symbol 629 MovieClip Frame 2
stop();
Symbol 632 MovieClip Frame 1
stop();
Symbol 632 MovieClip Frame 2
stop();
Symbol 635 MovieClip Frame 1
stop();
Symbol 635 MovieClip Frame 2
stop();
Symbol 638 MovieClip Frame 1
stop();
Symbol 638 MovieClip Frame 2
stop();
Symbol 641 MovieClip Frame 1
stop();
Symbol 641 MovieClip Frame 2
stop();
Symbol 645 MovieClip Frame 1
stop();
Symbol 645 MovieClip Frame 2
stop();
Symbol 648 MovieClip Frame 1
stop();
Symbol 648 MovieClip Frame 2
stop();
Symbol 651 MovieClip Frame 1
stop();
Symbol 651 MovieClip Frame 2
stop();
Symbol 654 MovieClip Frame 1
stop();
Symbol 654 MovieClip Frame 2
stop();
Symbol 657 MovieClip Frame 1
stop();
Symbol 657 MovieClip Frame 2
stop();
Symbol 660 MovieClip Frame 1
stop();
Symbol 660 MovieClip Frame 2
stop();
Symbol 663 MovieClip Frame 1
stop();
Symbol 663 MovieClip Frame 2
stop();
Symbol 666 MovieClip Frame 1
stop();
Symbol 666 MovieClip Frame 2
stop();
Symbol 669 MovieClip Frame 1
stop();
Symbol 669 MovieClip Frame 2
stop();
Symbol 672 MovieClip Frame 1
stop();
Symbol 672 MovieClip Frame 2
stop();
Symbol 675 MovieClip Frame 1
stop();
Symbol 675 MovieClip Frame 2
stop();
Symbol 678 MovieClip Frame 1
stop();
Symbol 678 MovieClip Frame 2
stop();
Symbol 682 MovieClip Frame 1
stop();
Symbol 682 MovieClip Frame 2
stop();
Symbol 685 MovieClip Frame 1
stop();
Symbol 685 MovieClip Frame 2
stop();
Symbol 688 MovieClip Frame 1
stop();
Symbol 688 MovieClip Frame 2
stop();
Symbol 691 MovieClip Frame 1
stop();
Symbol 691 MovieClip Frame 2
stop();
Symbol 695 MovieClip Frame 1
stop();
Symbol 695 MovieClip Frame 2
stop();
Symbol 699 MovieClip Frame 1
stop();
Symbol 699 MovieClip Frame 2
stop();
Symbol 702 MovieClip Frame 1
stop();
Symbol 702 MovieClip Frame 2
stop();
Symbol 705 MovieClip Frame 1
stop();
Symbol 705 MovieClip Frame 2
stop();
Symbol 708 MovieClip Frame 1
stop();
Symbol 708 MovieClip Frame 2
stop();
Symbol 711 MovieClip Frame 1
stop();
Symbol 711 MovieClip Frame 2
stop();
Symbol 714 MovieClip Frame 1
stop();
Symbol 714 MovieClip Frame 2
stop();
Symbol 717 MovieClip Frame 1
stop();
Symbol 717 MovieClip Frame 2
stop();
Symbol 720 MovieClip Frame 1
stop();
Symbol 720 MovieClip Frame 2
stop();
Symbol 723 MovieClip Frame 1
stop();
Symbol 723 MovieClip Frame 2
stop();
Symbol 726 MovieClip Frame 1
stop();
Symbol 726 MovieClip Frame 2
stop();
Symbol 730 MovieClip Frame 1
stop();
Symbol 730 MovieClip Frame 2
stop();
Symbol 734 MovieClip Frame 1
stop();
Symbol 734 MovieClip Frame 2
stop();
Symbol 737 MovieClip Frame 1
stop();
Symbol 737 MovieClip Frame 2
stop();
Symbol 741 MovieClip Frame 1
stop();
Symbol 741 MovieClip Frame 2
stop();
Symbol 748 Button
on (release) {
gotoAndPlay ("FinalScreen");
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 753 Button
on (release) {
clear_ini();
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 761 Button
on (release) {
this.bgall.gotoAndStop(1);
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 762 Button
on (release) {
this.bgall.gotoAndStop(2);
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
on (rollOver) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 767 Button
on (release) {
gotoAndStop ("playbutton");
clear_ini();
clear_skin();
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
_global.Behaviors.Sound.dressupinr.stop("dressupsnd");
}
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_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
Symbol 772 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_rollsoundas", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this._parent.BS_rollsoundas);
} else {
this.createEmptyMovieClip("_rollsoundas_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.rollsoundas = new Sound(this.BS_rollsoundas);
}
_global.Behaviors.Sound.rollsoundas.attachSound("rollsound");
_global.Behaviors.Sound.rollsoundas.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
}
on (release) {
if (this.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_clickins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this._parent.BS_clickins);
} else {
this.createEmptyMovieClip("_clickins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.clickins = new Sound(this.BS_clickins);
}
_global.Behaviors.Sound.clickins.attachSound("clicksnd");
_global.Behaviors.Sound.clickins.start(0, 1);
} else {
_global.Behaviors.Sound.clickins.stop("mussnd");
}
}
Symbol 773 MovieClip Frame 1
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_crowdins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.crowdins = new Sound(this._parent.BS_crowdins);
} else {
this.createEmptyMovieClip("_crowdins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.crowdins = new Sound(this.BS_crowdins);
}
_global.Behaviors.Sound.crowdins.attachSound("crowdsnd");
_global.Behaviors.Sound.crowdins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
if (this._parent.mussnd._currentframe == 1) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_crowdins", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.crowdins = new Sound(this._parent.BS_crowdins);
} else {
this.createEmptyMovieClip("_crowdins_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.crowdins = new Sound(this.BS_crowdins);
}
_global.Behaviors.Sound.crowdins.attachSound("crowdsnd");
_global.Behaviors.Sound.crowdins.start(0, 1);
} else {
_global.Behaviors.Sound.loose.stop("mussnd");
}
Symbol 775 MovieClip Frame 12
stop();