STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228046
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2560 · P5120

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/67049545?noj=FRM67049545-23DC" width="1" height="1"></div>

robert-pattinson.swf

This is the info page for
Flash #125035

(Click the ID number above for more basic data on this flash file.)


Text
Play

Play

Play

Next

Next

Next

Next

Clear

Clear

Clear

Clear

Replay

Replay

Replay

Replay

Print

Print

Print

Print

ActionScript [AS1/AS2]

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();

Library Items

Symbol 1 Sound [crowdsnd]
Symbol 2 Sound [vensnd]
Symbol 3 Sound [asdf]
Symbol 4 Sound [mansndk]
Symbol 5 Sound [mansnd]
Symbol 6 Sound [clicksnd]
Symbol 7 Sound [rollsound]
Symbol 8 Sound [dressupsnd]
Symbol 9 ShapeTweeningUsed by:14
Symbol 10 GraphicUsed by:14
Symbol 11 ShapeTweeningUsed by:14
Symbol 12 ShapeTweeningUsed by:14
Symbol 13 ShapeTweeningUsed by:14
Symbol 14 MovieClip [aPuff]Uses:9 10 11 12 13
Symbol 15 MovieClip [obj20]
Symbol 16 MovieClip [star]
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClip [aj01]Uses:17
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClip [aj02]Uses:19
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClip [aj03]Uses:21
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClip [aj04]Uses:23
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClip [aj05]Uses:25
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClip [aj06]Uses:27
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClip [a606]Uses:29
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClip [a605]Uses:31
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClip [a604]Uses:33
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClip [a603]Uses:35
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClip [a602]Uses:37
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClip [a601]Uses:39
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClip [a901]Uses:41
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClip [a906]Uses:43
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClip [a902]Uses:45
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClip [a903]Uses:47
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClip [a904]Uses:49
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClip [a905]Uses:51
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClip [a907]Uses:53
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClip [a908]Uses:55
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClip [a909]Uses:57
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:61
Symbol 61 MovieClip [a101]Uses:60
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:64
Symbol 64 MovieClip [a102]Uses:63
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:67
Symbol 67 MovieClip [a103]Uses:66
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:70
Symbol 70 MovieClip [a104]Uses:69
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:73
Symbol 73 MovieClip [a105]Uses:72
Symbol 74 BitmapUsed by:75
Symbol 75 GraphicUses:74Used by:76
Symbol 76 MovieClip [a106]Uses:75
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClip [a107]Uses:77
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClip [a108]Uses:79
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClip [a109]Uses:81
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClip [a110]Uses:83
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClip [a111]Uses:85
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClip [a112]Uses:87
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:91
Symbol 91 MovieClip [a201]Uses:90
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:92Used by:94
Symbol 94 MovieClip [a202]Uses:93
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:97
Symbol 97 MovieClip [a203]Uses:96
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:100
Symbol 100 MovieClip [a206]Uses:99
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:103
Symbol 103 MovieClip [a205]Uses:102
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:106
Symbol 106 MovieClip [a204]Uses:105
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:109
Symbol 109 MovieClip [a301]Uses:108
Symbol 110 BitmapUsed by:111
Symbol 111 GraphicUses:110Used by:112
Symbol 112 MovieClip [a302]Uses:111
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:115
Symbol 115 MovieClip [a303]Uses:114
Symbol 116 BitmapUsed by:117
Symbol 117 GraphicUses:116Used by:118
Symbol 118 MovieClip [a304]Uses:117
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:121
Symbol 121 MovieClip [a305]Uses:120
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:124
Symbol 124 MovieClip [a306]Uses:123
Symbol 125 GraphicUsed by:Timeline
Symbol 126 GraphicUsed by:203
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127Used by:203
Symbol 129 GraphicUsed by:147
Symbol 130 GraphicUsed by:147
Symbol 131 GraphicUsed by:147
Symbol 132 GraphicUsed by:147
Symbol 133 GraphicUsed by:147
Symbol 134 GraphicUsed by:147
Symbol 135 GraphicUsed by:147
Symbol 136 GraphicUsed by:147
Symbol 137 GraphicUsed by:147
Symbol 138 GraphicUsed by:147
Symbol 139 GraphicUsed by:147
Symbol 140 GraphicUsed by:147
Symbol 141 GraphicUsed by:147
Symbol 142 GraphicUsed by:147
Symbol 143 GraphicUsed by:147
Symbol 144 GraphicUsed by:147
Symbol 145 GraphicUsed by:147
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146Used by:203
Symbol 148 GraphicUsed by:203
Symbol 149 GraphicUsed by:203
Symbol 150 GraphicUsed by:203
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:151Used by:203
Symbol 153 GraphicUsed by:162
Symbol 154 GraphicUsed by:162
Symbol 155 GraphicUsed by:162
Symbol 156 GraphicUsed by:162
Symbol 157 GraphicUsed by:162
Symbol 158 GraphicUsed by:162
Symbol 159 GraphicUsed by:162
Symbol 160 GraphicUsed by:162
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:153 154 155 156 157 158 159 160 161Used by:203
Symbol 163 ShapeTweeningUsed by:203
Symbol 164 ShapeTweeningUsed by:203
Symbol 165 ShapeTweeningUsed by:203
Symbol 166 ShapeTweeningUsed by:203
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:167Used by:203
Symbol 169 ShapeTweeningUsed by:203
Symbol 170 ShapeTweeningUsed by:203
Symbol 171 ShapeTweeningUsed by:203
Symbol 172 ShapeTweeningUsed by:203
Symbol 173 GraphicUsed by:203
Symbol 174 GraphicUsed by:203
Symbol 175 GraphicUsed by:203
Symbol 176 GraphicUsed by:203
Symbol 177 GraphicUsed by:203
Symbol 178 GraphicUsed by:203
Symbol 179 GraphicUsed by:203
Symbol 180 GraphicUsed by:203
Symbol 181 GraphicUsed by:203
Symbol 182 GraphicUsed by:203
Symbol 183 GraphicUsed by:203
Symbol 184 GraphicUsed by:203
Symbol 185 GraphicUsed by:203
Symbol 186 GraphicUsed by:203
Symbol 187 GraphicUsed by:203
Symbol 188 GraphicUsed by:203
Symbol 189 GraphicUsed by:203
Symbol 190 GraphicUsed by:203
Symbol 191 GraphicUsed by:203
Symbol 192 GraphicUsed by:203
Symbol 193 GraphicUsed by:203
Symbol 194 GraphicUsed by:203
Symbol 195 GraphicUsed by:203
Symbol 196 GraphicUsed by:203
Symbol 197 GraphicUsed by:203
Symbol 198 GraphicUsed by:203
Symbol 199 GraphicUsed by:203
Symbol 200 GraphicUsed by:203
Symbol 201 GraphicUsed by:202
Symbol 202 ButtonUses:201Used by:203
Symbol 203 MovieClipUses:126 128 147 148 149 150 152 162 163 164 165 166 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 202 SS1Used by:Timeline
Symbol 204 GraphicUsed by:205
Symbol 205 ButtonUses:204Used by:Timeline
Symbol 776 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon]
Symbol 777 MovieClip [__Packages.mx.transitions.BroadcasterMX]
Symbol 778 MovieClip [__Packages.mx.transitions.Tween]
Symbol 779 MovieClip [__Packages.mx.transitions.easing.Strong]
Symbol 780 MovieClip [__Packages.mx.transitions.easing.Back]
Symbol 206 BitmapUsed by:207
Symbol 207 GraphicUses:206Used by:208
Symbol 208 MovieClipUses:207Used by:246
Symbol 209 BitmapUsed by:210
Symbol 210 GraphicUses:209Used by:211
Symbol 211 MovieClipUses:210Used by:246
Symbol 212 GraphicUsed by:213
Symbol 213 MovieClipUses:212Used by:246
Symbol 214 GraphicUsed by:215 216 261 262
Symbol 215 MovieClipUses:214Used by:216
Symbol 216 MovieClipUses:214 215Used by:246
Symbol 217 GraphicUsed by:246
Symbol 218 GraphicUsed by:235 246
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:219Used by:246
Symbol 221 BitmapUsed by:227 483 642 643
Symbol 222 BitmapUsed by:227 449 594
Symbol 223 BitmapUsed by:227 331 603
Symbol 224 BitmapUsed by:227 315 658
Symbol 225 BitmapUsed by:227 279 549
Symbol 226 BitmapUsed by:227 301 517 520
Symbol 227 GraphicUses:221 222 223 224 225 226Used by:228
Symbol 228 MovieClipUses:227Used by:246
Symbol 229 ShapeTweeningUsed by:231
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClipUses:229 230Used by:246
Symbol 232 BitmapUsed by:233
Symbol 233 GraphicUses:232Used by:234
Symbol 234 MovieClipUses:233Used by:246  Timeline
Symbol 235 ButtonUses:218Used by:246  Timeline
Symbol 236 GraphicUsed by:237
Symbol 237 MovieClipUses:236Used by:246
Symbol 238 GraphicUsed by:246
Symbol 239 FontUsed by:240 241 242 744 745 746 747 749 750 751 752 763 764 765 766 768 769 770 771
Symbol 240 TextUses:239Used by:244 245
Symbol 241 TextUses:239Used by:244 245
Symbol 242 TextUses:239Used by:244 245
Symbol 243 GraphicUsed by:244 245
Symbol 244 ButtonUses:240 241 242 243Used by:246
Symbol 245 ButtonUses:240 241 242 243Used by:246
Symbol 246 MovieClipUses:208 211 213 216 217 218 220 228 231 234 235 237 238 244 245Used by:Timeline
Symbol 247 GraphicUsed by:255
Symbol 248 BitmapUsed by:249 252
Symbol 249 GraphicUses:248Used by:251
Symbol 250 GraphicUsed by:251
Symbol 251 ButtonUses:249 250Used by:255
Symbol 252 GraphicUses:248Used by:254
Symbol 253 GraphicUsed by:254
Symbol 254 ButtonUses:252 253Used by:255
Symbol 255 MovieClipUses:247 251 254Used by:Timeline
Symbol 256 GraphicUsed by:Timeline
Symbol 257 BitmapUsed by:258
Symbol 258 GraphicUses:257Used by:266
Symbol 259 GraphicUsed by:260
Symbol 260 MovieClipUses:259Used by:266 269
Symbol 261 MovieClipUses:214Used by:262
Symbol 262 MovieClipUses:214 261Used by:266 269
Symbol 263 GraphicUsed by:264
Symbol 264 MovieClipUses:263Used by:266 269
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClipUses:258 260 262 264 265Used by:272
Symbol 267 BitmapUsed by:268
Symbol 268 GraphicUses:267Used by:269
Symbol 269 MovieClipUses:268 260 262 264Used by:272
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:270Used by:272
Symbol 272 MovieClipUses:266 269 271Used by:Timeline
Symbol 273 GraphicUsed by:Timeline
Symbol 274 MovieClipUsed by:Timeline
Symbol 275 GraphicUsed by:286
Symbol 276 BitmapUsed by:279 550
Symbol 277 BitmapUsed by:279 548
Symbol 278 BitmapUsed by:279 547
Symbol 279 GraphicUses:276 225 277 278Used by:286
Symbol 280 GraphicUsed by:281
Symbol 281 MovieClipUses:280Used by:286
Symbol 282 GraphicUsed by:286
Symbol 283 GraphicUsed by:284
Symbol 284 MovieClipUses:283Used by:286
Symbol 285 GraphicUsed by:286
Symbol 286 MovieClipUses:275 279 281 282 284 285Used by:Timeline
Symbol 287 GraphicUsed by:288
Symbol 288 MovieClipUses:287Used by:Timeline
Symbol 289 BitmapUsed by:290 291
Symbol 290 GraphicUses:289Used by:292
Symbol 291 GraphicUses:289Used by:292
Symbol 292 ButtonUses:290 291Used by:Timeline
Symbol 293 BitmapUsed by:294
Symbol 294 GraphicUses:293Used by:296
Symbol 295 GraphicUsed by:296
Symbol 296 ButtonUses:294 295Used by:Timeline
Symbol 297 BitmapUsed by:298
Symbol 298 GraphicUses:297Used by:300
Symbol 299 GraphicUsed by:300
Symbol 300 ButtonUses:298 299Used by:Timeline
Symbol 301 GraphicUses:226Used by:302
Symbol 302 MovieClipUses:301Used by:571
Symbol 303 BitmapUsed by:304 649
Symbol 304 GraphicUses:303Used by:305 306
Symbol 305 MovieClipUses:304Used by:306
Symbol 306 MovieClipUses:305 304Used by:330
Symbol 307 BitmapUsed by:308 652
Symbol 308 GraphicUses:307Used by:309 310
Symbol 309 MovieClipUses:308Used by:310
Symbol 310 MovieClipUses:309 308Used by:330
Symbol 311 BitmapUsed by:312 655
Symbol 312 GraphicUses:311Used by:313 314
Symbol 313 MovieClipUses:312Used by:314
Symbol 314 MovieClipUses:313 312Used by:330
Symbol 315 GraphicUses:224Used by:316 317
Symbol 316 MovieClipUses:315Used by:317
Symbol 317 MovieClipUses:316 315Used by:330
Symbol 318 BitmapUsed by:319 661
Symbol 319 GraphicUses:318Used by:320 321
Symbol 320 MovieClipUses:319Used by:321
Symbol 321 MovieClipUses:320 319Used by:330
Symbol 322 BitmapUsed by:323 664
Symbol 323 GraphicUses:322Used by:324 325
Symbol 324 MovieClipUses:323Used by:325
Symbol 325 MovieClipUses:324 323Used by:330
Symbol 326 BitmapUsed by:327 667
Symbol 327 GraphicUses:326Used by:328 329
Symbol 328 MovieClipUses:327Used by:329
Symbol 329 MovieClipUses:328 327Used by:330
Symbol 330 MovieClipUses:306 310 314 317 321 325 329Used by:571
Symbol 331 GraphicUses:223Used by:332 333
Symbol 332 MovieClipUses:331Used by:333
Symbol 333 MovieClipUses:332 331Used by:394
Symbol 334 BitmapUsed by:335 606
Symbol 335 GraphicUses:334Used by:336 337
Symbol 336 MovieClipUses:335Used by:337
Symbol 337 MovieClipUses:336 335Used by:394
Symbol 338 BitmapUsed by:339 609
Symbol 339 GraphicUses:338Used by:340 341
Symbol 340 MovieClipUses:339Used by:341
Symbol 341 MovieClipUses:340 339Used by:394
Symbol 342 BitmapUsed by:343 612
Symbol 343 GraphicUses:342Used by:344 345
Symbol 344 MovieClipUses:343Used by:345
Symbol 345 MovieClipUses:344 343Used by:394
Symbol 346 BitmapUsed by:347 615
Symbol 347 GraphicUses:346Used by:348 349
Symbol 348 MovieClipUses:347Used by:349
Symbol 349 MovieClipUses:348 347Used by:394
Symbol 350 BitmapUsed by:351 618
Symbol 351 GraphicUses:350Used by:352 353
Symbol 352 MovieClipUses:351Used by:353
Symbol 353 MovieClipUses:352 351Used by:394
Symbol 354 BitmapUsed by:355 621
Symbol 355 GraphicUses:354Used by:356 357
Symbol 356 MovieClipUses:355Used by:357
Symbol 357 MovieClipUses:356 355Used by:394
Symbol 358 BitmapUsed by:359 624
Symbol 359 GraphicUses:358Used by:360 361
Symbol 360 MovieClipUses:359Used by:361
Symbol 361 MovieClipUses:360 359Used by:394
Symbol 362 BitmapUsed by:363 627
Symbol 363 GraphicUses:362Used by:364 365
Symbol 364 MovieClipUses:363Used by:365
Symbol 365 MovieClipUses:364 363Used by:394
Symbol 366 BitmapUsed by:367 630
Symbol 367 GraphicUses:366Used by:368 369
Symbol 368 MovieClipUses:367Used by:369
Symbol 369 MovieClipUses:368 367Used by:394
Symbol 370 BitmapUsed by:371 633
Symbol 371 GraphicUses:370Used by:372 373
Symbol 372 MovieClipUses:371Used by:373
Symbol 373 MovieClipUses:372 371Used by:394
Symbol 374 BitmapUsed by:375 673
Symbol 375 GraphicUses:374Used by:376 377
Symbol 376 MovieClipUses:375Used by:377
Symbol 377 MovieClipUses:376 375Used by:394
Symbol 378 BitmapUsed by:379 686
Symbol 379 GraphicUses:378Used by:380 381
Symbol 380 MovieClipUses:379Used by:381
Symbol 381 MovieClipUses:380 379Used by:394
Symbol 382 BitmapUsed by:383 676
Symbol 383 GraphicUses:382Used by:384 385
Symbol 384 MovieClipUses:383Used by:385
Symbol 385 MovieClipUses:384 383Used by:394
Symbol 386 BitmapUsed by:387 679 680
Symbol 387 GraphicUses:386Used by:388 389
Symbol 388 MovieClipUses:387Used by:389
Symbol 389 MovieClipUses:388 387Used by:394
Symbol 390 BitmapUsed by:391 683
Symbol 391 GraphicUses:390Used by:392 393
Symbol 392 MovieClipUses:391Used by:393
Symbol 393 MovieClipUses:392 391Used by:394
Symbol 394 MovieClipUses:333 337 341 345 349 353 357 361 365 369 373 377 381 385 389 393Used by:571
Symbol 395 BitmapUsed by:396 600
Symbol 396 GraphicUses:395Used by:397 398
Symbol 397 MovieClipUses:396Used by:398
Symbol 398 MovieClipUses:397 396Used by:473
Symbol 399 BitmapUsed by:400 573
Symbol 400 GraphicUses:399Used by:401 402
Symbol 401 MovieClipUses:400Used by:402
Symbol 402 MovieClipUses:401 400Used by:473
Symbol 403 BitmapUsed by:404 576
Symbol 404 GraphicUses:403Used by:405 406
Symbol 405 MovieClipUses:404Used by:406
Symbol 406 MovieClipUses:405 404Used by:473
Symbol 407 BitmapUsed by:408 579
Symbol 408 GraphicUses:407Used by:409 410
Symbol 409 MovieClipUses:408Used by:410
Symbol 410 MovieClipUses:409 408Used by:473
Symbol 411 BitmapUsed by:412 715
Symbol 412 GraphicUses:411Used by:413 414
Symbol 413 MovieClipUses:412Used by:414
Symbol 414 MovieClipUses:413 412Used by:473
Symbol 415 BitmapUsed by:416 418 718
Symbol 416 GraphicUses:415Used by:417
Symbol 417 MovieClipUses:416Used by:419
Symbol 418 GraphicUses:415Used by:419
Symbol 419 MovieClipUses:417 418Used by:473
Symbol 420 BitmapUsed by:421 721
Symbol 421 GraphicUses:420Used by:422 423
Symbol 422 MovieClipUses:421Used by:423
Symbol 423 MovieClipUses:422 421Used by:473
Symbol 424 BitmapUsed by:425 427 724
Symbol 425 GraphicUses:424Used by:426
Symbol 426 MovieClipUses:425Used by:428
Symbol 427 GraphicUses:424Used by:428
Symbol 428 MovieClipUses:426 427Used by:473
Symbol 429 BitmapUsed by:430 432 582
Symbol 430 GraphicUses:429Used by:431
Symbol 431 MovieClipUses:430Used by:433
Symbol 432 GraphicUses:429Used by:433
Symbol 433 MovieClipUses:431 432Used by:473
Symbol 434 BitmapUsed by:435 437 585
Symbol 435 GraphicUses:434Used by:436
Symbol 436 MovieClipUses:435Used by:438
Symbol 437 GraphicUses:434Used by:438
Symbol 438 MovieClipUses:436 437Used by:473
Symbol 439 BitmapUsed by:440 442 588
Symbol 440 GraphicUses:439Used by:441
Symbol 441 MovieClipUses:440Used by:443
Symbol 442 GraphicUses:439Used by:443
Symbol 443 MovieClipUses:441 442Used by:473
Symbol 444 BitmapUsed by:445 447 591
Symbol 445 GraphicUses:444Used by:446
Symbol 446 MovieClipUses:445Used by:448
Symbol 447 GraphicUses:444Used by:448
Symbol 448 MovieClipUses:446 447Used by:473
Symbol 449 GraphicUses:222Used by:450 451
Symbol 450 MovieClipUses:449Used by:451
Symbol 451 MovieClipUses:450 449Used by:473
Symbol 452 BitmapUsed by:453 455 597
Symbol 453 GraphicUses:452Used by:454
Symbol 454 MovieClipUses:453Used by:456
Symbol 455 GraphicUses:452Used by:456
Symbol 456 MovieClipUses:454 455Used by:473
Symbol 457 BitmapUsed by:458 706
Symbol 458 GraphicUses:457Used by:459 460
Symbol 459 MovieClipUses:458Used by:460
Symbol 460 MovieClipUses:459 458Used by:473
Symbol 461 BitmapUsed by:462 709
Symbol 462 GraphicUses:461Used by:463 464
Symbol 463 MovieClipUses:462Used by:464
Symbol 464 MovieClipUses:463 462Used by:473
Symbol 465 BitmapUsed by:466 712
Symbol 466 GraphicUses:465Used by:467 468
Symbol 467 MovieClipUses:466Used by:468
Symbol 468 MovieClipUses:467 466Used by:473
Symbol 469 BitmapUsed by:470 703
Symbol 470 GraphicUses:469Used by:471 472
Symbol 471 MovieClipUses:470Used by:472
Symbol 472 MovieClipUses:471 470Used by:473
Symbol 473 MovieClipUses:398 402 406 410 414 419 423 428 433 438 443 448 451 456 460 464 468 472Used by:571
Symbol 474 BitmapUsed by:475 477 636
Symbol 475 GraphicUses:474Used by:476
Symbol 476 MovieClipUses:475Used by:478
Symbol 477 GraphicUses:474Used by:478
Symbol 478 MovieClipUses:476 477Used by:509
Symbol 479 BitmapUsed by:480 639
Symbol 480 GraphicUses:479Used by:481 482
Symbol 481 MovieClipUses:480Used by:482
Symbol 482 MovieClipUses:481 480Used by:509
Symbol 483 GraphicUses:221Used by:484 485
Symbol 484 MovieClipUses:483Used by:485
Symbol 485 MovieClipUses:484 483Used by:509
Symbol 486 BitmapUsed by:487 490 646
Symbol 487 GraphicUses:486Used by:488 489
Symbol 488 MovieClipUses:487Used by:489
Symbol 489 MovieClipUses:488 487Used by:509
Symbol 490 GraphicUses:486Used by:491
Symbol 491 MovieClipUses:490Used by:492
Symbol 492 MovieClipUses:491Used by:509
Symbol 493 BitmapUsed by:494 689
Symbol 494 GraphicUses:493Used by:495 496
Symbol 495 MovieClipUses:494Used by:496
Symbol 496 MovieClipUses:495 494Used by:509
Symbol 497 BitmapUsed by:498
Symbol 498 GraphicUses:497Used by:499 500
Symbol 499 MovieClipUses:498Used by:500
Symbol 500 MovieClipUses:499 498Used by:509
Symbol 501 BitmapUsed by:502
Symbol 502 GraphicUses:501Used by:503 504
Symbol 503 MovieClipUses:502Used by:504
Symbol 504 MovieClipUses:503 502Used by:509
Symbol 505 BitmapUsed by:506 700
Symbol 506 GraphicUses:505Used by:507 508
Symbol 507 MovieClipUses:506Used by:508
Symbol 508 MovieClipUses:507 506Used by:509
Symbol 509 MovieClipUses:478 482 485 489 492 496 500 504 508Used by:571
Symbol 510 GraphicUsed by:516
Symbol 511 GraphicUsed by:516
Symbol 512 GraphicUsed by:516
Symbol 513 GraphicUsed by:516
Symbol 514 GraphicUsed by:516
Symbol 515 GraphicUsed by:516
Symbol 516 MovieClipUses:510 511 512 513 514 515Used by:571
Symbol 517 GraphicUses:226Used by:518
Symbol 518 MovieClipUses:517Used by:519
Symbol 519 MovieClipUses:518Used by:571
Symbol 520 GraphicUses:226Used by:521
Symbol 521 MovieClipUses:520Used by:522
Symbol 522 MovieClipUses:521Used by:571
Symbol 523 GraphicUsed by:529
Symbol 524 GraphicUsed by:529
Symbol 525 GraphicUsed by:529
Symbol 526 GraphicUsed by:529
Symbol 527 GraphicUsed by:529
Symbol 528 GraphicUsed by:529
Symbol 529 MovieClipUses:523 524 525 526 527 528Used by:571
Symbol 530 BitmapUsed by:531 533 727 728
Symbol 531 GraphicUses:530Used by:532
Symbol 532 MovieClipUses:531Used by:534
Symbol 533 GraphicUses:530Used by:534
Symbol 534 MovieClipUses:532 533Used by:546
Symbol 535 GraphicUsed by:536
Symbol 536 MovieClipUses:535Used by:538
Symbol 537 GraphicUsed by:538
Symbol 538 MovieClipUses:536 537Used by:546
Symbol 539 GraphicUsed by:540 541
Symbol 540 MovieClipUses:539Used by:541
Symbol 541 MovieClipUses:540 539Used by:546
Symbol 542 GraphicUsed by:543
Symbol 543 MovieClipUses:542Used by:545
Symbol 544 GraphicUsed by:545
Symbol 545 MovieClipUses:543 544Used by:546
Symbol 546 MovieClipUses:534 538 541 545Used by:571
Symbol 547 GraphicUses:278Used by:551
Symbol 548 GraphicUses:277Used by:551
Symbol 549 GraphicUses:225Used by:551
Symbol 550 GraphicUses:276Used by:551
Symbol 551 MovieClipUses:547 548 549 550Used by:571
Symbol 552 BitmapUsed by:553
Symbol 553 GraphicUses:552Used by:554 555
Symbol 554 MovieClipUses:553Used by:555
Symbol 555 MovieClipUses:554 553Used by:568
Symbol 556 BitmapUsed by:557
Symbol 557 GraphicUses:556Used by:558 559
Symbol 558 MovieClipUses:557Used by:559
Symbol 559 MovieClipUses:558 557Used by:568
Symbol 560 BitmapUsed by:561
Symbol 561 GraphicUses:560Used by:562 563
Symbol 562 MovieClipUses:561Used by:563
Symbol 563 MovieClipUses:562 561Used by:568
Symbol 564 BitmapUsed by:565
Symbol 565 GraphicUses:564Used by:566 567
Symbol 566 MovieClipUses:565Used by:567
Symbol 567 MovieClipUses:566 565Used by:568
Symbol 568 MovieClipUses:555 559 563 567Used by:571
Symbol 569 GraphicUsed by:570
Symbol 570 MovieClipUses:569Used by:571
Symbol 571 MovieClipUses:302 330 394 473 509 516 519 522 529 546 551 568 570Used by:Timeline
Symbol 572 GraphicUsed by:Timeline
Symbol 573 GraphicUses:399Used by:574 575
Symbol 574 MovieClipUses:573Used by:575
Symbol 575 MovieClipUses:573 574Used by:Timeline
Symbol 576 GraphicUses:403Used by:577 578
Symbol 577 MovieClipUses:576Used by:578
Symbol 578 MovieClipUses:576 577Used by:Timeline
Symbol 579 GraphicUses:407Used by:580 581
Symbol 580 MovieClipUses:579Used by:581
Symbol 581 MovieClipUses:579 580Used by:Timeline
Symbol 582 GraphicUses:429Used by:583 584
Symbol 583 MovieClipUses:582Used by:584
Symbol 584 MovieClipUses:582 583Used by:Timeline
Symbol 585 GraphicUses:434Used by:586 587
Symbol 586 MovieClipUses:585Used by:587
Symbol 587 MovieClipUses:585 586Used by:Timeline
Symbol 588 GraphicUses:439Used by:589 590
Symbol 589 MovieClipUses:588Used by:590
Symbol 590 MovieClipUses:588 589Used by:Timeline
Symbol 591 GraphicUses:444Used by:592 593
Symbol 592 MovieClipUses:591Used by:593
Symbol 593 MovieClipUses:591 592Used by:Timeline
Symbol 594 GraphicUses:222Used by:595 596
Symbol 595 MovieClipUses:594Used by:596
Symbol 596 MovieClipUses:594 595Used by:Timeline
Symbol 597 GraphicUses:452Used by:598 599
Symbol 598 MovieClipUses:597Used by:599
Symbol 599 MovieClipUses:597 598Used by:Timeline
Symbol 600 GraphicUses:395Used by:601 602
Symbol 601 MovieClipUses:600Used by:602
Symbol 602 MovieClipUses:600 601Used by:Timeline
Symbol 603 GraphicUses:223Used by:604 605
Symbol 604 MovieClipUses:603Used by:605
Symbol 605 MovieClipUses:603 604Used by:Timeline
Symbol 606 GraphicUses:334Used by:607 608
Symbol 607 MovieClipUses:606Used by:608
Symbol 608 MovieClipUses:606 607Used by:Timeline
Symbol 609 GraphicUses:338Used by:610 611
Symbol 610 MovieClipUses:609Used by:611
Symbol 611 MovieClipUses:609 610Used by:Timeline
Symbol 612 GraphicUses:342Used by:613 614
Symbol 613 MovieClipUses:612Used by:614
Symbol 614 MovieClipUses:612 613Used by:Timeline
Symbol 615 GraphicUses:346Used by:616 617
Symbol 616 MovieClipUses:615Used by:617
Symbol 617 MovieClipUses:615 616Used by:Timeline
Symbol 618 GraphicUses:350Used by:619 620
Symbol 619 MovieClipUses:618Used by:620
Symbol 620 MovieClipUses:618 619Used by:Timeline
Symbol 621 GraphicUses:354Used by:622 623
Symbol 622 MovieClipUses:621Used by:623
Symbol 623 MovieClipUses:621 622Used by:Timeline
Symbol 624 GraphicUses:358Used by:625 626
Symbol 625 MovieClipUses:624Used by:626
Symbol 626 MovieClipUses:624 625Used by:Timeline
Symbol 627 GraphicUses:362Used by:628 629
Symbol 628 MovieClipUses:627Used by:629
Symbol 629 MovieClipUses:627 628Used by:Timeline
Symbol 630 GraphicUses:366Used by:631 632
Symbol 631 MovieClipUses:630Used by:632
Symbol 632 MovieClipUses:630 631Used by:Timeline
Symbol 633 GraphicUses:370Used by:634 635
Symbol 634 MovieClipUses:633Used by:635
Symbol 635 MovieClipUses:633 634Used by:Timeline
Symbol 636 GraphicUses:474Used by:637 638
Symbol 637 MovieClipUses:636Used by:638
Symbol 638 MovieClipUses:636 637Used by:Timeline
Symbol 639 GraphicUses:479Used by:640 641
Symbol 640 MovieClipUses:639Used by:641
Symbol 641 MovieClipUses:639 640Used by:Timeline
Symbol 642 GraphicUses:221Used by:645 670
Symbol 643 GraphicUses:221Used by:644
Symbol 644 MovieClipUses:643Used by:645
Symbol 645 MovieClipUses:642 644Used by:Timeline
Symbol 646 GraphicUses:486Used by:647 648
Symbol 647 MovieClipUses:646Used by:648
Symbol 648 MovieClipUses:646 647Used by:Timeline
Symbol 649 GraphicUses:303Used by:650 651
Symbol 650 MovieClipUses:649Used by:651
Symbol 651 MovieClipUses:649 650Used by:Timeline
Symbol 652 GraphicUses:307Used by:653 654
Symbol 653 MovieClipUses:652Used by:654
Symbol 654 MovieClipUses:652 653Used by:Timeline
Symbol 655 GraphicUses:311Used by:656 657
Symbol 656 MovieClipUses:655Used by:657
Symbol 657 MovieClipUses:655 656Used by:Timeline
Symbol 658 GraphicUses:224Used by:659 660
Symbol 659 MovieClipUses:658Used by:660
Symbol 660 MovieClipUses:658 659Used by:Timeline
Symbol 661 GraphicUses:318Used by:662 663
Symbol 662 MovieClipUses:661Used by:663
Symbol 663 MovieClipUses:661 662Used by:Timeline
Symbol 664 GraphicUses:322Used by:665 666
Symbol 665 MovieClipUses:664Used by:666
Symbol 666 MovieClipUses:664 665Used by:Timeline
Symbol 667 GraphicUses:326Used by:668 669
Symbol 668 MovieClipUses:667Used by:669
Symbol 669 MovieClipUses:667 668Used by:Timeline
Symbol 670 MovieClipUses:642Used by:671 672
Symbol 671 MovieClipUses:670Used by:672
Symbol 672 MovieClipUses:670 671Used by:Timeline
Symbol 673 GraphicUses:374Used by:674 675
Symbol 674 MovieClipUses:673Used by:675
Symbol 675 MovieClipUses:673 674Used by:Timeline
Symbol 676 GraphicUses:382Used by:677 678
Symbol 677 MovieClipUses:676Used by:678
Symbol 678 MovieClipUses:676 677Used by:Timeline
Symbol 679 GraphicUses:386Used by:682
Symbol 680 GraphicUses:386Used by:681
Symbol 681 MovieClipUses:680Used by:682
Symbol 682 MovieClipUses:679 681Used by:Timeline
Symbol 683 GraphicUses:390Used by:684 685
Symbol 684 MovieClipUses:683Used by:685
Symbol 685 MovieClipUses:683 684Used by:Timeline
Symbol 686 GraphicUses:378Used by:687 688
Symbol 687 MovieClipUses:686Used by:688
Symbol 688 MovieClipUses:686 687Used by:Timeline
Symbol 689 GraphicUses:493Used by:690 691
Symbol 690 MovieClipUses:689Used by:691
Symbol 691 MovieClipUses:689 690Used by:Timeline
Symbol 692 BitmapUsed by:693
Symbol 693 GraphicUses:692Used by:694 695
Symbol 694 MovieClipUses:693Used by:695
Symbol 695 MovieClipUses:693 694Used by:Timeline
Symbol 696 BitmapUsed by:697
Symbol 697 GraphicUses:696Used by:698 699
Symbol 698 MovieClipUses:697Used by:699
Symbol 699 MovieClipUses:697 698Used by:Timeline
Symbol 700 GraphicUses:505Used by:701 702
Symbol 701 MovieClipUses:700Used by:702
Symbol 702 MovieClipUses:700 701Used by:Timeline
Symbol 703 GraphicUses:469Used by:704 705
Symbol 704 MovieClipUses:703Used by:705
Symbol 705 MovieClipUses:703 704Used by:Timeline
Symbol 706 GraphicUses:457Used by:707 708
Symbol 707 MovieClipUses:706Used by:708
Symbol 708 MovieClipUses:706 707Used by:Timeline
Symbol 709 GraphicUses:461Used by:710 711
Symbol 710 MovieClipUses:709Used by:711
Symbol 711 MovieClipUses:709 710Used by:Timeline
Symbol 712 GraphicUses:465Used by:713 714
Symbol 713 MovieClipUses:712Used by:714
Symbol 714 MovieClipUses:712 713Used by:Timeline
Symbol 715 GraphicUses:411Used by:716 717
Symbol 716 MovieClipUses:715Used by:717
Symbol 717 MovieClipUses:715 716Used by:Timeline
Symbol 718 GraphicUses:415Used by:719
Symbol 719 MovieClipUses:718Used by:720
Symbol 720 MovieClipUses:719Used by:Timeline
Symbol 721 GraphicUses:420Used by:722 723
Symbol 722 MovieClipUses:721Used by:723
Symbol 723 MovieClipUses:721 722Used by:Timeline
Symbol 724 GraphicUses:424Used by:725 726
Symbol 725 MovieClipUses:724Used by:726
Symbol 726 MovieClipUses:724 725Used by:Timeline
Symbol 727 GraphicUses:530Used by:730
Symbol 728 GraphicUses:530Used by:729
Symbol 729 MovieClipUses:728Used by:730
Symbol 730 MovieClipUses:727 729Used by:Timeline
Symbol 731 GraphicUsed by:734
Symbol 732 GraphicUsed by:733
Symbol 733 MovieClipUses:732Used by:734
Symbol 734 MovieClipUses:731 733Used by:Timeline
Symbol 735 GraphicUsed by:736 737
Symbol 736 MovieClipUses:735Used by:737
Symbol 737 MovieClipUses:735 736Used by:Timeline
Symbol 738 GraphicUsed by:741
Symbol 739 GraphicUsed by:740
Symbol 740 MovieClipUses:739Used by:741
Symbol 741 MovieClipUses:738 740Used by:Timeline
Symbol 742 GraphicUsed by:743 748 753 767 772
Symbol 743 MovieClipUses:742Used by:748 753 767 772
Symbol 744 TextUses:239Used by:748
Symbol 745 TextUses:239Used by:748
Symbol 746 TextUses:239Used by:748
Symbol 747 TextUses:239Used by:748
Symbol 748 ButtonUses:743 744 745 746 747 742Used by:Timeline
Symbol 749 TextUses:239Used by:753
Symbol 750 TextUses:239Used by:753
Symbol 751 TextUses:239Used by:753
Symbol 752 TextUses:239Used by:753
Symbol 753 ButtonUses:743 749 750 751 752 742Used by:Timeline
Symbol 754 BitmapUsed by:755
Symbol 755 GraphicUses:754Used by:759
Symbol 756 BitmapUsed by:757
Symbol 757 GraphicUses:756Used by:758
Symbol 758 MovieClipUses:757Used by:759
Symbol 759 MovieClipUses:755 758Used by:Timeline
Symbol 760 GraphicUsed by:761 762
Symbol 761 ButtonUses:760Used by:Timeline
Symbol 762 ButtonUses:760Used by:Timeline
Symbol 763 TextUses:239Used by:767
Symbol 764 TextUses:239Used by:767
Symbol 765 TextUses:239Used by:767
Symbol 766 TextUses:239Used by:767
Symbol 767 ButtonUses:743 763 764 765 766 742Used by:Timeline
Symbol 768 TextUses:239Used by:772
Symbol 769 TextUses:239Used by:772
Symbol 770 TextUses:239Used by:772
Symbol 771 TextUses:239Used by:772
Symbol 772 ButtonUses:743 768 769 770 771 742Used by:Timeline
Symbol 773 MovieClipUsed by:Timeline
Symbol 774 GraphicUsed by:775
Symbol 775 MovieClipUses:774Used by:Timeline
Streaming Sound 1Used by:Symbol 203 MovieClip

Instance Names

"mussnd"Frame 2Symbol 255 MovieClip
"bgall"Frame 3Symbol 272 MovieClip
"menu_mc"Frame 3Symbol 286 MovieClip
"eff_mc"Frame 3Symbol 288 MovieClip
"btn5"Frame 3Symbol 292 Button
"btn1"Frame 3Symbol 296 Button
"btn4"Frame 3Symbol 300 Button
"model_mc"Frame 3Symbol 571 MovieClip
"up_1"Frame 4Symbol 575 MovieClip
"up_2"Frame 4Symbol 578 MovieClip
"up_3"Frame 4Symbol 581 MovieClip
"up_8"Frame 4Symbol 584 MovieClip
"up_9"Frame 4Symbol 587 MovieClip
"up_10"Frame 4Symbol 590 MovieClip
"up_11"Frame 4Symbol 593 MovieClip
"up_12"Frame 4Symbol 596 MovieClip
"up_13"Frame 4Symbol 599 MovieClip
"up_0"Frame 4Symbol 602 MovieClip
"down_0"Frame 4Symbol 605 MovieClip
"down_1"Frame 4Symbol 608 MovieClip
"down_2"Frame 4Symbol 611 MovieClip
"down_3"Frame 4Symbol 614 MovieClip
"down_4"Frame 4Symbol 617 MovieClip
"down_5"Frame 4Symbol 620 MovieClip
"down_6"Frame 4Symbol 623 MovieClip
"down_7"Frame 4Symbol 626 MovieClip
"down_8"Frame 4Symbol 629 MovieClip
"down_9"Frame 4Symbol 632 MovieClip
"down_10"Frame 4Symbol 635 MovieClip
"ear_0"Frame 4Symbol 638 MovieClip
"ear_2"Frame 4Symbol 641 MovieClip
"ear_3"Frame 4Symbol 645 MovieClip
"ear_4"Frame 4Symbol 648 MovieClip
"shoes_0"Frame 4Symbol 651 MovieClip
"shoes_1"Frame 4Symbol 654 MovieClip
"shoes_2"Frame 4Symbol 657 MovieClip
"shoes_3"Frame 4Symbol 660 MovieClip
"shoes_4"Frame 4Symbol 663 MovieClip
"shoes_5"Frame 4Symbol 666 MovieClip
"shoes_6"Frame 4Symbol 669 MovieClip
"ear_5"Frame 4Symbol 672 MovieClip
"down_11"Frame 4Symbol 675 MovieClip
"down_13"Frame 4Symbol 678 MovieClip
"down_14"Frame 4Symbol 682 MovieClip
"down_15"Frame 4Symbol 685 MovieClip
"down_12"Frame 4Symbol 688 MovieClip
"ear_6"Frame 4Symbol 691 MovieClip
"ear_7"Frame 4Symbol 695 MovieClip
"ear_8"Frame 4Symbol 699 MovieClip
"ear_9"Frame 4Symbol 702 MovieClip
"up_17"Frame 4Symbol 705 MovieClip
"up_14"Frame 4Symbol 708 MovieClip
"up_15"Frame 4Symbol 711 MovieClip
"up_16"Frame 4Symbol 714 MovieClip
"up_4"Frame 4Symbol 717 MovieClip
"up_5"Frame 4Symbol 720 MovieClip
"up_6"Frame 4Symbol 723 MovieClip
"up_7"Frame 4Symbol 726 MovieClip
"bag_0"Frame 4Symbol 730 MovieClip
"bag_1"Frame 4Symbol 734 MovieClip
"bag_2"Frame 4Symbol 737 MovieClip
"bag_3"Frame 4Symbol 741 MovieClip
"ava_default_bt"Frame 4Symbol 753 Button
"printButton"Frame 5Symbol 772 Button
"loadBarMask"Symbol 203 MovieClip Frame 1Symbol 128 MovieClip
"robert"Symbol 246 MovieClip Frame 87Symbol 228 MovieClip
"maskeffect"Symbol 246 MovieClip Frame 87Symbol 231 MovieClip
"b104"Symbol 286 MovieClip Frame 1Symbol 281 MovieClip
"b102"Symbol 286 MovieClip Frame 1Symbol 281 MovieClip
"b101"Symbol 286 MovieClip Frame 1Symbol 281 MovieClip
"b103"Symbol 286 MovieClip Frame 1Symbol 281 MovieClip
"b402"Symbol 286 MovieClip Frame 4Symbol 284 MovieClip
"b403"Symbol 286 MovieClip Frame 4Symbol 284 MovieClip
"b404"Symbol 286 MovieClip Frame 4Symbol 284 MovieClip
"b405"Symbol 286 MovieClip Frame 4Symbol 284 MovieClip
"b406"Symbol 286 MovieClip Frame 4Symbol 284 MovieClip
"b407"Symbol 286 MovieClip Frame 4Symbol 284 MovieClip
"b501"Symbol 286 MovieClip Frame 5Symbol 284 MovieClip
"b502"Symbol 286 MovieClip Frame 5Symbol 284 MovieClip
"b503"Symbol 286 MovieClip Frame 5Symbol 284 MovieClip
"b504"Symbol 286 MovieClip Frame 5Symbol 284 MovieClip
"b505"Symbol 286 MovieClip Frame 5Symbol 284 MovieClip
"b506"Symbol 286 MovieClip Frame 5Symbol 284 MovieClip
"dress6"Symbol 571 MovieClip Frame 1Symbol 302 MovieClip
"shoes_m"Symbol 571 MovieClip Frame 1Symbol 330 MovieClip
"down_m"Symbol 571 MovieClip Frame 1Symbol 394 MovieClip
"up_m"Symbol 571 MovieClip Frame 1Symbol 473 MovieClip
"ear_m"Symbol 571 MovieClip Frame 1Symbol 509 MovieClip
"dress2"Symbol 571 MovieClip Frame 1Symbol 516 MovieClip
"dress5"Symbol 571 MovieClip Frame 1Symbol 519 MovieClip
"dress4"Symbol 571 MovieClip Frame 1Symbol 522 MovieClip
"dress3"Symbol 571 MovieClip Frame 1Symbol 529 MovieClip
"bag_m"Symbol 571 MovieClip Frame 1Symbol 546 MovieClip
"dress1"Symbol 571 MovieClip Frame 1Symbol 551 MovieClip
"foot_m"Symbol 571 MovieClip Frame 1Symbol 568 MovieClip
"hidden_area"Symbol 571 MovieClip Frame 1Symbol 570 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "crowdsnd"
ExportAssets (56)Timeline Frame 1Symbol 2 as "vensnd"
ExportAssets (56)Timeline Frame 1Symbol 3 as "asdf"
ExportAssets (56)Timeline Frame 1Symbol 4 as "mansndk"
ExportAssets (56)Timeline Frame 1Symbol 5 as "mansnd"
ExportAssets (56)Timeline Frame 1Symbol 6 as "clicksnd"
ExportAssets (56)Timeline Frame 1Symbol 7 as "rollsound"
ExportAssets (56)Timeline Frame 1Symbol 8 as "dressupsnd"
ExportAssets (56)Timeline Frame 1Symbol 14 as "aPuff"
ExportAssets (56)Timeline Frame 1Symbol 15 as "obj20"
ExportAssets (56)Timeline Frame 1Symbol 16 as "star"
ExportAssets (56)Timeline Frame 1Symbol 18 as "aj01"
ExportAssets (56)Timeline Frame 1Symbol 20 as "aj02"
ExportAssets (56)Timeline Frame 1Symbol 22 as "aj03"
ExportAssets (56)Timeline Frame 1Symbol 24 as "aj04"
ExportAssets (56)Timeline Frame 1Symbol 26 as "aj05"
ExportAssets (56)Timeline Frame 1Symbol 28 as "aj06"
ExportAssets (56)Timeline Frame 1Symbol 30 as "a606"
ExportAssets (56)Timeline Frame 1Symbol 32 as "a605"
ExportAssets (56)Timeline Frame 1Symbol 34 as "a604"
ExportAssets (56)Timeline Frame 1Symbol 36 as "a603"
ExportAssets (56)Timeline Frame 1Symbol 38 as "a602"
ExportAssets (56)Timeline Frame 1Symbol 40 as "a601"
ExportAssets (56)Timeline Frame 1Symbol 42 as "a901"
ExportAssets (56)Timeline Frame 1Symbol 44 as "a906"
ExportAssets (56)Timeline Frame 1Symbol 46 as "a902"
ExportAssets (56)Timeline Frame 1Symbol 48 as "a903"
ExportAssets (56)Timeline Frame 1Symbol 50 as "a904"
ExportAssets (56)Timeline Frame 1Symbol 52 as "a905"
ExportAssets (56)Timeline Frame 1Symbol 54 as "a907"
ExportAssets (56)Timeline Frame 1Symbol 56 as "a908"
ExportAssets (56)Timeline Frame 1Symbol 58 as "a909"
ExportAssets (56)Timeline Frame 1Symbol 61 as "a101"
ExportAssets (56)Timeline Frame 1Symbol 64 as "a102"
ExportAssets (56)Timeline Frame 1Symbol 67 as "a103"
ExportAssets (56)Timeline Frame 1Symbol 70 as "a104"
ExportAssets (56)Timeline Frame 1Symbol 73 as "a105"
ExportAssets (56)Timeline Frame 1Symbol 76 as "a106"
ExportAssets (56)Timeline Frame 1Symbol 78 as "a107"
ExportAssets (56)Timeline Frame 1Symbol 80 as "a108"
ExportAssets (56)Timeline Frame 1Symbol 82 as "a109"
ExportAssets (56)Timeline Frame 1Symbol 84 as "a110"
ExportAssets (56)Timeline Frame 1Symbol 86 as "a111"
ExportAssets (56)Timeline Frame 1Symbol 88 as "a112"
ExportAssets (56)Timeline Frame 1Symbol 91 as "a201"
ExportAssets (56)Timeline Frame 1Symbol 94 as "a202"
ExportAssets (56)Timeline Frame 1Symbol 97 as "a203"
ExportAssets (56)Timeline Frame 1Symbol 100 as "a206"
ExportAssets (56)Timeline Frame 1Symbol 103 as "a205"
ExportAssets (56)Timeline Frame 1Symbol 106 as "a204"
ExportAssets (56)Timeline Frame 1Symbol 109 as "a301"
ExportAssets (56)Timeline Frame 1Symbol 112 as "a302"
ExportAssets (56)Timeline Frame 1Symbol 115 as "a303"
ExportAssets (56)Timeline Frame 1Symbol 118 as "a304"
ExportAssets (56)Timeline Frame 1Symbol 121 as "a305"
ExportAssets (56)Timeline Frame 1Symbol 124 as "a306"
ExportAssets (56)Timeline Frame 1Symbol 776 as "__Packages.mx.transitions.OnEnterFrameBeacon"
ExportAssets (56)Timeline Frame 1Symbol 777 as "__Packages.mx.transitions.BroadcasterMX"
ExportAssets (56)Timeline Frame 1Symbol 778 as "__Packages.mx.transitions.Tween"
ExportAssets (56)Timeline Frame 1Symbol 779 as "__Packages.mx.transitions.easing.Strong"
ExportAssets (56)Timeline Frame 1Symbol 780 as "__Packages.mx.transitions.easing.Back"

Labels

"playbutton"Frame 2
"makeupscreen"Frame 3
"dressup"Frame 4
"FinalScreen"Frame 5
"effect1"Symbol 288 MovieClip Frame 1
"effect2"Symbol 288 MovieClip Frame 5
"effect3"Symbol 288 MovieClip Frame 6
"effect4"Symbol 288 MovieClip Frame 7
"effect5"Symbol 288 MovieClip Frame 9
"effect6"Symbol 288 MovieClip Frame 12




http://swfchan.com/26/125035/info.shtml
Created: 28/2 -2019 16:12:21 Last modified: 28/2 -2019 16:12:21 Server time: 23/04 -2024 13:34:31